![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvColorScaleEditorWidget.h"#include <QColorDialog>#include <QHBoxLayout>#include <QMouseEvent>#include <QPainter>#include <QVBoxLayout>#include <cassert>
Go to the source code of this file.
Variables | |
| static const int | DEFAULT_SLIDER_SYMBOL_SIZE = 8 |
| static const int | DEFAULT_MARGIN = DEFAULT_SLIDER_SYMBOL_SIZE / 2 + 1 |
| static const int | DEFAULT_TEXT_MARGIN = 2 |
| static const int | DEFAULT_LABEL_HEIGHT = 12 |
|
static |
Definition at line 23 of file ecvColorScaleEditorWidget.cpp.
Referenced by ccColorScaleEditorWidget::ccColorScaleEditorWidget().
|
static |
Definition at line 21 of file ecvColorScaleEditorWidget.cpp.
Referenced by SlidersWidget::addNewSlider(), ColorBarWidget::ColorBarWidget(), SlidersWidget::mouseMoveEvent(), SlidersWidget::updateAllSlidersPos(), and SlidersWidget::updateSliderPos().
|
static |
Definition at line 20 of file ecvColorScaleEditorWidget.cpp.
Referenced by ColorScaleElementSlider::ColorScaleElementSlider(), ccColorScaleEditorWidget::onPointClicked(), ColorScaleElementSlider::paintEvent(), and SlidersWidget::SlidersWidget().
|
static |
Definition at line 22 of file ecvColorScaleEditorWidget.cpp.
Referenced by SliderLabelWidget::paintEvent().