1 #ifndef attribdescsetman_h 2 #define attribdescsetman_h 15 #include "attributeenginemod.h" 32 DescSetMan(
bool,
DescSet* ads=0,
bool destr_on_del=
true );
39 bool is2D()
const {
return is2d_; }
40 bool isSaved()
const {
return !unsaved_; }
42 {
const_cast<DescSetMan*
>(
this)->unsaved_ = !yn; }
#define mExpClass(module)
Definition: commondefs.h:160
bool destrondel_
Definition: attribdescsetman.h:56
DescSet * descSet()
Definition: attribdescsetman.h:35
Manages attribute description set.
Definition: attribdescsetman.h:28
Set of attribute descriptions.
Definition: attribdescset.h:35
bool unsaved_
Definition: attribdescsetman.h:55
void setSaved(bool yn=true) const
Definition: attribdescsetman.h:41
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:47
IOPar & inputHistory()
Definition: attribdescsetman.h:47
const DescSet * descSet() const
Definition: attribdescsetman.h:36
bool & unSaved()
Added for convenience in UI building.
Definition: attribdescsetman.h:43
MultiID attrsetid_
Definition: attribdescsetman.h:49
bool is2D() const
Definition: attribdescsetman.h:39
DescSet * ads_
Definition: attribdescsetman.h:53
bool isSaved() const
Definition: attribdescsetman.h:40
IOPar & steerselhist_
Definition: attribdescsetman.h:59
Compound key consisting of ints.
Definition: multiid.h:25
IOPar & inpselhist_
Definition: attribdescsetman.h:58
bool is2d_
Definition: attribdescsetman.h:54
Semblance Attribute.
Definition: attribdataholder.h:25