Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

TQQObjectControl Class Reference

#include <TQQObjectControl.h>

Inheritance diagram for TQQObjectControl:

TDSPGroupControl TQQObjectGControl TDSPGroupGControl TDSPOperatorGControl TDSPGeneratorGControl

Detailed Description

Control for Operators

Author:
Peter Jung

Definition at line 29 of file TQQObjectControl.h.

Public Member Functions

 TQQObjectControl ()
virtual ~TQQObjectControl ()
virtual TQQObjectGetObject ()
virtual void SetObject (TQQObject *o)
void Browse (TBrowser *b=NULL)
virtual void Update ()

Protected Attributes

TQQObjectfObject


Constructor & Destructor Documentation

TQQObjectControl::TQQObjectControl  ) 
 

virtual TQQObjectControl::~TQQObjectControl  )  [virtual]
 


Member Function Documentation

void TQQObjectControl::Browse TBrowser *  b = NULL  )  [inline]
 

Definition at line 44 of file TQQObjectControl.h.

References TQQObject::Browse(), and GetObject().

00044                                   {
00045     TQQObject *o = GetObject();
00046     if (!b) {
00047       b = new TBrowser("browse",o,o->GetName());
00048     } else
00049       o->Browse(b);
00050   }

virtual TQQObject* TQQObjectControl::GetObject  )  [inline, virtual]
 

Definition at line 41 of file TQQObjectControl.h.

References fObject.

Referenced by Browse().

00041 { return fObject; };         // Get the Object to control 

virtual void TQQObjectControl::SetObject TQQObject o  )  [inline, virtual]
 

Reimplemented in TQQObjectGControl.

Definition at line 42 of file TQQObjectControl.h.

References fObject.

Referenced by TDSPGroupControl::SetObject().

00042 { fObject = o;}; // Set the Object to control 

virtual void TQQObjectControl::Update  )  [inline, virtual]
 

Reimplemented in TQQObjectGControl.

Definition at line 54 of file TQQObjectControl.h.

00054 {};


Field Documentation

TQQObject* TQQObjectControl::fObject [protected]
 

Definition at line 33 of file TQQObjectControl.h.

Referenced by GetObject(), and SetObject().


The documentation for this class was generated from the following file:
Generated on Fri Apr 23 16:24:18 2004 by doxygen 1.3.2