Ardour  9.0-pre0-582-g084a23a80d
OptionEditorPage Class Reference

#include <option_editor.h>

Inheritance diagram for OptionEditorPage:
[legend]

Public Member Functions

 OptionEditorPage (Gtk::Notebook &, std::string const &)
 
 OptionEditorPage ()
 

Public Attributes

Gtk::VBox box
 
Gtk::Table table
 
std::list< OptionEditorComponent * > components
 

Private Member Functions

void init ()
 

Detailed Description

Class to represent a single page in an OptionEditor's notebook. Pages are laid out using a 3-column table; the 1st column is used to indent non-headings, and the 2nd and 3rd for actual content.

Definition at line 677 of file option_editor.h.

Constructor & Destructor Documentation

◆ OptionEditorPage() [1/2]

OptionEditorPage::OptionEditorPage ( Gtk::Notebook ,
std::string const &   
)

◆ OptionEditorPage() [2/2]

OptionEditorPage::OptionEditorPage ( )

Member Function Documentation

◆ init()

void OptionEditorPage::init ( )
private

Member Data Documentation

◆ box

Gtk::VBox OptionEditorPage::box

Definition at line 683 of file option_editor.h.

◆ components

std::list<OptionEditorComponent*> OptionEditorPage::components

Definition at line 685 of file option_editor.h.

◆ table

Gtk::Table OptionEditorPage::table

Definition at line 684 of file option_editor.h.


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