8#ifndef META_OCEAN_PLATFORM_WXWIDGETS_FRAME_MEDIUM_WINDOW_H
9#define META_OCEAN_PLATFORM_WXWIDGETS_FRAME_MEDIUM_WINDOW_H
52 FrameMediumWindow(
const wxString& title,
wxWindow* parent =
nullptr,
const wxPoint& pos = wxPoint(-1, -1),
const wxSize& size = wxSize(-1, -1));
69 inline void setFinishedCallback(
const Callback& callback);
This class implements a container for callback functions.
Definition Callback.h:3456
This class implements a recursive lock object.
Definition Lock.h:31
This class implements a thread.
Definition Thread.h:115
This class implements a timestamp.
Definition Timestamp.h:36
The namespace covering the entire Ocean framework.
Definition Accessor.h:15