OpendTect-6_4  6.4
Protected Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
uiWellDahDisplay Class Reference

Well depth/distance along hole display. More...

Inheritance diagram for uiWellDahDisplay:
[legend]

Protected Member Functions

 struct (uiWell) MarkerDraw
 
MarkerDraw * getMarkerDraw (const Well::Marker &)
 
const Well::D2TModeld2T () const
 
const Well::Tracktrack () const
 
const Well::MarkerSetmarkers () const
 
virtual void draw ()
 
virtual void drawCurve (bool)
 
void drawMarkers ()
 
void drawZPicks ()
 
void setAxisRelations ()
 
virtual void gatherInfo ()
 
virtual void gatherDataInfo (bool)
 
void setAxisRanges (bool)
 
void dataChanged ()
 
void init (CallBacker *)
 
void reSized (CallBacker *)
 
- Protected Member Functions inherited from uiGraphicsView
void saveImageCB (CallBacker *)
 
void printImageCB (CallBacker *)
 
- Protected Member Functions inherited from uiGraphicsViewBase
void translateText ()
 
uiGraphicsViewBodymkbody (uiParent *, const char *)
 
void rubberBandCB (CallBacker *)
 
- Protected Member Functions inherited from uiObject
virtual bool closeOK ()
 hook. Accepts/denies closing of window. More...
 
void triggerSetGeometry (const i_LayoutItem *, uiRect &)
 setGeometry should be triggered by this's layoutItem More...
 
void updateToolTip (CallBacker *=0)
 

Protected Attributes

DahObjData * ld1_
 
DahObjData * ld2_
 
Data zdata_
 
Setup setup_
 
TypeSet< PickData > zpicks_
 
uiGraphicsItemSet zpickitms_
 
ObjectSet< MarkerDraw > markerdraws_
 
Well::DisplayProperties::Markers mrkdisp_
 
- Protected Attributes inherited from uiGraphicsView
bool enableimagesave_
 
uiCrossHairItemcrosshairitem_
 
- Protected Attributes inherited from uiGraphicsViewBase
uiGraphicsViewBodybody_
 
uiRectselectedarea_
 
uiGraphicsScenescene_
 
int sceneborder_
 
bool isctrlpressed_
 
bool enabscrollzoom_
 
- Protected Attributes inherited from uiObject
uiString tooltip_
 
uiObjEventFilter * uiobjeventfilter_
 

Private Member Functions

mODTextTranslationClass(uiWellDahDisplay) public uiWellDahDisplay (uiParent *, const Setup &)
 
 ~uiWellDahDisplay ()
 
struct(uiWell) DahObjData struct (uiWell) Data
 
 struct (uiWell) PickData
 
void setData (const Data &data)
 
void setZRange (Interval< float > zrg)
 
const Data & zData ()
 
TypeSet< PickData > & zPicks ()
 
Well::DisplayProperties::Markers & markerDisp ()
 
void reDraw ()
 
void reDrawAnnots ()
 
DahObjData & dahObjData (bool first)
 

Friends

class uiWellDisplay
 
class uiWellDisplayControl
 

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 Member Functions inherited from uiGraphicsView
 uiGraphicsView (uiParent *, const char *nm)
 
 ~uiGraphicsView ()
 
uiToolButtongetSaveImageButton (uiParent *)
 
uiToolButtongetPrintImageButton (uiParent *)
 
void enableImageSave ()
 
void disableImageSave ()
 
uiCrossHairItemgetCrossHairItem ()
 
- Public Member Functions inherited from uiGraphicsViewBase
 uiGraphicsViewBase (uiParent *, const char *)
 
 ~uiGraphicsViewBase ()
 
void setScene (uiGraphicsScene &)
 Scene becomes mine. More...
 
uiGraphicsScenescene ()
 
void show ()
 
void setScrollBarPolicy (bool hor, ScrollBarPolicy)
 
void setDragMode (ODDragMode)
 
ODDragMode dragMode () const
 
bool isRubberBandingOn () const
 
void setMouseTracking (bool)
 
bool hasMouseTracking () const
 
void setMouseWheelReversal (bool)
 
bool getMouseWheelReversal () const
 
void setMidMouseButtonForDrag (bool)
 
