diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_dial_call.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,192 +1,170 @@ - - -TB10.1 Example Applications: CDialCall Class Reference - - - - -

CDialCall Class Reference

-Inheritance diagram for CDialCall:
-
- -

- -CISVAPIAsync -CISVAPIAsync -CISVAPIBase -CISVAPIBase - -
+ + + + +TB9.2 Example Applications: CDialCall Class Reference + + + + + +
+

CDialCall Class Reference

+

Inherits CISVAPIAsync, and CISVAPIAsync.

-

-List of all members. - - - - - - - - - - +

List of all members.

+

Public Member Functions

 ~CDialCall ()
void DoStartRequestL (const TDesC &aNumber)
void DoStartRequestL (const TDesC &aNumber)

Static Public Member Functions

static CDialCallNewL (MExecAsync *aController)
+ + + + + + + + + +

Public Member Functions

 ~CDialCall ()
void DoStartRequestL (const TDesC &aNumber)
void DoStartRequestL (const TDesC &aNumber)

Static Public Member Functions

static CDialCallNewL (MExecAsync *aController)
+static CDialCallNewL (MExecAsync *aController)

Public Attributes

CTelephony::TCallId iCallId
+


Detailed Description

+

Dials a call to the number passed as an argument to DoStartRequestL().

+

Dials a call to the specifed number taken as an argument to DoStartRequestL()

- -static CDialCallNewL (MExecAsync *aController) - -

Public Attributes

-CTelephony::TCallId iCallId - - -

Detailed Description

-Dials a call to the number passed as an argument to DoStartRequestL().

-Dials a call to the specifed number taken as an argument to DoStartRequestL() -

Definition at line 30 of file CDialCall.h.

-

Constructor & Destructor Documentation

- +

Definition at line 30 of file CDialCall.h.

+

Constructor & Destructor Documentation

+
- + - + - +
CDialCall::~CDialCall CDialCall::~CDialCall (  ) 
+

Destructor. Cancels any outstanding requests.

+

Destructor. Cancels outstanding requests.

-

-Destructor. Cancels any outstanding requests.

-Destructor. Cancels outstanding requests. -

Definition at line 37 of file CDialCall.cpp.

+

Definition at line 37 of file CDialCall.cpp.

-

-


Member Function Documentation

- +
+

Member Function Documentation

+
- + - + - +
CDialCall * CDialCall::NewL CDialCall * CDialCall::NewL ( MExecAsync aController aController  )  [static] [static]
- -

-Factory constructor.

-

Parameters:
+

Factory constructor.

+
Parameters:
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
+
-
Returns:
Instance of CDialCall class
-Factory constructor.

-

Parameters:
- - -
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
-
-
Returns:
Instance of CDialCall class
+
Returns:
Instance of CDialCall class
-

Definition at line 25 of file CDialCall.cpp.

+

Definition at line 25 of file CDialCall.cpp.

-

- + +

- + - + - +
void CDialCall::DoStartRequestL void CDialCall::DoStartRequestL ( const TDesC &  aNumber aNumber  )  [virtual] [virtual]
- -

-Sets the required parameters and starts dialling the call.

-

Parameters:
+

Sets the required parameters and starts dialling the call.

+
Parameters:
aNumber Phone number to dial.
+
-Makes a call to aNumber.

-

Parameters:
+

Makes a call to aNumber.

+
Parameters:
aNumber The number to dial
+
-

Reimplemented from CISVAPIBase.

+

Reimplemented from CISVAPIBase.

-

Definition at line 47 of file CDialCall.cpp.

+

Definition at line 47 of file CDialCall.cpp.

-

- + +

- + - + - +
void CDialCall::DoStartRequestL void CDialCall::DoStartRequestL ( const TDesC &  aNumber aNumber  )  [virtual] [virtual]
- -

-Virtual function for completing the request to start. Empty method.

-

Parameters:
+

Virtual function for completing the request to start. Empty method.

+
Parameters:
aNumber Number to be used
+
-

Reimplemented from CISVAPIBase.

+

Reimplemented from CISVAPIBase.

-

-


Member Data Documentation

- + +

Member Data Documentation

+
- +
CTelephony::TCallId CDialCall::iCallId CTelephony::TCallId CDialCall::iCallId
+

The ID of the call which will be made.

+

Identifies the dialled call.

-

-The ID of the call which will be made.

-Identifies the dialled call. -

Definition at line 52 of file CDialCall.h.

+

Definition at line 52 of file CDialCall.h.

-

-


Generated on Thu Jan 21 10:33:04 2010 for TB10.1 Example Applications by  + + +
Generated by  -doxygen 1.5.3
+doxygen 1.6.2