Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXSearchDialog.h
1 /********************************************************************************
2 * *
3 * T e x t S e a r c h D i a l o g *
4 * *
5 *********************************************************************************
6 * Copyright (C) 2000,2022 by Jeroen van der Zijp. All Rights Reserved. *
7 *********************************************************************************
8 * This library is free software; you can redistribute it and/or modify *
9 * it under the terms of the GNU Lesser General Public License as published by *
10 * the Free Software Foundation; either version 3 of the License, or *
11 * (at your option) any later version. *
12 * *
13 * This library is distributed in the hope that it will be useful, *
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16 * GNU Lesser General Public License for more details. *
17 * *
18 * You should have received a copy of the GNU Lesser General Public License *
19 * along with this program. If not, see <http://www.gnu.org/licenses/> *
20 ********************************************************************************/
21 #ifndef FXSEARCHDIALOG_H
22 #define FXSEARCHDIALOG_H
23 
24 #ifndef FXREPLACEDIALOG_H
25 #include "FXReplaceDialog.h"
26 #endif
27 
28 namespace FX {
29 
30 
41 class FXAPI FXSearchDialog : public FXReplaceDialog {
42  FXDECLARE(FXSearchDialog)
43 protected:
44  FXSearchDialog(){}
45 private:
47  FXSearchDialog &operator=(const FXSearchDialog&);
48 public:
49 
51  FXSearchDialog(FXWindow* owner,const FXString& caption,FXIcon* ic=nullptr,FXuint opts=0,FXint x=0,FXint y=0,FXint w=0,FXint h=0);
52 
54  virtual ~FXSearchDialog();
55  };
56 
57 }
58 
59 #endif
Window is the base class for all widgets in FOX.
Definition: FXWindow.h:130
Search Dialog.
Definition: FXSearchDialog.h:41
Definition: FX4Splitter.h:28
An Icon is an image with two additional server-side resources: a shape bitmap, which is used to mask ...
Definition: FXIcon.h:42
Search and Replace Dialog.
Definition: FXReplaceDialog.h:53
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42

Copyright © 1997-2022 Jeroen van der Zijp