libgnomedbmm Reference Documentation |
Inheritance diagram for Gnome::Db::ServerOperation:
Public Member Functions | ||||
const GnomeDbServerOperation* | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
GnomeDbServerOperation* | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
ServerOperation (const Glib::RefPtr<Gda::ServerOperation>& server_operation) | ||||
virtual | ~ServerOperation () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Db::ServerOperation* | wrap (GnomeDbServerOperation* object, bool take_copy=false) | |||
|
virtual Gnome::Db::ServerOperation::~ServerOperation | ( | ) | [virtual] |
Gnome::Db::ServerOperation::ServerOperation | ( | const Glib::RefPtr< Gda::ServerOperation > & | server_operation | ) | [explicit] |
const GnomeDbServerOperation* Gnome::Db::ServerOperation::gobj | ( | ) | const [inline] |
GnomeDbServerOperation* Gnome::Db::ServerOperation::gobj | ( | ) | [inline] |
Gnome::Db::ServerOperation* wrap | ( | GnomeDbServerOperation * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |