|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <Mixer.h>
Inheritance diagram for Mixer::MixerConfigGroup:
Collaboration diagram for Mixer::MixerConfigGroup:Signals | |
| void | channelsChanged () |
| void | channelConfigsChanged () |
Public Member Functions | |
| MixerConfigGroup (QObject *parent, const MixerOption::ActuatorGroup &group) | |
| QString label READ label | CONSTANT (QmlObjectListModel *channels READ channels NOTIFY channelsChanged) 1(QmlObjectListModel *channelConfigs READ channelConfigs NOTIFY channelConfigsChanged) 1(ConfigParameter *countParam READ countParam CONSTANT) 1(QmlObjectListModel *configParams READ configParams CONSTANT) const QString &label() const |
| QmlObjectListModel * | channelConfigs () |
| void | addChannelConfig (ChannelConfig *channelConfig) |
| QmlObjectListModel * | channels () |
| void | addChannel (MixerChannel *channel) |
| ConfigParameter * | countParam () const |
| void | addConfigParam (ConfigParameter *param) |
| QmlObjectListModel * | configParams () |
| void | setCountParam (ConfigParameter *param) |
| const MixerOption::ActuatorGroup & | group () const |
|
inline |
| void MixerConfigGroup::addChannel | ( | MixerChannel * | channel | ) |
Definition at line 376 of file Mixer.cc.
References QmlObjectListModel::append(), and channelsChanged().
Referenced by Mixer::Mixers::update().
| void MixerConfigGroup::addChannelConfig | ( | ChannelConfig * | channelConfig | ) |
Definition at line 370 of file Mixer.cc.
References QmlObjectListModel::append(), and channelConfigsChanged().
Referenced by Mixer::Mixers::update().
| void MixerConfigGroup::addConfigParam | ( | ConfigParameter * | param | ) |
Definition at line 382 of file Mixer.cc.
References QmlObjectListModel::append().
Referenced by Mixer::Mixers::update().
|
inline |
Definition at line 322 of file Mixer.h.
Referenced by Mixer::Mixers::update().
|
signal |
Referenced by addChannelConfig().
|
inline |
Definition at line 325 of file Mixer.h.
Referenced by Mixer::Mixers::getFunctions(), and Mixer::Mixers::getSpecificLabelForFunction().
|
signal |
Referenced by addChannel().
|
inline |
|
inline |
Definition at line 313 of file Mixer.h.
References Mixer::MixerOption::ActuatorGroup::groupLabel.
|
inline |
|
inline |
Definition at line 334 of file Mixer.h.
Referenced by Mixer::Mixers::getFunctions().
|
inline |
Definition at line 332 of file Mixer.h.
Referenced by Mixer::Mixers::update().