#include <reporteditor.h>
Inheritance diagram for Gnome::Db::ReportEditor:
Public Member Functions | |
virtual | ~ReportEditor () |
GnomeDbReportEditor* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbReportEditor* | gobj () const |
Provides access to the underlying C GtkObject. | |
ReportEditor () | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::ReportEditor* | wrap (GnomeDbReportEditor* object, bool take_copy=false) |
virtual Gnome::Db::ReportEditor::~ReportEditor | ( | ) | [virtual] |
Gnome::Db::ReportEditor::ReportEditor | ( | ) |
const GnomeDbReportEditor* Gnome::Db::ReportEditor::gobj | ( | ) | const [inline] |
GnomeDbReportEditor* Gnome::Db::ReportEditor::gobj | ( | ) | [inline] |
Gnome::Db::ReportEditor* wrap | ( | GnomeDbReportEditor * | 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. |