#include <anatomist/color/qwObjPalette.h>
Definition at line 54 of file qwObjPalette.h.
◆ QAPaletteWin()
◆ ~QAPaletteWin()
virtual QAPaletteWin::~QAPaletteWin |
( |
| ) |
|
|
virtual |
◆ addExtensionAction()
Actions can be added here, they will show on a toolbar.
Actions will call their extensionTriggered() method when used. Signals are not used due to difficulties of python bindings for custom template types (std::set<anatomist::AObject *>)
References slots.
◆ chooseObject
void QAPaletteWin::chooseObject |
( |
| ) |
|
|
protectedslot |
◆ closeEvent()
virtual void QAPaletteWin::closeEvent |
( |
QCloseEvent * |
| ) |
|
|
protectedvirtual |
◆ createPalWin()
◆ dimChanged
void QAPaletteWin::dimChanged |
( |
int |
| ) |
|
|
protectedslot |
◆ enablePalette2
void QAPaletteWin::enablePalette2 |
( |
bool |
| ) |
|
|
protectedslot |
◆ extensionActionTriggered
void QAPaletteWin::extensionActionTriggered |
( |
QAction * |
action | ) |
|
|
protectedslot |
◆ fillMixMethods()
void QAPaletteWin::fillMixMethods |
( |
| ) |
|
|
protected |
◆ fillObjPal()
void QAPaletteWin::fillObjPal |
( |
| ) |
|
|
protected |
◆ fillPalette()
◆ fillPalette1()
void QAPaletteWin::fillPalette1 |
( |
| ) |
|
|
protected |
◆ fillPalette1DMappingMethods()
void QAPaletteWin::fillPalette1DMappingMethods |
( |
| ) |
|
|
protected |
◆ fillPalette2()
void QAPaletteWin::fillPalette2 |
( |
| ) |
|
|
protected |
◆ fillPalette2List()
void QAPaletteWin::fillPalette2List |
( |
| ) |
|
|
protected |
◆ fillPalettes()
void QAPaletteWin::fillPalettes |
( |
| ) |
|
|
protected |
◆ fillToolBar()
void QAPaletteWin::fillToolBar |
( |
| ) |
|
|
protected |
◆ makeDimBox()
virtual QWidget* QAPaletteWin::makeDimBox |
( |
const QString & |
title, |
|
|
QWidget * |
parent, |
|
|
DimBox * |
dbox |
|
) |
| |
|
protectedvirtual |
◆ max1Changed
void QAPaletteWin::max1Changed |
( |
int |
value | ) |
|
|
protectedslot |
◆ max1EditChanged
void QAPaletteWin::max1EditChanged |
( |
| ) |
|
|
protectedslot |
◆ max2Changed
void QAPaletteWin::max2Changed |
( |
int |
value | ) |
|
|
protectedslot |
◆ max2EditChanged
void QAPaletteWin::max2EditChanged |
( |
| ) |
|
|
protectedslot |
◆ min1Changed
void QAPaletteWin::min1Changed |
( |
int |
value | ) |
|
|
protectedslot |
◆ min1EditChanged
void QAPaletteWin::min1EditChanged |
( |
| ) |
|
|
protectedslot |
◆ min2Changed
void QAPaletteWin::min2Changed |
( |
int |
value | ) |
|
|
protectedslot |
◆ min2EditChanged
void QAPaletteWin::min2EditChanged |
( |
| ) |
|
|
protectedslot |
◆ mixFactorChanged
void QAPaletteWin::mixFactorChanged |
( |
int |
| ) |
|
|
protectedslot |
◆ mixMethodChanged
void QAPaletteWin::mixMethodChanged |
( |
const QString & |
| ) |
|
|
protectedslot |
◆ objectsChosen
◆ objPalette()
◆ palette1Changed
void QAPaletteWin::palette1Changed |
( |
| ) |
|
|
protectedslot |
◆ palette1DMappingMethodChanged
void QAPaletteWin::palette1DMappingMethodChanged |
( |
const QString & |
| ) |
|
|
protectedslot |
◆ palette2Changed
void QAPaletteWin::palette2Changed |
( |
const QString & |
| ) |
|
|
protectedslot |
◆ resetBounds1
void QAPaletteWin::resetBounds1 |
( |
| ) |
|
|
protectedslot |
◆ resetBounds2
void QAPaletteWin::resetBounds2 |
( |
| ) |
|
|
protectedslot |
◆ resetValues1
void QAPaletteWin::resetValues1 |
( |
| ) |
|
|
protectedslot |
◆ resetValues2
void QAPaletteWin::resetValues2 |
( |
| ) |
|
|
protectedslot |
◆ responsiveToggled
void QAPaletteWin::responsiveToggled |
( |
bool |
val | ) |
|
|
protectedslot |
◆ runCommand()
void QAPaletteWin::runCommand |
( |
| ) |
|
|
protected |
◆ setValues()
virtual void QAPaletteWin::setValues |
( |
DimBox * |
dimBox, |
|
|
float |
min, |
|
|
float |
max, |
|
|
float |
objMin, |
|
|
float |
objMax |
|
) |
| |
|
protectedvirtual |
◆ setValues1()
virtual void QAPaletteWin::setValues1 |
( |
| ) |
|
|
protectedvirtual |
◆ setValues2()
virtual void QAPaletteWin::setValues2 |
( |
| ) |
|
|
protectedvirtual |
◆ unregisterObservable()
Called when an observable is destroyed, only called by Observable: don't use this function directly.
Reimplemented from anatomist::Observer.
◆ update()
This method is called whenever the observed object is changed.
The programmer calls an observable object's notifyObservers method to have all the object's observers notified of the change.
- Parameters
-
observable | the observable object |
Implements anatomist::Observer.
◆ updateClicked
void QAPaletteWin::updateClicked |
( |
| ) |
|
|
protectedslot |
◆ updateInterface()
void QAPaletteWin::updateInterface |
( |
| ) |
|
|
protected |
◆ updateObjects()
virtual void QAPaletteWin::updateObjects |
( |
| ) |
|
|
protectedvirtual |
◆ updateObjPal()
virtual void QAPaletteWin::updateObjPal |
( |
| ) |
|
|
protectedvirtual |
◆ zeroCentered1Changed
void QAPaletteWin::zeroCentered1Changed |
( |
int |
state | ) |
|
|
protectedslot |
◆ zeroCentered2Changed
void QAPaletteWin::zeroCentered2Changed |
( |
int |
state | ) |
|
|
protectedslot |
The documentation for this class was generated from the following file: