OpendTect 8.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
uiMarkerDlg Class Reference

Dialog for marker specifications. More...

#include <uiwellmarkerdlg.h>

Inheritance diagram for uiMarkerDlg:
[legend]

Public Member Functions

 uiMarkerDlg (uiParent *, const Well::Track &, const Well::D2TModel *)
 
 ~uiMarkerDlg ()
 
bool getMarkerSet (Well::MarkerSet &) const
 
void resetEntries (const Well::MarkerSet &)
 
void setMarkerSet (const Well::MarkerSet &, bool addtoexisting=false)
 
- Public Member Functions inherited from uiDialog
 uiDialog (uiParent *, const Setup &)
 
 ~uiDialog ()
 
void accept (CallBacker *cb=0)
 
uiButtonbutton (Button)
 
const uiButtonbutton (Button) const
 
void done (DoneResult)
 
void enableSaveButton (const uiString &txt=uiStrings::sSaveAsDefault())
 Save button enabled when set to non-empty.
 
CtrlStyle getCtrlStyle () const
 OK button disabled when set to CloseOnly.
 
uiGroupgetDlgGroup ()
 
int go ()
 
int goMinimized ()
 
bool hasSaveButton () const
 
virtual HelpKey helpKey () const
 
bool isButtonSensitive (Button) const
 
bool isModal () const
 
 mOD_DisableCopy (uiDialog) const Setup &setup() const
 
int nrVideos () const
 
void reject (CallBacker *cb=0)
 
void removeVideo (int)
 
bool saveButtonChecked () const
 
bool separator () const
 
void setBorder (int)
 
void setButtonSensitive (Button, bool)
 
void setButtonText (Button but, const uiString &txt)
 
void setCancelText (const uiString &)
 Cancel button disabled when set to empty.
 
void setCtrlStyle (CtrlStyle)
 On construction, it's (of course) OkAndCancel.
 
void setHelpKey (const HelpKey &)
 
void setHSpacing (int)
 
void setModal (bool yn)
 
void setOkCancelText (const uiString &ok, const uiString &cnl)
 
void setOkText (const uiString &)
 
void setSaveButtonChecked (bool)
 
void setSeparator (bool yn)
 Separator between central dialog and OK/Cancel bar?
 
void setTitleText (const uiString &txt)
 
void setVideoKey (const HelpKey &)
 
void setVideoKey (const HelpKey &, int idx)
 
void setVSpacing (int)
 
int uiResult () const
 -1 running, otherwise (int)DoneResult
 
HelpKey videoKey (int idx=0) const
 
- Public Member Functions inherited from uiMainWin
 uiMainWin (uiParent *, const uiMainWin::Setup &)
 
 uiMainWin (uiParent *, const uiString &caption=uiString::emptyString(), int nrstatusflds=1, bool withmenubar=true, bool modal=false)
 
virtual ~uiMainWin ()
 
void activate ()
 
void activateInGUIThread (const CallBack &, bool busywait=true)
 
void addDockWindow (uiDockWin &, Dock)
 
void addToolBar (uiToolBar *)
 
void addToolBarBreak ()
 
void adjustSize ()
 
const uiStringcaption (bool unique=false) const
 
void close ()
 
void copyToClipBoard ()
 
const ObjectSet< uiDockWin > & dockWins () const
 
bool finalised () const
 
bool finalized () const
 
uiToolBarfindToolBar (const char *)
 
void forceClose ()
 
uiRect geometry (bool frame=true) const
 Position of top-left corner in screen pixel coords.
 
PopupArea getPopupArea () const
 
const char * getScriptToRun () const
 
uiMenugetToolbarsMenu () const
 
bool grab (const char *filenm, int zoom=1, const char *format=0, int quality=-1) const
 
bool isDeleteOnClose () const
 
bool isHidden () const
 
bool isMaximized () const
 
bool isMinimized () const
 
bool isModal () const
 
uiMainWinmainwin () override
 
uiMenuBarmenuBar ()
 
 mOD_DisableCopy (uiMainWin) enum Dock
 Dock Selector.
 
uiParentparent ()
 
const uiParentparent () const
 
bool poppedUp () const
 
