libgdamm Reference Documentation |
Inheritance diagram for Gnome::Gda::ColumnIndex:
Public Member Functions | ||||
Glib::RefPtr<ColumnIndex> | copy () const | |||
Creates a new Gda::ColumnIndex object from an existing one. | ||||
Glib::ustring | get_column_name () const | |||
| ||||
long | get_defined_size () const | |||
| ||||
Glib::ustring | get_references () const | |||
| ||||
Sorting | get_sorting () const | |||
| ||||
const GdaColumnIndex* | gobj () const | |||
Provides access to the underlying C GObject. | ||||
GdaColumnIndex* | gobj () | |||
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. | ||||
void | set_column_name (const Glib::ustring& column_name) | |||
Sets the name of dmcia to column_name. | ||||
void | set_defined_size (long size) | |||
Sets the defined size of a Gda::ColumnIndex. | ||||
void | set_references (const Glib::ustring& ref) | |||
Sets dmcia's references. | ||||
void | set_sorting (Sorting sorting) | |||
Sets the sorting of a Gda::ColumnIndex. | ||||
virtual | ~ColumnIndex () | |||
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) | |||
A Glib::wrap() method for this object. |
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] |
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. |