Ardour  9.0-pre0-582-g084a23a80d
PluginManagerUI::PluginColumns Struct Reference
Inheritance diagram for PluginManagerUI::PluginColumns:
[legend]

Public Member Functions

 PluginColumns ()
 
- Public Member Functions inherited from Gtk::TreeModelColumnRecord
 TreeModelColumnRecord ()
 
virtual ~TreeModelColumnRecord ()
 
void add (TreeModelColumnBase &column)
 
unsigned int size () const
 
const GType * types () const
 

Public Attributes

Gtk::TreeModelColumn< std::string > status
 
Gtk::TreeModelColumn< bool > blacklisted
 
Gtk::TreeModelColumn< bool > favorite
 
Gtk::TreeModelColumn< bool > hidden
 
Gtk::TreeModelColumn< std::string > name
 
Gtk::TreeModelColumn< std::string > type
 
Gtk::TreeModelColumn< std::string > creator
 
Gtk::TreeModelColumn< std::string > tags
 
Gtk::TreeModelColumn< std::string > path
 
Gtk::TreeModelColumn< std::shared_ptr< ARDOUR::PluginScanLogEntry > > psle
 
Gtk::TreeModelColumn< ARDOUR::PluginInfoPtrplugin
 
Gtk::TreeModelColumn< bool > can_blacklist
 
Gtk::TreeModelColumn< bool > can_fav_hide
 

Detailed Description

Definition at line 87 of file plugin_manager_ui.h.

Constructor & Destructor Documentation

◆ PluginColumns()

PluginManagerUI::PluginColumns::PluginColumns ( )
inline

Definition at line 88 of file plugin_manager_ui.h.

Member Data Documentation

◆ blacklisted

Gtk::TreeModelColumn<bool> PluginManagerUI::PluginColumns::blacklisted

Definition at line 105 of file plugin_manager_ui.h.

◆ can_blacklist

Gtk::TreeModelColumn<bool> PluginManagerUI::PluginColumns::can_blacklist

Definition at line 115 of file plugin_manager_ui.h.

◆ can_fav_hide

Gtk::TreeModelColumn<bool> PluginManagerUI::PluginColumns::can_fav_hide

Definition at line 116 of file plugin_manager_ui.h.

◆ creator

Gtk::TreeModelColumn<std::string> PluginManagerUI::PluginColumns::creator

Definition at line 110 of file plugin_manager_ui.h.

◆ favorite

Gtk::TreeModelColumn<bool> PluginManagerUI::PluginColumns::favorite

Definition at line 106 of file plugin_manager_ui.h.

◆ hidden

Gtk::TreeModelColumn<bool> PluginManagerUI::PluginColumns::hidden

Definition at line 107 of file plugin_manager_ui.h.

◆ name

Gtk::TreeModelColumn<std::string> PluginManagerUI::PluginColumns::name

Definition at line 108 of file plugin_manager_ui.h.

◆ path

Gtk::TreeModelColumn<std::string> PluginManagerUI::PluginColumns::path

Definition at line 112 of file plugin_manager_ui.h.

◆ plugin

Gtk::TreeModelColumn<ARDOUR::PluginInfoPtr> PluginManagerUI::PluginColumns::plugin

Definition at line 114 of file plugin_manager_ui.h.

◆ psle

Gtk::TreeModelColumn<std::shared_ptr<ARDOUR::PluginScanLogEntry> > PluginManagerUI::PluginColumns::psle

Definition at line 113 of file plugin_manager_ui.h.

◆ status

Gtk::TreeModelColumn<std::string> PluginManagerUI::PluginColumns::status

Definition at line 104 of file plugin_manager_ui.h.

◆ tags

Gtk::TreeModelColumn<std::string> PluginManagerUI::PluginColumns::tags

Definition at line 111 of file plugin_manager_ui.h.

◆ type

Gtk::TreeModelColumn<std::string> PluginManagerUI::PluginColumns::type

Definition at line 109 of file plugin_manager_ui.h.


The documentation for this struct was generated from the following file: