|
|
|
|
Location:
APGCTL.H
Link against: apgrfx.lib
class CApaSystemControl : public CBase;
Wrapper for a plug-in extension to the control panel.
An instance of the class represents an extension control's DLL. It is also a cache for the control's icon and caption.
An instance of the wrapper can only be constructed by the control list, which is a CApaSystemControlList object that is part of the internal implementation of Symbian OS.
CBase - Base class for all classes to be instantiated on the heap
CApaSystemControl - Wrapper for a plug-in extension to the control panel
Defined in CApaSystemControl:
Caption(), CreateL(), FileName(), Icon(), ShortCaption(), Type()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
IMPORT_C TUid Type() const;
Gets the UID that uniquely identifies the control.
|
IMPORT_C TFileName FileName() const;
Gets the full path name of the control.
|
IMPORT_C CApaMaskedBitmap *Icon() const;
Gets the control's icon.
|
IMPORT_C TPtrC Caption() const;
Gets the control's caption.
|
IMPORT_C TPtrC ShortCaption() const;
Gets the control's short caption.
|