Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXReplaceDialog.h>
Inheritance diagram for FX::FXReplaceDialog:
Public Types | |
enum | { ID_NEXT = FXDialogBox::ID_LAST, ID_PREV, ID_SEARCH_UP, ID_SEARCH_DN, ID_REPLACE_UP, ID_REPLACE_DN, ID_ALL, ID_DIR, ID_SEARCH_TEXT, ID_REPLACE_TEXT, ID_MODE, ID_LAST = ID_MODE+32 } |
enum | { DONE = 0, SEARCH = 1, REPLACE = 1, SEARCH_NEXT = 2, REPLACE_NEXT = 2, REPLACE_ALL = 3 } |
Public Member Functions | |
FXReplaceDialog (FXWindow *owner, const FXString &caption, FXIcon *ic=NULL, FXuint opts=0, FXint x=0, FXint y=0, FXint w=0, FXint h=0) | |
void | setSearchText (const FXString &text) |
FXString | getSearchText () const |
void | setReplaceText (const FXString &text) |
FXString | getReplaceText () const |
void | setSearchMode (FXuint mode) |
FXuint | getSearchMode () const |
virtual FXuint | execute (FXuint placement=PLACEMENT_CURSOR) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXReplaceDialog () |
|
|
|
|
|
Construct search and replace dialog box.
|
|
Destructor.
|
|
Set text or pattern to search for.
|
|
Return text or pattern the user has entered.
|
|
Set replace text.
|
|
Return replace text the user has entered.
|
|
Set search match mode.
|
|
Return search mode the user has selected.
|
|
Run modal invocation of the dialog.
Reimplemented from FX::FXDialogBox. |
|
Save to stream.
Reimplemented from FX::FXTopWindow. |
|
Load from stream.
Reimplemented from FX::FXTopWindow. |
Copyright © 1997-2005 Jeroen van der Zijp |