Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

GReplaceDlg Class Reference

#include <GFindReplaceDlg.h>

Inheritance diagram for GReplaceDlg:

GDialog GFindReplaceCommon GWindow GLgiRes GView List of all members.

Public Member Functions

 GReplaceDlg (GView *Parent, char *InitFind=0, char *InitReplace=0)
 Constructor.
void OnCreate ()
 The view is attached.
int OnNotify (GViewI *Ctrl, int Flags)
 Called when a child view or view with it's SetNotify() set to this window changes.

Detailed Description

Replace dialog

Returns:
DoModal will return one of IDC_FR_FIND, IDC_FR_REPLACE, IDCANCEL or IDOK (which means 'Replace All', the default action)


Constructor & Destructor Documentation

GReplaceDlg::GReplaceDlg GView Parent,
char *  InitFind = 0,
char *  InitReplace = 0
 

Constructor.

Parameters:
Parent  The parent window
InitFind  The initial value to find
InitReplace  The initial value to replace with


Member Function Documentation

int GReplaceDlg::OnNotify GViewI *  Ctrl,
int  Flags
 

Called when a child view or view with it's SetNotify() set to this window changes.

The event by default will bubble up to the GWindow at the top of the window heirarchy visiting each GView on the way. If it reaches a GView that processes it then the event stops propergating up the heirarchy.

Reimplemented from GView.


The documentation for this class was generated from the following files:
Generated on Tue May 2 10:24:52 2006 for Lgi by  doxygen 1.4.1