diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_inverter.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_inverter.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_inverter.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,216 +1,202 @@ - -
-Public Member Functions | ||||||||||||||||||||||||||||
virtual | ~CInverter () | |||||||||||||||||||||||||||
+
+
Detailed Description- | ||||||||||||||||||||||||||||
void | Stop () | |||||||||||||||||||||||||||
void | ConstructL () | |||||||||||||||||||||||||||
void | DoInvert () | |||||||||||||||||||||||||||
void | ReverseWord (TBuf< 20 > buf) | |||||||||||||||||||||||||||
Static Public Member Functions | ||||||||||||||||||||||||||||
-static CInverter * | NewL () | |||||||||||||||||||||||||||
static TInt | StaticWake (TAny *) |
Definition at line 21 of file CInverter.h.
-Definition at line 21 of file CInverter.h.
+CInverter::~CInverter | +CInverter::~CInverter | ( | -+ | ) | - [virtual] |
+ [virtual] |
Destructor, cancels the periodic timer, close the message queues.
--Destructor, cancels the periodic timer, close the message queues. -
Definition at line 37 of file CInverter.cpp.
+Definition at line 37 of file CInverter.cpp.
-
TInt CInverter::RecieveMsg | +TInt CInverter::RecieveMsg | ( | -+ | ) | -+ |
The following function opens the InveterInQ message queue and recieves data from it. If the recieved message indicates stop command given by the first process, it stops the timer and closes the message queue etc. This function is called at a regular interval of 5 secs, so every five seconds data is recieved by this process.
--The following function opens the InveterInQ message queue and recieves data from it. If the recieved message indicates stop command given by the first process, it stops the timer and closes the message queue etc. This function is called at a regular interval of 5 secs, so every five seconds data is recieved by this process. -
Definition at line 90 of file CInverter.cpp.
+Definition at line 90 of file CInverter.cpp.
void CInverter::SendMsg | +void CInverter::SendMsg | ( | -+ | ) | -+ |
The following function will send the message to the message queue after inverting the words.
--The following function will send the message to the message queue after inverting the words. -
Definition at line 116 of file CInverter.cpp.
+Definition at line 116 of file CInverter.cpp.
void CInverter::Stop | +void CInverter::Stop | ( | -+ | ) | -+ |
This function is called when user gives stop command, it closes the message queue, stops the scheduler and cancels the timer.
--This function is called when user gives stop command, it closes the message queue, stops the scheduler and cancels the timer. -
Definition at line 173 of file CInverter.cpp.
+Definition at line 173 of file CInverter.cpp.
TInt CInverter::StaticWake | +TInt CInverter::StaticWake | ( | TAny * | -aAny | +aAny | ) | - [static] |
+ [static] |
The following function is called periodically at an interval specified in the Start function of the CPeriodic class.
--The following function is called periodically at an interval specified in the Start function of the CPeriodic class. -
Definition at line 75 of file CInverter.cpp.
+Definition at line 75 of file CInverter.cpp.
void CInverter::ConstructL | +void CInverter::ConstructL | ( | -+ | ) | -+ |
Construct a periodic timer and starts the timer function.
--Construct a periodic timer and starts the timer function. -
Definition at line 60 of file CInverter.cpp.
+Definition at line 60 of file CInverter.cpp.
void CInverter::DoInvert | +void CInverter::DoInvert | ( | -+ | ) | -+ |
The following function inverts words in the sentence, recieved by the message queue.
--The following function inverts words in the sentence, recieved by the message queue. -
Definition at line 133 of file CInverter.cpp.
+Definition at line 133 of file CInverter.cpp.
void CInverter::ReverseWord | +void CInverter::ReverseWord | ( | TBuf< 20 > | -buf | +buf | ) | -+ |
Reverse the individual words of the sentence, filtered in the function above.
--Reverse the individual words of the sentence, filtered in the function above. -
Definition at line 159 of file CInverter.cpp.
+Definition at line 159 of file CInverter.cpp.
-