#include <columnindex.h>
Inheritance diagram for Gnome::Gda::ColumnIndex:
Public Member Functions | |
virtual | ~ColumnIndex () |
GdaColumnIndex* | gobj () |
Provides access to the underlying C GObject. | |
const GdaColumnIndex* | gobj () const |
Provides access to the underlying C GObject. | |
GdaColumnIndex* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::RefPtr<ColumnIndex> | copy () const |
Creates a new Gda::ColumnIndex object from an existing one. | |
Glib::ustring | get_column_name () const |
void | set_column_name (const Glib::ustring& column_name) |
Sets the name of dmcia to column_name . | |
long | get_defined_size () const |
void | set_defined_size (long size) |
Sets the defined size of a Gda::ColumnIndex. | |
Sorting | get_sorting () const |
void | set_sorting (Sorting sorting) |
Sets the sorting of a Gda::ColumnIndex. | |
Glib::ustring | get_references () const |
void | set_references (const Glib::ustring& ref) |
Sets dmcia 's references . | |
Static Public Member Functions | |
static Glib::RefPtr<ColumnIndex> | create () |
Protected Member Functions | |
ColumnIndex () | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const ColumnIndex& lhs, const ColumnIndex& rhs) |
bool | operator!= (const ColumnIndex& lhs, const ColumnIndex& rhs) |
Glib::RefPtr<Gnome::Gda::ColumnIndex> | wrap (GdaColumnIndex* object, bool take_copy=false) |
virtual Gnome::Gda::ColumnIndex::~ColumnIndex | ( | ) | [virtual] |
Gnome::Gda::ColumnIndex::ColumnIndex | ( | ) | [protected] |
Glib::RefPtr<ColumnIndex> Gnome::Gda::ColumnIndex::copy | ( | ) | const |
Creates a new Gda::ColumnIndex object from an existing one.
static Glib::RefPtr<ColumnIndex> Gnome::Gda::ColumnIndex::create | ( | ) | [static] |
Glib::ustring Gnome::Gda::ColumnIndex::get_column_name | ( | ) | const |
long Gnome::Gda::ColumnIndex::get_defined_size | ( | ) | const |
Glib::ustring Gnome::Gda::ColumnIndex::get_references | ( | ) | const |
Sorting Gnome::Gda::ColumnIndex::get_sorting | ( | ) | const |
const GdaColumnIndex* Gnome::Gda::ColumnIndex::gobj | ( | ) | const [inline] |
GdaColumnIndex* Gnome::Gda::ColumnIndex::gobj | ( | ) | [inline] |
GdaColumnIndex* Gnome::Gda::ColumnIndex::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
void Gnome::Gda::ColumnIndex::set_column_name | ( | const Glib::ustring & | column_name | ) |
Sets the name of dmcia to column_name .
column_name | The new name of dmcia . |
void Gnome::Gda::ColumnIndex::set_defined_size | ( | long | size | ) |
void Gnome::Gda::ColumnIndex::set_references | ( | const Glib::ustring & | ref | ) |
Sets dmcia 's references .
ref | References. |
void Gnome::Gda::ColumnIndex::set_sorting | ( | Sorting | sorting | ) |
bool operator!= | ( | const ColumnIndex& | lhs, | |
const ColumnIndex& | rhs | |||
) | [related] |
lhs | The left-hand side | |
rhs | The right-hand side |
bool operator== | ( | const ColumnIndex& | lhs, | |
const ColumnIndex& | rhs | |||
) | [related] |
lhs | The left-hand side | |
rhs | The right-hand side |
Glib::RefPtr<Gnome::Gda::ColumnIndex> wrap | ( | GdaColumnIndex * | 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. |