|
| uiHistogramDisplay (uiParent *, Setup &, bool withheader=false) |
|
| ~uiHistogramDisplay () |
|
const Interval< float > & | getDrawRange () const |
|
const Stats::ParallelCalc< float > & | getStatCalc () |
|
int | nrClasses () const |
|
od_int64 | nrInpVals () const |
|
void | putN () |
|
void | setData (const Array2D< float > *) |
|
void | setData (const Array3D< float > *) |
|
void | setData (const float *, od_int64 sz) |
|
void | setData (const LargeValVec< float > &) |
|
bool | setDataPackID (DataPackID, DataPackMgr::MgrID, int version) |
|
void | setDrawRange (const Interval< float > &) |
|
void | setEmpty () override |
| clears all More...
|
|
void | setHistogram (const TypeSet< float > &, Interval< float >, int N=-1) |
|
void | useDrawRange (bool yn) |
|
| uiFunctionDisplay (uiParent *, const Setup &) |
|
| ~uiFunctionDisplay () |
|
void | draw () override |
|
void | gatherInfo (bool y2=false) override |
|
Geom::Point2D< float > | getFuncXY (int xpix, bool y2) const |
|
Geom::Point2D< float > | getXYFromPix (const Geom::Point2D< int > &pix, bool y2) const |
|
Geom::PointF | mapToPosition (const Geom::PointF &, bool y2=false) override |
|
Geom::PointF | mapToValue (const Geom::PointF &, bool y2=false) override |
|
const NotifierAccess & | mouseMoveNotifier () override |
|
void | setTitle (const uiString &) override |
|
uiObject * | uiobj () override |
|
uiAxisHandler * | xAxis () const |
|
uiAxisHandler * | yAxis (bool y2) const |
|
| uiFuncDispBase (const Setup &) |
|
virtual | ~uiFuncDispBase () |
|
void | dump (od_ostream &, bool y2) const |
|
void | getAxisRanges (const TypeSet< float > &vals, const Interval< float > &setuprg, Interval< float > &) const |
|
int | selPt () const |
|
virtual void | setMark2Value (float, bool is_x) |
|
virtual void | setMarkValue (float, bool is_x) |
|
Setup & | setup () |
|
virtual void | setVals (const float *xvals, const float *yvals, int sz) |
|
virtual void | setVals (const Interval< float > &, const float *yvals, int sz) |
| Undef values are filtered out. More...
|
|
virtual void | setY2Vals (const float *xvals, const float *yvals, int sz) |
|
virtual void | setY2Vals (const Interval< float > &, const float *yvals, int sz) |
| Undef values are filtered out. More...
|
|
int | size () const |
|
uiAxisHandlerBase * | xAxis () |
|
const uiAxisHandlerBase * | xAxis () const |
|
const TypeSet< float > & | xVals () const |
|
int | y2size () const |
|
const TypeSet< float > & | y2xVals () const |
|
const TypeSet< float > & | y2yVals () const |
|
uiAxisHandlerBase * | yAxis (bool y2) |
|
const uiAxisHandlerBase * | yAxis (bool y2) const |
|
const TypeSet< float > & | yVals () const |
|
| uiGraphicsView (uiParent *, const char *nm) |
|
| ~uiGraphicsView () |
|
void | disableImageSave () |
|
void | enableImageSave () |
|
uiCrossHairItem * | getCrossHairItem () |
|
uiAction * | getPrintImageAction () |
|
uiToolButton * | getPrintImageButton (uiParent *) |
|
uiAction * | getSaveImageAction () |
|
uiToolButton * | getSaveImageButton (uiParent *) |
|
| uiGraphicsViewBase (uiParent *, const char *) |
|
| ~uiGraphicsViewBase () |
|
OD::Color | backgroundColor () const override |
|
void | centreOn (uiPoint) |
|
void | disableScrollZoom () |
|
ODDragMode | dragMode () const |
|
void | enableScrollZoom (bool yn=true) |
|
GestureEventHandler & | gestureEventHandler () |
|
uiPoint | getCursorPos () const |
|
KeyboardEventHandler & | getKeyboardEventHandler () |
|
MouseEventHandler & | getMouseEventHandler () |
|
bool | getMouseWheelReversal () const |
|
MouseEventHandler & | getNavigationMouseEventHandler () |
|
void | getScaleFactor (float &, float &) const |
|
int | getSceneBorder () const |
|
uiPoint | getScenePos (float, float) const |
|
uiRect | getSceneRect () const |
|
const uiRect * | getSelectedArea () const |
|
const uiPoint & | getStartPos () const |
|
uiRect | getViewArea () const |
|
bool | hasMidMouseButtonForDrag () const |
|
bool | hasMouseTracking () const |
|
int | height () const override |
| height of widget More...
|
|
bool | isCtrlPressed () const |
|
bool | isRubberBandingOn () const |
|
uiPoint | mapFromScene (const Geom::Point2D< float > &) const |
|
Geom::Point2D< float > | mapToScene (const uiPoint &) const |
|
Geom::RectF | mapToScene (const uiRect &) const |
|
bool | print () |
|
void | rePaint () |
|
uiGraphicsScene & | scene () |
|
uiSize | scrollBarSize (bool horizontal) const |
|
bool | scrollZoomEnabled () |
|
void | setBackgroundColor (const OD::Color &) override |
|
void | setCtrlPressed (bool yn) |
|
void | setDragMode (ODDragMode) |
|
void | setMidMouseButtonForDrag (bool) |
|
void | setMouseTracking (bool) |
|
void | setMouseWheelReversal (bool) |
|
void | setNoBackGround () |
|
void | setScaleFactor (float, float) |
|
void | setScene (uiGraphicsScene &) |
| Scene becomes mine. More...
|
|
void | setSceneAlignment (const Alignment &) |
|
void | setSceneBorder (int) |
|
void | setSceneRect (const uiRect &) |
|
void | setScrollBarPolicy (bool hor, ScrollBarPolicy) |
|
void | setViewArea (double x, double y, double w, double h) |
|
void | show () |
|
int | viewHeight () const |
| height of viewport More...
|
|
int | viewWidth () const |
| width of viewport More...
|
|
int | width () const override |
| width of widget More...
|
|
| ~uiObject () |
|
uiSize | actualSize (bool include_border=true) const |
|
void | attach (constraintType, int margin=-1) |
| attaches object to another In case the stretched... options are used, margin=-1 (default) stretches the object not to cross the border. margin=-2 stretches the object to fill the parent's border. This looks nice with separators. More...
|
|
void | attach (constraintType, uiObject *, int margin=-1, bool reciprocal=true) |
|
void | attach (constraintType, uiParent *, int margin=-1, bool reciprocal=true) |
|
virtual const ObjectSet< uiBaseObject > * | childList () const |
|
void | close () |
|
void | deepRedraw () |
|
void | disabFocus () |
|
void | display (bool yn, bool shrink=false, bool maximized=false) |
|
const uiFont * | font () const |
|
QWidget * | getWidget () override |
|
virtual bool | handleLongTabletPress () |
|
bool | hasFocus () const |
|
bool | isCursorInside () const |
|
bool | isDisplayed () const |
|
virtual bool | isEmpty () const |
|
bool | isSensitive () const |
|
uiMainWin * | mainwin () |
|
uiParent * | parent () |
|
const uiParent * | parent () const |
|
int | prefHNrPics () const |
|
int | prefVNrPics () const |
|
QWidget * | qwidget () |
|
const QWidget * | qwidget () const |
|
void | reDraw (bool deep) |
|
void | reParent (uiParent *) |
|
OD::Color | roBackgroundColor () const |
|
bool | sensitive () const |
|
virtual void | setBackgroundPixmap (const uiPixmap &) |
|
void | setCaption (const uiString &) |
|
virtual void | setCursor (const MouseCursor &) |
|
void | setFocus () |
|
void | setFont (const uiFont &) |
|
void | setHSzPol (SzPolicy) |
|
void | setMaximumHeight (int) |
|
void | setMaximumHeightInChar (int) |
|
void | setMaximumWidth (int) |
|
void | setMaximumWidthInChar (int) |
|
void | setMinimumHeight (int) |
|
void | setMinimumHeightInChar (int) |
|
void | setMinimumWidth (int) |
|
void | setMinimumWidthInChar (int) |
|
virtual void | setName (const char *) override |
|
virtual void | setPrefHeight (int) |
|
void | setPrefHeightInChar (float) |
|
void | setPrefHeightInChar (int) |
|
virtual void | setPrefWidth (int) |
|
void | setPrefWidthInChar (float) |
|
void | setPrefWidthInChar (int) |
|
void | setSensitive (bool yn=true) |
|
void | setStretch (int hor, int ver) |
| Sets stretch factors for object If stretch factor is > 1, then object will already grow at pop-up. More...
|
|
virtual void | setStyleSheet (const char *) |
|
virtual void | setTextColor (const OD::Color &) |
|
void | setToolTip (const uiString &) |
|
void | setVSzPol (SzPolicy) |
|
void | shallowRedraw () |
|
int | stretch (bool hor) const |
|
SzPolicy | szPol (bool hor=true) const |
|
const uiString & | toolTip () const |
|
void | translateText () override |
|
bool | visible () const |
|
| uiBaseObject (const char *nm, uiBody *=0) |
|
virtual | ~uiBaseObject () |
|
int | beginCmdRecEvent (const BufferString &msg) |
|
int | beginCmdRecEvent (const char *msg=0) |
|
int | beginCmdRecEvent (od_uint64 id, const char *msg=0) |
|
uiBody * | body () |
|
const uiBody * | body () const |
|
void | clear () |
|
void | endCmdRecEvent (int refnr, const char *msg=0) |
|
void | endCmdRecEvent (od_uint64 id, int refnr, const char *msg=0) |
|
void | finalise () |
|
bool | finalised () const |
|
void | finalize () |
|
bool | finalized () const |
|
const QWidget * | getWidget () const |
|
virtual Notifier< uiBaseObject > & | postFinalise () |
|
virtual Notifier< uiBaseObject > & | postFinalize () |
|
virtual Notifier< uiBaseObject > & | preFinalise () |
|
virtual Notifier< uiBaseObject > & | preFinalize () |
|
| NamedCallBacker (const char *nm=0) |
|
| NamedCallBacker (const NamedCallBacker &) |
|
virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
|
bool | operator== (const NamedCallBacker &oth) const |
|
bool | operator== (const NamedObject &oth) 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 () |
|
| NamedObject (const char *nm=nullptr) |
|
| NamedObject (const NamedObject &oth) |
|
virtual | ~NamedObject () |
|
virtual BufferString | getName () const |
|
bool | getNameFromPar (const IOPar &) |
|
const name_type & | name () const override |
|
NamedObject & | operator= (const NamedObject &) |
|
bool | operator== (const NamedObject &oth) const |
|
virtual | ~ObjectWithName () |
|
bool | hasName (const char *nm) const |
|
bool | hasName (const name_type &nm) const |
|
void | putNameInPar (IOPar &) const |
|