|
Public Types |
| enum | enum_columntype { columnedit,
columnbool,
columncombo
} |
Public Member Functions |
| void | set_displayname (hk_string, bool registerchange=true) |
|
hk_string | displayname (void) |
| void | set_columntype (enum_columntype, bool registerchange=true) |
|
enum_columntype | columntype (void) |
| void | set_columnwidth (int, bool registerchange=true) |
|
int | columnwidth (void) |
| virtual void | savedata (ostream &s) |
| virtual void | loaddata (const hk_string &definition) |
| void | set_listdatasource (const hk_string &datasourcename, datasourcetype dt=dt_table, bool registerchange=true) |
|
hk_datasource * | listdatasource (void) |
|
hk_string | listdatasourcename (void) |
|
datasourcetype | listdatasourcetype () const |
| void | set_viewcolumnname (const hk_string &viewcolumn, bool registerchange=true) |
|
hk_string | viewcolumnname (void) |
| void | set_listcolumnname (const hk_string &listcolumn, bool registerchange=true) |
|
hk_string | listcolumnname (void) |
| virtual bool | set_listpresentationdatasource (long n, bool registerchange=true) |
|
long | listpresentationdatasource (void) |
| hk_string | value_at (unsigned long) |
| virtual void | set_datasource (hk_datasource *) |
|
hk_dscombobox * | combobox (void) |
|
unsigned int | find (unsigned int from, unsigned int to, const hk_string &searchtext, bool wholephrase=false, bool casesensitive=false, bool backwards=false) |
|
bool | is_findstring (unsigned int pos, const hk_string &searchtext, bool wholephrase=false, bool casesensitive=false) |
|
virtual bool | action_on_click (void) |
|
virtual bool | action_on_doubleclick (void) |
|
virtual bool | action_on_close (void) |
|
virtual bool | action_on_open (void) |
|
virtual void | action_before_store_changed_data (void) |
|
virtual void | action_after_store_changed_data (void) |
|
virtual void | action_before_row_change (void) |
|
virtual void | action_after_row_change (void) |
|
virtual void | action_before_delete (void) |
|
virtual void | action_after_delete (void) |
|
virtual void | action_before_insert (void) |
|
virtual void | action_after_insert (void) |
|
virtual bool | action_on_getfocus (void) |
|
virtual bool | action_on_loosefocus (void) |
|
virtual bool | action_on_key (void) |
|
bool | action_on_select (hk_dscombobox *) |
|
hk_string | on_select_action (void) |
|
void | set_on_select_action (const hk_string &, bool registerchange=true, bool force_setting=true) |
Protected Member Functions |
|
virtual bool | presentationmode_changed (void) |
Friends |
|
class | hk_dsgrid |