|
||
class CApaSystemControl : public CBase;
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.
CBase
-
Base class for all classes to be instantiated on the heap.
CApaSystemControl
- Wrapper to a control panel application.
Defined in CApaSystemControl
:
Caption()const
Gets the control's caption.CreateL()
FileName()const
Gets the full path name of the control.Icon()const
Gets the control's icon.ShortCaption()const
Gets the control's short caption.Type()const
Gets the UID that uniquely identifies the control.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...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.
|