#include <hk_form.h>
Inheritance diagram for hk_form:
Public Member Functions | |
hk_form (void) | |
virtual | ~hk_form (void) |
hk_dsgrid * | new_grid (void) |
hk_dslineedit * | new_lineedit (void) |
hk_dsboolean * | new_bool (void) |
hk_dscombobox * | new_combobox (void) |
hk_button * | new_button (void) |
hk_dsrowselector * | new_rowselector (void) |
hk_dsmemo * | new_memo (void) |
hk_label * | new_label (void) |
hk_subform * | new_subform (void) |
hk_dsdate * | new_date (void) |
hk_dsimage * | new_image (void) |
hk_tabvisible * | new_tabvisible (void) |
bool | save_form (const hk_string &name="", bool ask=true) |
void | load_form (const hk_string &name="") |
virtual void | savedata (ostream &s) |
virtual void | loaddata (const hk_string &definition) |
virtual void | set_designsize (unsigned int width, unsigned int height, bool registerchange=true) |
hk_visible * | get_visible (long nr) |
hk_visible * | get_visible (const hk_string &identifier) |
virtual void | bulk_operation (enum_bulkoperation bulkoperation) |
virtual bool | set_mode (enum_mode s) |
hk_form * | masterform (void) const |
void | clear_visiblelist (void) |
void | set_taborder (list< int > t, bool registerchange=true, bool forcesetting=true) |
list< int > | taborder () const |
hk_visible * | taborder_previous (hk_visible *) |
hk_visible * | taborder_next (hk_visible *) |
hk_visible * | first_tabobject () |
hk_visible * | last_tabobject () |
virtual void | goto_taborder_next () |
virtual void | goto_taborder_previous () |
virtual void | goto_taborder_first () |
virtual void | goto_taborder_last () |
virtual void | set_focus (hk_visible *) |
list< hk_visible * > * | visibles (void) |
bool | is_subform () const |
virtual bool | is_subpresentation (void) |
virtual bool | show_asdialog (hk_form *parentform=NULL) |
virtual int | screen_width () |
virtual int | screen_height () |
bool | while_load_form (void) const |
virtual bool | while_loading (void) |
Protected Member Functions | |
void | set_masterform (hk_form *) |
virtual hk_dsgrid * | widget_specific_new_grid (void) |
virtual hk_dsrowselector * | widget_specific_new_rowselector (void) |
virtual hk_dslineedit * | widget_specific_new_lineedit (void) |
virtual hk_dsboolean * | widget_specific_new_bool (void) |
virtual hk_button * | widget_specific_new_button (void) |
virtual hk_dscombobox * | widget_specific_new_combobox (void) |
virtual hk_dsmemo * | widget_specific_new_memo (void) |
virtual hk_label * | widget_specific_new_label (void) |
virtual hk_subform * | widget_specific_new_subform (void) |
virtual hk_dsdate * | widget_specific_new_date (void) |
virtual hk_dsimage * | widget_specific_new_image (void) |
virtual hk_tabvisible * | widget_specific_new_tabvisible (void) |
virtual void | widget_specific_fieldresize (hk_visible *v) |
virtual void | widget_specific_after_loadform (void) |
void | remove_visible (hk_visible *v) |
hk_visible * | new_object (const hk_string &name) |
void | raise_widget (hk_visible *) |
void | lower_widget (hk_visible *) |
virtual void | sizetype_changed (void) |
void | set_subformobject (hk_subform *) |
hk_subform * | subformobject () const |
Friends | |
class | hk_dsvisible |
class | hk_visible |
class | hk_subform |
base class of a form.To use it set a database with set_database() first. To create a form it has to be in mode "design".
|
|
|
|
|
Reimplemented from hk_presentation. |
|
resets the internal visible objects list and deletes all visible objects |
|
|
|
|
|
|
|
will move the the focus to the first widget (see set_taborder ) Reimplemented in hk_kdesimpleform. |
|
will move the the focus to the last widget (see set_taborder ) Reimplemented in hk_kdesimpleform. |
|
will move the the focus to the next widget (see set_taborder ) Reimplemented in hk_kdesimpleform. |
|
will move the the focus to the previous widget (see set_taborder ) Reimplemented in hk_kdesimpleform. |
|
|
|
Reimplemented from hk_presentation. |
|
|
|
load the form from a file
Reimplemented in hk_kdesimpleform. |
|
Reimplemented from hk_presentation. |
|
Reimplemented from hk_presentation. |
|
if this is a subform it will return master form it belongs to |
|
the form has to be in design mode to use this function! The function will create a new bool field in the upper left corner.
|
|
the form has to be in design mode to use this function! The function will create a new button in the upper left corner.
|
|
the form has to be in design mode to use this function! The function will create a new combobox in the upper left corner.
|
|
|
|
the form has to be in design mode to use this function! The function will create a new grid in the upper left corner.
|
|
|
|
the form has to be in design mode to use this function! The function will create a new textlabel in the upper left corner.
|
|
the form has to be in design mode to use this function! The function will create a new lineeidt field in the upper left corner.
|
|
the form has to be in design mode to use this function! The function will create a new memofield in the upper left corner.
|
|
|
|
the form has to be in design mode to use this function! The function will create a new row selector in the upper left corner.
|
|
|
|
|
|
Reimplemented from hk_presentation. |
|
|
|
save the form to a file
|
|
Reimplemented from hk_presentation. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
sets the real size of the form. If you designed a form in i.e. 800x600 resolution and want to watch it with 1024x768 resolution, set this to 1024x768. Dynamic sized visible objects will be resized. All objects will be positioned new. Reimplemented from hk_presentation. |
|
will set the focus to the visible object Reimplemented in hk_kdesimpleform. |
|
|
|
Reimplemented from hk_presentation. Reimplemented in hk_kdesimpleform. |
|
|
|
sets the tab order (the focus order) of the widgets.
|
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented from hk_presentation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from hk_presentation. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented from hk_presentation. Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented in hk_kdesimpleform. |
|
Reimplemented from hk_presentation. |
|
|
|
Reimplemented from hk_presentation. |