#include <midnam_patch.h>
Definition at line 320 of file midnam_patch.h.
◆ Control() [1/2]
MIDI::Name::Control::Control |
( |
| ) |
|
|
inline |
◆ Control() [2/2]
MIDI::Name::Control::Control |
( |
const std::string & |
type, |
|
|
const uint16_t |
number, |
|
|
const std::string & |
name |
|
) |
| |
|
inline |
◆ get_state()
XMLNode& MIDI::Name::Control::get_state |
( |
| ) |
const |
◆ name()
const std::string& MIDI::Name::Control::name |
( |
| ) |
const |
|
inline |
◆ number()
uint16_t MIDI::Name::Control::number |
( |
| ) |
const |
|
inline |
◆ set_name()
void MIDI::Name::Control::set_name |
( |
const std::string & |
name | ) |
|
|
inline |
◆ set_number()
void MIDI::Name::Control::set_number |
( |
uint16_t |
number | ) |
|
|
inline |
◆ set_state()
int MIDI::Name::Control::set_state |
( |
const XMLTree & |
, |
|
|
const XMLNode & |
|
|
) |
| |
◆ set_type()
void MIDI::Name::Control::set_type |
( |
const std::string & |
type | ) |
|
|
inline |
◆ type()
const std::string& MIDI::Name::Control::type |
( |
| ) |
const |
|
inline |
◆ value_name_list()
std::shared_ptr<const ValueNameList> MIDI::Name::Control::value_name_list |
( |
| ) |
const |
|
inline |
◆ value_name_list_name()
const std::string& MIDI::Name::Control::value_name_list_name |
( |
| ) |
const |
|
inline |
◆ _name
std::string MIDI::Name::Control::_name |
|
private |
◆ _number
uint16_t MIDI::Name::Control::_number |
|
private |
◆ _type
std::string MIDI::Name::Control::_type |
|
private |
◆ _value_name_list
std::shared_ptr<ValueNameList> MIDI::Name::Control::_value_name_list |
|
private |
◆ _value_name_list_name
std::string MIDI::Name::Control::_value_name_list_name |
|
private |
The documentation for this class was generated from the following file: