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

#include <option_editor.h>

Inheritance diagram for FooOption:
OptionEditorComponent

Public Member Functions

 FooOption (Gtk::Widget *w)
 
void add_to_page (OptionEditorPage *p)
 
Gtk::Widget & tip_widget ()
 
void set_state_from_config ()
 
void parameter_changed (std::string const &)
 
- Public Member Functions inherited from OptionEditorComponent
virtual ~OptionEditorComponent ()
 
void add_widget_to_page (OptionEditorPage *, Gtk::Widget *)
 
void add_widgets_to_page (OptionEditorPage *, Gtk::Widget *, Gtk::Widget *)
 
void set_note (std::string const &)
 

Private Attributes

Gtk::Widget * _w
 

Detailed Description

Component which allows to add any GTK Widget - intended for single buttons and custom stateless objects

Definition at line 193 of file option_editor.h.

Constructor & Destructor Documentation

FooOption::FooOption ( Gtk::Widget *  w)
inline

Definition at line 196 of file option_editor.h.

Member Function Documentation

void FooOption::add_to_page ( OptionEditorPage )
inlinevirtual

Called to instruct the object to add itself to an OptionEditorPage

Implements OptionEditorComponent.

Definition at line 198 of file option_editor.h.

void FooOption::parameter_changed ( std::string const &  p)
inlinevirtual

Called when a configuration parameter's value has changed.

Parameters
pparameter name

Implements OptionEditorComponent.

Definition at line 204 of file option_editor.h.

void FooOption::set_state_from_config ( )
inlinevirtual

Called to instruct the object to set its UI state from the configuration

Implements OptionEditorComponent.

Definition at line 203 of file option_editor.h.

Gtk::Widget& FooOption::tip_widget ( )
inlinevirtual

Implements OptionEditorComponent.

Definition at line 202 of file option_editor.h.

Member Data Documentation

Gtk::Widget* FooOption::_w
private

Definition at line 206 of file option_editor.h.


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