00001
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef TQQEDITOR_H
00019 #define TQQEDITOR_H
00020
00021 #include <TGFrame.h>
00022 #include <TGCanvas.h>
00023 #include <TQQGControl.h>
00024
00029 class TQQEditor : public TGMainFrame {
00030
00031 private:
00032
00033 TGLayoutHints *fLayout;
00034 TGCanvas *fCanvas;
00035
00036 public:
00037 TQQEditor(TQQGControl *control,
00038 const TGWindow *win = NULL,
00039 UInt_t w = 500,
00040 UInt_t h = 500);
00041 ~TQQEditor();
00042
00043 ClassDef(TQQEditor,1)
00044
00045 };
00046
00047 #endif