41 virtual uint
reserve(
const QString &name)=0;
49 virtual bool check(
const QString &name)=0;
53 virtual uint
find(
const QString &name)=0;
56 virtual void tag(uint u,
bool modelChanged=
true)=0;
virtual const QObject * getQObject() const =0
namespace Itasca
Definition: basememory.cpp:9
virtual uint find(const QString &name)=0
virtual uint reserve(const QString &name)=0
virtual uint getUpdateInterval() const =0
Returns the Update Interval notice - sent to indicate that an update interval has occurred during cyc...
virtual void cycleCompleted(const quint64 &step)=0
This signal is emitted when a cycle is completed.
virtual bool check(const QString &name)=0
Checks to see if string name has already been reserved (given and ID number).
virtual uint getFISHSymbolNotice() const =0
Returns the notice code used to indicate that a FISH symbol has changed.
virtual void tag(uint u, bool modelChanged=true)=0
Tags ID u as having been changed, which will be sent out in the next notify() call.
virtual bool release(uint u)=0
Interface to the notification system.
Definition: inoticemanager.h:29
virtual void notification(QSet< uint > set)=0
This signal is emitted to notify that a given event has occurred. See notify()
All default base headers if Qt is being used.