ROVLib2
RISCOSC++applicationdevelopmentlibrary
Public Member Functions | Protected Attributes | List of all members
rov2::CApplicationIcon Class Reference
Inheritance diagram for rov2::CApplicationIcon:
Inheritance graph
[legend]
Collaboration diagram for rov2::CApplicationIcon:
Collaboration graph
[legend]

Public Member Functions

 CApplicationIcon (const std::string &rksSpriteName)
 
 ~CApplicationIcon ()
 
- Public Member Functions inherited from rov2::CIcon
const tIconHandle Handle () const
 
virtual ~CIcon ()
 
- Public Member Functions inherited from rov2::CClickable
virtual bool Clicked (const tMouseClickBlock &rkmcbClickBlock)
 
- Public Member Functions inherited from rov2::CUnassignable
 CUnassignable (const CUnassignable &)=delete
 
CUnassignableoperator= (const CUnassignable &)=delete
 
 CUnassignable ()
 

Protected Attributes

char caSpriteName [16]
 
- Protected Attributes inherited from rov2::CIcon
CWindowm_pwWindow
 
tIconHandle m_ihIcon
 

Additional Inherited Members

- Protected Member Functions inherited from rov2::CIcon
 CIcon ()
 

Detailed Description

Definition at line 12 of file applicationicon.h.

Constructor & Destructor Documentation

◆ CApplicationIcon()

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.

◆ ~CApplicationIcon()

rov2::CApplicationIcon::~CApplicationIcon ( )

Destroys an application icon

Definition at line 32 of file applicationicon.cpp.

Member Data Documentation

◆ caSpriteName

char rov2::CApplicationIcon::caSpriteName[16]
protected

The name of the sprite used to display as the icon

Definition at line 24 of file applicationicon.h.


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