wnckmm
0.1.1
|
This represents an application. More...
Inherits Object.
Public Member Functions | |
virtual | ~Application () |
WnckApplication* | gobj () |
Provides access to the underlying C GObject. More... | |
const WnckApplication* | gobj () const |
Provides access to the underlying C GObject. More... | |
gulong | get_xid () const |
std::string | get_name () const |
int | get_pid () const |
int | is_icon_fallback () const |
Glib::RefPtr< Gdk::Pixbuf > | get_icon () const |
Glib::RefPtr< Gdk::Pixbuf > | get_mini_icon () const |
std::string | get_startup_id () const |
Glib::ListHandle< Window* > | get_windows () const |
int | get_window_count () const |
Glib::SignalProxy< void > | signal_name_changed () |
Glib::SignalProxy< void > | signal_icon_changed () |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
Get the GType for this class, for use with the underlying GObject type system. More... | |
static Window* | get_for_xid (gulong xid) |
Protected Member Functions | |
Application () | |
virtual void | on_name_changed () |
This is a default handler for the signal signal_name_changed(). More... | |
virtual void | on_icon_changed () |
This is a default handler for the signal signal_icon_changed(). More... | |
Related Functions | |
(Note that these are not member functions.) | |
Wnck::Application* | wrap (WnckApplication* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
This represents an application.
|
virtual |
|
protected |
|
static |
Glib::RefPtr<Gdk::Pixbuf> Wnck::Application::get_icon | ( | ) | const |
Glib::RefPtr<Gdk::Pixbuf> Wnck::Application::get_mini_icon | ( | ) | const |
std::string Wnck::Application::get_name | ( | ) | const |
int Wnck::Application::get_pid | ( | ) | const |
std::string Wnck::Application::get_startup_id | ( | ) | const |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
int Wnck::Application::get_window_count | ( | ) | const |
Glib::ListHandle<Window*> Wnck::Application::get_windows | ( | ) | const |
gulong Wnck::Application::get_xid | ( | ) | const |
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
int Wnck::Application::is_icon_fallback | ( | ) | const |
|
protectedvirtual |
This is a default handler for the signal signal_icon_changed().
|
protectedvirtual |
This is a default handler for the signal signal_name_changed().
Glib::SignalProxy< void > Wnck::Application::signal_icon_changed | ( | ) |
void on_my_icon_changed()
Glib::SignalProxy< void > Wnck::Application::signal_name_changed | ( | ) |
void on_my_name_changed()
|
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. |