wnckmm  0.1.1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Related Functions | List of all members
Wnck::ClassGroup Class Reference

This represents a class group. More...

Inherits Object.

Public Member Functions

virtual ~ClassGroup ()
 
WnckClassGroup* gobj ()
 Provides access to the underlying C GObject. More...
 
const WnckClassGroup* gobj () const
 Provides access to the underlying C GObject. More...
 
std::string get_res_class () const
 
std::string get_name () const
 
Glib::RefPtr< Gdk::Pixbuf > get_icon () const
 
Glib::RefPtr< Gdk::Pixbuf > get_mini_icon () const
 

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 ClassGroupget (const std::string& res_class)
 

Protected Member Functions

 ClassGroup ()
 

Related Functions

(Note that these are not member functions.)

Wnck::ClassGroupwrap (WnckClassGroup* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Detailed Description

This represents a class group.

Constructor & Destructor Documentation

◆ ~ClassGroup()

virtual Wnck::ClassGroup::~ClassGroup ( )
virtual

◆ ClassGroup()

Wnck::ClassGroup::ClassGroup ( )
protected

Member Function Documentation

◆ get()

static ClassGroup* Wnck::ClassGroup::get ( const std::string &  res_class)
static

◆ get_icon()

Glib::RefPtr<Gdk::Pixbuf> Wnck::ClassGroup::get_icon ( ) const

◆ get_mini_icon()

Glib::RefPtr<Gdk::Pixbuf> Wnck::ClassGroup::get_mini_icon ( ) const

◆ get_name()

std::string Wnck::ClassGroup::get_name ( ) const

◆ get_res_class()

std::string Wnck::ClassGroup::get_res_class ( ) const

◆ get_type()

static GType Wnck::ClassGroup::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

◆ gobj() [1/2]

WnckClassGroup* Wnck::ClassGroup::gobj ( )
inline

Provides access to the underlying C GObject.

◆ gobj() [2/2]

const WnckClassGroup* Wnck::ClassGroup::gobj ( ) const
inline

Provides access to the underlying C GObject.

Friends And Related Function Documentation

◆ wrap()

Wnck::ClassGroup* wrap ( WnckClassGroup *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse 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: