windowing/windowserver/inc/W32STD.H
changeset 188 1b081cb0800b
parent 85 cdf2f6e5c390
child 178 89bd4cfee505
equal deleted inserted replaced
187:9f66f99ee56f 188:1b081cb0800b
    31 #include <textcursor.h>
    31 #include <textcursor.h>
    32 #include <pointerevent.h>
    32 #include <pointerevent.h>
    33 #include <advancedpointerevent.h>
    33 #include <advancedpointerevent.h>
    34 #include <sizemode.h>
    34 #include <sizemode.h>
    35 #include <babitflags.h>
    35 #include <babitflags.h>
       
    36 #include <wspublishandsubscribedata.h>
    36 
    37 
    37 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    38 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    38 #include <graphics/windowserverconstants.h>
    39 #include <graphics/windowserverconstants.h>
    39 #include <graphics/pointereventdata.h>
    40 #include <graphics/pointereventdata.h>
    40 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
    41 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
  1378 		ECustomTextCursorAlignBaseline,
  1379 		ECustomTextCursorAlignBaseline,
  1379 		/** The y-origin of each sprite member bitmap is aligned with the bottom of the
  1380 		/** The y-origin of each sprite member bitmap is aligned with the bottom of the
  1380 		line. */
  1381 		line. */
  1381 		ECustomTextCursorAlignBottom
  1382 		ECustomTextCursorAlignBottom
  1382 		};
  1383 		};
       
  1384 	
  1383 //
  1385 //
  1384 public:
  1386 public:
  1385 	IMPORT_C RWsSession();
  1387 	IMPORT_C RWsSession();
  1386 	IMPORT_C TInt Connect();
  1388 	IMPORT_C TInt Connect();
  1387 	IMPORT_C TInt Connect(RFs& aFileServer);
  1389 	IMPORT_C TInt Connect(RFs& aFileServer);
  1536 	IMPORT_C void RegisterEffect(TInt aAction, TInt aPurpose, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TUint aAppUid=0, TBitFlags aFlags=0);
  1538 	IMPORT_C void RegisterEffect(TInt aAction, TInt aPurpose, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TUint aAppUid=0, TBitFlags aFlags=0);
  1537 	IMPORT_C void UnregisterEffect(TInt aAction, TInt aPurpose, TUint aAppUid=0);
  1539 	IMPORT_C void UnregisterEffect(TInt aAction, TInt aPurpose, TUint aAppUid=0);
  1538 	IMPORT_C void UnregisterAllEffects();
  1540 	IMPORT_C void UnregisterAllEffects();
  1539 	IMPORT_C void OverrideEffects(TInt aAction, TInt aPurpose, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
  1541 	IMPORT_C void OverrideEffects(TInt aAction, TInt aPurpose, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
  1540 	
  1542 	
       
  1543 //Application tells the window server the orientation of rendering it intends to use
       
  1544 	IMPORT_C void IndicateAppOrientation(TRenderOrientation aOrientation);
       
  1545 	
  1541 // functions not exported, used by CWsGraphic
  1546 // functions not exported, used by CWsGraphic
  1542 	void GraphicMessageReady(TRequestStatus *aStat);
  1547 	void GraphicMessageReady(TRequestStatus *aStat);
  1543 	void GetGraphicMessage(TDes8& aData) const;
  1548 	void GetGraphicMessage(TDes8& aData) const;
  1544 	void GraphicMessageCancel();
  1549 	void GraphicMessageCancel();
  1545 	void GraphicAbortMessage(TInt aError);
  1550 	void GraphicAbortMessage(TInt aError);