OpendTect  7.0
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Static Private Member Functions | List of all members
uiSurvey Class Reference

The main survey selection dialog. More...

Inheritance diagram for uiSurvey:
[legend]

Classes

struct  Util
 'Menu' item on window. First is always 'X,Y <-> I/C' More...
 

Public Types

enum  SurvSelState {
  InvalidSurvey , SameSurvey , NewExisting , NewFresh ,
  SurveyRemoved
}
 
- 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 ,
  Colour , Font , Unknown
}
 
enum  Dock {
  Top , Bottom , Right , Left ,
  Minimized , TornOff , Unmanaged
}
 Dock Selector. More...
 
enum  PopupArea {
  TopLeft , TopRight , BottomLeft , BottomRight ,
  Middle , Auto
}
 
- Public Types inherited from ObjectWithName
typedef OD::String name_type
 

Public Member Functions

 uiSurvey (uiParent *)
 
 ~uiSurvey ()
 
bool currentSurvRemoved () const
 
SurveyInfocurSurvInfo ()
 
const SurveyInfocurSurvInfo () const
 
bool freshSurveySelected () const
 
bool hasSurveys () const
 
const char * selectedSurveyName () const
 
- 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. More...
 
CtrlStyle getCtrlStyle () const
 OK button disabled when set to CloseOnly. More...
 
uiGroupgetDlgGroup ()
 
int go ()
 
int goMinimized ()
 
bool hasSaveButton () const
 
virtual HelpKey helpKey () const
 
bool isButtonSensitive (Button) const
 
bool isModal () 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. More...
 
void setCtrlStyle (CtrlStyle)
 On construction, it's (of course) OkAndCancel. More...
 
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? More...
 
void setTitleText (const uiString &txt)
 
const Setupsetup () const
 
void setVideoKey (const HelpKey &)
 
void setVideoKey (const HelpKey &, int idx)
 
void setVSpacing (int)
 
int uiResult () const
 -1 running, otherwise (int)DoneResult More...
 
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 ()
 
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. More...
 
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 ()
 
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 More...
 
void setGeometry (const uiRect &)
 
void setIcon (const uiPixmap &)
 Default icon is set in uiMain. More...
 
void setIconText (const uiString &)
 
void setPopupArea (PopupArea pa)
 
void setSensitive (bool yn)
 
void setShrinkAllowed (bool yn)
 
virtual void show ()
 
bool showAlwaysOnTop (bool yn=true)
 
void showAndActivate ()
 
void showMaximized ()
 
void showMinimized ()
 
bool showMinMaxButtons (bool yn=true)
 
void showNormal ()
 
bool shrinkAllowed ()
 
uiStatusBarstatusBar ()
 
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 More...
 
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 t, int margin=-1)
 
void attach (constraintType t, uiObject *oth, int margin=-1, bool reciprocal=true)
 
void attach (constraintType t, 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 *=0)
 
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 &c)
 
void setCaption (const uiString &c)
 
void setCursor (const MouseCursor &c)
 
void setFocus ()
 
void setFont (const uiFont &f)
 
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 *=0)
 
int stretch (bool h) const
 
void translateText () override
 
- 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)
 
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
 
void finalize ()
 
bool finalized () const
 
virtual QWidget * getWidget ()
 
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 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 add (const Util &)
 
static bool ensureGoodSurveySetup (uiRetVal &, uiParent *=nullptr)
 
static bool ensureValidDataRoot ()
 
static bool ensureValidDataRoot (uiRetVal &, uiParent *=nullptr)
 
static SurvSelState ensureValidSurveyDir (uiRetVal &, uiParent *=nullptr)
 
static void getSurveyList (BufferStringSet &, const char *dataroot=0, const char *excludenm=0)
 
static SurvSelStatelastSurveyState ()
 
static bool survTypeOKForUser (bool is2d)
 
- 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 getActivateBehaviour ()
 
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 More...
 
static void programActiveWindow (uiMainWin *)
 
static uiMainWinprogrammedActiveWindow ()
 
