#include <mi32/geocatd.h>
Inheritance diagram for GEOCAT_DIALOG:

Public Member Functions | |
| void | ClearSelectedObjects () |
| GEOCAT_DIALOG () | |
| bool | GetSelectedObject (RVCOBJITEM &objitem) const |
| bool | GetSelectedObjects (RVCOBJITEMLIST &objlist) const |
| void | SetAllowedObjTypes (const SIMPLE_ARRAY< UINT16 > &objtypes) |
| void | SetSearchExtents (const DRECT2D &SearchExtents, const SPATREF::COORDREFSYS &ExtentsCRS) |
| void | SetSearchObjType (UINT16 objtype) |
| void | SetSearchObjTypes (const SIMPLE_ARRAY< UINT16 > &objtypes) |
| void | SetSearchPoint (const DPOINT2D &SearchPoint, const SPATREF::COORDREFSYS &PointCRS) |
| virtual | ~GEOCAT_DIALOG () |
Protected Member Functions | |
| virtual const char * | GetDialogHelpID () const |
| virtual const char * | GetDialogName () const |
| virtual void | OnApply () |
| virtual ERRVALUE | OnInitDialog (Widget form) |
| virtual void | OnOK () |
| virtual void | OnOpen () |
Definition at line 77 of file geocatd.h.
|
|
|
|
|
|
|
|
Clear selected objects.
|
|
|
Get dialog HelpID.
Implements MIDIALOG. |
|
|
Get dialog name for title resource.
Implements MIDIALOG. |
|
|
Get first selected object.
|
|
|
Get current selected object list.
|
|
|
Called when user presses "Apply" or "OK" button. Derived class must call superclass OnApply() method before performing its own processing. Reimplemented from MIDIALOG. |
|
|
Create dialog contents.
Implements MIDIALOG. |
|
|
Called when OK button pressed.
Reimplemented from MIDIALOG. |
|
|
Called when dialog is opened.
Reimplemented from MIDIALOG. |
|
|
Set object types to search for. If used, this must be done before initially opening the dialog. If more than one type is allowed the 'Search' panel will include buttons to choose from among the specified types. The default is to allow all "displayable" object types.
|
|
||||||||||||
|
Set extents for next "range" search operation.
|
|
|
Set single object type to search for. If object type is not allowed for searching the setting will be ignored
|
|
|
Set object types to search for. Object types not "allowed" for selection will be ignored.
|
|
||||||||||||
|
Set point for next "point" search operation.
|
1.3.8-20040913