Audacity 3.2.0
|
Subclasses may hold information such as a parent window pointer for a dialog. More...
#include <BasicUI.h>
Public Member Functions | |
WindowPlacement ()=default | |
WindowPlacement (const WindowPlacement &)=delete | |
Don't slice. More... | |
WindowPlacement & | operator= (const WindowPlacement &)=delete |
Don't slice. More... | |
virtual | operator bool () const |
Whether null; default in the base class returns false. More... | |
virtual | ~WindowPlacement () |
Subclasses may hold information such as a parent window pointer for a dialog.
The default-constructed empty value of this base class must be accepted by overrides of methods of Services
|
default |
|
delete |
Don't slice.
|
virtualdefault |
|
explicitvirtual |
Whether null; default in the base class returns false.
Reimplemented in wxWidgetsWindowPlacement.
Definition at line 192 of file BasicUI.cpp.
|
delete |
Don't slice.