#include "color_wheel.hpp"
#include <cmath>
#include <QMouseEvent>
#include <QPainter>
#include <QLineF>
#include <QDragEnterEvent>
#include <QMimeData>
#include "color_utils.hpp"
Go to the source code of this file.
Classes | |
class | color_widgets::ColorWheel::Private |
Namespaces | |
color_widgets | |
Enumerations | |
enum | color_widgets::MouseStatus { color_widgets::Nothing, color_widgets::DragCircle, color_widgets::DragSquare } |
Variables | |
static ColorWheel::DisplayFlags | color_widgets::default_flags = hard_default_flags |
static const ColorWheel::DisplayFlags | color_widgets::hard_default_flags = ColorWheel::SHAPE_TRIANGLE|ColorWheel::ANGLE_ROTATING|ColorWheel::COLOR_HSV |
static const double | color_widgets::selector_radius = 6 |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file color_wheel.cpp.