API published in: S60 1st Ed
Link against: eikcoctl.lib
Required Capabilities
None
#include <eikfnlab.h>
Inherits CEikBorderedControl.
Public Member Functions |
|
IMPORT_C | CEikFileNameLabel () |
C++ Default Constructor. |
|
IMPORT_C | ~CEikFileNameLabel () |
Destructor. |
|
IMPORT_C void | ConstructL () |
Second phase constructor. |
|
IMPORT_C void | UpdateL () |
Updates the file name label with the name of the application. |
|
IMPORT_C void | GetColorUseListL (CArrayFix< TCoeColorUse > &aColorUseList) const |
Not used in S60. |
|
IMPORT_C void | HandleResourceChange (TInt aType) |
Handles a change to the control's resources. |
|
IMPORT_C TSize | MinimumSize () |
Sets the control's minimum required size. |
|
IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
Handles pointer events. |
|
Protected Member Functions |
|
IMPORT_C void | Draw (const TRect &aRect) const |
Draws the borders of the control. |
|
C++ Default Constructor. Sets the default border. |
|
Destructor. |
|
Second phase constructor. Completes the construction of a file name label control. |
|
Draws the borders of the control. The screen appearance of derived classes can be changed by overriding this method. By default, this draws a border of the appropriate type around the control.
From
Reimplemented from CEikBorderedControl. |
|
Not used in S60.
From
Reimplemented from CEikBorderedControl. |
|
Handles pointer events. This function gets called whenever a pointer event occurs in the control, i.e. when the pointer is within the control's extent, or when the control has grabbed the pointer. If the pointer event occurs within this control, the function will launch the task swapper. If overriding this method, the implementation must include a base call to this method.
From
Reimplemented from CEikBorderedControl. |
|
Handles a change to the control's resources.
The types of resources handled are those which are shared across the environment, e.g. colours or fonts. For colour scheme
changes, If overriding this method, the implementation must include a base call to this method.
From
Reimplemented from CEikBorderedControl. |
|
Sets the control's minimum required size. This function should be overridden by the concrete control class if the control is to be displayed inside a dialog. Dialogs set the size and position of their components automatically, and use this function to enquire the minimum size that a control requires. Other container controls that automatically calculate the layout of their components may also use this function.
From
|
|
Updates the file name label with the name of the application. If the application is file-based, then the file name of the main document will be shown. Otherwise the label will be the application's caption. |