28#ifndef ENTRYLISTOBJECT_H
29#define ENTRYLISTOBJECT_H
31#include <peak/node_map/peak_node_map.hpp>
52 explicit
EntryListObject(std::shared_ptr<peak::core::nodes::EnumerationEntryNode>);
70 std::shared_ptr<peak::core::nodes::EnumerationEntryNode>
node() const;
86 std::shared_ptr<peak::core::nodes::EnumerationEntryNode>
m_node;
QString m_accessStatus
Definition entrylistobject.h:97
void symbolicValueChanged()
QString m_tooltip
Definition entrylistobject.h:89
QVector< int > updateAll()
Definition entrylistobject.cpp:118
bool m_writeable
Definition entrylistobject.h:96
bool updateDescription()
Definition entrylistobject.cpp:295
long long numericValue
Definition entrylistobject.h:44
std::shared_ptr< peak::core::nodes::EnumerationEntryNode > node() const
Definition entrylistobject.cpp:217
bool updateName()
Definition entrylistobject.cpp:229
void displayNameChanged()
bool updateTooltip()
Definition entrylistobject.cpp:273
void descriptionChanged()
bool updateDisplayName()
Definition entrylistobject.cpp:251
QString visibility
Definition entrylistobject.h:43
bool m_readable
Definition entrylistobject.h:95
QString m_visibility
Definition entrylistobject.h:91
bool available
Definition entrylistobject.h:46
bool updateNumericValue()
Definition entrylistobject.cpp:356
QString accessStatus
Definition entrylistobject.h:49
QString description
Definition entrylistobject.h:42
QString tooltip
Definition entrylistobject.h:41
void accessStatusChanged()
QString m_symbolicValue
Definition entrylistobject.h:93
QString name
Definition entrylistobject.h:39
bool updateSymbolicValue()
Definition entrylistobject.cpp:378
bool m_available
Definition entrylistobject.h:94
bool writeable
Definition entrylistobject.h:48
EntryListObject(std::shared_ptr< peak::core::nodes::EnumerationEntryNode >)
Definition entrylistobject.cpp:35
bool updateAccessStatus()
Definition entrylistobject.cpp:400
QString m_description
Definition entrylistobject.h:90
QString m_displayName
Definition entrylistobject.h:88
QString m_name
Definition entrylistobject.h:87
std::shared_ptr< peak::core::nodes::EnumerationEntryNode > m_node
Definition entrylistobject.h:86
bool readable
Definition entrylistobject.h:47
QString displayName
Definition entrylistobject.h:40
QMutex mutex
Definition entrylistobject.h:108
void numericValueChanged()
bool updateVisibility()
Definition entrylistobject.cpp:317
long long m_numericValue
Definition entrylistobject.h:92
QString symbolicValue
Definition entrylistobject.h:45