QScreen * qScreen () const
 
QWidget * qWidget () const
 
void raise ()
 
void reDraw (bool deep) override
 
void removeDockWindow (uiDockWin *)
 
uiToolBarremoveToolBar (uiToolBar *)
 
void restoreDefaultState ()
 
void runScript (const char *filename)
 
void saveAsPDF (const char *fnm, int w, int h, int res)
 
mDeprecatedObs void saveAsPS (const char *fnm, int w, int h, int res)
 
void saveImage (const char *fnm, const char *fmt=nullptr, int quality=-1)
 
void saveImage (const char *fnm, int w, int h, int res)
 
void setActivateOnFirstShow (bool yn=true)
 
void setCaption (const uiString &)
 
void setCornerPos (int x, int y)
 
void setDeleteOnClose (bool yn)
 
void setExitAppOnClose (bool yn)
 automatically set by uiMain::setTopLevel
 
void setGeometry (const uiRect &)
 
void setIcon (const uiPixmap &)
 Default icon is set in uiMain.
 
void setIconText (const uiString &)
 
void setPopupArea (PopupArea pa)
 
void setSensitive (bool yn)
 
void setShrinkAllowed (bool yn)
 
void setSizeRelativeToScreen (float width, float height)
 width=.75 means 75% of screenwidth
 
virtual void show ()
 
bool showAlwaysOnTop (bool yn=true)
 
void showAndActivate ()
 
void showMaximized ()
 
void showMinimized ()
 
bool showMinMaxButtons (bool yn=true)
 
void showNormal ()
 
bool shrinkAllowed ()
 
uiStatusBarstatusBar ()
 
void tabifyDockWindow (uiDockWin &first, uiDockWin &second)
 
const ObjectSet< uiToolBar > & toolBars () const
 
uiGrouptopGroup ()
 
void toStatusBar (const uiString &, int fldidx=0, int msecs=-1)
 
bool touch ()
 resets pop-up timer if !poppedUp yet
 
void translateText () override
 
- Public Member Functions inherited from uiParent
uiSize actualsize (bool inclborder=true) const
 
uiSize actualSize (bool include_border) const
 
void addChild (uiBaseObject &)
 
void attach (ConstraintType, int margin=-1)
 
void attach (ConstraintType, uiObject *oth, int margin=-1, bool reciprocal=true)
 
void attach (ConstraintType, uiParent *oth, int margin=-1, bool reciprocal=true)
 
void attachChild (ConstraintType tp, uiObject *child, uiObject *other, int margin, bool reciprocal)
 
OD::Color backgroundColor () const
 
const ObjectSet< uiBaseObject > * childList () const
 
void deepRedraw (CallBacker *)
 
virtual void display (bool yn, bool shrk=false, bool maximize=false)
 
const uiFontfont () const
 
bool hasFocus () const
 
bool isDisplayed () const
 
uiObjectmainObject ()
 
const uiObjectmainObject () const
 
void manageChild (uiBaseObject &, uiObjectBody &)
 
uiParentBodypbody ()
 
const uiParentBodypbody () const
 
int prefHNrPics () const
 
int prefVNrPics () const
 
OD::Color roBackgroundColor () const
 
bool sensitive () const
 
void setBackgroundColor (const OD::Color &)
 
void setCaption (const uiString &)
 
void setCursor (const MouseCursor &)
 
void setFocus ()
 
void setFont (const uiFont &)
 
void setPrefHeight (int h)
 
void setPrefHeightInChar (float h)
 
void setPrefHeightInChar (int h)
 
void setPrefWidth (int w)
 
void setPrefWidthInChar (float w)
 
void setPrefWidthInChar (int w)
 
void setSensitive (bool yn=true)
 
void setStretch (int h, int v)
 
void shallowRedraw (CallBacker *)
 
int stretch (bool h) const
 
void translateText () override
 
- Public Member Functions inherited from uiBaseObject
virtual ~uiBaseObject ()
 
int beginCmdRecEvent (const BufferString &msg)
 
int beginCmdRecEvent (const char *msg=0)
 
int beginCmdRecEvent (od_uint64 id, const char *msg=0)
 
uiBodybody ()
 