bool hasMidMouseButtonForDrag () const
 
int width () const
 width of widget More...
 
int height () const
 height of widget More...
 
int viewWidth () const
 width of viewport More...
 
int viewHeight () const
 height of viewport More...
 
int getSceneBorder () const
 
void setSceneBorder (int)
 
void centreOn (uiPoint)
 
uiRect getSceneRect () const
 
void setSceneRect (const uiRect &)
 
void setSceneAlignment (const Alignment &)
 
void setScaleFactor (float, float)
 
uiPoint getCursorPos () const
 
void getScaleFactor (float &, float &) const
 
uiPoint getScenePos (float, float) const
 
const uiPointgetStartPos () const
 
const uiRectgetSelectedArea () const
 
void setViewArea (double x, double y, double w, double h)
 
uiRect getViewArea () const
 
void setBackgroundColor (const Color &)
 
Color backgroundColor () const
 
void setNoBackGround ()
 
void rePaint ()
 
void enableScrollZoom (bool yn=true)
 
void disableScrollZoom ()
 
bool scrollZoomEnabled ()
 
uiSize scrollBarSize (bool horizontal) const
 
const uiPoint mapFromScene (const Geom::Point2D< float > &) const
 
const Geom::Point2D< float > mapToScene (const uiPoint &) const
 
bool isCtrlPressed () const
 
void setCtrlPressed (bool yn)
 
bool print ()
 
MouseEventHandlergetNavigationMouseEventHandler ()
 
MouseEventHandlergetMouseEventHandler ()
 
KeyboardEventHandlergetKeyboardEventHandler ()
 
GestureEventHandlergestureEventHandler ()
 
- Public Member Functions inherited from uiObject
 uiObject (uiParent *, const char *nm)
 
 uiObject (uiParent *, const char *nm, uiObjectBody &)
 
 ~uiObject ()
 
void setHSzPol (SzPolicy)
 
void setVSzPol (SzPolicy)
 
SzPolicy szPol (bool hor=true) const
 
virtual void setName (const char *)
 
void setToolTip (const uiString &)
 
const uiStringtoolTip () const
 
void translateText ()
 
void display (bool yn, bool shrink=false, bool maximized=false)
 
void setFocus ()
 
bool hasFocus () const
 
void disabFocus ()
 
virtual void setCursor (const MouseCursor &)
 
bool isCursorInside () const
 
virtual void setStyleSheet (const char *)
 
Color roBackgroundColor () const
 
virtual void setBackgroundPixmap (const uiPixmap &)
 
virtual void setTextColor (const Color &)
 
void setSensitive (bool yn=true)
 
bool sensitive () const
 
bool visible () const
 
bool isDisplayed () const
 
int prefHNrPics () const
 
virtual void setPrefWidth (int)
 
void setPrefWidthInChar (int)
 
void setPrefWidthInChar (float)
 
void setMinimumWidth (int)
 
void setMaximumWidth (int)
 
int prefVNrPics () const
 
virtual void setPrefHeight (int)
 
void setPrefHeightInChar (int)
 
void setPrefHeightInChar (float)
 
void setMinimumHeight (int)
 
void setMaximumHeight (int)
 
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...
 
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)
 
void setFont (const uiFont &)
 
const uiFontfont () const
 
void setCaption (const uiString &)
 
void shallowRedraw (CallBacker *=0)
 
void deepRedraw (CallBacker *=0)
 
void reDraw (bool deep)
 
uiSize actualsize (bool include_border=true) const
 
uiParentparent ()
 
const uiParentparent () const
 
void reParent (uiParent *)
 
uiMainWinmainwin ()
 
 mQtclass (QWidget *) getWidget()
 
 mQtclass (QWidget *) qwidget()
 
const mQtclass (QWidget *) qwidget() const
 
virtual bool handleLongTabletPress ()
 
virtual const ObjectSet< uiBaseObject > * childList () const
 
void close ()
 
- Static Public Member Functions inherited from uiGraphicsViewBase
static const ObjectSet< uiGraphicsViewBase > & allInstances ()
 
- Static Public Member Functions inherited from uiObject
static void updateToolTips ()
 
static void setTabOrder (uiObject *first, uiObject *second)
 
static int baseFldSize ()
 
