|
Public Member Functions |
|
| hk_dsdatavisible (hk_presentation *p=NULL) |
| void | set_columnname (const hk_string &c, bool registerchange=true) |
|
void | set_columnname (const hk_string &c, bool registerchange, int coloccurance) |
| hk_column * | column (void) |
|
hk_string | columnname (void) |
| virtual void | set_datasource (hk_datasource *d) |
|
hk_datasource * | datasource (void) |
| virtual void | savedata (ostream &s) |
| virtual void | loaddata (const hk_string &definition) |
| bool | use_defaultvalue (void) |
| void | set_defaultvalue (const hk_string &def, bool registerchange=true) |
| hk_string | raw_defaultvalue (void) |
| hk_string | defaultvalue (void) |
| void | reset_default (bool registerchange=true) |
|
void | set_numberformat (bool use_numberseparator=false, int commadigits=-1, bool registerchange=true) |
|
void | set_numberformat (bool use_numberseparator, int commadigits, bool registerchange, bool force_setting) |
|
bool | use_numberseparator (void) |
| int | commadigits (void) |
|
int | precision (void) |
| virtual hk_string | value_at (unsigned long row) |
|
virtual hk_string | value (void) |
| virtual void | set_value (const hk_string &) |
|
unsigned int | find (unsigned int from, unsigned int to, const hk_string &searchtext, bool wholephrase=false, bool casesensitive=false, bool backwards=false) |
|
unsigned int | find (const hk_string &searchtext, bool wholephrase=false, bool casesensitive=false, bool backwards=false) |
|
void | set_on_valuechanged_action (const hk_string &, bool registerchange=true, bool force_setting=true) |
|
hk_string | on_valuechanged_action (void) |
|
virtual bool | action_on_valuechanged (void) |
Static Public Member Functions |
|
static void | set_defaultnumberformat (bool use_thousandsseparator, int precision) |
|
static bool | defaultuse_numberseparator (void) |
|
static int | defaultprecision (void) |
Protected Member Functions |
| void | set_data_has_changed (void) |
| virtual bool | datasource_disable (void) |
| virtual bool | datasource_enable (void) |
| virtual void | datasource_delete (void) |
| virtual bool | before_columns_deleted (void) |
|
virtual void | widget_specific_set_column (void) |
|
virtual void | widget_specific_numberformat (void) |
|
virtual void | columndata_has_changed (void) |
|
virtual void | before_insert_row (void) |
|
virtual void | new_column_pointer_created (void) |
|
virtual bool | presentationmode_changed (void) |
Protected Attributes |
|
hk_column * | p_column |
Friends |
|
class | hk_column |