const uiBodybody () 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
 
bool finalized () const
 
virtual QWidget * getWidget ()
 
const QWidget * getWidget () const
 
 mOD_DisableCopy (uiBaseObject) void final ize()
 
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=nullptr)
 
 NamedCallBacker (const NamedCallBacker &)=delete
 
 ~NamedCallBacker ()
 
virtual Notifier< NamedCallBacker > & objectToBeDeleted () const
 
NamedCallBackeroperator= (const NamedCallBacker &)=delete
 
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.
 
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.
 
CallBackeroperator= (const CallBacker &)=delete
 
void stopReceivingNotifications () const
 
virtual CallBackertrueCaller ()
 
- 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_typename () const override
 
NamedObjectoperator= (const NamedObject &)
 
bool operator== (const NamedObject &oth) const
 
virtual void setName (const char *nm)
 
- 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
 

Static Public Member Functions

static void exportMarkerSet (uiParent *p, const Well::MarkerSet &mset, const Well::Track &trck, const Well::D2TModel *d2t, uiCheckBox *=nullptr)
 
- Static Public Member Functions inherited from uiDialog
static void setTitlePos (TitlePos)
 
static TitlePos titlePos ()
 
- Static Public Member Functions inherited from uiMainWin
static const char * activeModalQDlgButTxt (int butnr)
 
static int activeModalQDlgRetVal (int butnr)
 
static const char * activeModalQDlgTitle ()
 
static ActModalTyp activeModalType ()
 
static uiMainWinactiveModalWindow ()
 
static uiMainWinactiveWindow ()
 
static void closeActiveModalQDlg (int retval)
 
static OD::WindowActivationBehavior getActivateBehavior ()
 
static void getModalSignatures (BufferStringSet &)
 
static void getTopLevelWindows (ObjectSet< uiMainWin > &, bool visibleonly=true)
 
static bool grabScreen (const char *filenm, const char *format=0, int quality=-1, int screen=0)
 
static bool grabScreen (const char *filenm, const char *format=0, int quality=-1, QScreen *qscreen=nullptr)
 
static uiMainWingtUiWinIfIsBdy (QWidget *mwimpl)
 get uiMainWin for mwimpl if it is a uiMainWinBody
 
static bool hasPrintSupport ()
 
static Notifier< uiMainWin > & iconSetChanged ()
 
static void programActiveWindow (uiMainWin *)
 
static uiMainWinprogrammedActiveWindow ()
 
static bool saveAsPDF (QWidget &, const char *fnm, int width, int height, int res)
 
static void setActivateBehavior (OD::WindowActivationBehavior)
 
static uiString uniqueWinTitle (const uiString &, QWidget *forwindow=0, BufferString *addendum=0)
 
- 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 ()
 

Private Member Functions

bool acceptOK (CallBacker *) override
 confirm accept
 
void assignRandomColors (Well::MarkerSet &)
 
void assignRandomColorsCB (CallBacker *)
 
void doStrat (CallBacker *)
 
void exportCB (CallBacker *)
 
void fillMarkerRow (int row, const Well::Marker &, const Well::Data *)
 
void getColLabels (uiStringSet &) const
 
bool getFromScreen ()
 
bool getKey (MultiID &) const
 
uiStratLevelSelgetLevelSelFld (int row)
 
Well::MarkergetMarker (int rowidx, bool fromname) const
 
int getNrRows () const
 
float getOldMarkerVal (Well::Marker *) const
 
void getUnselMarkerNames (BufferStringSet &) const
 
void markerAddedCB (CallBacker *)
 
void markerChangedCB (CallBacker *)
 
void mouseClick (CallBacker *)
 
void rdFile (CallBacker *)
 
bool rejectOK (CallBacker *) override
 confirm reject
 
int rowNrFor (uiStratLevelSel *) const
 
void setAsRegMarkersCB (CallBacker *)
 
void stratLvlChg (CallBacker *)
 
void unitChangedCB (CallBacker *)
 
void updateDisplayCB (CallBacker *)
 
void updateFromLevel (int, uiStratLevelSel *)
 
bool updateMarkerDepths (int rowidx, bool md2tvdss)
 
float zFactor () const
 