static int iconSize ()
 
- Public Attributes inherited from uiGraphicsViewBase
CNotifier< uiGraphicsViewBase, uiSizereSize
 CallBacker is OLD size. More...
 
Notifier< uiGraphicsViewBaserubberBandUsed
 
Notifier< uiGraphicsViewBasereDrawNeeded
 
Notifier< uiGraphicsViewBasereDrawn
 In practice, this happens only after reSize. More...
 
Notifier< uiGraphicsViewBasepreDraw
 
Notifier< uiGraphicsViewBasescrollBarUsed
 
- Public Attributes inherited from uiObject
Notifier< uiObjectclosed
 Triggered when object closes. More...
 
CNotifier< uiObject, uiRect & > setGeometry
 triggered when getting a new geometry A reference to the new geometry is passed which can be manipulated, before the geometry is actually set to the QWidget. More...
 

Detailed Description

Well depth/distance along hole display.

Constructor & Destructor Documentation

mODTextTranslationClass (uiWellDahDisplay) public uiWellDahDisplay::uiWellDahDisplay ( uiParent ,
const Setup &   
)
private
uiWellDahDisplay::~uiWellDahDisplay ( )
private

Member Function Documentation

const Well::D2TModel* uiWellDahDisplay::d2T ( ) const
inlineprotected
DahObjData& uiWellDahDisplay::dahObjData ( bool  first)
inlineprivate
void uiWellDahDisplay::dataChanged ( )
protected
virtual void uiWellDahDisplay::draw ( )
protectedvirtual

Reimplemented in uiWellStratDisplay, and uiWellLogDisplay.

virtual void uiWellDahDisplay::drawCurve ( bool  )
protectedvirtual

Reimplemented in uiWellLogDisplay.

void uiWellDahDisplay::drawMarkers ( )
protected
void uiWellDahDisplay::drawZPicks ( )
protected
virtual void uiWellDahDisplay::gatherDataInfo ( bool  )
protectedvirtual

Reimplemented in uiWellLogDisplay.

virtual void uiWellDahDisplay::gatherInfo ( )
protectedvirtual

Reimplemented in uiWellStratDisplay.

MarkerDraw* uiWellDahDisplay::getMarkerDraw ( const Well::Marker )
protected
void uiWellDahDisplay::init ( CallBacker )
protected
Well::DisplayProperties::Markers& uiWellDahDisplay::markerDisp ( )
inlineprivate
const Well::MarkerSet* uiWellDahDisplay::markers ( ) const
inlineprotected
void uiWellDahDisplay::reDraw ( )
inlineprivate
void uiWellDahDisplay::reDrawAnnots ( )
inlineprivate
void uiWellDahDisplay::reSized ( CallBacker )
protected
void uiWellDahDisplay::setAxisRanges ( bool  )
protected
void uiWellDahDisplay::setAxisRelations ( )
protected
void uiWellDahDisplay::setData ( const Data &  data)
private
void uiWellDahDisplay::setZRange ( Interval< float >  zrg)
inlineprivate
struct (uiWell) DahObjData uiWellDahDisplay::struct ( uiWell  )
inlineprivate
uiWellDahDisplay::struct ( uiWell  )
inlineprivate

< default will use the global

uiWellDahDisplay::struct ( uiWell  )
inlineprotected
const Well::Track* uiWellDahDisplay::track ( ) const
inlineprotected
const Data& uiWellDahDisplay::zData ( )
inlineprivate
TypeSet<PickData>& uiWellDahDisplay::zPicks ( )
inlineprivate

Friends And Related Function Documentation

friend class uiWellDisplay
friend
friend class uiWellDisplayControl
friend

Member Data Documentation

DahObjData* uiWellDahDisplay::ld1_
protected
DahObjData* uiWellDahDisplay::ld2_
protected
ObjectSet<MarkerDraw> uiWellDahDisplay::markerdraws_
protected
Well::DisplayProperties::Markers uiWellDahDisplay::mrkdisp_
protected
Setup uiWellDahDisplay::setup_
protected
Data uiWellDahDisplay::zdata_
protected
uiGraphicsItemSet uiWellDahDisplay::zpickitms_
protected
TypeSet<PickData> uiWellDahDisplay::zpicks_
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019