windowing/windowserver/inc/W32STD.H
changeset 194 18f84489a694
parent 152 9f1c3fea0f87
equal deleted inserted replaced
183:6a1564a2f3e6 194:18f84489a694
  1534     IMPORT_C void EnableWindowSizeCacheL();
  1534     IMPORT_C void EnableWindowSizeCacheL();
  1535 	IMPORT_C void SendEffectCommand(TInt aTfxCmd, const TDesC8& aTfxCmdData=KNullDesC8);
  1535 	IMPORT_C void SendEffectCommand(TInt aTfxCmd, const TDesC8& aTfxCmdData=KNullDesC8);
  1536 
  1536 
  1537 // Registering/Unregistering of TFX effect, to allow animations to be associated with each transition
  1537 // Registering/Unregistering of TFX effect, to allow animations to be associated with each transition
  1538 	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);
  1539 	IMPORT_C void UnregisterEffect(TInt aAction, TInt aPurpose, TUint aAppUid=0);
       
  1540 	IMPORT_C void UnregisterAllEffects();
  1539 	IMPORT_C void UnregisterAllEffects();
  1541 	IMPORT_C void OverrideEffects(TInt aAction, TInt aPurpose, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
  1540 	IMPORT_C void OverrideEffects(TInt aAction, TInt aPurpose, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
  1542 	
  1541 	
  1543 //Application tells the window server the orientation of rendering it intends to use
  1542 //Application tells the window server the orientation of rendering it intends to use
  1544 	IMPORT_C void IndicateAppOrientation(TRenderOrientation aOrientation);
  1543 	IMPORT_C void IndicateAppOrientation(TRenderOrientation aOrientation);
  1733 	IMPORT_C void SetPurpose(TInt aPurpose);
  1732 	IMPORT_C void SetPurpose(TInt aPurpose);
  1734 	IMPORT_C void SendEffectCommand(TInt aTfxCmd, const TDesC8& aTfxCmdData=KNullDesC8);
  1733 	IMPORT_C void SendEffectCommand(TInt aTfxCmd, const TDesC8& aTfxCmdData=KNullDesC8);
  1735 	IMPORT_C void OverrideEffects(TInt aAction, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
  1734 	IMPORT_C void OverrideEffects(TInt aAction, const TFileName& aResourceDir, const TFileName& aFilenameOutgoing, const TFileName& aFilenameIncoming, TBitFlags aFlags=0);
  1736     IMPORT_C TInt FixNativeOrientation();
  1735     IMPORT_C TInt FixNativeOrientation();
  1737     IMPORT_C TSize SizeForEgl() const;
  1736     IMPORT_C TSize SizeForEgl() const;
       
  1737     IMPORT_C TInt SetPointerAcceptanceRegion(const TRegion &aRegion);
  1738 protected:
  1738 protected:
  1739 	TInt construct(const RWindowTreeNode &parent,TUint32 aHandle, TInt aType, TDisplayMode aDisplayMode);
  1739 	TInt construct(const RWindowTreeNode &parent,TUint32 aHandle, TInt aType, TDisplayMode aDisplayMode);
  1740 	};
  1740 	};
  1741 
  1741 
  1742 
  1742