Private Attributes

const Well::D2TModeld2tmodel_
 
Well::DisplayPropertiesolddisps_ = nullptr
 
Well::MarkerSetoldmrkrs_ = nullptr
 
uiTabletable_
 
const Well::Tracktrack_
 
uiCheckBoxunitfld_
 

Additional Inherited Members

- Public Types inherited from uiDialog
enum  Button {
  OK , CANCEL , APPLY , HELP ,
  CREDITS , SAVE
}
 
enum  CtrlStyle { OkAndCancel , RunAndClose , CloseOnly }
 
enum  DoneResult { Rejected =0 , Accepted =1 }
 
enum  TitlePos { LeftSide , CenterWin , RightSide }
 
- Public Types inherited from uiMainWin
enum  ActModalTyp {
  None =0 , Main , Message , File ,
  Color , Font , Unknown
}
 
enum  PopupArea {
  TopLeft , TopRight , BottomLeft , BottomRight ,
  Middle , Auto
}
 
- Public Types inherited from ObjectWithName
typedef OD::String name_type
 
- Public Attributes inherited from uiDialog
Notifier< uiDialogapplyPushed
 
- Public Attributes inherited from uiMainWin
Notifier< uiMainWinactivatedone
 
Notifier< uiMainWinafterPopup
 
Notifier< uiMainWinctrlCPressed
 
Notifier< uiMainWinrunScriptRequest
 
Notifier< uiMainWinwindowClosed
 triggered when window exits
 
Notifier< uiMainWinwindowHidden
 
Notifier< uiMainWinwindowShown
 
- Protected Member Functions inherited from uiDialog
virtual bool doneOK (int)
 confirm exit
 
- Protected Member Functions inherited from uiMainWin
 uiMainWin (const uiString &, uiParent *)
 
void aftPopupCB (CallBacker *)
 
virtual bool closeOK ()
 confirm window close
 
void copyToClipBoardCB (CallBacker *)
 
void languageChangeCB (CallBacker *)
 
uiObjectmainobject () override
 
void readSettings ()
 
void saveAsPDF_PS (const char *fnm, int w, int h, int res)
 
void saveSettings ()
 
void setContentsMargins (int l, int t, int r, int b)
 
void setForceFinalise (bool yn)
 
void setForceFinalize (bool)
 
void updateCaption ()
 
- Protected Member Functions inherited from uiParent
 uiParent (const char *nm, uiParentBody *)
 
 ~uiParent ()
 
 mOD_DisableCopy (uiParent) virtual void attach_(ConstraintType
 
- Protected Member Functions inherited from uiBaseObject
 uiBaseObject (const char *nm, uiBody *=nullptr)
 
void setBody (uiBody *b)
 
- Protected Member Functions inherited from NamedCallBacker
void sendDelNotif () const
 
- Protected Attributes inherited from uiDialog
bool cancelpushed_
 
CtrlStyle ctrlstyle_
 
- Protected Attributes inherited from uiMainWin
Timerafterpopuptimer_ = nullptr
 
uiMainWinBodybody_ = nullptr
 
uiString caption_
 
int languagechangecount_
 
uiParentparent_
 
PopupArea popuparea_
 
BufferString scripttorun_
 
uiString uniquecaption_
 
- Protected Attributes inherited from uiParent
uiObject int margin =-1
 
uiObjectoth
 
uiObject int bool reciprocal =true)
 
- Protected Attributes inherited from NamedCallBacker
Threads::Atomic< bool > delalreadytriggered_
 
Notifier< NamedCallBackerdelnotif_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 
- Static Protected Attributes inherited from uiDialog
static TitlePos titlepos_
 

Detailed Description

Dialog for marker specifications.

<>

Constructor & Destructor Documentation

◆ uiMarkerDlg()

uiMarkerDlg::uiMarkerDlg ( uiParent * ,
const Well::Track & ,
const Well::D2TModel *  )

◆ ~uiMarkerDlg()

uiMarkerDlg::~uiMarkerDlg ( )

Member Function Documentation

◆ acceptOK()

bool uiMarkerDlg::acceptOK ( CallBacker * )
overrideprivatevirtual

confirm accept

