class CApaDocument::TCapability |
CApaDocument capabilities.
Public Member Functions | |
---|---|
TCapability() | |
TBool | CanDrawGlass() |
TBool | CanPrint() |
void | SetCanDrawGlass() |
void | SetCanPrint() |
Private Member Enumerations | |
---|---|
enum | anonymous { ECanDrawGlass = 0x01, ECanPrint = 0x02 } |
Private Attributes | |
---|---|
TInt | TCapability_Reserved1 |
TUint | iCapability |
TBool | CanDrawGlass | ( | ) | const [inline] |
Tests whether the document supports being embedded as a glass door. True if embedding as a glass door is supported; false otherwise.
TBool | CanPrint | ( | ) | const [inline] |
Tests whether the document supports being printed without using the full application UI. True, if printing is supported; false, otherwise.
void | SetCanDrawGlass | ( | ) | [inline] |
Sets the document as being capable of being embedded as a glass door.
void | SetCanPrint | ( | ) | [inline] |
Sets the document as being capable of being printed without using the full application UI.