atkmm 2.28.4
|
#include <atkmm/implementor.h>
Public Member Functions | |
Implementor (Implementor&& src) noexcept | |
Implementor& | operator= (Implementor&& src) noexcept |
~Implementor () noexcept override | |
AtkImplementor* | gobj () |
Provides access to the underlying C GObject. | |
const AtkImplementor* | gobj () const |
Provides access to the underlying C GObject. | |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
Protected Member Functions | |
Implementor () | |
You should derive from this class to use it. | |
virtual Glib::RefPtr< Object > | ref_accessibile_vfunc () |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Atk::Implementor > | wrap (AtkImplementor* object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
|
protected |
You should derive from this class to use it.
|
noexcept |
|
overridenoexcept |
|
static |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
|
noexcept |
|
protectedvirtual |
|
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. |