#include <hk_dbvisible.h>
Inheritance diagram for hk_dbvisible:
Public Member Functions | |
hk_dbvisible (hk_presentation *p=NULL) | |
virtual | ~hk_dbvisible (void) |
void | set_database (hk_database *db) |
hk_database * | database (void) const |
Protected Member Functions | |
virtual void | database_delete (void) |
virtual void | before_source_vanishes (void) |
virtual void | list_changes (listtype type) |
Protected Attributes | |
hk_database * | p_database |
Friends | |
class | hk_database |
|
|
|
|
|
FOR WIDGET DEVELOPERS ONLY: will be automatically called before the database will be closed.(i.e when a new database will be created and the old one will be destroyed by hk_connection |
|
|
|
|
|
|
|
the database which is base of this object |
|
|
|
|