|
| SelectionGrp (const char *nm, const Color &col) |
|
| SelectionGrp () |
|
| ~SelectionGrp () |
|
int | size () const |
|
bool | hasAltAxis () const |
|
bool | isValidIdx (int idx) const |
|
int | isInside (const uiPoint &) const |
|
int | validIdx (int selareaid) const |
|
void | addSelection (const SelectionArea &) |
|
void | removeSelection (int) |
|
void | removeAll () |
|
void | setSelectionArea (const SelectionArea &) |
|
bool | getSelectionArea (SelectionArea &, int id) const |
|
SelectionArea & | getSelectionArea (int idx) |
|
const SelectionArea & | getSelectionArea (int idx) const |
|
SelectionArea::SelAxisType | getSelectionAxis (int selareaid) const |
|
void | usePar (const IOPar &) |
|
void | fillPar (IOPar &) const |
|
void | getInfo (BufferString &) const |
|
| NamedObject (const char *nm=0) |
|
| NamedObject (const NamedObject *linkedto) |
|
| NamedObject (const NamedObject &) |
|
virtual | ~NamedObject () |
|
void | setLinkedTo (NamedObject *) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual const OD::String & | name () const |
|
virtual const OD::String & | annotName () const |
|
virtual void | setName (const char *) |
|
void | setCleanName (const char *) |
| cleans string first More...
|
|
void | deleteNotify (const CallBack &) |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
|
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
|
void | detachCB (NotifierAccess &, const CallBack &) |
|
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
|
bool | isNotifierAttached (NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|