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

KDB::ConnectionWidget Class Reference

This widget will create new connections and store them in the kdb rc file. More...

#include <connectionwidget.h>

Inheritance diagram for KDB::ConnectionWidget:

ConnectionBase QWidget List of all members.

Public Methods

 ConnectionWidget (QWidget *parent, const char * name = 0, bool showDatabase = true)
 ~ConnectionWidget ()
Databasedatabase ()
void setConnection (Connection *)
Connectionconnection ()
void createConnection ()

Signals

void databaseSelected ()
void nonDatabaseSelected ()

Protected Methods

void slotDatabaseSelected ()
void slotCreateConnection ()

Detailed Description

This widget will create new connections and store them in the kdb rc file.

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


Constructor & Destructor Documentation

ConnectionWidget ( QWidget * parent,
const char * name = 0,
bool showDatabase = true )
 

~ConnectionWidget ( )
 


Member Function Documentation

Connection* connection ( )
 

void createConnection ( )
 

Database* database ( )
 

void databaseSelected ( ) [signal]
 

void nonDatabaseSelected ( ) [signal]
 

void setConnection ( Connection * )
 

void slotCreateConnection ( ) [protected, virtual]
 

Reimplemented from ConnectionBase.

void slotDatabaseSelected ( ) [protected, virtual]
 

Reimplemented from ConnectionBase.


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