|
Public Member Functions |
virtual | ~Table () |
AtkTable* | gobj () |
| Provides access to the underlying C GObject.
|
const AtkTable* | gobj () const |
| Provides access to the underlying C GObject.
|
Glib::RefPtr<Atk::Object> | get_at (int row, int column) |
int | get_index_at (int row, int column) const |
int | get_column_at_index (int index) const |
int | get_row_at_index (int index) const |
int | get_n_columns () const |
int | get_n_rows () const |
int | get_column_extent_at (int row, int column) const |
int | get_row_extent_at (int row, int column) const |
Glib::RefPtr<Atk::Object> | get_caption () |
Glib::ustring | get_column_description (int column) const |
Glib::RefPtr<Atk::Object> | get_column_header (int column) |
Glib::ustring | get_row_description (int row) const |
Glib::RefPtr<Atk::Object> | get_row_header (int row) |
Glib::RefPtr<Atk::Object> | get_summary () |
void | set_caption (const Glib::RefPtr<Atk::Object>& caption) |
void | set_column_description (int column, const Glib::ustring& description) |
void | set_column_header (int column, const Glib::RefPtr<Atk::Object>& header) |
void | set_row_description (int row, const Glib::ustring& description) |
void | set_row_header (int row, const Glib::RefPtr<Atk::Object>& header) |
void | set_summary (const Glib::RefPtr<Atk::Object>& accessible) |
Glib::ArrayHandle<int> | get_selected_columns () const |
Glib::ArrayHandle<int> | get_selected_rows () const |
bool | is_column_selected (int column) const |
bool | is_row_selected (int row) const |
bool | is_selected (int row, int column) const |
bool | add_row_selection (int row) |
bool | remove_row_selection (int row) |
bool | add_column_selection (int column) |
bool | remove_column_selection (int column) |
Glib::SignalProxy2< void,
int, int > | signal_row_inserted () |
Glib::SignalProxy2< void,
int, int > | signal_column_inserted () |
Glib::SignalProxy2< void,
int, int > | signal_row_deleted () |
Glib::SignalProxy2< void,
int, int > | signal_column_deleted () |
Glib::SignalProxy0<void> | signal_row_reordered () |
Glib::SignalProxy0<void> | signal_column_reordered () |
Glib::SignalProxy0<void> | signal_model_changed () |
Static Public Member Functions |
void | add_interface (GType gtype_implementer) |
Protected Member Functions |
virtual Glib::RefPtr<Atk::Object> | get_at_vfunc (int row, int column) |
virtual int | get_index_at_vfunc (int row, int column) |
virtual int | get_column_at_index_vfunc (int index) |
virtual int | get_row_at_index_vfunc (int index) |
virtual int | get_n_columns_vfunc () |
virtual int | get_n_rows_vfunc () |
virtual int | get_column_extent_at_vfunc (int row, int column) |
virtual int | get_row_extent_at_vfunc (int row, int column) |
virtual Glib::RefPtr<Atk::Object> | get_caption_vfunc () |
virtual const char* | get_column_description_vfunc (int column) |
virtual Glib::RefPtr<Atk::Object> | get_column_header_vfunc (int column) |
virtual const char* | get_row_description_vfunc (int row) |
virtual Glib::RefPtr<Atk::Object> | get_row_header_vfunc (int row) |
virtual Glib::RefPtr<Atk::Object> | get_summary_vfunc () |
virtual void | set_caption_vfunc (const Glib::RefPtr<Atk::Object>& caption) |
virtual void | set_column_description_vfunc (int column, const char* description) |
virtual void | set_column_header_vfunc (int column, const Glib::RefPtr<Atk::Object>& header) |
virtual void | set_row_description_vfunc (int row, const char* description) |
virtual void | set_row_header_vfunc (int row, const Glib::RefPtr<Atk::Object>& header) |
virtual void | set_summary_vfunc (const Glib::RefPtr<Atk::Object>& accessible) |
virtual bool | is_column_selected_vfunc (int column) |
virtual bool | is_row_selected_vfunc (int row) |
virtual bool | is_selected_vfunc (int row, int column) |
virtual bool | add_row_selection_vfunc (int row) |
virtual bool | remove_row_selection_vfunc (int row) |
virtual bool | add_column_selection_vfunc (int column) |
virtual bool | remove_column_selection_vfunc (int column) |
virtual int | get_selected_columns_vfunc (int** selected) |
virtual int | get_selected_rows_vfunc (int** selected) |
virtual void | on_row_inserted (int row, int num_inserted) |
virtual void | on_column_inserted (int column, int num_inserted) |
virtual void | on_row_deleted (int row, int num_deleted) |
virtual void | on_column_deleted (int column, int num_deleted) |
virtual void | on_row_reordered () |
virtual void | on_column_reordered () |
virtual void | on_model_changed () |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr<Atk::Table> | wrap (AtkTable* object, bool take_copy=false) |