Uses of Class
quoggles.QMain

Packages that use QMain
quoggles   
 

Uses of QMain in quoggles
 

Fields in quoggles declared as QMain
private  QMain QRunQuery.qMain
          Used to communicate between the individual parts of the system
private  QMain QGraphMouse.qMain
          Used to communicate between the individual parts of the system
private  QMain QGraphConnect.qMain
           
private  QMain QGraph.qMain
          Used to communicate between the individual parts of the system
private  QMain QDialog.qMain
          Used to communicate between the individual parts of the system
private  QMain QAuxiliary.qMain
           
private  QMain QAlgorithm.qMain
          The main QUOGGLES class
 

Constructors in quoggles with parameters of type QMain
QRunQuery(QMain q)
          Constructor taking the main component as parameter.
QGraphMouse(QMain q)
          Constructor.
QGraphConnect(QMain q)
           
QGraph(QMain q)
           
QDialog(QMain q)
           
QAuxiliary(QMain q)