|
|
handles updating and periodically checks for new readers/writers and query results More...
#include <RobotAPI/libraries/armem_gui/controller/PeriodicUpdateWorker.h>
Inheritance diagram for PeriodicUpdateWorker:Public Slots | |
| void | cleanup () |
| void | init () |
| void | onUpdate () |
| void | setAutoUpdateTimerInterval (int freq) |
| void | startAutoUpdateTimer () |
| void | startPeriodicTimer () |
| void | stopAutoUpdateTimer () |
| void | stopPeriodicTimer () |
Signals | |
| void | showLoadingLabel () |
| void | updateLabelAndTree (int errorCount) |
| void | updateQueryWidget (QStringList activeMemoryNames) |
Public Member Functions | |
| PeriodicUpdateWorker (std::shared_ptr< armem::gui::model::MemoryViewerModel > model) | |
Public Member Functions inherited from Logging | |
| SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
| disables the logging for the current line for the given amount of seconds. | |
| MessageTypeT | getEffectiveLoggingLevel () const |
| Logging () | |
| void | setLocalMinimumLoggingLevel (MessageTypeT level) |
| With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. | |
| void | setTag (const LogTag &tag) |
| void | setTag (const std::string &tagName) |
| virtual | ~Logging () |
Additional Inherited Members | |
Protected Member Functions inherited from Logging | |
| bool | checkLogLevel (MessageTypeT level) const |
| const LogSenderPtr & | getLogSender () const |
| Retrieve log sender. | |
| LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
Protected Attributes inherited from Logging | |
| MessageTypeT | minimumLoggingLevel |
| SpamFilterDataPtr | spamFilter |
| LogTag | tag |
handles updating and periodically checks for new readers/writers and query results
this worker handles two main tasks: 1. periodically check for new readers/writers and query results. 2. starting new queries either through incomming signals or periodically after starting Auto Update
Definition at line 42 of file PeriodicUpdateWorker.h.
| PeriodicUpdateWorker | ( | std::shared_ptr< armem::gui::model::MemoryViewerModel > | model | ) |
Definition at line 36 of file PeriodicUpdateWorker.cpp.
|
slot |
Definition at line 63 of file PeriodicUpdateWorker.cpp.
|
slot |
|
slot |
Definition at line 103 of file PeriodicUpdateWorker.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
slot |
Definition at line 98 of file PeriodicUpdateWorker.cpp.
|
signal |
Here is the caller graph for this function:
|
slot |
Definition at line 88 of file PeriodicUpdateWorker.cpp.
|
slot |
Definition at line 72 of file PeriodicUpdateWorker.cpp.
|
slot |
Definition at line 93 of file PeriodicUpdateWorker.cpp.
|
slot |
Definition at line 77 of file PeriodicUpdateWorker.cpp.
|
signal |
|
signal |