ROVLib2
RISCOSC++applicationdevelopmentlibrary
|
Public Member Functions | |
CApplicationIcon (const std::string &rksSpriteName) | |
~CApplicationIcon () | |
![]() | |
const tIconHandle | Handle () const |
virtual | ~CIcon () |
![]() | |
virtual bool | Clicked (const tMouseClickBlock &rkmcbClickBlock) |
![]() | |
CUnassignable (const CUnassignable &)=delete | |
CUnassignable & | operator= (const CUnassignable &)=delete |
CUnassignable () | |
Protected Attributes | |
char | caSpriteName [16] |
![]() | |
CWindow * | m_pwWindow |
tIconHandle | m_ihIcon |
Additional Inherited Members | |
![]() | |
CIcon () | |
Definition at line 12 of file applicationicon.h.
rov2::CApplicationIcon::CApplicationIcon | ( | const std::string & | rksSpriteName | ) |
Creates a new instance of an application icon - one that appears on the right hand side of the icon bar.
Definition at line 11 of file applicationicon.cpp.
rov2::CApplicationIcon::~CApplicationIcon | ( | ) |
Destroys an application icon
Definition at line 32 of file applicationicon.cpp.
|
protected |
The name of the sprite used to display as the icon
Definition at line 24 of file applicationicon.h.