library: libGui #include "TGTextEditDialogs.h" |
TGSearchDialog
class description - header file - source file - inheritance tree (.pdf)
public:
TGSearchDialog(const TGWindow* p = 0, const TGWindow* main = 0, UInt_t w = 1, UInt_t h = 1, TGSearchType* sstruct = 0, Int_t* ret_code = 0, UInt_t options = kVerticalFrame)
TGSearchDialog(const TGSearchDialog&)
virtual ~TGSearchDialog()
static TClass* Class()
virtual void CloseWindow()
virtual TGSearchType* GetType() const
virtual TClass* IsA() const
virtual Bool_t IsClose() const
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
static TGSearchDialog*& SearchDialog()
virtual void SetClose(Bool_t on)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void TextEntered(const char* text)
protected:
TGCompositeFrame* fF1
TGCompositeFrame* fF2
TGCompositeFrame* fF3
TGCompositeFrame* fF4 sub frames
TGLayoutHints* fL1
TGLayoutHints* fL2
TGLayoutHints* fL3
TGLayoutHints* fL4 layout hints
TGLayoutHints* fL5
TGLayoutHints* fL6
TGLayoutHints* fL21
TGLayoutHints* fL9 layout hints
TGLayoutHints* fL10 layout hints
TGButton* fSearchButton search button
TGButton* fCancelButton cancel button
TGRadioButton* fDirectionRadio[2] search direction radio buttons
TGCheckButton* fCaseCheck case check box
TGGroupFrame* fG2 group frame
TGTextEntry* fSearch search text entry widget
TGTextBuffer* fBSearch search text buffer
TGLabel* fLSearch label
TGSearchType* fType search type structure
Int_t* fRetCode return code
TGComboBox* fCombo text entry combobox
static TGSearchDialog* fgSearchDialog global singleton
void CloseWindow()
Close the dialog. On close the dialog will be deleted and cannot be
re-used.
void TextEntered(const char *text)
emit signal when search text entered
Author: Fons Rademakers 10/7/2000
Last update: root/gui:$Name: $:$Id: TGTextEditDialogs.cxx,v 1.16 2006/07/03 13:30:29 antcheva Exp $
Copyright (C) 1995-2000, 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.