Classes | |
class | AsyncResult |
A delayed result as returned by AsyncModel. More... | |
class | AsyncModel |
Filter model that allows to perform operations asyncroneously. More... | |
class | DummyModel |
A dummy model. All its methods do nothing and always fail with a default error. More... | |
class | MutexModel |
Protect a Model for multiple calls in multi-threaded applications. More... | |
class | ReadOnlyModel |
Simple filter model preventing any write operations. More... | |
class | SignalCacheModel |
Caches multiple signals into one to avoid slowdown when adding or removing many statements. More... | |
class | SimpleNodeIterator |
The most simple version of a NodeIterator simply iterates over a list of Nodes. More... | |
class | SimpleStatementIterator |
The most simple version of a StatementIterator simply iterates over a list of Statements. More... |