hk_dsmodevisible

Base class for hk_presentation. It handles the modechange from designmode to viewmode.

Inherits from hk_dsvisible.

set_mode(mode)

If mode is 'designmode' then you can define or alter a presentation else the data will be shown. Possible values are:

  • designmode

  • viewmode

set_designmode()

convenience function for set_mode(hk_dsmodevisible.designmode)

set_viewmode()

convenience function for set_mode(hk_dsmodevisible.viewmode)

mode()

returns the current mode