library: libGuiBld
#include "TGuiBldQuickHandler.h"

TGuiBldTextDialog


class description - source file - inheritance tree (.pdf)

class TGuiBldTextDialog : public TGTransientFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMainFrame
<-
TGTransientFrame
<-
TGuiBldTextDialog

    public:
TGuiBldTextDialog(const char* win, const char* setter = "SetTitle(char*)", const char* getter = "GetTitle()") TGuiBldTextDialog(const TGuiBldTextDialog&) ~TGuiBldTextDialog() static TClass* Class() virtual void CloseWindow() void DoCancel() void DoOK() virtual TClass* IsA() const virtual void RequestFocus() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGWindow* fSelected pointer to selected window TGTextEntry* fEntry entry for text edit TGTextButton* fOK OK button TGTextButton* fCancel cancel button TString fSavedText saved text before editting

Class Description

                                                                      
 TGuiBldQuickHandler                                                  
                                                                      


TGuiBldTextDialog(const char *name, const char *setter, const char *getter) : TGTransientFrame(gClient->GetDefaultRoot(), gClient->GetRoot(), 1, 1)
 ctor

~TGuiBldTextDialog()
 dtor

void DoCancel()
 process Cancel button press event

void DoOK()
  process OK button press event

void CloseWindow()
 on window close



Inline Functions


                     void RequestFocus()
                  TClass* Class()
                  TClass* IsA() const
                     void ShowMembers(TMemberInspector& insp, char* parent)
                     void Streamer(TBuffer& b)
                     void StreamerNVirtual(TBuffer& b)
        TGuiBldTextDialog TGuiBldTextDialog(const TGuiBldTextDialog&)


Author: Valeriy Onuchin 12/09/04
Last update: root/guibuilder:$Name: $:$Id: TGuiBldQuickHandler.cxx,v 1.9 2006/04/13 15:33:03 brun Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.