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

Room Class Reference

Inheritance diagram for Room:

Inheritance graph
[legend]
Collaboration diagram for Room:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Room ()
 Room (int pID, QString name, QString code, int capacity, Institute *parent)
QString getDescription () const
QString getName () const
QString getCode () const
int getCapacity ()
InstitutegetInstitute ()
QString getInstName () const
int getInstID ()
bool setName (QString pName)
bool setCode (QString pCode)
bool setCapacity (int pCapacity)

Static Public Member Functions

static void PrepareSQL (sql *dbConn)
static bool uniqueCode (QString code, int parentID)

Protected Member Functions

void bindValues (int preparedSQL, int start)

Static Protected Attributes

static int insertSQL = 0
static int updateSQL = 0
static int deleteSQL = 0
static int uniqueCodeSQL = 0
static int errorSQL = 0

Friends

class RoomItem

Detailed Description

Definition at line 27 of file Room.h.


The documentation for this class was generated from the following files:
Generated on Thu Apr 6 16:27:21 2006 for time-table by  doxygen 1.4.4