Reimplemented from uiDialog.

◆ assignRandomColors()

void uiMarkerDlg::assignRandomColors ( Well::MarkerSet & )
private

◆ assignRandomColorsCB()

void uiMarkerDlg::assignRandomColorsCB ( CallBacker * )
private

◆ doStrat()

void uiMarkerDlg::doStrat ( CallBacker * )
private

◆ exportCB()

void uiMarkerDlg::exportCB ( CallBacker * )
private

◆ exportMarkerSet()

static void uiMarkerDlg::exportMarkerSet ( uiParent * p,
const Well::MarkerSet & mset,
const Well::Track & trck,
const Well::D2TModel * d2t,
uiCheckBox * = nullptr )
static

◆ fillMarkerRow()

void uiMarkerDlg::fillMarkerRow ( int row,
const Well::Marker & ,
const Well::Data *  )
private

◆ getColLabels()

void uiMarkerDlg::getColLabels ( uiStringSet & ) const
private

◆ getFromScreen()

bool uiMarkerDlg::getFromScreen ( )
private

◆ getKey()

bool uiMarkerDlg::getKey ( MultiID & ) const
private

◆ getLevelSelFld()

uiStratLevelSel * uiMarkerDlg::getLevelSelFld ( int row)
private

◆ getMarker()

Well::Marker * uiMarkerDlg::getMarker ( int rowidx,
bool fromname ) const
private

◆ getMarkerSet()

bool uiMarkerDlg::getMarkerSet ( Well::MarkerSet & ) const

◆ getNrRows()

int uiMarkerDlg::getNrRows ( ) const
private

◆ getOldMarkerVal()

float uiMarkerDlg::getOldMarkerVal ( Well::Marker * ) const
private

◆ getUnselMarkerNames()

void uiMarkerDlg::getUnselMarkerNames ( BufferStringSet & ) const
private

◆ markerAddedCB()

void uiMarkerDlg::markerAddedCB ( CallBacker * )
private

◆ markerChangedCB()

void uiMarkerDlg::markerChangedCB ( CallBacker * )
private

◆ mouseClick()

void uiMarkerDlg::mouseClick ( CallBacker * )
private

◆ rdFile()

void uiMarkerDlg::rdFile ( CallBacker * )
private

◆ rejectOK()

bool uiMarkerDlg::rejectOK ( CallBacker * )
overrideprivatevirtual

confirm reject

Reimplemented from uiDialog.

◆ resetEntries()

void uiMarkerDlg::resetEntries ( const Well::MarkerSet & )

◆ rowNrFor()

int uiMarkerDlg::rowNrFor ( uiStratLevelSel * ) const
private

◆ setAsRegMarkersCB()

void uiMarkerDlg::setAsRegMarkersCB ( CallBacker * )
private

◆ setMarkerSet()

void uiMarkerDlg::setMarkerSet ( const Well::MarkerSet & ,
bool addtoexisting = false )

◆ stratLvlChg()

void uiMarkerDlg::stratLvlChg ( CallBacker * )
private

◆ unitChangedCB()

void uiMarkerDlg::unitChangedCB ( CallBacker * )
private

◆ updateDisplayCB()

void uiMarkerDlg::updateDisplayCB ( CallBacker * )
private

◆ updateFromLevel()

void uiMarkerDlg::updateFromLevel ( int ,
uiStratLevelSel *  )
private

◆ updateMarkerDepths()

bool uiMarkerDlg::updateMarkerDepths ( int rowidx,
bool md2tvdss )
private

◆ zFactor()

float uiMarkerDlg::zFactor ( ) const
private

Member Data Documentation

◆ d2tmodel_

const Well::D2TModel* uiMarkerDlg::d2tmodel_
private

◆ olddisps_

Well::DisplayProperties* uiMarkerDlg::olddisps_ = nullptr
private

◆ oldmrkrs_

Well::MarkerSet* uiMarkerDlg::oldmrkrs_ = nullptr
private

◆ table_

uiTable* uiMarkerDlg::table_
private

◆ track_

const Well::Track& uiMarkerDlg::track_
private

◆ unitfld_

uiCheckBox* uiMarkerDlg::unitfld_
private

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