static void setActivateBehaviour (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 ()
 

Protected Member Functions

bool acceptOK (CallBacker *) override
 confirm accept More...
 
bool checkSurveyName ()
 
void copyButPushed (CallBacker *)
 
void copyInfoToClipboard ()
 
void dataRootChgCB (CallBacker *)
 
bool doSurvInfoDialog (bool isnew)
 
void editButPushed (CallBacker *)
 
void exportButPushed (CallBacker *)
 
void importButPushed (CallBacker *)
 
void newButPushed (CallBacker *)
 
void odSettsButPush (CallBacker *)
 
void putToScreen ()
 
void readSurvInfoFromFile ()
 
bool rejectOK (CallBacker *) override
 confirm reject More...
 
void rmButPushed (CallBacker *)
 
void rollbackNewSurvey (const uiString &)
 
bool rootDirWritable () const
 
void selChange (CallBacker *)
 
void setCurrentSurvInfo (SurveyInfo *, bool updscreen=true)
 
void updateDataRootInSettings ()
 
void updateInfo (CallBacker *)
 
void updateSurveyNames ()
 
void updateSurvList ()
 
void utilButPush (CallBacker *)
 
bool writeSurvInfoFileIfCommentChanged ()
 
- Protected Member Functions inherited from uiDialog
virtual bool doneOK (int)
 confirm exit More...
 
- Protected Member Functions inherited from uiMainWin
 uiMainWin (uiString, uiParent *)
 
void aftPopupCB (CallBacker *)
 
virtual bool closeOK ()
 confirm window close More...
 
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 setForceFinalise (bool yn)
 
void setForceFinalize (bool)
 
void updateCaption ()
 
- Protected Member Functions inherited from uiParent
 uiParent (const char *nm, uiParentBody *)
 
 ~uiParent ()
 
virtual void attach_ (constraintType t, uiObject *oth, int margin=-1, bool reciprocal=true)
 
- Protected Member Functions inherited from uiBaseObject
void setBody (uiBody *b)
 
- Protected Member Functions inherited from NamedCallBacker
void sendDelNotif () const
 

Protected Attributes

SurveyInfocursurvinfo_
 
bool cursurvremoved_
 
BufferString dataroot_
 
uiDataRootSeldatarootsel_
 
uiListBoxdirfld_
 
uiButtoneditbut_
 
bool freshsurveyselected_
 
IOParimpiop_
 
uiSurvInfoProviderimpsip_
 
uiTextEditinfofld_
 
StringPairSet infoset_
 
BufferString initialsurveyname_
 
uiTextEditlogfld_
 
uiTextEditnotesfld_
 
const BufferString orgdataroot_
 
bool parschanged_
 of initial survey only More...
 
uiButtonrmbut_
 
BufferStringSet surveydirs_
 
BufferStringSet surveynames_
 
uiSurveyMapsurvmap_
 
ObjectSet< uiButtonutilbuts_
 
- Protected Attributes inherited from uiDialog
bool cancelpushed_
 
CtrlStyle ctrlstyle_
 
- Protected Attributes inherited from uiMainWin
Timerafterpopuptimer_
 
uiMainWinBodybody_
 
uiString caption_
 
int languagechangecount_
 
uiParentparent_
 
PopupArea popuparea_
 
BufferString scripttorun_
 
uiString uniquecaption_
 
- Protected Attributes inherited from NamedCallBacker
Threads::Atomic< bool > delalreadytriggered_
 
Notifier< NamedCallBackerdelnotif_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Private Member Functions

void fillLeftGroup (uiGroup *)
 
void fillRightGroup (uiGroup *)
 

Static Private Member Functions

static bool Convert_OD4_Body_To_OD5 ()
 
static bool Convert_OD4_Data_To_OD5 ()
 

Additional Inherited Members

- 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 More...
 
Notifier< uiMainWinwindowHidden
 
Notifier< uiMainWinwindowShown
 
- Static Protected Attributes inherited from uiDialog
static TitlePos titlepos_
 

Detailed Description

The main survey selection dialog.

<>

Member Enumeration Documentation

◆ SurvSelState

Enumerator
InvalidSurvey 
SameSurvey 
NewExisting 
NewFresh 
SurveyRemoved 

Constructor & Destructor Documentation

◆ uiSurvey()

uiSurvey::uiSurvey ( uiParent )

◆ ~uiSurvey()

uiSurvey::~uiSurvey ( )

Member Function Documentation

◆ acceptOK()

bool uiSurvey::acceptOK ( CallBacker )
overrideprotectedvirtual

confirm accept

Reimplemented from uiDialog.

◆ add()

static void uiSurvey::add ( const Util )
static

◆ checkSurveyName()

bool uiSurvey::checkSurveyName ( )
protected

◆ Convert_OD4_Body_To_OD5()

static bool uiSurvey::Convert_OD4_Body_To_OD5 ( )
staticprivate

◆ Convert_OD4_Data_To_OD5()

static bool uiSurvey::Convert_OD4_Data_To_OD5 ( )
staticprivate

◆ copyButPushed()

void uiSurvey::copyButPushed ( CallBacker )
protected

◆ copyInfoToClipboard()

void uiSurvey::copyInfoToClipboard ( )
protected

◆ currentSurvRemoved()

bool uiSurvey::currentSurvRemoved ( ) const
inline

◆ curSurvInfo() [1/2]

SurveyInfo* uiSurvey::curSurvInfo ( )
inline

◆ curSurvInfo() [2/2]

const SurveyInfo* uiSurvey::curSurvInfo ( ) const
inline

◆ dataRootChgCB()

void uiSurvey::dataRootChgCB ( CallBacker )
protected

◆ doSurvInfoDialog()

bool uiSurvey::doSurvInfoDialog ( bool  isnew)
protected

◆ editButPushed()

void uiSurvey::editButPushed ( CallBacker )
protected

◆ ensureGoodSurveySetup()

static bool uiSurvey::ensureGoodSurveySetup ( uiRetVal ,
uiParent = nullptr 
)
static

◆ ensureValidDataRoot() [1/2]

static bool uiSurvey::ensureValidDataRoot ( )
static

◆ ensureValidDataRoot() [2/2]

static bool uiSurvey::ensureValidDataRoot ( uiRetVal ,
uiParent = nullptr 
)
static

◆ ensureValidSurveyDir()

static SurvSelState uiSurvey::ensureValidSurveyDir ( uiRetVal ,
uiParent = nullptr 
)
static

◆ exportButPushed()

void uiSurvey::exportButPushed ( CallBacker )
protected

◆ fillLeftGroup()

void uiSurvey::fillLeftGroup ( uiGroup )
private

◆ fillRightGroup()

void uiSurvey::fillRightGroup ( uiGroup )
private

◆ freshSurveySelected()

bool uiSurvey::freshSurveySelected ( ) const
inline

◆ getSurveyList()

static void uiSurvey::getSurveyList ( BufferStringSet ,
const char *  dataroot = 0,
const char *  excludenm = 0 
)
static

◆ hasSurveys()

bool uiSurvey::hasSurveys ( ) const

◆ importButPushed()

void uiSurvey::importButPushed ( CallBacker )
protected

◆ lastSurveyState()

static SurvSelState& uiSurvey::lastSurveyState ( )
static

◆ newButPushed()

void uiSurvey::newButPushed ( CallBacker )
protected

◆ odSettsButPush()

void uiSurvey::odSettsButPush ( CallBacker )
protected

◆ putToScreen()

void uiSurvey::putToScreen ( )
protected

◆ readSurvInfoFromFile()

void uiSurvey::readSurvInfoFromFile ( )
protected

◆ rejectOK()

bool uiSurvey::rejectOK ( CallBacker )
overrideprotectedvirtual

confirm reject

Reimplemented from uiDialog.

◆ rmButPushed()

void uiSurvey::rmButPushed ( CallBacker )
protected

◆ rollbackNewSurvey()

void uiSurvey::rollbackNewSurvey ( const uiString )
protected

◆ rootDirWritable()

bool uiSurvey::rootDirWritable ( ) const
protected

◆ selChange()

void uiSurvey::selChange ( CallBacker )
protected

◆ selectedSurveyName()

const char* uiSurvey::selectedSurveyName ( ) const

◆ setCurrentSurvInfo()

void uiSurvey::setCurrentSurvInfo ( SurveyInfo ,
bool  updscreen = true 
)
protected

◆ survTypeOKForUser()

static bool uiSurvey::survTypeOKForUser ( bool  is2d)
static

checks whether given type has support returns whether user wants to continue

◆ updateDataRootInSettings()

void uiSurvey::updateDataRootInSettings ( )
protected

◆ updateInfo()

void uiSurvey::updateInfo ( CallBacker )
inlineprotected

◆ updateSurveyNames()

void uiSurvey::updateSurveyNames ( )
protected

◆ updateSurvList()

void uiSurvey::updateSurvList ( )
protected

◆ utilButPush()

void uiSurvey::utilButPush ( CallBacker )
protected

◆ writeSurvInfoFileIfCommentChanged()

bool uiSurvey::writeSurvInfoFileIfCommentChanged ( )
protected

Member Data Documentation

◆ cursurvinfo_

SurveyInfo* uiSurvey::cursurvinfo_
protected

◆ cursurvremoved_

bool uiSurvey::cursurvremoved_
protected

◆ dataroot_

BufferString uiSurvey::dataroot_
protected

◆ datarootsel_

uiDataRootSel* uiSurvey::datarootsel_
protected

◆ dirfld_

uiListBox* uiSurvey::dirfld_
protected

◆ editbut_

uiButton* uiSurvey::editbut_
protected

◆ freshsurveyselected_

bool uiSurvey::freshsurveyselected_
protected

◆ impiop_

IOPar* uiSurvey::impiop_
protected

◆ impsip_

uiSurvInfoProvider* uiSurvey::impsip_
protected

◆ infofld_

uiTextEdit* uiSurvey::infofld_
protected

◆ infoset_

StringPairSet uiSurvey::infoset_
protected

◆ initialsurveyname_

BufferString uiSurvey::initialsurveyname_
protected

◆ logfld_

uiTextEdit* uiSurvey::logfld_
protected

◆ notesfld_

uiTextEdit* uiSurvey::notesfld_
protected

◆ orgdataroot_

const BufferString uiSurvey::orgdataroot_
protected

◆ parschanged_

bool uiSurvey::parschanged_
protected

of initial survey only

◆ rmbut_

uiButton* uiSurvey::rmbut_
protected

◆ surveydirs_

BufferStringSet uiSurvey::surveydirs_
protected

◆ surveynames_

BufferStringSet uiSurvey::surveynames_
protected

◆ survmap_

uiSurveyMap* uiSurvey::survmap_
protected

◆ utilbuts_

ObjectSet<uiButton> uiSurvey::utilbuts_
protected

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