Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

KDB::Object Class Reference

Base class for all KDB objects. More...

#include <object.h>

Inheritance diagram for KDB::Object:

KDB::QObject KDB::Capability KDB::Connection KDB::Database KDB::DataObject KDB::DBEngine KDB::Field KDB::Index KDB::Plugin KDB::RecordsetIterator List of all members.

Public Methods

 Object ( const char * name = 0, QObject *parent = 0)
virtual ~Object ()
void pushError (Exception *) const
ExceptionpopError () const
ExceptiongetError () const
void clearErrors () const
bool error () const

Detailed Description

Base class for all KDB objects.

It inherits QObject and provide base error reporting

Author(s):
Alessandro Praduroux <pradu@thekompany.com> , Michael Koch <m_kock@bigfoot.de>
Version:
kdbcore 0.0.2


Constructor & Destructor Documentation

Object ( const char * name = 0,
QObject * parent = 0 )
 

virtual ~Object ( ) [virtual]
 


Member Function Documentation

void clearErrors ( ) const
 

bool error ( ) const
 

Exception* getError ( ) const
 

Exception* popError ( ) const
 

void pushError ( Exception * ) const
 


The documentation for this class was generated from the following file:
Generated at Fri Sep 29 16:32:22 2000 for KDB by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000