|
| std::map< std::string, armem::gui::ActiveMemoryState > | activeMemoryStates () |
| |
| bool | connected () const |
| |
| armem::query::DataMode | dataMode () const |
| |
| DebugObserverInterfacePrx & | debugObserver () |
| |
| bool | dropDisabledMemories () const |
| |
| bool | dropRemovedMemories () const |
| |
| std::vector< std::string > | getEnabledMemories () const |
| |
| const armem::wm::Memory * | getSingleMemoryData (const std::string &memoryName) |
| |
| bool | initialized () const |
| |
| std::map< std::string, armem::wm::Memory > & | memoryData () |
| |
| std::map< std::string, armem::wm::Memory > | memoryDataCopy () const |
| |
| std::map< std::string, armem::client::Reader > & | memoryReaders () |
| |
| std::map< std::string, armem::client::Reader > | memoryReadersCopy () const |
| |
| | MemoryViewerModel () |
| |
| std::map< std::string, armem::client::Writer > & | memoryWriters () |
| |
| std::map< std::string, armem::client::Writer > | memoryWritersCopy () const |
| |
| armem::client::MemoryNameSystem & | mns () |
| |
| armem::client::QueryInput | queryInput () const |
| |
| int | recursionDepth () const |
| |
| client::query::SnapshotSelector | selector () const |
| |
| void | setActiveMemoryStates (std::map< std::string, armem::gui::ActiveMemoryState >) |
| |
| void | setConnected (bool val) |
| |
| void | setDataMode (armem::query::DataMode dataMode) |
| |
| void | setDebugObserver (const DebugObserverInterfacePrx &observer) |
| |
| void | setDropDisabledMemories (bool val) |
| |
| void | setDropRemovedMemories (bool val) |
| |
| void | setInitialized (bool val) |
| |
| void | setMemoryData (std::map< std::string, armem::wm::Memory > data) |
| |
| void | setMemoryReaders (std::map< std::string, armem::client::Reader > readers) |
| |
| void | setMemoryWriters (std::map< std::string, armem::client::Writer > writers) |
| |
| void | setMns (std::unique_ptr< armem::client::MemoryNameSystem > mns) |
| |
| void | setRecursionDepth (int value) |
| |
| void | setSelector (client::query::SnapshotSelector selector) |
| |
stores data that is used by the controllers
Definition at line 48 of file MemoryViewerModel.h.