|
| | ProcFlow (const char *nm=0) |
| |
| | ~ProcFlow () |
| |
| void | fillPar (IOPar &) const |
| |
| IOPar & | input () |
| |
| const IOPar & | input () const |
| |
| IOType | ioType (bool inp) const |
| |
| bool | isOK (uiString &) const |
| |
| IOPar & | output () |
| |
| const IOPar & | output () const |
| |
| void | setIOType (bool inp, IOType iot) |
| |
| void | usePar (const IOPar &) |
| |
| | NamedObject (const char *nm=nullptr) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| virtual BufferString | getName () const |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| virtual const name_type & | name () const |
| |
| 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 |
| |
| | ObjectSet () |
| |
| | ObjectSet (const ObjectSet &) |
| |
| | ObjectSet (Proc *) |
| |
| | ObjectSet (Proc *, Proc *) |
| |
| | ObjectSet (Proc *, Proc *, Proc *) |
| |
| virtual | ~ObjectSet () |
| |
| ObjectSet & | add (Proc *t) |
| |
| bool | addIfNew (Proc *) |
| |
| void | allowNull (bool yn=true) |
| |
| virtual void | append (const ObjectSet &) |
| |
| iterator | begin () |
| |
| const_iterator | begin () const |
| |
| const_iterator | cbegin () const |
| |
| const_iterator | cend () const |
| |
| virtual ObjectSet * | clone () const |
| |
| virtual void | copy (const ObjectSet &) |
| |
| bool | empty () const |
| |
| iterator | end () |
| |
| const_iterator | end () const |
| |
| virtual void | erase () |
| |
| Proc * | first () |
| |
| const Proc * | first () const |
| |
| virtual Proc * | get (const Proc *) const |
| | check & unconst More...
|
| |
| virtual Proc * | get (idx_type) |
| |
| virtual const Proc * | get (idx_type) const |
| |
| idx_type | getIdx (const_iterator it) const |
| |
| idx_type | getIdx (iterator it) const |
| |
| virtual idx_type | indexOf (const Proc *) const |
| |
| virtual void | insertAfter (Proc *newptr, idx_type) |
| |
| virtual void | insertAt (Proc *newptr, idx_type) |
| |
| virtual bool | isManaged () const |
| |
| virtual bool | isPresent (const Proc *) const |
| |
| Proc * | last () |
| |
| const Proc * | last () const |
| |
| size_type | max_size () const |
| |
| virtual int64_t | nrItems () const |
| |
| bool | nullAllowed () const |
| |
| bool | operator!= (const ObjectSet &oth) const |
| |
| ObjectSet & | operator+= (Proc *t) |
| |
| virtual ObjectSet & | operator-= (Proc *) |
| |
| ObjectSet & | operator= (const ObjectSet &) |
| |
| bool | operator== (const ObjectSet &) const |
| |
| const Proc * | operator[] (const Proc *t) const |
| |
| Proc * | operator[] (idx_type i) |
| |
| const Proc * | operator[] (idx_type i) const |
| |
| void | plainErase () |
| |
| virtual Proc * | pop () |
| |
| void | push (Proc *t) |
| |
| virtual void | removeRange (idx_type from, idx_type to) |
| |
| virtual Proc * | removeSingle (idx_type, bool keep_order=true) |
| |
| virtual Proc * | replace (idx_type, Proc *) |
| |
| virtual void | reverse () |
| |
| void | setNullAllowed (bool yn=true) |
| |
| size_type | size () const |
| |
| void | swap (idx_type, idx_type) |
| |
| void | swap (ObjectSet &oth) |
| |
| virtual void | swapItems (int64_t i1, int64_t i2) |
| |
| void | useIndexes (const idx_type *) |
| |
| virtual bool | validIdx (int64_t) const |
| |
| virtual | ~Set () |
| |
| bool | isEmpty () const |
| |
| void | setEmpty () |
| |