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

hk_dbvisible Class Reference

base class for database depending only widgets More...

#include <hk_dbvisible.h>

Inheritance diagram for hk_dbvisible:

hk_visible hk_class List of all members.

Public Member Functions

 hk_dbvisible (hk_presentation *p=NULL)
virtual ~hk_dbvisible (void)
void set_database (hk_database *db)
hk_databasedatabase (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_databasep_database

Friends

class hk_database

Detailed Description

base class for database depending only widgets

Version:
Revision
1.15
Author:
Horst Knorr (hk_classes@knoda.org)
base class for database depending only widgets. Just set the database with set_database


Constructor & Destructor Documentation

hk_dbvisible::hk_dbvisible hk_presentation p = NULL  ) 
 

virtual hk_dbvisible::~hk_dbvisible void   )  [virtual]
 


Member Function Documentation

virtual void hk_dbvisible::before_source_vanishes void   )  [protected, virtual]
 

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

hk_database* hk_dbvisible::database void   )  const
 

virtual void hk_dbvisible::database_delete void   )  [protected, virtual]
 

virtual void hk_dbvisible::list_changes listtype  type  )  [protected, virtual]
 

void hk_dbvisible::set_database hk_database db  ) 
 

the database which is base of this object


Friends And Related Function Documentation

friend class hk_database [friend]
 


Member Data Documentation

hk_database* hk_dbvisible::p_database [protected]
 


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