#include <nodelistobject.h>
◆ NodeListObject()
| NodeListObject::NodeListObject |
( |
std::shared_ptr< peak::core::nodes::Node > | node | ) |
|
|
explicit |
◆ accessStatus()
| QString NodeListObject::accessStatus |
( |
| ) |
const |
◆ accessStatusChanged
| void NodeListObject::accessStatusChanged |
( |
| ) |
|
|
signal |
◆ available()
| bool NodeListObject::available |
( |
| ) |
const |
◆ availableChanged
| void NodeListObject::availableChanged |
( |
| ) |
|
|
signal |
◆ category()
| QString NodeListObject::category |
( |
| ) |
const |
◆ categoryChanged
| void NodeListObject::categoryChanged |
( |
| ) |
|
|
signal |
◆ description()
| QString NodeListObject::description |
( |
| ) |
const |
◆ descriptionChanged
| void NodeListObject::descriptionChanged |
( |
| ) |
|
|
signal |
◆ displayName()
| QString NodeListObject::displayName |
( |
| ) |
const |
◆ displayNameChanged
| void NodeListObject::displayNameChanged |
( |
| ) |
|
|
signal |
◆ entryListModel()
◆ entryListModelChanged
| void NodeListObject::entryListModelChanged |
( |
| ) |
|
|
signal |
◆ execute
| void NodeListObject::execute |
( |
| ) |
|
|
slot |
◆ inc()
| QVariant NodeListObject::inc |
( |
| ) |
const |
◆ incChanged
| void NodeListObject::incChanged |
( |
| ) |
|
|
signal |
◆ max()
| QVariant NodeListObject::max |
( |
| ) |
const |
◆ maxChanged
| void NodeListObject::maxChanged |
( |
| ) |
|
|
signal |
◆ min()
| QVariant NodeListObject::min |
( |
| ) |
const |
◆ minChanged
| void NodeListObject::minChanged |
( |
| ) |
|
|
signal |
◆ name()
| QString NodeListObject::name |
( |
| ) |
const |
◆ nameChanged
| void NodeListObject::nameChanged |
( |
| ) |
|
|
signal |
◆ node()
| std::shared_ptr< peak::core::nodes::Node > NodeListObject::node |
( |
| ) |
const |
◆ operator!=()
◆ operator==()
◆ readable()
| bool NodeListObject::readable |
( |
| ) |
const |
◆ readableChanged
| void NodeListObject::readableChanged |
( |
| ) |
|
|
signal |
◆ setCategory()
| void NodeListObject::setCategory |
( |
QString | categoryName | ) |
|
◆ setValue()
| void NodeListObject::setValue |
( |
const QVariant & | newValue | ) |
|
◆ setValueToMax()
| void NodeListObject::setValueToMax |
( |
| ) |
|
◆ setValueToMin()
| void NodeListObject::setValueToMin |
( |
| ) |
|
◆ tooltip()
| QString NodeListObject::tooltip |
( |
| ) |
const |
◆ tooltipChanged
| void NodeListObject::tooltipChanged |
( |
| ) |
|
|
signal |
◆ type()
| QString NodeListObject::type |
( |
| ) |
const |
◆ typeChanged
| void NodeListObject::typeChanged |
( |
| ) |
|
|
signal |
◆ unit()
| QString NodeListObject::unit |
( |
| ) |
const |
◆ unitChanged
| void NodeListObject::unitChanged |
( |
| ) |
|
|
signal |
◆ updateAccessStatus()
| bool NodeListObject::updateAccessStatus |
( |
| ) |
|
◆ updateAll()
| QVector< int > NodeListObject::updateAll |
( |
| ) |
|
◆ updateCategory()
| bool NodeListObject::updateCategory |
( |
| ) |
|
|
static |
◆ updateChangeables()
| QVector< int > NodeListObject::updateChangeables |
( |
| ) |
|
◆ updateDescription()
| bool NodeListObject::updateDescription |
( |
| ) |
|
◆ updateDisplayName()
| bool NodeListObject::updateDisplayName |
( |
| ) |
|
◆ updateEntryListModel()
| bool NodeListObject::updateEntryListModel |
( |
| ) |
|
◆ updateInc()
| bool NodeListObject::updateInc |
( |
| ) |
|
◆ updateMax()
| bool NodeListObject::updateMax |
( |
| ) |
|
◆ updateMin()
| bool NodeListObject::updateMin |
( |
| ) |
|
◆ updateName()
| bool NodeListObject::updateName |
( |
| ) |
|
◆ updateTooltip()
| bool NodeListObject::updateTooltip |
( |
| ) |
|
◆ updateType()
| bool NodeListObject::updateType |
( |
| ) |
|
◆ updateUnit()
| bool NodeListObject::updateUnit |
( |
| ) |
|
◆ updateValue()
| bool NodeListObject::updateValue |
( |
| ) |
|
◆ updateVisibility()
| bool NodeListObject::updateVisibility |
( |
| ) |
|
◆ value()
| QVariant NodeListObject::value |
( |
| ) |
const |
◆ valueChanged
| void NodeListObject::valueChanged |
( |
| ) |
|
|
signal |
◆ visibility()
| QString NodeListObject::visibility |
( |
| ) |
const |
◆ visibilityChanged
| void NodeListObject::visibilityChanged |
( |
| ) |
|
|
signal |
◆ writeable()
| bool NodeListObject::writeable |
( |
| ) |
const |
◆ writeableChanged
| void NodeListObject::writeableChanged |
( |
| ) |
|
|
signal |
◆ accessMutex
| QMutex NodeListObject::accessMutex |
|
mutableprivate |
◆ m_accessStatus
| QString NodeListObject::m_accessStatus = "NotAvailable" |
|
private |
◆ m_available
| bool NodeListObject::m_available = false |
|
private |
◆ m_category
| QString NodeListObject::m_category = "" |
|
private |
◆ m_description
| QString NodeListObject::m_description = "" |
|
private |
◆ m_displayName
| QString NodeListObject::m_displayName = "" |
|
private |
◆ m_entryListModel
| std::shared_ptr<EntryListModel> NodeListObject::m_entryListModel = nullptr |
|
private |
◆ m_inc
| QVariant NodeListObject::m_inc = 0 |
|
private |
◆ m_max
| QVariant NodeListObject::m_max = 0 |
|
private |
◆ m_min
| QVariant NodeListObject::m_min = 0 |
|
private |
◆ m_name
| QString NodeListObject::m_name = "" |
|
private |
◆ m_node
| std::shared_ptr<peak::core::nodes::Node> NodeListObject::m_node |
|
private |
◆ m_readable
| bool NodeListObject::m_readable = false |
|
private |
◆ m_tooltip
| QString NodeListObject::m_tooltip = "" |
|
private |
◆ m_type
| QString NodeListObject::m_type = "" |
|
private |
◆ m_unit
| QString NodeListObject::m_unit = "" |
|
private |
◆ m_value
| QVariant NodeListObject::m_value = 0 |
|
private |
◆ m_visibility
| QString NodeListObject::m_visibility = "" |
|
private |
◆ m_writeable
| bool NodeListObject::m_writeable = false |
|
private |
◆ mutex
| QMutex NodeListObject::mutex |
|
mutableprivate |
◆ valueMutex
| QMutex NodeListObject::valueMutex |
|
mutableprivate |
◆ accessStatus
| QString NodeListObject::accessStatus |
|
read |
◆ available
| bool NodeListObject::available |
|
read |
◆ category
| QString NodeListObject::category |
|
read |
◆ description
| QString NodeListObject::description |
|
read |
◆ displayName
| QString NodeListObject::displayName |
|
read |
◆ entryListModel
◆ inc
| QVariant NodeListObject::inc |
|
read |
◆ max
| QVariant NodeListObject::max |
|
read |
◆ min
| QVariant NodeListObject::min |
|
read |
◆ name
| QString NodeListObject::name |
|
read |
◆ readable
| bool NodeListObject::readable |
|
read |
◆ tooltip
| QString NodeListObject::tooltip |
|
read |
◆ type
| QString NodeListObject::type |
|
read |
◆ unit
| QString NodeListObject::unit |
|
read |
◆ value
| QVariant NodeListObject::value |
|
readwrite |
◆ visibility
| QString NodeListObject::visibility |
|
read |
◆ writeable
| bool NodeListObject::writeable |
|
read |
The documentation for this class was generated from the following files: