![]() |
OpendTect-6_4
6.4
|
Public Member Functions | |
uiStratSynthDisp (uiParent *, const Strat::LayerModelProvider &) | |
~uiStratSynthDisp () | |
const Strat::LayerModel & | layerModel () const |
const char * | levelName () const |
const MultiID & | waveletID () const |
const Wavelet * | getWavelet () const |
const StratSynth & | curSS () const |
StratSynth & | curSS () |
const StratSynth & | altSS () const |
const StratSynth & | normalSS () const |
const StratSynth & | editSS () const |
const ObjectSet< SyntheticData > & | getSynthetics () const |
SyntheticData * | getCurrentSyntheticData (bool wva=true) const |
SyntheticData * | getSyntheticData (const char *nm) |
const PropertyRefSelection & | modelPropertyRefs () const |
const ObjectSet< const TimeDepthModel > * | d2TModels () const |
void | setFlattened (bool flattened, bool trigger=true) |
void | setDispMrkrs (const char *lvlnm, const TypeSet< float > &, Color) |
void | setSelectedTrace (int) |
void | setDispEach (int) |
void | setZDataRange (const Interval< double > &, bool indpt) |
void | setDisplayZSkip (float zskip, bool withmodchg) |
void | displayFRText (bool yn, bool isbrine) |
const uiWorldRect & | curView (bool indepth) const |
void | setZoomView (const uiWorldRect &) |
uiFlatViewer * | viewer () |
void | addTool (const uiToolButtonSetup &) |
void | addViewerToControl (uiFlatViewer &) |
mDeprecated void | modelChanged () |
bool | haveUserScaleWavelet () |
void | displaySynthetic (const SyntheticData *) |
void | reDisplayPostStackSynthetic (bool wva=true) |
void | cleanSynthetics () |
float | centralTrcShift () const |
void | setCurrentSynthetic (bool wva) |
void | setSnapLevelSensitive (bool) |
bool | prepareElasticModel () |
uiMultiFlatViewControl * | control () |
void | fillPar (IOPar &) const |
void | fillPar (IOPar &, bool) const |
bool | usePar (const IOPar &) |
void | makeInfoMsg (BufferString &msg, IOPar &) |
void | showFRResults () |
mDeprecated void | setBrineFilled (bool yn) |
void | setAutoUpdate (bool yn) |
void | setForceUpdate (bool yn) |
bool | doForceUpdate () const |
void | setUseEdited (bool yn) |
bool | isEditUsed () const |
void | setDiffData () |
void | resetRelativeViewRect () |
void | updateRelativeViewRect () |
void | setRelativeViewRect (const uiWorldRect &relwr) |
const uiWorldRect & | getRelativeViewRect () const |
void | setSavedViewRect () |
uiGroup * | getDisplayClone (uiParent *) const |
void | set (uiStratLayerModel &) |
![]() | |
uiGroup (uiParent *, const char *nm="uiGroup", bool manage=true) | |
virtual | ~uiGroup () |
operator const uiGroupObj * () const | |
operator uiGroupObj * () | |
operator const uiObject & () const | |
operator uiObject & () | |
uiObject * | attachObj () |
const uiObject * | attachObj () const |
uiParent * | parent () |
const uiParent * | parent () const |
void | setHSpacing (int) |
void | setVSpacing (int) |
void | setSpacing (int s=0) |
void | setBorder (int) |
void | setFrame (bool yn=true) |
void | setNoBackGround () |
uiObject * | hAlignObj () |
void | setHAlignObj (uiObject *o) |
void | setHAlignObj (uiGroup *o) |
uiObject * | hCenterObj () |
void | setHCenterObj (uiObject *o) |
void | setHCenterObj (uiGroup *o) |
void | setIsMain (bool) |
internal use only. Tells the layout manager it's a toplevel mngr. More... | |
virtual uiMainWin * | mainwin () |
void | setChildrenSensitive (bool) |
virtual Notifier< uiBaseObject > & | preFinalise () |
virtual Notifier< uiBaseObject > & | postFinalise () |
virtual void | setSize (const uiSize &) |
![]() | |
uiParent (const char *nm, uiParentBody *) | |
void | addChild (uiBaseObject &) |
void | manageChld (uiBaseObject &, uiObjectBody &) |
void | attachChild (constraintType tp, uiObject *child, uiObject *other, int margin, bool reciprocal) |
const ObjectSet< uiBaseObject > * | childList () const |
uiObject * | mainObject () |
const uiObject * | mainObject () const |
uiParentBody * | pbody () |
const uiParentBody * | pbody () const |
void | attach (constraintType t, int margin=-1) |
void | attach (constraintType t, uiParent *oth, int margin=-1, bool reciprocal=true) |
void | attach (constraintType t, uiObject *oth, int margin=-1, bool reciprocal=true) |
virtual void | display (bool yn, bool shrk=false, bool maximize=false) |
bool | isDisplayed () const |
void | setFocus () |
bool | hasFocus () const |
void | setSensitive (bool yn=true) |
bool | sensitive () const |
const uiFont * | font () const |
void | setFont (const uiFont &f) |
void | setCaption (const uiString &c) |
void | setCursor (const MouseCursor &c) |
uiSize | actualsize (bool include_border) const |
int | prefHNrPics () const |
int | prefVNrPics () const |
void | setPrefHeight (int h) |
void | setPrefWidth (int w) |
void | setPrefHeightInChar (int h) |
void | setPrefHeightInChar (float h) |
void | setPrefWidthInChar (float w) |
void | setPrefWidthInChar (int w) |
virtual void | reDraw (bool deep) |
void | shallowRedraw (CallBacker *=0) |
void | deepRedraw (CallBacker *=0) |
void | setStretch (int h, int v) |
Color | backgroundColor () const |
Color | roBackgroundColor () const |
void | setBackgroundColor (const Color &c) |
void | translateText () |
Private Member Functions | |
mODTextTranslationClass (uiStratSynthDisp) | |
Additional Inherited Members | |
![]() | |
static uiGroup * | gtDynamicCastToGrp (mQtclass(QWidget *)) |
uiStratSynthDisp::uiStratSynthDisp | ( | uiParent * | , |
const Strat::LayerModelProvider & | |||
) |
uiStratSynthDisp::~uiStratSynthDisp | ( | ) |
|
protected |
void uiStratSynthDisp::addTool | ( | const uiToolButtonSetup & | ) |
void uiStratSynthDisp::addViewerToControl | ( | uiFlatViewer & | ) |
|
inline |
|
inlineprotected |
float uiStratSynthDisp::centralTrcShift | ( | ) | const |
void uiStratSynthDisp::cleanSynthetics | ( | ) |
|
inline |
|
protected |
|
inline |
|
inline |
|
protected |
const uiWorldRect& uiStratSynthDisp::curView | ( | bool | indepth | ) | const |
const ObjectSet<const TimeDepthModel>* uiStratSynthDisp::d2TModels | ( | ) | const |
void uiStratSynthDisp::displayFRText | ( | bool | yn, |
bool | isbrine | ||
) |
|
protected |
|
protected |
|
protected |
void uiStratSynthDisp::displaySynthetic | ( | const SyntheticData * | ) |
|
inline |
|
protected |
|
protected |
|
inline |
|
protected |
void uiStratSynthDisp::fillPar | ( | IOPar & | ) | const |
void uiStratSynthDisp::fillPar | ( | IOPar & | , |
bool | |||
) | const |
|
protected |
|
protected |
|
protected |
|
protected |
SyntheticData* uiStratSynthDisp::getCurrentSyntheticData | ( | bool | wva = true | ) | const |
|
inline |
SyntheticData* uiStratSynthDisp::getSyntheticData | ( | const char * | nm | ) |
const ObjectSet<SyntheticData>& uiStratSynthDisp::getSynthetics | ( | ) | const |
const Wavelet* uiStratSynthDisp::getWavelet | ( | ) | const |
|
protected |
bool uiStratSynthDisp::haveUserScaleWavelet | ( | ) |
|
inline |
const Strat::LayerModel& uiStratSynthDisp::layerModel | ( | ) | const |
|
protected |
const char* uiStratSynthDisp::levelName | ( | ) | const |
|
protected |
void uiStratSynthDisp::makeInfoMsg | ( | BufferString & | msg, |
IOPar & | |||
) |
mDeprecated void uiStratSynthDisp::modelChanged | ( | ) |
const PropertyRefSelection& uiStratSynthDisp::modelPropertyRefs | ( | ) | const |
|
private |
|
protected |
|
inline |
|
protected |
|
protected |
bool uiStratSynthDisp::prepareElasticModel | ( | ) |
|
protected |
void uiStratSynthDisp::reDisplayPostStackSynthetic | ( | bool | wva = true | ) |
|
protected |
void uiStratSynthDisp::resetRelativeViewRect | ( | ) |
|
protected |
|
protected |
void uiStratSynthDisp::set | ( | uiStratLayerModel & | ) |
|
protected |
|
inline |
|
inline |
void uiStratSynthDisp::setCurrentSynthetic | ( | bool | wva | ) |
|
protected |
|
protected |
void uiStratSynthDisp::setDiffData | ( | ) |
void uiStratSynthDisp::setDispEach | ( | int | ) |
void uiStratSynthDisp::setDisplayZSkip | ( | float | zskip, |
bool | withmodchg | ||
) |
void uiStratSynthDisp::setFlattened | ( | bool | flattened, |
bool | trigger = true |
||
) |
|
inline |
|
protected |
void uiStratSynthDisp::setRelativeViewRect | ( | const uiWorldRect & | relwr | ) |
void uiStratSynthDisp::setSavedViewRect | ( | ) |
void uiStratSynthDisp::setSelectedTrace | ( | int | ) |
void uiStratSynthDisp::setSnapLevelSensitive | ( | bool | ) |
|
inline |
void uiStratSynthDisp::setZDataRange | ( | const Interval< double > & | , |
bool | indpt | ||
) |
void uiStratSynthDisp::setZoomView | ( | const uiWorldRect & | ) |
void uiStratSynthDisp::showFRResults | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
void uiStratSynthDisp::updateRelativeViewRect | ( | ) |
|
protected |
|
protected |
|
protected |
bool uiStratSynthDisp::usePar | ( | const IOPar & | ) |
|
protected |
|
protected |
|
inline |
|
protected |
const MultiID& uiStratSynthDisp::waveletID | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiStratSynthDisp> uiStratSynthDisp::dispParsChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiStratSynthDisp> uiStratSynthDisp::layerPropSelNeeded |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiStratSynthDisp> uiStratSynthDisp::modSelChanged |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiStratSynthDisp> uiStratSynthDisp::synthsChanged |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<uiStratSynthDisp> uiStratSynthDisp::viewChanged |
|
protected |
|
protected |
Notifier<uiStratSynthDisp> uiStratSynthDisp::wvltChanged |
|
protected |
Generated at 12/02/2019 10:57:17 for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019