Ardour  8.7-14-g57a6773833
ActionManager::ActionModel::Columns Struct Reference

#include <action_model.h>

Inheritance diagram for ActionManager::ActionModel::Columns:
[legend]

Public Member Functions

 Columns ()
 
- 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 > name
 
Gtk::TreeModelColumn< std::string > path
 

Detailed Description

Definition at line 50 of file action_model.h.

Constructor & Destructor Documentation

◆ Columns()

ActionManager::ActionModel::Columns::Columns ( )
inline

Definition at line 51 of file action_model.h.

Member Data Documentation

◆ name

Gtk::TreeModelColumn<std::string> ActionManager::ActionModel::Columns::name

Definition at line 55 of file action_model.h.

◆ path

Gtk::TreeModelColumn<std::string> ActionManager::ActionModel::Columns::path

Definition at line 56 of file action_model.h.


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