diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/icldecodeexample_8cpp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/icldecodeexample_8cpp.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,50 @@ + +
++Go to the source code of this file.
Variables | |
const TDecodeParams | KDecodeParams [] |
Definition in file icldecodeexample.cpp.
+const TDecodeParams KDecodeParams[] | +
+Initial value:
+ { + {EFalse, EFalse, EFalse, 1, _S("\\ICLExample\\NormalFull.mbm")}, + {ETrue, EFalse, EFalse, -1, _S("\\ICLExample\\ClipFull.mbm")}, + {ETrue, EFalse, ETrue, -2, _S("\\ICLExample\\MirrorVertClipQuarter.mbm")}, + {ETrue, ETrue, ETrue, -3, _S("\\ICLExample\\Rotate90MirrorVertClipEighth.mbm")}, + {EFalse, ETrue, EFalse, 1, _S("\\ICLExample\\Rotate90Full.mbm")}, + {EFalse, EFalse, EFalse, 1, NULL} + } +
Definition at line 943 of file icldecodeexample.cpp.
+ ++