wnckmm
0.1.1
|
This represents a workspace. More...
Inherits Object.
Public Member Functions | |
virtual | ~Workspace () |
WnckWorkspace* | gobj () |
Provides access to the underlying C GObject. More... | |
const WnckWorkspace* | gobj () const |
Provides access to the underlying C GObject. More... | |
Screen* | get_screen () const |
int | get_number () const |
std::string | get_name () const |
void | set_name (const std::string& name) const |
int | get_width () const |
int | get_height () const |
int | get_viewport_x () const |
int | get_viewport_y () const |
bool | is_virtual () const |
int | get_layout_row () const |
int | get_layout_column () const |
Workspace* | get_neighbor (MotionDirection direction) const |
void | activate (guint32 timestamp) |
Glib::SignalProxy< void > | signal_name_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... | |
Protected Member Functions | |
Workspace () | |
virtual void | on_name_changed () |
This is a default handler for the signal signal_name_changed(). More... | |
Related Functions | |
(Note that these are not member functions.) | |
Wnck::Workspace* | wrap (WnckWorkspace* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
This represents a workspace.
|
virtual |
|
protected |
void Wnck::Workspace::activate | ( | guint32 | timestamp | ) |
int Wnck::Workspace::get_height | ( | ) | const |
int Wnck::Workspace::get_layout_column | ( | ) | const |
int Wnck::Workspace::get_layout_row | ( | ) | const |
std::string Wnck::Workspace::get_name | ( | ) | const |
Workspace* Wnck::Workspace::get_neighbor | ( | MotionDirection | direction | ) | const |
int Wnck::Workspace::get_number | ( | ) | const |
Screen* Wnck::Workspace::get_screen | ( | ) | const |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
int Wnck::Workspace::get_viewport_x | ( | ) | const |
int Wnck::Workspace::get_viewport_y | ( | ) | const |
int Wnck::Workspace::get_width | ( | ) | const |
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
bool Wnck::Workspace::is_virtual | ( | ) | const |
|
protectedvirtual |
This is a default handler for the signal signal_name_changed().
void Wnck::Workspace::set_name | ( | const std::string & | name | ) | const |
Glib::SignalProxy< void > Wnck::Workspace::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. |