|
| ProxyWithConstructor (const std::string &name, const std::string &menu_name, const std::function< T *()> &c) |
|
| ProxyWithConstructor (const std::string &name, const std::string &menu_name, const std::function< T *()> &c, const XMLNode *node) |
|
Gtk::Window * | get (bool create=false) |
|
T * | operator-> () |
|
ARDOUR::SessionHandlePtr * | session_handle () |
|
void | set_session (ARDOUR::Session *s) |
|
| ProxyBase (const std::string &name, const std::string &menu_name) |
|
| ProxyBase (const std::string &name, const std::string &menu_name, const XMLNode &) |
|
Public Member Functions inherited from ARDOUR::SessionHandlePtr |
| SessionHandlePtr (ARDOUR::Session *s) |
|
| SessionHandlePtr () |
|
virtual | ~SessionHandlePtr () |
|
virtual ARDOUR::Session * | session () const |
|
| 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 &) |
|
virtual int | set_state (const XMLNode &, int version) |
|
virtual XMLNode & | get_state () const |
|
void | set_state_mask (StateMask) |
|
StateMask | state_mask () const |
|
| operator bool () const |
|
| 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 |
|
virtual | ~Destructible () |
|
virtual void | drop_references () |
|
template<typename T>
class WM::ProxyWithConstructor< T >
Definition at line 120 of file window_manager.h.