#include <mw/apgctl.h>
Link against: apgrfx.lib
class CApaSystemControl : public CBase, public CBase |
Public Member Functions | |
---|---|
IMPORT_C TPtrC | Caption() |
IMPORT_C void | CreateL() |
IMPORT_C TFileName | FileName() |
IMPORT_C CApaMaskedBitmap * | Icon() |
IMPORT_C TPtrC | ShortCaption() |
IMPORT_C TUid | Type() |
Wrapper to a control panel application.
An instance of the class represents a control panel application. It is also a cache for the control's icon and caption.
An instance of the wrapper can only be constructed by the control panel application list, which is a CApaSystemControlList object.
IMPORT_C TPtrC | Caption | ( | ) | const |
Gets the control's caption.
IMPORT_C void | CreateL | ( | ) |
IMPORT_C TFileName | FileName | ( | ) | const |
Gets the full path name of the control.
IMPORT_C TPtrC | ShortCaption | ( | ) | const |
Gets the control's short caption.