QueryWidget Class Reference

#include <RobotAPI/libraries/armem_gui/view/memory_group/query_widget/QueryWidget.h>

+ Inheritance diagram for QueryWidget:

Signals

void activeMemoriesChanged ()
 
void dataModeChanged ()
 
void dropDisabledMemoriesChanged ()
 
void dropRemovedMemoriesChanged ()
 
void recursionDepthChanged (int value)
 

Public Member Functions

armem::query::DataMode dataMode () const
 
bool dropDisabledMemories () const
 
bool dropRemovedMemories () const
 
std::map< std::string, armem::gui::ActiveMemoryStategetAvailableMemoryStates () const
 
int queryLinkRecursionDepth () const
 
 QueryWidget ()
 
void update (const std::vector< std::string > &memoryNames)
 

Detailed Description

Definition at line 24 of file QueryWidget.h.

Constructor & Destructor Documentation

◆ QueryWidget()

Definition at line 23 of file QueryWidget.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ activeMemoriesChanged

void activeMemoriesChanged ( )
signal
+ Here is the caller graph for this function:

◆ dataMode()

armem::query::DataMode dataMode ( ) const

Definition at line 186 of file QueryWidget.cpp.

◆ dataModeChanged

void dataModeChanged ( )
signal
+ Here is the caller graph for this function:

◆ dropDisabledMemories()

bool dropDisabledMemories ( ) const

Definition at line 199 of file QueryWidget.cpp.

◆ dropDisabledMemoriesChanged

void dropDisabledMemoriesChanged ( )
signal
+ Here is the caller graph for this function:

◆ dropRemovedMemories()

bool dropRemovedMemories ( ) const

Definition at line 193 of file QueryWidget.cpp.

◆ dropRemovedMemoriesChanged

void dropRemovedMemoriesChanged ( )
signal
+ Here is the caller graph for this function:

◆ getAvailableMemoryStates()

std::map< std::string, armem::gui::ActiveMemoryState > getAvailableMemoryStates ( ) const

Definition at line 205 of file QueryWidget.cpp.

◆ queryLinkRecursionDepth()

int queryLinkRecursionDepth ( ) const

Definition at line 233 of file QueryWidget.cpp.

◆ recursionDepthChanged

void recursionDepthChanged ( int value)
signal
+ Here is the caller graph for this function:

◆ update()

void update ( const std::vector< std::string > & memoryNames)

Definition at line 119 of file QueryWidget.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: