ASPiK SDK
|
Public Member Functions | |
virtual CPoint | constraintSize (const CPoint &newSize)=0 |
virtual void | onSizeChanged (const CPoint &newSize)=0 |
virtual void | onPositionChanged (const CPoint &newPosition)=0 |
virtual void | onShow ()=0 |
virtual void | onHide ()=0 |
virtual void | onClosed ()=0 |
virtual bool | canClose ()=0 |
virtual void | onActivated ()=0 |
virtual void | onDeactivated ()=0 |
![]() | |
virtual bool | canHandleCommand (const Command &command)=0 |
virtual bool | handleCommand (const Command &command)=0 |
![]() | |
Interface (const Interface &)=delete | |
Interface (Interface &&)=delete | |
Interface & | operator= (const Interface &)=delete |
Interface & | operator= (Interface &&)=delete |
template<typename T > | |
const auto | dynamicCast () const |
template<typename T > | |
auto | dynamicCast () |