OpendTect
7.0
|
Classes | |
class | SelectionRange |
class | Setup |
Public Types | |
enum | ResizeMode { Interactive , Stretch , Fixed , ResizeToContents } |
enum | SelectionBehavior { SelectItems , SelectRows , SelectColumns } |
enum | SelectionMode { NoSelection , Single , Multi , SingleRow , SingleColumn } |
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 |
Public Member Functions | |
uiTable (uiParent *, const char *nm) | |
uiTable (uiParent *, const Setup &, const char *nm) | |
virtual | ~uiTable () |
void | clearCell (const RowCol &) |
void | clearCellObject (const RowCol &) |
void | clearTable () |
const char * | columnLabel (const RowCol &rc) const |
const char * | columnLabel (int) const |
int | columnWidth (int) const |
RowCol | currentCell () const |
int | currentCol () const |
int | currentRow () const |
void | editCell (const RowCol &, bool replace=false) |
void | ensureCellVisible (const RowCol &) |
RowCol | getCell (uiGroup *) |
RowCol | getCell (uiObject *) |
uiGroup * | getCellGroup (const RowCol &) const |
uiObject * | getCellObject (const RowCol &) const |
OD::Color | getColor (const RowCol &) const |
double | getDValue (const RowCol &) const |
double | getdValue (const RowCol &rc) const |
float | getFValue (const RowCol &) const |
float | getfValue (const RowCol &rc) const |
OD::Color | getHeaderBackground (int, bool isrow) const |
od_int64 | getInt64Value (const RowCol &) const |
int | getIntValue (const RowCol &) const |
const TypeSet< RowCol > & | getNotifCells () const |
const TypeSet< int > & | getNotifRCs () const |
SelectionBehavior | getSelBehavior () const |
bool | getSelectedCells (TypeSet< RowCol > &) const |
bool | getSelectedCols (TypeSet< int > &) const |
bool | getSelectedRows (TypeSet< int > &) const |
bool | gridShown () const |
bool | handleLongTabletPress () override |
void | hideColumn (int, bool) |
void | hideRow (int, bool) |
void | insertColumns (const RowCol &rc, int count) |
void | insertColumns (int col, int count) |
void | insertRows (const RowCol &rc, int count) |
void | insertRows (int row, int count) |
bool | isCellChecked (const RowCol &) const |
bool | isCellReadOnly (const RowCol &) const |
bool | isCellVisible (const RowCol &) const |
bool | isColumnHidden (int) const |
bool | isColumnReadOnly (int) const |
bool | isColumnSelected (int) const |
bool | isColumnStretchable (int) const |
bool | isLeftHeaderHidden () const |
bool | isRowHidden (int) const |
bool | isRowReadOnly (int) const |
bool | isRowSelected (int) const |
bool | isRowStretchable (int) const |
bool | isSelected (const RowCol &) const |
bool | isTableReadOnly () const |
bool | isTopHeaderHidden () const |
int | maxNrOfSelections () const |
bool | needOfVirtualKeyboard () const |
const RowCol & | newCell () const |
const RowCol & | notifiedCell () const |
int | nrCols () const |
int | nrRows () const |
void | popupVirtualKeyboard (int globalx=-1, int globaly=-1) |
void | removeAllSelections () |
void | removeColumn (const RowCol &rc) |
void | removeColumn (int) |
void | removeColumns (const TypeSet< int > &) |
void | removeRow (const RowCol &rc) |
void | removeRow (int) |
void | removeRows (const TypeSet< int > &) |
void | resizeColumnsToContents () |
void | resizeColumnToContents (int) |
void | resizeHeaderToContents (bool hor) |
void | resizeRowsToContents () |
void | resizeRowToContents (int) |
int | rowHeight (int) const |
const char * | rowLabel (const RowCol &rc) const |
const char * | rowLabel (int) const |
void | selectColumn (int col) |
const ObjectSet< SelectionRange > & | selectedRanges () const |
void | selectItems (const TypeSet< RowCol > &, bool) |
void | selectRow (int row) |
void | setCellChecked (const RowCol &, bool yn) |
void | setCellGroup (const RowCol &, uiGroup *) |
void | setCellObject (const RowCol &, uiObject *) |
void | setCellReadOnly (const RowCol &, bool) |
void | setCellToolTip (const RowCol &, const uiString &) |
void | setColor (const RowCol &, const OD::Color &) |
void | setColumnLabel (const RowCol &rc, const uiString &lbl) |
void | setColumnLabel (int, const uiString &) |
void | setColumnLabels (const BufferStringSet &) |
void | setColumnLabels (const uiStringSet &) |
void | setColumnReadOnly (int, bool) |
void | setColumnResizeMode (ResizeMode) |
Default is Stretch. More... | |
void | setColumnSortIndicator (int, bool asc) |
void | setColumnStretchable (int, bool) |
void | setColumnToolTip (int, const uiString &) |
void | setColumnWidth (int col, int w) |
void | setColumnWidthInChar (int col, float w) |
void | setCurrentCell (const RowCol &, bool noselection=false) |
void | setDefaultColLabels () |
void | setDefaultRowLabels () |
void | setHeaderBackground (int, const OD::Color &, bool isrow) |
void | setLabelAlignment (Alignment::HPos, bool cols) |
void | setLabelBGColor (int, OD::Color, bool isrow) |
void | setLeftHeaderHidden (bool) |
void | setLeftMargin (int) |
void | setMouseTracking (bool) |
void | setNotifiedCell (const RowCol &rc) |
void | setNrCols (int) |
void | setNrRows (int) |
void | setPixmap (const RowCol &, const uiPixmap &) |
void | setPrefHeightInRows (int) |
void | setPrefWidthInChars (int) |
void | setRowHeight (int row, int h) |
void | setRowHeightInChar (int row, float h) |
void | setRowLabel (const RowCol &rc, const uiString &lbl) |
void | setRowLabel (int, const uiString &) |
void | setRowLabels (const BufferStringSet &) |
void | setRowLabels (const uiStringSet &) |
void | setRowReadOnly (int, bool) |
void | setRowResizeMode (ResizeMode) |
Default is ResizeToContents. More... | |
void | setRowStretchable (int, bool) |
void | setRowToolTip (int, const uiString &) |
void | setSelected (const RowCol &, bool yn=true) |
void | setSelectionBehavior (SelectionBehavior) |
void | setSelectionMode (SelectionMode) |
void | setSortable (bool) |
void | setTableReadOnly (bool) |
void | setText (const RowCol &, const char *) |
void | setText (const RowCol &, const OD::String &) |
void | setText (const RowCol &, const uiString &) |
void | setTopHeaderHidden (bool) |
void | setTopMargin (int) |
Setup & | setup () |
const Setup & | setup () const |
void | setValue (const RowCol &, double) |
void | setValue (const RowCol &, double, int nrdec) |
void | setValue (const RowCol &, float) |
void | setValue (const RowCol &, float, int nrdec) |
void | setValue (const RowCol &, int) |
void | setValue (const RowCol &, od_int64) |
void | showGrid (bool) |
void | showOuterFrame (bool) |
const char * | text (const RowCol &) const |
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 OD::Color | backgroundColor () const |
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 |
bool | hasFocus () const |
virtual int | height () const |
Actual size in pixels. More... | |
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 | setBackgroundColor (const OD::Color &) |
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 |
virtual int | width () const |
Actual size in pixels. More... | |
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 |
Public Attributes | |
Notifier< uiTable > | colDeleted |
Notifier< uiTable > | colInserted |
CNotifier< uiTable, int > | columnClicked |
Notifier< uiTable > | doubleClicked |
Notifier< uiTable > | leftClicked |
Notifier< uiTable > | rightClicked |
CNotifier< uiTable, int > | rowClicked |
Notifier< uiTable > | rowDeleted |
Notifier< uiTable > | rowInserted |
Notifier< uiTable > | selectionChanged |
Notifier< uiTable > | selectionDeleted |
Notifier< uiTable > | valueChanged |
Public Attributes inherited from uiObject | |
Notifier< uiObject > | closed |
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... | |
Protected Member Functions | |
void | cellObjChangedCB (CallBacker *) |
bool | getSelected () |
virtual void | popupMenu (CallBacker *) |
void | removeRCs (const TypeSet< int > &, bool col) |
void | update (bool row, int nr) |
void | updateCellSizes (const uiSize *sz=0) |
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 |
Protected Attributes | |
OD::ButtonState | buttonstate_ |
bool | istablereadonly_ |
RowCol | newcell_ |
RowCol | notifcell_ |
TypeSet< RowCol > | notifcells_ |
TypeSet< int > | notifcols_ |
TypeSet< int > | notifrows_ |
bool | seliscols_ |
ObjectSet< SelectionRange > | selranges_ |
Setup | setup_ |
Protected Attributes inherited from uiObject | |
uiString | tooltip_ |
uiObjEventFilter * | uiobjeventfilter_ |
Protected Attributes inherited from NamedCallBacker | |
Threads::Atomic< bool > | delalreadytriggered_ |
Notifier< NamedCallBacker > | delnotif_ |
Protected Attributes inherited from NamedObject | |
BufferString | name_ |
Private Member Functions | |
uiTableBody & | mkbody (uiParent *, const char *, int, int) |
Private Attributes | |
uiTableBody * | body_ |
uiSize | lastsz |
Friends | |
class | i_tableMessenger |
class | uiTableBody |
Additional Inherited Members | |
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 () |
<>
enum uiTable::ResizeMode |
uiTable::uiTable | ( | uiParent * | , |
const char * | nm | ||
) |
|
virtual |
|
protected |
void uiTable::clearCell | ( | const RowCol & | ) |
void uiTable::clearCellObject | ( | const RowCol & | ) |
void uiTable::clearTable | ( | ) |
|
inline |
const char* uiTable::columnLabel | ( | int | ) | const |
int uiTable::columnWidth | ( | int | ) | const |
|
inline |
int uiTable::currentCol | ( | ) | const |
int uiTable::currentRow | ( | ) | const |
void uiTable::editCell | ( | const RowCol & | , |
bool | replace = false |
||
) |
void uiTable::ensureCellVisible | ( | const RowCol & | ) |
double uiTable::getDValue | ( | const RowCol & | ) | const |
|
inline |
float uiTable::getFValue | ( | const RowCol & | ) | const |
|
inline |
OD::Color uiTable::getHeaderBackground | ( | int | , |
bool | isrow | ||
) | const |
od_int64 uiTable::getInt64Value | ( | const RowCol & | ) | const |
int uiTable::getIntValue | ( | const RowCol & | ) | const |
|
inline |
SelectionBehavior uiTable::getSelBehavior | ( | ) | const |
|
protected |
bool uiTable::getSelectedCols | ( | TypeSet< int > & | ) | const |
bool uiTable::getSelectedRows | ( | TypeSet< int > & | ) | const |
bool uiTable::gridShown | ( | ) | const |
|
overridevirtual |
Reimplemented from uiObject.
void uiTable::hideColumn | ( | int | , |
bool | |||
) |
void uiTable::hideRow | ( | int | , |
bool | |||
) |
|
inline |
void uiTable::insertColumns | ( | int | col, |
int | count | ||
) |
|
inline |
void uiTable::insertRows | ( | int | row, |
int | count | ||
) |
bool uiTable::isCellChecked | ( | const RowCol & | ) | const |
bool uiTable::isCellReadOnly | ( | const RowCol & | ) | const |
bool uiTable::isCellVisible | ( | const RowCol & | ) | const |
bool uiTable::isColumnHidden | ( | int | ) | const |
bool uiTable::isColumnReadOnly | ( | int | ) | const |
bool uiTable::isColumnSelected | ( | int | ) | const |
bool uiTable::isColumnStretchable | ( | int | ) | const |
bool uiTable::isLeftHeaderHidden | ( | ) | const |
bool uiTable::isRowHidden | ( | int | ) | const |
bool uiTable::isRowReadOnly | ( | int | ) | const |
bool uiTable::isRowSelected | ( | int | ) | const |
bool uiTable::isRowStretchable | ( | int | ) | const |
bool uiTable::isSelected | ( | const RowCol & | ) | const |
bool uiTable::isTableReadOnly | ( | ) | const |
bool uiTable::isTopHeaderHidden | ( | ) | const |
int uiTable::maxNrOfSelections | ( | ) | const |
|
private |
bool uiTable::needOfVirtualKeyboard | ( | ) | const |
|
inline |
|
inline |
int uiTable::nrCols | ( | ) | const |
int uiTable::nrRows | ( | ) | const |
|
protectedvirtual |
Reimplemented in uiStratUnitDivideDlg::uiDivideTable.
void uiTable::popupVirtualKeyboard | ( | int | globalx = -1 , |
int | globaly = -1 |
||
) |
void uiTable::removeAllSelections | ( | ) |
|
inline |
void uiTable::removeColumn | ( | int | ) |
void uiTable::removeColumns | ( | const TypeSet< int > & | ) |
|
protected |
|
inline |
void uiTable::removeRow | ( | int | ) |
void uiTable::removeRows | ( | const TypeSet< int > & | ) |
void uiTable::resizeColumnsToContents | ( | ) |
void uiTable::resizeColumnToContents | ( | int | ) |
void uiTable::resizeHeaderToContents | ( | bool | hor | ) |
void uiTable::resizeRowsToContents | ( | ) |
void uiTable::resizeRowToContents | ( | int | ) |
int uiTable::rowHeight | ( | int | ) | const |
|
inline |
const char* uiTable::rowLabel | ( | int | ) | const |
void uiTable::selectColumn | ( | int | col | ) |
const ObjectSet<SelectionRange>& uiTable::selectedRanges | ( | ) | const |
void uiTable::selectRow | ( | int | row | ) |
void uiTable::setCellChecked | ( | const RowCol & | , |
bool | yn | ||
) |
void uiTable::setCellReadOnly | ( | const RowCol & | , |
bool | |||
) |
void uiTable::setColumnLabel | ( | int | , |
const uiString & | |||
) |
void uiTable::setColumnLabels | ( | const BufferStringSet & | ) |
void uiTable::setColumnLabels | ( | const uiStringSet & | ) |
void uiTable::setColumnReadOnly | ( | int | , |
bool | |||
) |
void uiTable::setColumnResizeMode | ( | ResizeMode | ) |
Default is Stretch.
void uiTable::setColumnSortIndicator | ( | int | , |
bool | asc | ||
) |
void uiTable::setColumnStretchable | ( | int | , |
bool | |||
) |
void uiTable::setColumnToolTip | ( | int | , |
const uiString & | |||
) |
void uiTable::setColumnWidth | ( | int | col, |
int | w | ||
) |
void uiTable::setColumnWidthInChar | ( | int | col, |
float | w | ||
) |
void uiTable::setCurrentCell | ( | const RowCol & | , |
bool | noselection = false |
||
) |
void uiTable::setDefaultColLabels | ( | ) |
void uiTable::setDefaultRowLabels | ( | ) |
void uiTable::setHeaderBackground | ( | int | , |
const OD::Color & | , | ||
bool | isrow | ||
) |
void uiTable::setLabelAlignment | ( | Alignment::HPos | , |
bool | cols | ||
) |
void uiTable::setLabelBGColor | ( | int | , |
OD::Color | , | ||
bool | isrow | ||
) |
void uiTable::setLeftHeaderHidden | ( | bool | ) |
void uiTable::setLeftMargin | ( | int | ) |
void uiTable::setMouseTracking | ( | bool | ) |
|
inline |
void uiTable::setNrCols | ( | int | ) |
void uiTable::setNrRows | ( | int | ) |
void uiTable::setPrefHeightInRows | ( | int | ) |
void uiTable::setPrefWidthInChars | ( | int | ) |
void uiTable::setRowHeight | ( | int | row, |
int | h | ||
) |
void uiTable::setRowHeightInChar | ( | int | row, |
float | h | ||
) |
void uiTable::setRowLabel | ( | int | , |
const uiString & | |||
) |
void uiTable::setRowLabels | ( | const BufferStringSet & | ) |
void uiTable::setRowLabels | ( | const uiStringSet & | ) |
void uiTable::setRowReadOnly | ( | int | , |
bool | |||
) |
void uiTable::setRowResizeMode | ( | ResizeMode | ) |
Default is ResizeToContents.
void uiTable::setRowStretchable | ( | int | , |
bool | |||
) |
void uiTable::setRowToolTip | ( | int | , |
const uiString & | |||
) |
void uiTable::setSelected | ( | const RowCol & | , |
bool | yn = true |
||
) |
void uiTable::setSelectionBehavior | ( | SelectionBehavior | ) |
void uiTable::setSelectionMode | ( | SelectionMode | ) |
void uiTable::setSortable | ( | bool | ) |
void uiTable::setTableReadOnly | ( | bool | ) |
void uiTable::setText | ( | const RowCol & | , |
const char * | |||
) |
void uiTable::setText | ( | const RowCol & | , |
const OD::String & | |||
) |
void uiTable::setTopHeaderHidden | ( | bool | ) |
void uiTable::setTopMargin | ( | int | ) |
|
inline |
|
inline |
void uiTable::setValue | ( | const RowCol & | , |
double | |||
) |
void uiTable::setValue | ( | const RowCol & | , |
double | , | ||
int | nrdec | ||
) |
void uiTable::setValue | ( | const RowCol & | , |
float | |||
) |
void uiTable::setValue | ( | const RowCol & | , |
float | , | ||
int | nrdec | ||
) |
void uiTable::setValue | ( | const RowCol & | , |
int | |||
) |
void uiTable::setValue | ( | const RowCol & | , |
od_int64 | |||
) |
void uiTable::showGrid | ( | bool | ) |
void uiTable::showOuterFrame | ( | bool | ) |
const char* uiTable::text | ( | const RowCol & | ) | const |
|
protected |
|
protected |
|
friend |
|
friend |
|
private |
|
protected |
|
protected |
|
mutableprivate |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
mutableprotected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024