PixelLightAPI
.
|
An application window is usually a top-level window with a border and a title bar. More...
#include <AppWindow.h>
Public Member Functions | |
PLGUI_API | AppWindow (Widget *pParent=nullptr) |
Constructor. | |
virtual PLGUI_API | ~AppWindow () |
Destructor. |
An application window is usually a top-level window with a border and a title bar.
PLGUI_API PLGui::AppWindow::AppWindow | ( | Widget * | pParent = nullptr | ) |
Constructor.
[in] | pParent | Pointer to parent widget |
virtual PLGUI_API PLGui::AppWindow::~AppWindow | ( | ) | [virtual] |
Destructor.
|