This represents an application. More...
#include <wnckmm/application.h>
Inherits Glib::Object.
|
static GType | get_type () G_GNUC_CONST |
| Get the GType for this class, for use with the underlying GObject type system.
|
|
static Window* | get_for_xid (gulong xid) |
|
|
(Note that these are not member symbols.)
|
Wnck::Application* | wrap (WnckApplication* object, bool take_copy=false) |
| A Glib::wrap() method for this object.
|
|
This represents an application.
◆ ~Application()
virtual Wnck::Application::~Application |
( |
| ) |
|
|
virtual |
◆ Application()
Wnck::Application::Application |
( |
| ) |
|
|
protected |
◆ get_for_xid()
static Window* Wnck::Application::get_for_xid |
( |
gulong |
xid | ) |
|
|
static |
◆ get_icon()
Glib::RefPtr< Gdk::Pixbuf > Wnck::Application::get_icon |
( |
| ) |
const |
◆ get_mini_icon()
Glib::RefPtr< Gdk::Pixbuf > Wnck::Application::get_mini_icon |
( |
| ) |
const |
◆ get_name()
std::string Wnck::Application::get_name |
( |
| ) |
const |
◆ get_pid()
int Wnck::Application::get_pid |
( |
| ) |
const |
◆ get_startup_id()
std::string Wnck::Application::get_startup_id |
( |
| ) |
const |
◆ get_type()
static GType Wnck::Application::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ get_window_count()
int Wnck::Application::get_window_count |
( |
| ) |
const |
◆ get_windows()
Glib::ListHandle< Window* > Wnck::Application::get_windows |
( |
| ) |
const |
◆ get_xid()
gulong Wnck::Application::get_xid |
( |
| ) |
const |
◆ gobj() [1/2]
WnckApplication * Wnck::Application::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GObject.
◆ gobj() [2/2]
const WnckApplication * Wnck::Application::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GObject.
◆ is_icon_fallback()
int Wnck::Application::is_icon_fallback |
( |
| ) |
const |
◆ on_icon_changed()
virtual void Wnck::Application::on_icon_changed |
( |
| ) |
|
|
protectedvirtual |
◆ on_name_changed()
virtual void Wnck::Application::on_name_changed |
( |
| ) |
|
|
protectedvirtual |
◆ signal_icon_changed()
Glib::SignalProxy< void > Wnck::Application::signal_icon_changed |
( |
| ) |
|
- Slot Prototype:
void on_my_icon_changed()
Flags: Run Last
◆ signal_name_changed()
Glib::SignalProxy< void > Wnck::Application::signal_name_changed |
( |
| ) |
|
- Slot Prototype:
void on_my_name_changed()
Flags: Run Last
◆ wrap()
A Glib::wrap() method for this object.
- Parameters
-
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. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: