OpendTect
7.0
|
DataPointSet crossplotter. More...
Classes | |
class | AxisData |
struct | Setup |
Public Member Functions | |
uiDataPointSetCrossPlotter (uiParent *, uiDataPointSet &, const Setup &) | |
~uiDataPointSetCrossPlotter () | |
void | addItemIfNew (int itmidx, MarkerStyle2D &, uiGraphicsItemGroup *, uiAxisHandler &, uiDataPointSet::DRowID, bool) |
AxisData::AutoScalePars & | autoScalePars (int ax) |
AxisData & | axisData (int ax) |
const AxisData & | axisData (int ax) const |
uiAxisHandler * | axisHandler (int ax) |
const uiAxisHandler * | axisHandler (int ax) const |
bool | checkSelArea (const SelectionArea &) const |
void | checkSelection (uiDataPointSet::DRowID, uiGraphicsItem *, bool, const AxisData &, bool rempt=false) |
int | curGroup () const |
int | curSelGrp () const |
void | dataChanged () |
Only use if you know what you're doing. More... | |
void | deleteSelections () |
DataPointSet & | dps () |
const DataPointSet & | dps () const |
void | drawColTabItem (bool isy1) |
void | drawContent (bool withaxis=true) |
void | drawData (const AxisData &, bool y2, bool rempts=false) |
void | drawDensityPlot () |
bool | drawPoints (uiGraphicsItemGroup *, const AxisData &, bool y2, MarkerStyle2D &, bool rempt=false) |
void | drawRegrLine (uiAxisHandler *, const Interval< int > &) |
void | drawUserDefPolyLine (bool) |
SelectionArea & | getCurSelArea () |
const TypeSet< RowCol > & | getDPSSelectedCells () |
int | getNewSelAreaID () const |
OD::Color | getOverlayColor (uiDataPointSet::DRowID, bool) |
void | getRandRowids () |
int | getRow (const AxisData &, uiPoint) const |
bool | getSelArea (SelectionArea &, int selareaid) |
mDeprecatedObs const TypeSet< RowCol > & | getSelectedCells () |
float | getSelectedness (uiDataPointSet::DRowID, bool fory2) |
int | getSelGrpIdx (int selareaid) const |
float | getVal (int colid, int rid) const |
bool | isADensityPlot () const |
bool | isMultiColMode () const |
bool | isRectSelection () const |
bool | isSceneSelectable () const |
bool | isSelAreaValid (int id) const |
bool | isSelectionValid (uiDataPointSet::DRowID) |
bool | isY1Selectable () const |
bool | isY2Selectable () const |
bool | isY2Shown () const |
const LinStats2D & | linStats (bool y1=true) const |
Math::Expression * | mathObj () const |
const OD::String & | mathObjStr () const |
const TypeSet< int > & | modifiedColIds () const |
OD::Pair< int, int > | nrBins () const |
int | nrY2Sels () const |
int | nrYSels () const |
void | prepareItems (bool y2) |
void | reDrawSelections () |
void | removeSelectionItems () |
void | removeSelections (bool relfrmselgrp=true) |
int | selAreaSize () const |
ObjectSet< SelectionGrp > & | selectionGrps () |
const ObjectSet< SelectionGrp > & | selectionGrps () const |
TypeSet< OD::Color > | selGrpCols () const |
DataPointSet::RowID | selRow () const |
bool | selRowIsY2 () const |
void | setAnnotEndTxt (uiAxisHandler &) |
void | setCols (DataPointSet::ColID x, DataPointSet::ColID y, DataPointSet::ColID y2) |
void | setColTab (const ColTab::Sequence &ctseq) |
void | setCTMapper (const ColTab::MapperSetup &) |
void | setCurSelGrp (int grp) |
void | setDensityPlot (bool yn, bool showy2) |
void | setItem (uiGraphicsItem *, bool y2, const uiPoint &) |
void | setMathObj (Math::Expression *) |
void | setMathObjStr (const char *str) |
void | setModifiedColIds (const TypeSet< uiDataPointSet::DColID > &ids) |
void | setMultiColMode (bool yn) |
void | setNrBins (OD::Pair< int, int >) |
void | setOverlayY1AttMapr (const ColTab::MapperSetup &) |
void | setOverlayY1AttSeq (const ColTab::Sequence &) |
void | setOverlayY1Cols (DataPointSet::ColID y3) |
void | setOverlayY2AttMapr (const ColTab::MapperSetup &) |
void | setOverlayY2AttSeq (const ColTab::Sequence &) |
void | setOverlayY2Cols (DataPointSet::ColID y3) |
void | setRectSelection (bool yn) |
void | setSceneSelectable (bool yn) |
void | setSelArea (const SelectionArea &, int selgrpidx) |
void | setSelectable (bool y1, bool y2) |
void | setShowY3 (bool) |
void | setShowY4 (bool) |
Setup & | setup () |
const Setup & | setup () const |
void | setUserDefDrawType (bool dodrw, bool isy2, bool drwln=false) |
void | setUserDefPolyLine (TypeSet< uiWorldPoint > &, bool) |
void | showY2 (bool) |
bool | showY3 () const |
bool | showY4 () const |
int | totalNrItems () const |
uiDataPointSet & | uidps () |
const uiDataPointSet & | uidps () const |
void | updateOverlayMapper (bool isy1) |
TypeSet< OD::Color > & | y1grpColors () |
TypeSet< OD::Color > & | y2grpColors () |
int | y3Colid () const |
const ColTab::Sequence & | y3CtSeq () const |
const ColTab::Mapper & | y3Mapper () const |
int | y4Colid () const |
const ColTab::Sequence & | y4CtSeq () const |
const ColTab::Mapper & | y4Mapper () const |
Public Member Functions inherited from uiRGBArrayCanvas | |
uiRGBArrayCanvas (uiParent *, uiRGBArray &) | |
~uiRGBArrayCanvas () | |
uiRect | arrArea () const |
bool | arrDrawn () const |
void | beforeDraw () |
void | beforeDraw (int w, int h) |
const OD::Color & | bgColor () const |
const uiBorder & | border () const |
void | removePixmap () |
uiRGBArray & | rgbArray () |
const uiRGBArray & | rgbArray () const |
void | setBGColor (const OD::Color &) |
everything More... | |
void | setBorder (const uiBorder &) |
void | setDrawArr (bool) |
Draw the arr or not? More... | |
void | setPixmap (const uiPixmap &) |
void | setPixMapPos (int x, int y) |
const uiRect & | updateArea () |
void | updatePixmap () |
Public Member Functions inherited from uiGraphicsView | |
uiGraphicsView (uiParent *, const char *nm) | |
~uiGraphicsView () | |
void | disableImageSave () |
void | enableImageSave () |
uiCrossHairItem * | getCrossHairItem () |
uiAction * | getPrintImageAction () |
uiToolButton * | getPrintImageButton (uiParent *) |
uiAction * | getSaveImageAction () |
uiToolButton * | getSaveImageButton (uiParent *) |
Public Member Functions inherited from uiGraphicsViewBase | |
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... | |
Public Member Functions inherited from uiObject | |
~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 |
Public Member Functions inherited from uiBaseObject | |
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 () |
Public Member Functions inherited from NamedCallBacker | |
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 |
Public Member Functions inherited from CallBacker | |
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 () |
Public Member Functions inherited from NamedObject | |
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 |
Public Member Functions inherited from ObjectWithName | |
virtual | ~ObjectWithName () |
bool | hasName (const char *nm) const |
bool | hasName (const name_type &nm) const |
void | putNameInPar (IOPar &) const |
Protected Member Functions | |
void | calcStats () |
bool | drawRID (uiDataPointSet::DRowID, uiGraphicsItemGroup *, const AxisData &, bool y2, MarkerStyle2D &, int idmidx, bool rempt) |
void | initDraw () |
void | mouseClickedCB (CallBacker *) |
void | mouseMoveCB (CallBacker *) |
void | mouseReleasedCB (CallBacker *) |
void | reDrawCB (CallBacker *) |
void | reDrawSelArea () |
void | reSizeDrawCB (CallBacker *) |
bool | selNearest (const MouseEvent &) |
void | setDraw () |
void | setWorldSelArea (int) |
Protected Member Functions inherited from uiRGBArrayCanvas | |
bool | createPixmap () |
virtual void | mkNewFill () |
void | rubberBandHandler (uiRect) |
Protected Member Functions inherited from uiGraphicsView | |
void | printImageCB (CallBacker *) |
void | saveImageCB (CallBacker *) |
Protected Member Functions inherited from uiGraphicsViewBase | |
uiGraphicsViewBody & | mkbody (uiParent *, const char *) |
void | rubberBandCB (CallBacker *) |
void | translateText () override |
Protected Member Functions inherited from uiObject | |
uiObject (uiParent *, const char *nm) | |
uiObject (uiParent *, const char *nm, uiObjectBody &) | |
virtual bool | closeOK () |
hook. Accepts/denies closing of window. More... | |
uiObjectBody * | objBody () |
const uiObjectBody * | objBody () const |
void | triggerSetGeometry (const i_LayoutItem *, uiRect &) |
setGeometry should be triggered by this's layoutItem More... | |
void | updateToolTip (CallBacker *=nullptr) |
Protected Member Functions inherited from uiBaseObject | |
void | setBody (uiBody *b) |
Protected Member Functions inherited from NamedCallBacker | |
void | sendDelNotif () const |
Friends | |
class | AxisData |
class | uiDataPointSetCrossPlotWin |
Additional Inherited Members | |
Public Types inherited from uiGraphicsViewBase | |
enum | ODDragMode { NoDrag , ScrollHandDrag , RubberBandDrag } |
enum | ScrollBarPolicy { ScrollBarAsNeeded , ScrollBarAlwaysOff , ScrollBarAlwaysOn } |
Public Types inherited from uiObject | |
enum | SzPolicy { Undef , Small , Medium , Wide , SmallVar , MedVar , WideVar , SmallMax , MedMax , WideMax } |
How should the object's size behave? Undef : use default. Small : 1 base sz. Medium : 2* base sz + 1. Wide : 4* base sz + 3. The xxVar options specify that the element may have a bigger internal preferred size. In that case, the maximum is taken. The xxMax options specify that the element should take all available space ( stretch = 2 ) More... | |
Public Types inherited from ObjectWithName | |
typedef OD::String | name_type |
Static Public Member Functions inherited from uiGraphicsViewBase | |
static const ObjectSet< uiGraphicsViewBase > & | allInstances () |
Static Public Member Functions inherited from uiObject | |
static int | baseFldSize () |
static int | iconSize () |
static void | setTabOrder (uiObject *first, uiObject *second) |
static void | updateToolTips () |
Static Public Member Functions inherited from uiBaseObject | |
static void | addCmdRecorder (const CallBack &) |
static void | removeCmdRecorder (const CallBack &) |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
DataPointSet crossplotter.
<>
uiDataPointSetCrossPlotter::uiDataPointSetCrossPlotter | ( | uiParent * | , |
uiDataPointSet & | , | ||
const Setup & | |||
) |
uiDataPointSetCrossPlotter::~uiDataPointSetCrossPlotter | ( | ) |
void uiDataPointSetCrossPlotter::addItemIfNew | ( | int | itmidx, |
MarkerStyle2D & | , | ||
uiGraphicsItemGroup * | , | ||
uiAxisHandler & | , | ||
uiDataPointSet::DRowID | , | ||
bool | |||
) |
|
inline |
ax | 0=x 1=y 2=y2 |
|
inline |
|
inline |
|
inline |
ax | 0=x 1=y 2=y2 |
|
inline |
|
protected |
bool uiDataPointSetCrossPlotter::checkSelArea | ( | const SelectionArea & | ) | const |
void uiDataPointSetCrossPlotter::checkSelection | ( | uiDataPointSet::DRowID | , |
uiGraphicsItem * | , | ||
bool | , | ||
const AxisData & | , | ||
bool | rempt = false |
||
) |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::dataChanged | ( | ) |
Only use if you know what you're doing.
void uiDataPointSetCrossPlotter::deleteSelections | ( | ) |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::drawColTabItem | ( | bool | isy1 | ) |
void uiDataPointSetCrossPlotter::drawContent | ( | bool | withaxis = true | ) |
void uiDataPointSetCrossPlotter::drawData | ( | const AxisData & | , |
bool | y2, | ||
bool | rempts = false |
||
) |
void uiDataPointSetCrossPlotter::drawDensityPlot | ( | ) |
bool uiDataPointSetCrossPlotter::drawPoints | ( | uiGraphicsItemGroup * | , |
const AxisData & | , | ||
bool | y2, | ||
MarkerStyle2D & | , | ||
bool | rempt = false |
||
) |
void uiDataPointSetCrossPlotter::drawRegrLine | ( | uiAxisHandler * | , |
const Interval< int > & | |||
) |
|
protected |
void uiDataPointSetCrossPlotter::drawUserDefPolyLine | ( | bool | ) |
SelectionArea& uiDataPointSetCrossPlotter::getCurSelArea | ( | ) |
int uiDataPointSetCrossPlotter::getNewSelAreaID | ( | ) | const |
OD::Color uiDataPointSetCrossPlotter::getOverlayColor | ( | uiDataPointSet::DRowID | , |
bool | |||
) |
void uiDataPointSetCrossPlotter::getRandRowids | ( | ) |
bool uiDataPointSetCrossPlotter::getSelArea | ( | SelectionArea & | , |
int | selareaid | ||
) |
float uiDataPointSetCrossPlotter::getSelectedness | ( | uiDataPointSet::DRowID | , |
bool | fory2 | ||
) |
int uiDataPointSetCrossPlotter::getSelGrpIdx | ( | int | selareaid | ) | const |
float uiDataPointSetCrossPlotter::getVal | ( | int | colid, |
int | rid | ||
) | const |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
bool uiDataPointSetCrossPlotter::isSelAreaValid | ( | int | id | ) | const |
bool uiDataPointSetCrossPlotter::isSelectionValid | ( | uiDataPointSet::DRowID | ) |
|
inline |
|
inline |
bool uiDataPointSetCrossPlotter::isY2Shown | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
OD::Pair<int,int> uiDataPointSetCrossPlotter::nrBins | ( | ) | const |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::prepareItems | ( | bool | y2 | ) |
|
protected |
|
protected |
void uiDataPointSetCrossPlotter::reDrawSelections | ( | ) |
void uiDataPointSetCrossPlotter::removeSelectionItems | ( | ) |
void uiDataPointSetCrossPlotter::removeSelections | ( | bool | relfrmselgrp = true | ) |
|
protected |
int uiDataPointSetCrossPlotter::selAreaSize | ( | ) | const |
|
inline |
|
inline |
|
protected |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::setAnnotEndTxt | ( | uiAxisHandler & | ) |
void uiDataPointSetCrossPlotter::setCols | ( | DataPointSet::ColID | x, |
DataPointSet::ColID | y, | ||
DataPointSet::ColID | y2 | ||
) |
|
inline |
void uiDataPointSetCrossPlotter::setCTMapper | ( | const ColTab::MapperSetup & | ) |
|
inline |
void uiDataPointSetCrossPlotter::setDensityPlot | ( | bool | yn, |
bool | showy2 | ||
) |
|
protected |
void uiDataPointSetCrossPlotter::setItem | ( | uiGraphicsItem * | , |
bool | y2, | ||
const uiPoint & | |||
) |
void uiDataPointSetCrossPlotter::setMathObj | ( | Math::Expression * | ) |
|
inline |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::setNrBins | ( | OD::Pair< int, int > | ) |
void uiDataPointSetCrossPlotter::setOverlayY1AttMapr | ( | const ColTab::MapperSetup & | ) |
void uiDataPointSetCrossPlotter::setOverlayY1AttSeq | ( | const ColTab::Sequence & | ) |
void uiDataPointSetCrossPlotter::setOverlayY1Cols | ( | DataPointSet::ColID | y3 | ) |
void uiDataPointSetCrossPlotter::setOverlayY2AttMapr | ( | const ColTab::MapperSetup & | ) |
void uiDataPointSetCrossPlotter::setOverlayY2AttSeq | ( | const ColTab::Sequence & | ) |
void uiDataPointSetCrossPlotter::setOverlayY2Cols | ( | DataPointSet::ColID | y3 | ) |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::setSelArea | ( | const SelectionArea & | , |
int | selgrpidx | ||
) |
void uiDataPointSetCrossPlotter::setSelectable | ( | bool | y1, |
bool | y2 | ||
) |
void uiDataPointSetCrossPlotter::setShowY3 | ( | bool | ) |
void uiDataPointSetCrossPlotter::setShowY4 | ( | bool | ) |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::setUserDefDrawType | ( | bool | dodrw, |
bool | isy2, | ||
bool | drwln = false |
||
) |
void uiDataPointSetCrossPlotter::setUserDefPolyLine | ( | TypeSet< uiWorldPoint > & | , |
bool | |||
) |
|
protected |
void uiDataPointSetCrossPlotter::showY2 | ( | bool | ) |
|
inline |
|
inline |
int uiDataPointSetCrossPlotter::totalNrItems | ( | ) | const |
|
inline |
|
inline |
void uiDataPointSetCrossPlotter::updateOverlayMapper | ( | bool | isy1 | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
CNotifier<uiDataPointSetCrossPlotter,Interval<float> > uiDataPointSetCrossPlotter::coltabRgChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::dataChgd |
|
protected |
CNotifier<uiDataPointSetCrossPlotter,bool> uiDataPointSetCrossPlotter::drawTypeChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::lineDrawn |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::mouseReleased |
|
protected |
|
protected |
|
protected |
Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::pointsSelected |
|
protected |
Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::removeRequest |
|
protected |
|
protected |
Notifier<uiDataPointSetCrossPlotter> uiDataPointSetCrossPlotter::selectionChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
LinePars& uiDataPointSetCrossPlotter::userdefy1lp_ |
BufferString& uiDataPointSetCrossPlotter::userdefy1str_ |
LinePars& uiDataPointSetCrossPlotter::userdefy2lp_ |
BufferString& uiDataPointSetCrossPlotter::userdefy2str_ |
AxisData uiDataPointSetCrossPlotter::x_ |
|
protected |
|
protected |
BufferString& uiDataPointSetCrossPlotter::y1rmserr_ |
|
protected |
|
protected |
AxisData uiDataPointSetCrossPlotter::y2_ |
|
protected |
|
protected |
|
protected |
BufferString& uiDataPointSetCrossPlotter::y2rmserr_ |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
AxisData uiDataPointSetCrossPlotter::y_ |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024