|
void | lwCurrentRowChanged (int row) |
|
void | colorComponentChanged (int value) |
|
void | colorComponentVisibilityChanged (bool) |
|
void | palSpecialColorChanged (QColor color) |
|
|
| WidgetPropPalettes (QWidget *parent=NULL) |
|
void | readSettings () |
|
void | writeSettings () |
|
const ItomPaletteBase * | getCurPalette () const |
|
void | drawPalCurves (int selPt=-1) |
|
void | updateOptionPalette () |
|
void | removeColorStop (int index) |
|
void | addColorStop (int index_before, float percent_to_next=0.5) |
|
void | changeSelectedColorStop (int new_index) |
|
int | getSelectedColorStop () const |
|
ito::RetVal | saveCurrentPalette () |
|
| AbstractPropertyPageWidget (QWidget *parent=NULL, Qt::WindowFlags f=Qt::WindowFlags()) |
|
|
bool | eventFilter (QObject *obj, QEvent *event) |
|
|
void | on_sbIndex_valueChanged (double value) |
|
void | on_pbAdd_clicked () |
|
void | on_pbDuplicate_clicked () |
|
void | on_pbRemove_clicked () |
|
void | on_pbPalSave_clicked () |
|
void | on_pbEquidistantColorStop_clicked () |
|
void | on_pbRemoveColorStop_clicked () |
|
void | on_pbAddColorStop_clicked () |
|
void | on_lePalName_textChanged (const QString &text) |
|
void | on_pbImportPalette_clicked () |
|
void | on_pbExportPalette_clicked () |
|
void | on_btnColor_colorChanged (QColor color) |
|
|
void | updatePaletteList () |
|
void | updateViewOnResize () |
|
|
Ui::WidgetPropPalettes | ui |
|
QImage | m_imgGVCurPalette |
|
int | m_selectedColorStop |
|
int | m_isUpdating |
|
int | m_isDirty |
|
float | m_gvSceneMarginLeftRight |
|
float | m_gvPaletteSceneMarginTopBottom |
|
float | m_gvCurveSceneMarginTopBottom |
|
QList< ito::ItomPaletteBase > | m_palettes |
|
int | m_curPaletteIndex |
|
ito::ItomPaletteBase | m_currentPalette |
|
QGraphicsScene * | m_pSceneCurPalette |
|
QGraphicsScene * | m_pScenePalCurves |
|
◆ readSettings()
void ito::WidgetPropPalettes::readSettings |
( |
| ) |
|
|
virtual |
This method is called at startup of the property dialog. Read the setting file using QSetting in order to initialize your property widget (this method must be overwritten)
Implements ito::AbstractPropertyPageWidget.
◆ writeSettings()
void ito::WidgetPropPalettes::writeSettings |
( |
| ) |
|
|
virtual |
This method is called at shutdown of the property dialog (only if apply or ok has been clicked). Apply your settings and write it to the setting file using QSetting (this method must be overwritten)
Implements ito::AbstractPropertyPageWidget.
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/ui/widgetPropPalettes.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/ui/widgetPropPalettes.cpp