8#ifndef META_OCEAN_PLATFORM_WXWIDGETS_WX_DIALOG_H
9#define META_OCEAN_PLATFORM_WXWIDGETS_WX_DIALOG_H
18#include <wx/evtloop.h>
62 virtual void Exit(
int returnCode = 0);
89 explicit WxDialog(
wxWindow *parent, wxWindowID
id,
const wxString& title,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE,
const wxString& name = wxDialogNameStr);
96#ifdef OCEAN_PLATFORM_BUILD_WINDOWS
109 virtual bool Show(
bool show =
true);
134 bool endModalCalled_ =
false;
This class implements a recursive lock object.
Definition Lock.h:31
This template class implements a object reference with an internal reference counter.
Definition base/ObjectRef.h:58
This class implements a timestamp.
Definition Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition Accessor.h:15