00001 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef TDSPOPERATORGCONTROL_H 00019 #define TDSPOPERATORGCONTROL_H 00020 00021 #include <TQQObjectGControl.h> 00022 #include <TDSPOperatorControl.h> 00023 00029 class TDSPOperatorGControl : public TQQObjectGControl, public TDSPOperatorControl { 00030 00031 public: 00032 TDSPOperatorGControl(const TGWindow *parent = NULL, 00033 UInt_t w=150, 00034 UInt_t h=150, 00035 UInt_t options = 0); 00036 ~TDSPOperatorGControl(); 00037 00038 ClassDef(TDSPOperatorGControl,1) 00039 00040 }; 00041 00042 #endif
1.3.2