Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

hk_pythoninterpreter Class Reference

basic class for Python script handling More...

#include <hk_interpreter.h>

Inheritance diagram for hk_pythoninterpreter:

hk_interpreter hk_class List of all members.

Public Member Functions

 hk_pythoninterpreter (hk_presentation *)
virtual ~hk_pythoninterpreter ()
virtual void init ()
virtual bool on_click (hk_visible *)
virtual bool on_doubleclick (hk_visible *)
virtual bool before_row_change (hk_dsvisible *)
virtual bool after_row_change (hk_dsvisible *)
virtual bool before_update (hk_dsvisible *)
virtual bool after_update (hk_dsvisible *)
virtual bool on_close (hk_visible *)
virtual bool on_open (hk_visible *)
virtual hk_string interpretername (void) const
virtual bool before_delete (hk_dsvisible *)
virtual bool after_delete (hk_dsvisible *)
virtual bool before_insert (hk_dsvisible *)
virtual bool after_insert (hk_dsvisible *)
virtual bool on_print_data (hk_reportdata *)
virtual bool on_print_new_page (hk_report *)
virtual bool on_getfocus (hk_visible *)
virtual bool on_loosefocus (hk_visible *)
virtual bool on_key (hk_visible *)
virtual bool on_select (hk_dscombobox *)
virtual bool on_select (hk_dsgridcolumn *)
virtual bool on_valuechanged (hk_dsdatavisible *)

Detailed Description

basic class for Python script handling

hk_pythoninterpreter is the basic class for Python script handling

Version:
Revision
1.24


Constructor & Destructor Documentation

hk_pythoninterpreter::hk_pythoninterpreter hk_presentation  ) 
 

virtual hk_pythoninterpreter::~hk_pythoninterpreter  )  [virtual]
 


Member Function Documentation

virtual bool hk_pythoninterpreter::after_delete hk_dsvisible  )  [virtual]
 

executes the after_delete action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::after_insert hk_dsvisible  )  [virtual]
 

executes the after_insert action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::after_row_change hk_dsvisible  )  [virtual]
 

executes the after_row_change action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::after_update hk_dsvisible  )  [virtual]
 

executes the after_update action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::before_delete hk_dsvisible  )  [virtual]
 

executes the before_delete action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::before_insert hk_dsvisible  )  [virtual]
 

executes the before_insert action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::before_row_change hk_dsvisible  )  [virtual]
 

executes the before_row_change action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::before_update hk_dsvisible  )  [virtual]
 

executes the before_update action

Implements hk_interpreter.

virtual void hk_pythoninterpreter::init  )  [virtual]
 

Reimplemented from hk_interpreter.

virtual hk_string hk_pythoninterpreter::interpretername void   )  const [inline, virtual]
 

Returns:
the name of the scripting language

Reimplemented from hk_interpreter.

virtual bool hk_pythoninterpreter::on_click hk_visible  )  [virtual]
 

executes the on_click action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_close hk_visible  )  [virtual]
 

executes the on_close action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_doubleclick hk_visible  )  [virtual]
 

executes the on_doubleclick action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_getfocus hk_visible  )  [virtual]
 

executes the on_getfocus action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_key hk_visible  )  [virtual]
 

executes the on_key action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_loosefocus hk_visible  )  [virtual]
 

executes the on_loosefocus action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_open hk_visible  )  [virtual]
 

executes the on_open action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_print_data hk_reportdata  )  [virtual]
 

executes the on_print_data action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_print_new_page hk_report  )  [virtual]
 

executes the on_print_new_page action

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_select hk_dsgridcolumn  )  [virtual]
 

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_select hk_dscombobox *   )  [virtual]
 

Implements hk_interpreter.

virtual bool hk_pythoninterpreter::on_valuechanged hk_dsdatavisible  )  [virtual]
 

executes the on_valuechanged action

Implements hk_interpreter.


The documentation for this class was generated from the following file:
Generated on Thu Mar 9 18:40:42 2006 for hk_classes by  doxygen 1.4.1