ardour
Public Member Functions | Public Attributes | List of all members
OptionEditorPage Class Reference

#include <option_editor.h>

Public Member Functions

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

Public Attributes

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

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 638 of file option_editor.h.

Constructor & Destructor Documentation

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

Definition at line 369 of file option_editor.cc.

Member Data Documentation

Gtk::VBox OptionEditorPage::box

Definition at line 643 of file option_editor.h.

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

Definition at line 645 of file option_editor.h.

Gtk::Table OptionEditorPage::table

Definition at line 644 of file option_editor.h.


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