idlehomescreen/xmluirendering/uiengine/inc/xncontroladapterimpl.h
branchRCL_3
changeset 78 89165693e770
parent 47 7be2816dbabd
equal deleted inserted replaced
59:d721605b30d0 78:89165693e770
    34 class CXnControlAdapter;
    34 class CXnControlAdapter;
    35 class CXnNode;
    35 class CXnNode;
    36 class CXnProperty;
    36 class CXnProperty;
    37 class CGulIcon;
    37 class CGulIcon;
    38 class CXnUiEngine;
    38 class CXnUiEngine;
       
    39 class CAknPointerEventSuppressor;
    39 
    40 
    40 //Constants
    41 //Constants
    41 _LIT( KMif, "mif(" );
    42 _LIT( KMif, "mif(" );
    42 _LIT8( KMenuBarNode, "menubar" );
    43 _LIT8( KMenuBarNode, "menubar" );
    43 const TInt KSpaceChar = 32;
    44 const TInt KSpaceChar = 32;
   549     TPoint iButtonDownStartPoint;
   550     TPoint iButtonDownStartPoint;
   550     /** Tells is background images are allready created*/
   551     /** Tells is background images are allready created*/
   551     TBool iBackgrondInitialized;
   552     TBool iBackgrondInitialized;
   552     /** Tells is border images are allready created*/
   553     /** Tells is border images are allready created*/
   553     TBool iBorderInitialized;
   554     TBool iBorderInitialized;
       
   555     /** Suppress drag events, owned */
       
   556     CAknPointerEventSuppressor* iSuppressor;
   554     };
   557     };
   555 
   558 
   556 #endif //__XNCONTROLADAPTERIMPL_H__
   559 #endif //__XNCONTROLADAPTERIMPL_H__