|
| | HdrCalcSet (const HdrDef &) |
| |
| | ~HdrCalcSet () |
| |
| bool | add (const char *dispstr) |
| |
| bool | add (const HdrEntry &, const char *def, uiString *emsg=0) |
| |
| void | apply (void *, bool needswap) const |
| |
| void | discard (int) |
| |
| Executor * | getApplier (od_istream &, od_ostream &, int data_bytes_per_trace, const BinHeader *bh=0, const TxtHeader *th=0) const |
| |
| void | getFromSettings (const char *) |
| |
| const HdrDef & | hdrDef () |
| |
| int | indexOf (const char *entrynm) const |
| |
| int | indexOf (const HdrCalc *he) const override |
| |
| void | reSetSeqNr (int seqnr=1) |
| |
| bool | set (int, const char *def, uiString *emsg=0) |
| |
| void | setEmpty () |
| |
| bool | storeInSettings () const |
| |
| const HdrEntry & | trcIdxEntry () |
| |
| | ObjectSet () |
| |
| | ObjectSet (const ObjectSet &) |
| |
| | ObjectSet (HdrCalc *) |
| |
| | ObjectSet (HdrCalc *, HdrCalc *) |
| |
| | ObjectSet (HdrCalc *, HdrCalc *, HdrCalc *) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (HdrCalc *t) |
| |
| bool | addIfNew (HdrCalc *) |
| |
| void | allowNull (bool yn=true) |
| |
| virtual void | append (const ObjectSet &) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| ObjectSet * | clone () const override |
| |
| virtual void | copy (const ObjectSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| void | erase () override |
| |
| HdrCalc * | first () |
| |
| const HdrCalc * | first () const |
| |
| virtual HdrCalc * | get (const HdrCalc *) const |
| | check & unconst More...
|
| |
| virtual HdrCalc * | get (idx_type) |
| |
| virtual const HdrCalc * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const HdrCalc *) const |
| |
| virtual void | insertAfter (HdrCalc *newptr, idx_type) |
| |
| virtual void | insertAt (HdrCalc *newptr, idx_type) |
| |
| virtual bool | isManaged () const |
| |
| virtual bool | isPresent (const HdrCalc *) const |
| |
| HdrCalc * | last () |
| |
| const HdrCalc * | last () const |
| |
| size_type | max_size () const |
| |
| std::int64_t | nrItems () const override |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (HdrCalc *t) |
| |
| virtual ObjectSet & | operator-= (HdrCalc *) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const HdrCalc * | operator[] (const HdrCalc *t) const |
| |
| HdrCalc * | operator[] (idx_type i) |
| |
| const HdrCalc * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual HdrCalc * | pop () |
| |
| void | push (HdrCalc *t) |
| |
| virtual void | removeRange (idx_type from, idx_type to) |
| |
| virtual HdrCalc * | removeSingle (idx_type, bool keep_order=true) |
| |
| virtual HdrCalc * | replace (idx_type, HdrCalc *) |
| |
| void | reverse () override |
| |
| void | setNullAllowed (bool yn=true) |
| |
| size_type | size () const |
| |
| void | swap (idx_type, idx_type) |
| |
| void | swap (ObjectSet &oth) |
| |
| void | swapItems (std::int64_t i1, std::int64_t i2) override |
| |
| void | useIndexes (const idx_type *) |
| |
| bool | validIdx (std::int64_t) const override |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |
| | NamedObject (const char *nm=nullptr) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| virtual BufferString | getName () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| const name_type & | name () const override |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual void | setName (const char *nm) |
| |
| virtual | ~ObjectWithName () |
| |
| bool | hasName (const char *nm) const |
| |
| bool | hasName (const name_type &nm) const |
| |
| void | putNameInPar (IOPar &) const |
| |