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

TQQEditor.h

Go to the documentation of this file.
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 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

Generated on Fri Apr 23 16:23:44 2004 by doxygen 1.3.2