#include <CopperPrimitives.h>
Inheritance diagram for CopperCaption:


Public Member Functions | |
| virtual void | Init (CopperWindow *pParent, const MString &sName) | 
| virtual bool | IsFocusable () | 
| CLASS_RTTI (CopperCaption, CopperWindow) | |
Protected Attributes | |
| MercuryText | m_pText | 
Definition at line 30 of file CopperPrimitives.h.
| virtual void CopperCaption::Init | ( | CopperWindow * | pParent, | |
| const MString & | sName | |||
| ) |  [virtual] | 
        
| virtual bool CopperCaption::IsFocusable | ( | ) |  [inline, virtual] | 
        
Implements CopperWindow.
Reimplemented in CopperButton.
Definition at line 35 of file CopperPrimitives.h.
| CopperCaption::CLASS_RTTI | ( | CopperCaption | , | |
| CopperWindow | ||||
| ) | 
MercuryText CopperCaption::m_pText [protected]           | 
        
Definition at line 38 of file CopperPrimitives.h.