14 #include "uiwellmod.h" 46 void assignTimesToLeavedUnits();
47 void assignTimesToAllUnits();
49 void gatherLeavedUnits();
65 {
return transparency_; }
67 { transparency_ = t; dataChanged(); }
#define mExpClass(module)
Definition: commondefs.h:157
Set of Markers.
Definition: wellmarker.h:83
Inherit from this class to be able to send and/or receive CallBacks.
Definition: callback.h:182
TypeSet< float > posset_
Definition: uiwellstratdisplay.h:36
UnitRef for units containing Leaf units only.
Definition: stratunitref.h:200
Depth to time model.
Definition: welld2tmodel.h:25
ObjectSet< StratDispData::Unit > leaveddispunits_
Definition: uiwellstratdisplay.h:34
ObjectSet< StratDispData::Unit > dispunits_
Definition: uiwellstratdisplay.h:38
void setTransparency(int t)
Definition: uiwellstratdisplay.h:66
used to gather all units and tied levels from a tree for display
Definition: uistratdispdata.h:117
void dataChangedCB(CallBacker *)
Definition: uiwellstratdisplay.h:53
Definition: uiparent.h:24
WellStratUnitGen * stratgen_
Definition: uiwellstratdisplay.h:72
int transparency() const
Definition: uiwellstratdisplay.h:64
const Well::MarkerSet & markers_
Definition: uiwellstratdisplay.h:42
ObjectSet< const Strat::NodeOnlyUnitRef > units_
Definition: uiwellstratdisplay.h:39
Well track.
Definition: welltrack.h:22
void dataChangedCB(CallBacker *)
Definition: uiwellstratdisplay.h:79
Well depth/distance along hole display.
Definition: uiwelldahdisplay.h:49
const Well::D2TModel * d2tmodel_
Definition: uiwellstratdisplay.h:43
ObjectSet< const Strat::LeavedUnitRef > leavedunits_
Definition: uiwellstratdisplay.h:35
Definition: uiwellstratdisplay.h:57
const StratDispData & stratData() const
Definition: uiwellstratdisplay.h:69
uiStratTreeToDisp * uidatagather_
Definition: uiwellstratdisplay.h:32
int transparency_
Definition: uiwellstratdisplay.h:77
const Well::Track & track_
Definition: uiwellstratdisplay.h:44
Definition: uistratdispdata.h:32
Definition: uistratdisplay.h:37
StratDispData data_
Definition: uiwellstratdisplay.h:74
StratDispData & data_
Definition: uiwellstratdisplay.h:41
Marker, can be attached to Strat level. When not attached, uses the object's own (fallback) name and ...
Definition: wellmarker.h:32
const StratDispData & stratData() const
Definition: uiwellstratdisplay.h:27
uiStratDrawer drawer_
Definition: uiwellstratdisplay.h:75
The holder of all data concerning a certain well.
Definition: welldata.h:36
FixedString ID()
Definition: keystrs.h:71
creates a display of stratigraphy IF levels are linked to markers.
Definition: uiwellstratdisplay.h:20