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

ComboBox.h

Go to the documentation of this file.
00001 /* HippoPlot ComboBox class interface
00002  *
00003  * Copyright (C)  2002  The Board of Trustees of The Leland Stanford
00004  * Junior University.  All Rights Reserved.
00005  *
00006  * $Id: ComboBox.h,v 1.2 2002/04/05 21:10:58 sanket Exp $
00007  *
00008  */
00009 
00010 #include <qcombobox.h>
00011 
00015 class ComboBox : public QComboBox
00016 {
00017   
00018   Q_OBJECT
00019   
00020   public :
00022     ComboBox ( bool rw, QWidget * parent = 0, const char * name = 0 );
00023   
00024   public slots :
00027     void comboAcitvated ( const QString & label );
00028 
00029   signals :
00032     void myActivated ( const QString & label, const QString & axis );
00033 
00034   private :
00036     QString axisName;
00037 
00038 };

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3