OpendTect 8.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
EntryDataSet Class Reference

#include <uiioobjselgrp.h>

Inheritance diagram for EntryDataSet:
[legend]

Public Member Functions

 EntryDataSet ()
 
 ~EntryDataSet ()
 
EntryDataSetadd (const MultiID &, bool isdef=false)
 
EntryDataSetadd (const MultiID &, const BufferString &, const BufferString &, bool isdef=false)
 
void erase () override
 
EntryDatagetDataFor (const MultiID &)
 
const EntryDatagetDataFor (const MultiID &) const
 
const TypeSet< int > & getDefaultIdxs (bool reread=false) const
 
BufferStringSet getDispNms () const
 
BufferStringSet getIconNms () const
 
const TypeSet< MultiID > & getIOObjIds () const
 
BufferStringSet getIOObjNms () const
 
int indexOfMID (const MultiID &mid) const
 
int indexOfNm (const BufferString &, bool isdispnm) const
 
EntryDataSetremoveMID (const MultiID &)
 
EntryDataSetupdateMID (const MultiID &, EntryData *)
 
- Public Member Functions inherited from ManagedObjectSet< EntryData >
 ManagedObjectSet ()
 
 ManagedObjectSet (const ManagedObjectSet &)=delete
 
 ManagedObjectSet (const ObjectSet< EntryData > &)
 
void append (const ManagedObjectSet< EntryData > &)=delete
 
void append (const ObjectSet< EntryData > &os) override
 
void copy (const ObjectSet< EntryData > &os) override
 
ManagedObjectSetoperator= (const ManagedObjectSet &)=delete
 
ManagedObjectSet< EntryData > & operator= (const ObjectSet< EntryData > &os)
 
- Public Member Functions inherited from ManagedObjectSetBase< T >
void erase () override
 
bool isManaged () const override
 
ManagedObjectSetBase< T > & operator-= (T *) override
 
T * pop () override
 
virtual T * removeAndTake (idx_type, bool kporder=true)
 
void removeRange (idx_type, idx_type) override
 
T * removeSingle (idx_type, bool kporder=true) 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 ()
 
ObjectSetadd (T *t)
 
bool addIfNew (T *)
 
void allowNull (bool yn=true)
 
iterator begin ()
 
const_iterator begin () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
ObjectSetclone () const override
 
bool empty () const
 
iterator end ()
 
const_iterator end () const
 
void erase () override
 
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
 
ObjectSetoperator+= (T *t)
 
ObjectSetoperator= (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 ()
 

Protected Attributes

TypeSet< int > defaultidxs_
 
TypeSet< MultiIDlivemids_
 
- Protected Attributes inherited from ObjectSet< T >
bool allow0_ = false
 
impl_type vec_
 

Additional Inherited Members

- Public Types inherited from ManagedObjectSet< EntryData >
typedef ObjectSet< EntryData >::idx_type idx_type
 
typedef ObjectSet< EntryData >::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_typeconst_reference
 
typedef size_type difference_type
 
typedef size_type idx_type
 
typedef impl_type::iterator iterator
 
typedef T object_type
 
typedef value_typereference
 
typedef int size_type
 
typedef T * value_type
 
- Static Public Member Functions inherited from OD::Set
static od_int32 maxIdx32 ()
 
static od_int64 maxIdx64 ()
 
- Protected Types inherited from ManagedObjectSetBase< T >
typedef void(* PtrFunc) (T *ptr)
 
- Protected Types inherited from ObjectSet< T >
typedef VectorAccess< T *, size_typeimpl_type
 
- Protected Member Functions inherited from ManagedObjectSetBase< T >
 ManagedObjectSetBase (PtrFunc delfunc)
 
 ~ManagedObjectSetBase ()
 
- Protected Member Functions inherited from ObjectSet< T >
virtual ObjectSetdoAdd (T *)
 

Detailed Description

<>

Constructor & Destructor Documentation

◆ EntryDataSet()

EntryDataSet::EntryDataSet ( )

◆ ~EntryDataSet()

EntryDataSet::~EntryDataSet ( )

Member Function Documentation

◆ add() [1/2]

EntryDataSet & EntryDataSet::add ( const MultiID & ,
bool isdef = false )

◆ add() [2/2]

EntryDataSet & EntryDataSet::add ( const MultiID & ,
const BufferString & ,
const BufferString & ,
bool isdef = false )

◆ erase()

void EntryDataSet::erase ( )
overridevirtual

Implements OD::Set.

◆ getDataFor() [1/2]

EntryData * EntryDataSet::getDataFor ( const MultiID & )

◆ getDataFor() [2/2]

const EntryData * EntryDataSet::getDataFor ( const MultiID & ) const

◆ getDefaultIdxs()

const TypeSet< int > & EntryDataSet::getDefaultIdxs ( bool reread = false) const

◆ getDispNms()

BufferStringSet EntryDataSet::getDispNms ( ) const

◆ getIconNms()

BufferStringSet EntryDataSet::getIconNms ( ) const

◆ getIOObjIds()

const TypeSet< MultiID > & EntryDataSet::getIOObjIds ( ) const

◆ getIOObjNms()

BufferStringSet EntryDataSet::getIOObjNms ( ) const

◆ indexOfMID()

int EntryDataSet::indexOfMID ( const MultiID & mid) const

◆ indexOfNm()

int EntryDataSet::indexOfNm ( const BufferString & ,
bool isdispnm ) const

◆ removeMID()

EntryDataSet & EntryDataSet::removeMID ( const MultiID & )

◆ updateMID()

EntryDataSet & EntryDataSet::updateMID ( const MultiID & ,
EntryData *  )

Member Data Documentation

◆ defaultidxs_

TypeSet<int> EntryDataSet::defaultidxs_
mutableprotected

◆ livemids_

TypeSet<MultiID> EntryDataSet::livemids_
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2025