|
|
|
Location:
CntuiAddFieldDlg.h
Link against: qcontacui.lib
class CContactUiAddFieldDialog : public CEikDialog, public MContactsAppModelObserver;
This dialog provides possibilities to add data to a new contact or an existing contact. If the data should be saved to an already existing contact, a new dialog is launched where to select which contact the data should be added to.
MContactsAppModelObserver - No description.MCoeControlObserver - Interface for a control to send events to its observer controlMEikBorderedControl - Interface for bordered controlsMObjectProvider - An interface that allows an object to be part of a network of object providersCBase - Base class for all classes to be instantiated on the heapCCoeControl - Control base class from which all other controls are derivedCEikBorderedControl - A control which is drawn surrounded by a rectangular borderCEikDialog - Dialog base classCContactUiAddFieldDialog - This dialog provides possibilities to add data to a new contact or an existing contactDefined in CContactUiAddFieldDialog:
EEmail, EPhone, HandleContactsAppModelChangeL(), HandleContactsAppModelChangeL(), RunLD(), TDataType
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CCoeControl:
AccumulatedZoom(),
ActivateGc(),
BackedUpWindow(),
Background(),
CapturesPointer(),
ClaimPointerGrab(),
CloseWindow(),
ComponentArrayExists(),
Components(),
ControlContext(),
ControlEnv(),
CopyControlContextFrom(),
CreateBackedUpWindowL(),
CreateWindowL(),
DeactivateGc(),
DrawBackground(),
DrawDeferred(),
DrawForeground(),
DrawNow(),
DrawableWindow(),
EAbsoluteZoom,
ERelativeZoom,
EnableDragEvents(),
FindBackground(),
FindFontProvider(),
GetColor(),
GetGc(),
GetTextDrawer(),
GrabbingComponent(),
HandleComponentControlsResourceChange(),
HandleRedrawEvent(),
HitTest(),
IgnoreEventsUntilNextPointerUp(),
Index(),
InitComponentArrayL(),
IsActivated(),
IsBackedUp(),
IsBeingDestroyed(),
IsBlank(),
IsDimmed(),
IsFocused(),
IsNonFocusing(),
IsReadyToDraw(),
IsVisible(),
LayoutManager(),
MaximumWidth(),
MopNext(),
Observer(),
OverrideColorL(),
OwnsWindow(),
Parent(),
Position(),
PositionRelativeToScreen(),
Rect(),
RecursivelyMergedInputCapabilities(),
ReportEventL(),
Reserved_2(),
ResetGc(),
ScreenFont(),
SetAllowStrayPointers(),
SetBackground(),
SetBlank(),
SetCanDrawOutsideRect(),
SetComponentsToInheritVisibility(),
SetControlContext(),
SetCornerAndSize(),
SetExtent(),
SetExtentToWholeScreen(),
SetFocus(),
SetFocusing(),
SetFontProviderL(),
SetGc(),
SetGloballyCapturing(),
SetHitTest(),
SetMaximumWidth(),
SetMopParent(),
SetNonFocusing(),
SetObserver(),
SetPointerCapture(),
SetPosition(),
SetRect(),
SetSize(),
SetSizeWithoutNotification(),
SetUniqueHandle(),
SetZoomFactorL(),
Size(),
SystemGc(),
TZoomType,
TextDrawer(),
UniqueHandle(),
Window(),
ZoomWithType(),
iCoeEnv,
iContext,
iPosition,
iSize
Inherited from CEikBorderedControl:
Draw(),
PositionChanged(),
WriteInternalStateL(),
iBorder
Inherited from CEikDialog:
ActivateFirstPageL(),
ActivateL(),
ActivePageId(),
ActivePageIndex(),
AddCommandListL(),
AddTabL(),
AdjustAllIdsOnPage(),
Border(),
CEikDialog_Reserved_3(),
CEikDialog_Reserved_4(),
CEikDialog_Reserved_5(),
CEikDialog_Reserved_6(),
ComponentControl(),
ConstructFromResourceL(),
ConstructSleepingAlertDialogL(),
ConstructSleepingDialogL(),
Control(),
ControlCaption(),
ControlOrNull(),
CountComponentControls(),
CreateCustomControlL(),
CreateLineByTypeL(),
CurrentLine(),
DeleteCommandListL(),
DeleteLine(),
DisableTitlePointerEvents(),
DynInitOrDeleteCommandL(),
EAllPersistence,
ELandscapePersistence,
ENoPersistence,
EPortraitPersistence,
ESoftkeyStyleSmallPersistence,
ExecuteLD(),
ExitSleepingDialog(),
FindCompatibleUiConfig(),
FindLineIndex(),
FocusChanged(),
GetColorUseListL(),
GetHelpContext(),
HandleAttemptDimmedSelectionL(),
HandleCommandL(),
HandleControlArrayEventL(),
HandleControlEventL(),
HandleControlStateChangeL(),
HandleInteractionRefused(),
HandlePointerBufferReadyL(),
HandlePointerEventL(),
HandleResourceChange(),
HandleUiConfigChangedL(),
HasBorder(),
IdOfFocusControl(),
InputCapabilities(),
InsertLineL(),
IsCommandListActive(),
Layout(),
Line(),
LineChangedL(),
MakeLineVisible(),
MakeVisible(),
MakeWholeLineVisible(),
MapCommandHandler(),
MinimumSize(),
MopSupplyObject(),
OfferKeyEventL(),
OkToExitL(),
PageChangedL(),
Persistence(),
PostLayoutDynInitL(),
PreLayoutDynInitL(),
PreferredSize(),
PrepareForFocusGainL(),
PrepareForFocusLossL(),
PrepareForFocusTransitionL(),
PrepareForcedExitL(),
PrepareLC(),
RequestRelayout(),
ResetLineMinimumSizes(),
RotateFocusByL(),
RouseSleepingDialog(),
SetActivePageL(),
SetAdjacent(),
SetBorder(),
SetCategoryModelAsCommandsL(),
SetContainerWindowL(),
SetControlCaptionL(),
SetDimmed(),
SetHelpContext(),
SetInitialCurrentLine(),
SetLayoutManagerL(),
SetLineDimmedNow(),
SetLineNonFocusing(),
SetNeighbor(),
SetPageDensePacking(),
SetPageDimmedNow(),
SetParent(),
SetPersistence(),
SetSizeAndPosition(),
SetTextBaselineSpacing(),
SetTitleL(),
SetTitleLeftImageL(),
SizeChanged(),
SwapCommandListL(),
SwitchLineLatency(),
TPersistenceFlag,
TextBaselineOffset(),
Title(),
TryChangeFocusToL(),
TryExitL(),
operator class MQikCommandListOwner &(),
operator class MQikCommandListOwner *(),
operator const class MQikCommandListOwner &(),
operator const class MQikCommandListOwner *()
Inherited from MCoeControlObserver:
EEventInteractionRefused,
EEventPrepareFocusTransition,
EEventRequestCancel,
EEventRequestExit,
EEventRequestFocus,
EEventStateChanged,
MCoeControlObserver_Reserved1(),
MCoeControlObserver_Reserved2(),
TCoeEvent
Inherited from MEikBorderedControl:
ETypeId,
anonymous
Inherited from MObjectProvider:
MObjectProvider_Reserved1(),
MObjectProvider_Reserved2(),
MopGetObject(),
MopGetObjectNoChaining()
static IMPORT_C TBool RunLD(TDataType aType, const TDesC &aValue);
Launch the dialog and return only when the dialog has closed The dialog will be automatically deleted when this function returns This is termed a waiting, one-shot dialog.
|
|
virtual void HandleContactsAppModelChangeL(TContactsEventTypeMultiple aType, const RArray< TInt > &aAffectedIndices);
From MContactsAppModelObserver, takes care of changes in the model and updates the listbox.
|
virtual void HandleContactsAppModelChangeL(TContactsEventTypeSingle aType, TInt aAffectedIndex);
|