Ardour  9.2-541-gc1841a13dd
SessionDialog::DemoColumns Struct Reference
Inheritance diagram for SessionDialog::DemoColumns:
[legend]

Public Member Functions

 DemoColumns ()
 
- 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 > size
 
Gtk::TreeModelColumn< std::string > url
 
Gtk::TreeModelColumn< std::string > file
 
Gtk::TreeModelColumn< PBD::Downloader * > downloader
 
Gtk::TreeModelColumn< bool > downloading
 
Gtk::TreeModelColumn< int > progress
 
Gtk::TreeModelColumn< int > status
 
Gtk::TreeModelColumn< std::string > description
 

Detailed Description

Definition at line 246 of file session_dialog.h.

Constructor & Destructor Documentation

◆ DemoColumns()

SessionDialog::DemoColumns::DemoColumns ( )
inline

Definition at line 247 of file session_dialog.h.

Member Data Documentation

◆ description

Gtk::TreeModelColumn<std::string> SessionDialog::DemoColumns::description

Definition at line 266 of file session_dialog.h.

◆ downloader

Gtk::TreeModelColumn<PBD::Downloader*> SessionDialog::DemoColumns::downloader

Definition at line 262 of file session_dialog.h.

◆ downloading

Gtk::TreeModelColumn<bool> SessionDialog::DemoColumns::downloading

Definition at line 263 of file session_dialog.h.

◆ file

Gtk::TreeModelColumn<std::string> SessionDialog::DemoColumns::file

Definition at line 261 of file session_dialog.h.

◆ name

Gtk::TreeModelColumn<std::string> SessionDialog::DemoColumns::name

Definition at line 258 of file session_dialog.h.

◆ progress

Gtk::TreeModelColumn<int> SessionDialog::DemoColumns::progress

Definition at line 264 of file session_dialog.h.

◆ size

Gtk::TreeModelColumn<std::string> SessionDialog::DemoColumns::size

Definition at line 259 of file session_dialog.h.

◆ status

Gtk::TreeModelColumn<int> SessionDialog::DemoColumns::status

Definition at line 265 of file session_dialog.h.

◆ url

Gtk::TreeModelColumn<std::string> SessionDialog::DemoColumns::url

Definition at line 260 of file session_dialog.h.


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