Ardour
9.0-pre0-350-gf17a656217
|
#include <displaymanager.h>
Public Member Functions | |
virtual | ~DisplayManager () |
GdkDisplayManager * | gobj () |
Provides access to the underlying C GObject. More... | |
const GdkDisplayManager * | gobj () const |
Provides access to the underlying C GObject. More... | |
GdkDisplayManager * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
Glib::RefPtr< Display > | get_default_display () |
Glib::RefPtr< const Display > | get_default_display () const |
void | set_default_display (const Glib::RefPtr< Display > &display) |
Glib::SListHandle< Glib::RefPtr< Display > > | list_displays () |
Glib::PropertyProxy< Glib::RefPtr< Display > > | property_default_display () |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Display > > | property_default_display () const |
Glib::SignalProxy1< void, const Glib::RefPtr< Display > & > | signal_display_opened () |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static Glib::RefPtr< DisplayManager > | get () |
Protected Member Functions | |
virtual void | on_display_opened (const Glib::RefPtr< Display > &display) |
This is a default handler for the signal signal_display_opened(). More... | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gdk::DisplayManager > | wrap (GdkDisplayManager *object, bool take_copy=false) |
The purpose of the GdkDisplayManager singleton object is to offer notification when displays appear or disappear or the default display changes.
Definition at line 53 of file displaymanager.h.
|
virtual |
|
static |
Gets the singleton Gdk::DisplayManager object.
Glib::RefPtr<Display> Gdk::DisplayManager::get_default_display | ( | ) |
Gets the default Gdk::Display.
0
if there is no default display. Glib::RefPtr<const Display> Gdk::DisplayManager::get_default_display | ( | ) | const |
Gets the default Gdk::Display.
0
if there is no default display.
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
Definition at line 92 of file displaymanager.h.
|
inline |
Provides access to the underlying C GObject.
Definition at line 95 of file displaymanager.h.
GdkDisplayManager* Gdk::DisplayManager::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::SListHandle< Glib::RefPtr<Display> > Gdk::DisplayManager::list_displays | ( | ) |
List all currently open displays.
|
protectedvirtual |
This is a default handler for the signal signal_display_opened().
Glib::PropertyProxy< Glib::RefPtr<Display> > Gdk::DisplayManager::property_default_display | ( | ) |
The default display for GDK.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Display> > Gdk::DisplayManager::property_default_display | ( | ) | const |
The default display for GDK.
void Gdk::DisplayManager::set_default_display | ( | const Glib::RefPtr< Display > & | display | ) |
Sets display as the default display.
display | A Gdk::Display. |
Glib::SignalProxy1< void,const Glib::RefPtr<Display>& > Gdk::DisplayManager::signal_display_opened | ( | ) |
The display_opened signal is emitted when a display is opened.
display | the opened display |
void on_my_display_opened(const Glib::RefPtr<Display>& display)
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |