Audacity 3.2.0
Public Member Functions | List of all members
BasicUI::WindowPlacement Class Reference

Subclasses may hold information such as a parent window pointer for a dialog. More...

#include <BasicUI.h>

Inheritance diagram for BasicUI::WindowPlacement:
[legend]

Public Member Functions

 WindowPlacement ()=default
 
 WindowPlacement (const WindowPlacement &)=delete
 Don't slice. More...
 
WindowPlacementoperator= (const WindowPlacement &)=delete
 Don't slice. More...
 
virtual operator bool () const
 Whether null; default in the base class returns false. More...
 
virtual ~WindowPlacement ()
 

Detailed Description

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

Definition at line 30 of file BasicUI.h.

Constructor & Destructor Documentation

◆ WindowPlacement() [1/2]

BasicUI::WindowPlacement::WindowPlacement ( )
default

◆ WindowPlacement() [2/2]

BasicUI::WindowPlacement::WindowPlacement ( const WindowPlacement )
delete

Don't slice.

◆ ~WindowPlacement()

BasicUI::WindowPlacement::~WindowPlacement ( )
virtualdefault

Member Function Documentation

◆ operator bool()

BasicUI::WindowPlacement::operator bool ( ) const
explicitvirtual

Whether null; default in the base class returns false.

Reimplemented in wxWidgetsWindowPlacement.

Definition at line 191 of file BasicUI.cpp.

191{ return false; }

◆ operator=()

WindowPlacement & BasicUI::WindowPlacement::operator= ( const WindowPlacement )
delete

Don't slice.


The documentation for this class was generated from the following files: