|
| uiAttribPartServer (uiApplService &) |
|
| ~uiAttribPartServer () |
|
const char * | name () const |
|
void | manageAttribSets (bool is2d=false) |
|
const Attrib::DescSet * | curDescSet (bool is2d) const |
|
void | getDirectShowAttrSpec (Attrib::SelSpec &) const |
|
bool | setSaved (bool is2d) const |
|
void | saveSet (bool is2d) |
|
bool | editSet (bool is2d) |
| returns whether new AttribDescSet has been created More...
|
|
bool | attrSetEditorActive () const |
|
void | updateSelSpec (Attrib::SelSpec &) const |
|
void | setAttrsNeedUpdt () |
|
bool | selectAttrib (Attrib::SelSpec &, const ZDomain::Info *, Pos::GeomID geomid, const uiString &seltxt=tr("View Data")) |
|
bool | selectRGBAttribs (TypeSet< Attrib::SelSpec > &, const ZDomain::Info *, Pos::GeomID) |
|
bool | setPickSetDirs (Pick::Set &, const NLAModel *, float vel) |
|
void | outputVol (const MultiID &, bool is2d, bool multioutput) |
|
bool | replaceSet (const IOPar &, bool is2d) |
|
bool | addToDescSet (const char *, bool is2d) |
|
int | getSliceIdx () const |
|
void | getPossibleOutputs (bool is2d, BufferStringSet &) const |
|
void | setTargetSelSpec (const Attrib::SelSpec &) |
|
void | setTargetSelSpecs (const TypeSet< Attrib::SelSpec > &specs) |
|
const TypeSet< Attrib::SelSpec > & | getTargetSelSpecs () const |
|
DataPack::ID | createOutput (const TrcKeyZSampling &, DataPack::ID) |
|
const RegularSeisDataPack * | createOutput (const TrcKeyZSampling &, const RegularSeisDataPack *prevslcs=0) |
|
bool | createOutput (DataPointSet &, int firstcol=0) |
|
bool | createOutput (ObjectSet< DataPointSet > &, int firstcol=0) |
|
bool | createOutput (const BinIDValueSet &, SeisTrcBuf &, TypeSet< BinID > *, TypeSet< BinID > *) |
|
DataPack::ID | createRdmTrcsOutput (const Interval< float > &zrg, TypeSet< BinID > *path, TypeSet< BinID > *trueknotspos) |
|
Attrib::DescID | getStoredID (const MultiID &, bool is2d, int selout=-1) const |
|
IOObj * | getIOObj (const Attrib::SelSpec &) const |
|
bool | extractData (ObjectSet< DataPointSet > &) |
|
bool | createAttributeSet (const BufferStringSet &, Attrib::DescSet *) |
|
void | importAttrSetFromFile () |
|
void | importAttrSetFromOtherSurvey () |
|
const NLAModel * | getNLAModel (bool) const |
|
void | setNLAName (const char *nm) |
|
void | resetMenuItems () |
|
MenuItem * | storedAttribMenuItem (const Attrib::SelSpec &, bool is2d, bool) |
|
MenuItem * | calcAttribMenuItem (const Attrib::SelSpec &, bool is2d, bool) |
|
MenuItem * | nlaAttribMenuItem (const Attrib::SelSpec &, bool is2d, bool) |
|
MenuItem * | zDomainAttribMenuItem (const Attrib::SelSpec &, const ZDomain::Info &, bool is2d, bool) |
|
void | fillInStoredAttribMenuItem (MenuItem *, bool, bool, const Attrib::SelSpec &, bool, bool needext=false) |
|
bool | handleAttribSubMenu (int mnuid, Attrib::SelSpec &, bool &) |
|
bool | handleMultiComp (const MultiID &, bool, bool, BufferStringSet &, Attrib::DescID &, TypeSet< int > &) |
|
void | info2DAttribSubMenu (int mnuid, BufferString &attbnm, bool &steering, bool &stored) |
|
bool | prepMultCompSpecs (TypeSet< int >, const MultiID &, bool, bool) |
|
void | setEvaluateInfo (bool ae, bool as) |
|
void | fillPar (IOPar &, bool, bool) const |
|
void | usePar (const IOPar &, bool, bool) |
|
void | setDPSDispMgr (DataPointSetDisplayMgr *dispmgr) |
|
void | set2DEvent (bool is2d) |
|
bool | is2DEvent () |
|
int | use3DMode () const |
|
const Attrib::DescSet * | getUserPrefDescSet () const |
| For services that can work on 2D or 3D. More...
|
|
void | showXPlot (CallBacker *) |
|
void | setEvalBackupColTabMapper (const ColTab::MapperSetup *) |
|
const ColTab::MapperSetup * | getEvalBackupColTabMapper () const |
|
void | setSelAttr (const char *attrnm) |
|
void | loadDefaultAttrSet (const char *attribsetnm) |
|
DataPack::ID | createRdmTrcsOutput (const Interval< float > &zrg, int rdlidx) |
|
void | filter2DMenuItems (MenuItem &, const Attrib::SelSpec &, int geomid, bool isstored, int steerpol) |
|
| uiApplPartServer (uiApplService &a) |
|
uiApplService & | appserv () |
|
const uiApplService & | appserv () const |
|
void | setParent (uiParent *) |
|
| CallBacker () |
|
| CallBacker (const CallBacker &) |
|
virtual | ~CallBacker () |
|
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
|
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
|
void | detachCB (NotifierAccess &, const CallBack &) |
|
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
|
bool | isNotifierAttached (NotifierAccess *) const |
| Only for debugging purposes, don't use. More...
|
|
Service provider for application level - Attributes.