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

GuiTextView.h

Go to the documentation of this file.
00001 
00017 #ifndef GUITEXTVIEW_H
00018 #define GUITEXTVIEW_H
00019 
00020 #include <Midad/Gui/GuiBase.h>
00021 #include <Midad/Gui/GuiMainWindow.h>
00022 #include <TGTextView.h>
00023 
00024 class GuiTextView : public TGTextView, public GuiBase
00025 {
00026 
00027 public:
00028 
00029     GuiTextView(TGWindow& parent, UInt_t w, UInt_t h, 
00030                 const char *initial_string = 0);
00031     virtual ~GuiTextView();
00032 
00033 private:
00034 
00035     // copy constructor, assignment:
00036     GuiTextView(const GuiTextView& rhs); // copy constructor
00037     GuiTextView& operator=(const GuiTextView& rhs); // assignment
00038     
00039 };                              // end of class GuiTextView
00040 
00041 
00042 #endif  // GUITEXTVIEW_H

Generated on Mon Feb 15 11:06:47 2010 for loon by  doxygen 1.3.9.1