namespace Itasca
Definition: basememory.cpp:9
virtual const IContainer * getIContainer() const =0
returns a constant pointer to the IContainer class representing a list of tables.
virtual const ITable * getFirst() const =0
Interface to the global list of all tables.
Definition: itablelist.h:16
virtual const ITable * lookupWithName(const QString &s) const =0
Returns a const pointer to table whose name matches s, or 0.
virtual uint getNotice() const =0
One stop include for all objects defined as part of base interface.
Interface for containers of IThings.
Definition: icontainer.h:23
Interface to a particular table of values.
Definition: itable.h:17
Interface for container of IThings.
Interface to a particular table of values.
virtual quint32 getTableGeneralType() const =0
Returns the general type of an ITable.
virtual ITable * lookupOrCreateWithName(const QString &s)=0