Class for managing selection and compatibility states.
More...
#include <export_format_base.h>
Class for managing selection and compatibility states.
Definition at line 123 of file export_format_base.h.
◆ SelectableCompatible()
ARDOUR::ExportFormatBase::SelectableCompatible::SelectableCompatible |
( |
| ) |
|
|
inline |
◆ ~SelectableCompatible()
ARDOUR::ExportFormatBase::SelectableCompatible::~SelectableCompatible |
( |
| ) |
|
|
inline |
◆ compatible()
bool ARDOUR::ExportFormatBase::SelectableCompatible::compatible |
( |
| ) |
const |
|
inline |
◆ name()
std::string ARDOUR::ExportFormatBase::SelectableCompatible::name |
( |
| ) |
const |
|
inline |
◆ selected()
bool ARDOUR::ExportFormatBase::SelectableCompatible::selected |
( |
| ) |
const |
|
inline |
◆ set_compatible()
void ARDOUR::ExportFormatBase::SelectableCompatible::set_compatible |
( |
bool |
value | ) |
|
◆ set_name()
void ARDOUR::ExportFormatBase::SelectableCompatible::set_name |
( |
std::string |
name | ) |
|
|
inlineprotected |
◆ set_selected()
void ARDOUR::ExportFormatBase::SelectableCompatible::set_selected |
( |
bool |
value | ) |
|
◆ _compatible
bool ARDOUR::ExportFormatBase::SelectableCompatible::_compatible |
|
private |
◆ _name
std::string ARDOUR::ExportFormatBase::SelectableCompatible::_name |
|
private |
◆ _selected
bool ARDOUR::ExportFormatBase::SelectableCompatible::_selected |
|
private |
◆ CompatibleChanged
PBD::Signal<void(bool)> ARDOUR::ExportFormatBase::SelectableCompatible::CompatibleChanged |
◆ SelectChanged
PBD::Signal<void(bool)> ARDOUR::ExportFormatBase::SelectableCompatible::SelectChanged |
The documentation for this class was generated from the following file: