10#if !defined(OWL_EDITSEAR_H)
14#if defined(BI_HAS_PRAGMA_ONCE)
20#include <owl/editsear.rh>
40 int x = 0,
int y = 0,
int w = 0,
int h = 0,
47 int x = 0,
int y = 0,
int w = 0,
int h = 0,
56 void SetupWindow()
override;
75 void CmEditFindNext();
129 SearchDialog =
nullptr;
Base class for an extensible interface for auto enabling/disabling of commands (menu items,...
A TEdit is an interface object that represents an edit control interface element.
TEditSearch is an edit control that responds to Find, Replace, and FindNext menu commands.
The TFindReplaceDialog::TData class encapsulates information necessary to initialize a TFindReplace d...
TFindReplaceDialog is an abstract base class for a modeless dialog box that lets you search for and r...
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
Definition of class TEdit.
#define DECLARE_RESPONSE_TABLE(cls)
Definition of FindReplace- abstract, Find-, Replace- common Dialog classes.
#define DECLARE_STREAMABLE_OWL(cls, ver)
#define DECLARE_STREAMABLE_INLINES(cls)
TEditSearch(TWindow *parent=nullptr, int id=0, LPCTSTR text=nullptr, int x=0, int y=0, int w=0, int h=0, TModule *module=nullptr)
Constructs a TEditSearch object given the parent window, resource ID, and character string (text).
TFindReplaceDialog::TData & GetSearchData()
Returns the search data used for the common dialog.
TFindReplaceDialog * GetSearchDialog()
Returns the common dialog pointer.
void SetSearchDialog(TFindReplaceDialog *searchdialog)
Uses new common dialog pointer.
void SetSearchData(const TFindReplaceDialog::TData &searchdata)
Uses new search data.
uint GetSearchCmd()
Returns the user selected command that brought up the search dialog.
void SetSearchCmd(uint searchcmd)
Remembers the command the user selected to bring up the search dialog.
Object Windows Library (OWLNext Core)
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.