#include <uicolortable.h>
|
| virtual | ~uiColorTable () |
| |
| const ColTab::MapperSetup & | colTabMapperSetup () const |
| |
| const ColTab::Sequence & | colTabSeq () const |
| |
| void | commitInput () |
| |
| void | enableClippingDlg (bool yn) |
| |
| void | enableManage (bool yn) |
| |
| void | enableTransparencyEdit (bool) |
| |
| void | getDispPars (FlatView::DataDispPars::VD &) const |
| |
| void | getNumberFormat (char &format, int &precision) const |
| |
| virtual OD::Orientation | getOrientation () const =0 |
| |
| void | orientationChgd (CallBacker *) |
| |
| void | setDispPars (const FlatView::DataDispPars::VD &) |
| |
| void | setHistogram (const TypeSet< float > *) |
| |
| void | setInterval (const Interval< float > &) |
| |
| void | setMapperSetup (const ColTab::MapperSetup *, bool emitnotif=true) |
| |
| void | setNumberFormat (char format, int precision) |
| |
| void | setSequence (const char *, bool emitnotif=true) |
| |
| void | setSequence (const ColTab::Sequence *, bool allowedit, bool emitnotif=true) |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
| |
| bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
| |
| void | detachAllNotifiers () const |
| | Call from the destructor of your inherited object.
|
| |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| virtual bool | isCapsule () const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use.
|
| |
| CallBacker & | operator= (const CallBacker &)=delete |
| |
| void | stopReceivingNotifications () const |
| |
| virtual CallBacker * | trueCaller () |
| |
◆ ~uiColorTable()
| virtual uiColorTable::~uiColorTable |
( |
| ) |
|
|
virtual |
◆ uiColorTable()
◆ canvasClick()
◆ canvasDoubleClick()
| void uiColorTable::canvasDoubleClick |
( |
CallBacker * | | ) |
|
|
protected |
◆ canvasreDraw()
◆ colTabChgdCB()
◆ colTabManChgd()
◆ colTabMapperSetup()
◆ colTabSeq()
◆ commitInput()
| void uiColorTable::commitInput |
( |
| ) |
|
◆ createFields()
◆ doFlip()
◆ doManage()
◆ editScaling()
◆ enableClippingDlg()
| void uiColorTable::enableClippingDlg |
( |
bool | yn | ) |
|
|
inline |
◆ enableManage()
| void uiColorTable::enableManage |
( |
bool | yn | ) |
|
|
inline |
◆ enableTransparencyEdit()
| void uiColorTable::enableTransparencyEdit |
( |
bool | | ) |
|
◆ getDispPars()
◆ getNumberFormat()
| void uiColorTable::getNumberFormat |
( |
char & | format, |
|
|
int & | precision ) const |
◆ getOrientation()
◆ isEditable()
| bool uiColorTable::isEditable |
( |
| ) |
const |
|
inlineprotected |
◆ makeSymmetrical()
| void uiColorTable::makeSymmetrical |
( |
CallBacker * | | ) |
|
|
protected |
◆ numberFormatChgdCB()
| void uiColorTable::numberFormatChgdCB |
( |
CallBacker * | | ) |
|
|
protected |
◆ orientationChgd()
| void uiColorTable::orientationChgd |
( |
CallBacker * | | ) |
|
◆ rangeEntered()
◆ setAsDefault()
◆ setDispPars()
◆ setHistogram()
| void uiColorTable::setHistogram |
( |
const TypeSet< float > * | | ) |
|
If ptr is null, mapper edit will be disabled.
◆ setInterval()
| void uiColorTable::setInterval |
( |
const Interval< float > & | | ) |
|
◆ setMapperSetup()
If ptr is null, sequence edit will be disabled.
◆ setNumberFormat()
| void uiColorTable::setNumberFormat |
( |
char | format, |
|
|
int | precision ) |
◆ setSequence() [1/2]
| void uiColorTable::setSequence |
( |
const char * | , |
|
|
bool | emitnotif = true ) |
◆ setSequence() [2/2]
| void uiColorTable::setSequence |
( |
const ColTab::Sequence * | , |
|
|
bool | allowedit, |
|
|
bool | emitnotif = true ) |
◆ tableAdded()
◆ tabSel()
◆ updateRgFld()
| void uiColorTable::updateRgFld |
( |
| ) |
|
|
protected |
◆ canvas_
◆ coltabseq_
◆ enabclipdlg_
| bool uiColorTable::enabclipdlg_ |
|
protected |
◆ enabletrans_
| bool uiColorTable::enabletrans_ |
|
protected |
◆ enabmanage_
| bool uiColorTable::enabmanage_ |
|
protected |
◆ histogram_
| TypeSet<float> uiColorTable::histogram_ |
|
protected |
◆ mapsetup_
◆ maxfld_
◆ minfld_
◆ parent_
◆ scaleChanged
◆ scalingdlg_
| uiAutoRangeClipDlg* uiColorTable::scalingdlg_ |
|
protected |
◆ selfld_
◆ seqChanged