Ardour
9.0-pre0-350-gf17a656217
|
#include <tabbable.h>
Public Member Functions | |
Tabbable (Gtk::Widget &, const std::string &user_visible_name, std::string const &untranslated_name, bool tabbed_by_default=true) | |
~Tabbable () | |
void | add_to_notebook (Gtk::Notebook ¬ebook) |
void | make_visible () |
void | make_invisible () |
void | change_visibility () |
void | attach () |
void | detach () |
Gtk::Widget & | contents () const |
Gtk::Window * | get (bool create=false) |
Gtk::Window * | own_window () |
virtual Gtk::Window * | use_own_window (bool and_pack_it) |
void | set_default_tabbed (bool yn) |
virtual void | show_window () |
bool | window_visible () const |
bool | tabbed () const |
bool | tabbed_by_default () const |
Gtk::Window * | current_toplevel () const |
Gtk::Notebook * | tab_root_drop () |
int | set_state (const XMLNode &, int version) |
XMLNode & | get_state () const |
Public Member Functions inherited from Gtkmm2ext::WindowProxy | |
WindowProxy (const std::string &name, const std::string &menu_name) | |
WindowProxy (const std::string &name, const std::string &menu_name, const XMLNode &) | |
virtual | ~WindowProxy () |
void | show () |
void | show_all () |
void | hide () |
void | present () |
void | maybe_show () |
virtual bool | visible () const |
virtual bool | fully_visible () const |
const std::string & | name () const |
const std::string & | menu_name () const |
std::string | action_name () const |
void | set_action (Glib::RefPtr< Gtk::Action >) |
Glib::RefPtr< Gtk::Action > | action () const |
void | drop_window () |
void | use_window (Gtk::Window &) |
void | set_transient_for (Gtk::Window &) |
void | set_state_mask (StateMask) |
StateMask | state_mask () const |
operator bool () const | |
Public Member Functions inherited from PBD::Stateful | |
Stateful () | |
virtual | ~Stateful () |
virtual bool | apply_change (PropertyBase const &) |
PropertyChange | apply_changes (PropertyList const &) |
const OwnedPropertyList & | properties () const |
void | add_property (PropertyBase &s) |
void | add_extra_xml (XMLNode &) |
XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
void | save_extra_xml (const XMLNode &) |
const PBD::ID & | id () const |
bool | set_id (const XMLNode &) |
void | set_id (const std::string &) |
void | reset_id () |
void | clear_changes () |
virtual void | clear_owned_changes () |
PropertyList * | get_changes_as_properties (PBD::Command *) const |
virtual void | rdiff (std::vector< PBD::Command * > &) const |
bool | changed () const |
virtual PropertyList * | property_factory (const XMLNode &) const |
virtual void | suspend_property_changes () |
virtual void | resume_property_changes () |
bool | property_changes_suspended () const |
Public Member Functions inherited from PBD::Destructible | |
virtual | ~Destructible () |
virtual void | drop_references () |
Static Public Member Functions | |
static std::string | xml_node_name () |
Static Public Member Functions inherited from Gtkmm2ext::WindowProxy | |
static std::string | xml_node_name () |
Public Attributes | |
sigc::signal1< void, Tabbable & > | StateChange |
Public Attributes inherited from Gtkmm2ext::WindowProxy | |
sigc::signal0< void > | signal_map |
sigc::signal0< void > | signal_unmap |
Public Attributes inherited from PBD::Stateful | |
PBD::Signal< void(const PropertyChange &)> | PropertyChanged |
Public Attributes inherited from PBD::Destructible | |
PBD::Signal< void()> | Destroyed |
PBD::Signal< void()> | DropReferences |
Protected Member Functions | |
bool | delete_event_handler (GdkEventAny *ev) |
Protected Member Functions inherited from Gtkmm2ext::WindowProxy | |
void | save_pos_and_size () |
void | set_pos_and_size () |
void | set_pos () |
virtual bool | configure_handler (GdkEventConfigure *) |
void | map_handler () |
void | unmap_handler () |
virtual void | setup () |
void | toggle () |
Protected Member Functions inherited from PBD::Stateful | |
void | add_instant_xml (XMLNode &, const std::string &directory_path) |
XMLNode * | instant_xml (const std::string &str, const std::string &directory_path) |
void | add_properties (XMLNode &) const |
PropertyChange | set_values (XMLNode const &) |
virtual void | post_set (const PropertyChange &) |
virtual void | send_change (const PropertyChange &) |
virtual void | mid_thaw (const PropertyChange &) |
bool | regenerate_xml_or_string_ids () const |
Protected Attributes | |
sigc::signal1< void, bool > | signal_tabbed_changed |
Protected Attributes inherited from Gtkmm2ext::WindowProxy | |
std::string | _name |
std::string | _menu_name |
Glib::RefPtr< Gtk::Action > | _action |
Gtk::Window * | _window |
bool | _visible |
true if the window should be visible on startup More... | |
int | _x_off |
x position More... | |
int | _y_off |
y position More... | |
int | _width |
width More... | |
int | _height |
height More... | |
Gtkmm2ext::VisibilityTracker * | vistracker |
StateMask | _state_mask |
sigc::connection | delete_connection |
sigc::connection | configure_connection |
sigc::connection | map_connection |
sigc::connection | unmap_connection |
Protected Attributes inherited from PBD::Stateful | |
XMLNode * | _extra_xml |
XMLNode * | _instant_xml |
PBD::PropertyChange | _pending_changed |
Glib::Threads::Mutex | _lock |
std::string | _xml_node_name |
name of node to use for this object in XML More... | |
OwnedPropertyList * | _properties |
Private Member Functions | |
void | show_tab () |
void | hide_tab () |
bool | tab_close_clicked (GdkEventButton *) |
void | show_own_window (bool and_pack_it) |
void | window_mapped () |
void | window_unmapped () |
Private Attributes | |
Gtk::Widget & | _contents |
Gtk::Notebook | _own_notebook |
Gtk::Notebook * | _parent_notebook |
bool | tab_requested_by_state |
Additional Inherited Members | |
Public Types inherited from Gtkmm2ext::WindowProxy | |
enum | StateMask { Position = 0x1 , Size = 0x2 } |
Static Public Attributes inherited from PBD::Stateful | |
static int | current_state_version |
static int | loading_state_version |
Definition at line 44 of file tabbable.h.
ArdourWidgets::Tabbable::Tabbable | ( | Gtk::Widget & | , |
const std::string & | user_visible_name, | ||
std::string const & | untranslated_name, | ||
bool | tabbed_by_default = true |
||
) |
ArdourWidgets::Tabbable::~Tabbable | ( | ) |
void ArdourWidgets::Tabbable::add_to_notebook | ( | Gtk::Notebook & | notebook | ) |
void ArdourWidgets::Tabbable::attach | ( | ) |
void ArdourWidgets::Tabbable::change_visibility | ( | ) |
|
inline |
Definition at line 57 of file tabbable.h.
Gtk::Window* ArdourWidgets::Tabbable::current_toplevel | ( | ) | const |
|
protectedvirtual |
Reimplemented from Gtkmm2ext::WindowProxy.
void ArdourWidgets::Tabbable::detach | ( | ) |
|
virtual |
Implements Gtkmm2ext::WindowProxy.
|
virtual |
Reimplemented from Gtkmm2ext::WindowProxy.
|
private |
void ArdourWidgets::Tabbable::make_invisible | ( | ) |
void ArdourWidgets::Tabbable::make_visible | ( | ) |
|
inline |
Definition at line 60 of file tabbable.h.
void ArdourWidgets::Tabbable::set_default_tabbed | ( | bool | yn | ) |
|
virtual |
Reimplemented from Gtkmm2ext::WindowProxy.
|
private |
|
private |
|
virtual |
Reimplemented in Mixer_UI.
|
private |
Gtk::Notebook* ArdourWidgets::Tabbable::tab_root_drop | ( | ) |
bool ArdourWidgets::Tabbable::tabbed | ( | ) | const |
bool ArdourWidgets::Tabbable::tabbed_by_default | ( | ) | const |
|
virtual |
Reimplemented in TriggerPage, RecorderUI, RCOptionEditor, Mixer_UI, and Editor.
|
private |
|
private |
bool ArdourWidgets::Tabbable::window_visible | ( | ) | const |
|
static |
|
private |
Definition at line 89 of file tabbable.h.
|
private |
Definition at line 90 of file tabbable.h.
|
private |
Definition at line 91 of file tabbable.h.
|
protected |
Definition at line 86 of file tabbable.h.
sigc::signal1<void,Tabbable&> ArdourWidgets::Tabbable::StateChange |
Definition at line 81 of file tabbable.h.
|
private |
Definition at line 92 of file tabbable.h.