uifw/AvKon/src/AknStaticNoteDialog.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 4 8ca85d2f0db7
child 56 d48ab3b357f1
equal deleted inserted replaced
51:fcdfafb36fe7 55:aecbbf00d063
    29 #include <AknUtils.h>
    29 #include <AknUtils.h>
    30 #include <AknsUtils.h>
    30 #include <AknsUtils.h>
    31 #include <AknsDrawUtils.h>
    31 #include <AknsDrawUtils.h>
    32 
    32 
    33 #include <AknTasHook.h> // for testability hooks
    33 #include <AknTasHook.h> // for testability hooks
    34 
       
    35 #include "akntrace.h"
       
    36 class CAknStackIndicatorAttributes: public CBase
    34 class CAknStackIndicatorAttributes: public CBase
    37 	{
    35 	{
    38 public:
    36 public:
    39 	TSize iTwoNotesInStackBitmapSize;
    37 	TSize iTwoNotesInStackBitmapSize;
    40 	TSize iManyNotesInStackBitmapSize;
    38 	TSize iManyNotesInStackBitmapSize;
   167  *
   165  *
   168  * Just call CAknNoteDialog constructor
   166  * Just call CAknNoteDialog constructor
   169  */
   167  */
   170 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog() : CAknNoteDialog()
   168 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog() : CAknNoteDialog()
   171 	{
   169 	{
   172 	_AKNTRACE_FUNC_ENTER;
       
   173 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
   170 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
   174 	_AKNTRACE_FUNC_EXIT;
       
   175 	}
   171 	}
   176 
   172 
   177 /**
   173 /**
   178  * Another class constructor
   174  * Another class constructor
   179  *
   175  *
   182  *
   178  *
   183  * @param aSelfPtr Address of the dialog pointer
   179  * @param aSelfPtr Address of the dialog pointer
   184  */
   180  */
   185 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog(CEikDialog** aSelfPtr) : CAknNoteDialog(aSelfPtr)
   181 EXPORT_C CAknStaticNoteDialog::CAknStaticNoteDialog(CEikDialog** aSelfPtr) : CAknNoteDialog(aSelfPtr)
   186 	{
   182 	{
   187 	_AKNTRACE_FUNC_ENTER;
       
   188 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
   183 	AKNTASHOOK_ADD( this, "CAknStaticNoteDialog" );
   189 	_AKNTRACE_FUNC_EXIT;
       
   190 	}
   184 	}
   191 
   185 
   192 /**
   186 /**
   193  * Class destructor
   187  * Class destructor
   194  *
   188  *
   195  * Delete the stack indicator
   189  * Delete the stack indicator
   196  */
   190  */
   197 EXPORT_C CAknStaticNoteDialog::~CAknStaticNoteDialog()
   191 EXPORT_C CAknStaticNoteDialog::~CAknStaticNoteDialog()
   198 	{
   192 	{
   199 	_AKNTRACE_FUNC_ENTER;
       
   200 	AKNTASHOOK_REMOVE();
   193 	AKNTASHOOK_REMOVE();
   201 	delete iStackIndicator;
   194 	delete iStackIndicator;
   202 	_AKNTRACE_FUNC_EXIT;
       
   203 	}
   195 	}
   204 
   196 
   205 /**
   197 /**
   206  * Set the number of borders
   198  * Set the number of borders
   207  *
   199  *