#include <mw/apadoc.h>
| class CApaDocument::TCapability |
| Public Member Functions | |
|---|---|
| TCapability() | |
| TBool | CanDrawGlass() |
| TBool | CanPrint() |
| void | SetCanDrawGlass() |
| void | SetCanPrint() |
CApaDocument capabilities.
| IMPORT_C | TCapability | ( | ) |
Constructs a default capability object.
All capabilities are marked as "not supported".
| TBool | CanDrawGlass | ( | ) | const [inline] |
Tests whether the document supports being embedded as a glass door.
Returns: 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.
Returns: True, if printing is supported; false, otherwise.