|
| uiFlatViewAuxDataEditor (uiFlatViewer &) |
|
| ~uiFlatViewAuxDataEditor () |
|
uiFlatViewer & | getFlatViewer () const |
|
| AuxDataEditor (Viewer &, MouseEventHandler &) |
|
virtual | ~AuxDataEditor () |
|
int | addAuxData (FlatView::AuxData *, bool doedit) |
|
void | enableEdit (int id, bool allowadd, bool allowmove, bool allowdelete) |
|
void | enablePolySel (int id, bool allowsel) |
|
int | getAddAuxData () const |
|
const ObjectSet< AuxData > & | getAuxData () const |
|
const TypeSet< int > & | getIds () const |
|
MenuHandler * | getMenuHandler () |
|
const Geom::PixRectangle< int > & | getMouseArea () const |
|
void | getPointSelections (TypeSet< int > &ids, TypeSet< int > &idxs) const |
|
const OD::LineStyle & | getSelectionPolygonLineStyle () const |
|
bool | getSelectionPolygonRectangle () const |
| If not rectangle, it's a polygon. More...
|
|
int | getSelPtDataID () const |
|
const TypeSet< int > & | getSelPtIdx () const |
|
const Point & | getSelPtPos () const |
|
Rect | getWorldRect (int dataid) const |
|
bool | isDragging () const |
|
bool | isSelActive () const |
|
void | limitMovement (const Rect *) |
|
const Point * | markerPosAt (const Geom::Point2D< int > &mousepos) const |
|
MouseEventHandler & | mouseEventHandler () |
|
void | removeAuxData (int id) |
|
void | removePolygonSelected (int dataid) |
| If dataid ==-1, all pts inside polygon is removed. More...
|
|
void | setAddAuxData (int id) |
| Added points will be added to this set. More...
|
|
void | setMenuHandler (MenuHandler *) |
|
void | setSelActive (bool yn) |
|
void | setSelectionPolygonLineStyle (const OD::LineStyle &) |
|
void | setSelectionPolygonRectangle (bool) |
| If not rectangle, it's a polygon. More...
|
|
void | setSelectionPolygonVisible (bool) |
|
void | setView (const Rect &wv, const Geom::Rectangle< int > &mouserect) |
|
Sower & | sower () |
|
Viewer & | viewer () |
|
const Viewer & | viewer () const |
|
| 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. More...
|
|
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. More...
|
|
void | stopReceivingNotifications () const |
|
virtual CallBacker * | trueCaller () |
|
Flatview auxiliary data editor.
<>