|
|
#include <RobotAPI/libraries/armem_gui/query_widgets/QueryWidget.h>
Inheritance diagram for QueryWidget:Public Types | |
| enum | ActiveMemoryState { FoundAndChecked, FoundAndNotChecked, NotFound } |
Signals | |
| void | startRecording () |
| void | stopRecording () |
| void | storeInLTM () |
Public Member Functions | |
| armem::query::DataMode | dataMode () const |
| bool | dropDisabledMemories () const |
| bool | dropRemovedMemories () const |
| std::map< std::string, ActiveMemoryState > | getAvailableMemoryStates () const |
| std::vector< std::string > | getEnabledMemories () const |
| int | queryLinkRecursionDepth () const |
| QueryWidget () | |
| void | update (const std::vector< std::string > &memoryNames) |
Definition at line 20 of file QueryWidget.h.
|
strong |
| Enumerator | |
|---|---|
| FoundAndChecked | |
| FoundAndNotChecked | |
| NotFound | |
Definition at line 26 of file QueryWidget.h.
| QueryWidget | ( | ) |
| armem::query::DataMode dataMode | ( | ) | const |
| bool dropDisabledMemories | ( | ) | const |
Definition at line 216 of file QueryWidget.cpp.
| bool dropRemovedMemories | ( | ) | const |
Definition at line 210 of file QueryWidget.cpp.
| std::map< std::string, QueryWidget::ActiveMemoryState > getAvailableMemoryStates | ( | ) | const |
Definition at line 222 of file QueryWidget.cpp.
| std::vector< std::string > getEnabledMemories | ( | ) | const |
| int queryLinkRecursionDepth | ( | ) | const |
Definition at line 271 of file QueryWidget.cpp.
|
signal |
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:| void update | ( | const std::vector< std::string > & | memoryNames | ) |