![]() |
OpendTect 8.0
|
#include <propertyref.h>
Public Member Functions | |
| bool | ensureHasElasticProps (bool withswave=true, bool withai=false) |
| PropertyRef * | ensurePresent (const Mnemonic &, const char *nm1, const char *nm2=nullptr, const char *nm3=nullptr) |
| void | erase () override |
| const PropertyRef * | getByMnemonic (const Mnemonic &, int occ=0) const |
| const PropertyRef * | getByName (const char *, bool matchaliases=true) const |
| const PropertyRef * | getByType (PropertyRef::StdType, int occ=0) const |
| ManagedObjectSetBase< PropertyRef > & | operator-= (PropertyRef *) override |
| PropertyRef * | pop () override |
| PropertyRef * | removeAndTake (int, bool keep_order=true) override |
| void | removeRange (int, int) override |
| PropertyRef * | removeSingle (int, bool keep_order=true) override |
| PropertyRef * | replace (int, PropertyRef *) override |
| bool | subselect (PropertyRef::StdType, ObjectSet< const PropertyRef > &) const |
Public Member Functions inherited from ManagedObjectSet< PropertyRef > | |
| ManagedObjectSet () | |
| ManagedObjectSet (const ManagedObjectSet &)=delete | |
| ManagedObjectSet (const ObjectSet< PropertyRef > &) | |
| void | append (const ManagedObjectSet< PropertyRef > &)=delete |
| void | append (const ObjectSet< PropertyRef > &os) override |
| void | copy (const ObjectSet< PropertyRef > &os) override |
| ManagedObjectSet & | operator= (const ManagedObjectSet &)=delete |
| ManagedObjectSet< PropertyRef > & | operator= (const ObjectSet< PropertyRef > &os) |
Public Member Functions inherited from ManagedObjectSetBase< T > | |
| bool | isManaged () const override |
| ManagedObjectSetBase< T > & | operator-= (T *) override |
| T * | replace (idx_type, T *) override |
Public Member Functions inherited from ObjectSet< T > | |
| ObjectSet () | |
| ObjectSet (const ObjectSet &) | |
| ObjectSet (T *) | |
| ObjectSet (T *, T *) | |
| ObjectSet (T *, T *, T *) | |
| virtual | ~ObjectSet () |
| ObjectSet & | add (T *t) |
| bool | addIfNew (T *) |
| void | allowNull (bool yn=true) |
| iterator | begin () |
| const_iterator | begin () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
| ObjectSet * | clone () const override |
| bool | empty () const |
| iterator | end () |
| const_iterator | end () const |
| T * | first () |
| const T * | first () const |
| virtual T * | get (const T *) const |
| check & unconst | |
| virtual T * | get (idx_type) |
| virtual const T * | get (idx_type) const |
| virtual size_type | getCapacity () const |
| idx_type | getIdx (const_iterator it) const |
| idx_type | getIdx (iterator it) const |
| virtual idx_type | indexOf (const T *) const |
| virtual void | insertAfter (T *newptr, idx_type) |
| virtual void | insertAt (T *newptr, idx_type) |
| virtual bool | isPresent (const T *) const |
| T * | last () |
| const T * | last () const |
| size_type | max_size () const |
| od_int64 | nrItems () const override |
| bool | nullAllowed () const |
| bool | operator!= (const ObjectSet &oth) const |
| ObjectSet & | operator+= (T *t) |
| ObjectSet & | operator= (const ObjectSet &) |
| bool | operator== (const ObjectSet &) const |
| const T * | operator[] (const T *t) const |
| T * | operator[] (idx_type i) |
| const T * | operator[] (idx_type i) const |
| void | plainErase () |
| void | push (T *t) |
| void | reverse () override |
| virtual bool | setCapacity (size_type, bool withmargin) |
| Allocates mem only, no size() change. | |
| void | setNullAllowed (bool yn=true) |
| virtual bool | setSize (size_type) |
| size_type | size () const |
| void | swap (idx_type, idx_type) |
| void | swap (ObjectSet &oth) |
| void | swapItems (od_int64 i1, od_int64 i2) override |
| void | useIndexes (const idx_type *) |
| bool | validIdx (od_int64) const override |
Public Member Functions inherited from OD::Set | |
| virtual | ~Set () |
| bool | isEmpty () const |
| void | setEmpty () |
Static Public Member Functions | |
| static const PropertyRef * | getByName (const char *, const ObjectSet< const PropertyRef > &, bool matchaliases) |
Static Public Member Functions inherited from OD::Set | |
| static od_int32 | maxIdx32 () |
| static od_int64 | maxIdx64 () |
Private Member Functions | |
| PropertyRefSet () | |
| PropertyRefSet & | doAdd (PropertyRef *) override |
| PropertyRef * | getByName (const char *, bool matchaliases=true) |
| PropertyRef * | getByType (PropertyRef::StdType, int occ=0) |
| mOD_DisableCopy (PropertyRefSet) | |
| void | readFrom (ascistream &, Repos::Source) |
| bool | save (Repos::Source) const |
| bool | writeTo (ascostream &) const |
Static Private Member Functions | |
| static void | removeCache (const PropertyRef *) |
Friends | |
| class | PropertyRefSetMgr |
| class | uiManPROPS |
Additional Inherited Members | |
Public Types inherited from ManagedObjectSet< PropertyRef > | |
| typedef ObjectSet< PropertyRef >::idx_type | idx_type |
| typedef ObjectSet< PropertyRef >::size_type | size_type |
Public Types inherited from ManagedObjectSetBase< T > | |
| typedef ObjectSet< T >::idx_type | idx_type |
| typedef ObjectSet< T >::size_type | size_type |
Public Types inherited from ObjectSet< T > | |
| typedef impl_type::const_iterator | const_iterator |
| typedef const value_type & | const_reference |
| typedef size_type | difference_type |
| typedef size_type | idx_type |
| typedef impl_type::iterator | iterator |
| typedef T | object_type |
| typedef value_type & | reference |
| typedef int | size_type |
| typedef T * | value_type |
Protected Types inherited from ManagedObjectSetBase< T > | |
| typedef void(* | PtrFunc) (T *ptr) |
Protected Types inherited from ObjectSet< T > | |
| typedef VectorAccess< T *, size_type > | impl_type |
Protected Member Functions inherited from ManagedObjectSetBase< T > | |
| ManagedObjectSetBase (PtrFunc delfunc) | |
| ~ManagedObjectSetBase () | |
Protected Member Functions inherited from ObjectSet< T > | |
| virtual ObjectSet & | doAdd (T *) |
Protected Attributes inherited from ObjectSet< T > | |
| bool | allow0_ = false |
| impl_type | vec_ |
<>
|
private |
|
overrideprivate |
| bool PropertyRefSet::ensureHasElasticProps | ( | bool | withswave = true, |
| bool | withai = false ) |
| PropertyRef * PropertyRefSet::ensurePresent | ( | const Mnemonic & | , |
| const char * | nm1, | ||
| const char * | nm2 = nullptr, | ||
| const char * | nm3 = nullptr ) |
|
overridevirtual |
Reimplemented from ManagedObjectSetBase< T >.
| const PropertyRef * PropertyRefSet::getByMnemonic | ( | const Mnemonic & | , |
| int | occ = 0 ) const |
|
private |
| const PropertyRef * PropertyRefSet::getByName | ( | const char * | , |
| bool | matchaliases = true ) const |
|
static |
|
private |
| const PropertyRef * PropertyRefSet::getByType | ( | PropertyRef::StdType | , |
| int | occ = 0 ) const |
|
private |
|
override |
|
overridevirtual |
Deletes entry and returns nullptr
Reimplemented from ManagedObjectSetBase< T >.
|
private |
|
overridevirtual |
Does not delete the entry.
Reimplemented from ManagedObjectSetBase< T >.
|
staticprivate |
|
overridevirtual |
Reimplemented from ManagedObjectSetBase< T >.
|
overridevirtual |
Removes entry and returns nullptr
Reimplemented from ManagedObjectSetBase< T >.
|
override |
|
private |
| bool PropertyRefSet::subselect | ( | PropertyRef::StdType | , |
| ObjectSet< const PropertyRef > & | ) const |
|
private |
|
friend |
|
friend |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2025