windowing/windowserver/nga/SERVER/openwfc/server.h
branchRCL_3
changeset 33 25f95128741d
parent 26 15986eb6c500
child 163 bbf46f59e123
equal deleted inserted replaced
26:15986eb6c500 33:25f95128741d
    50 	ESpriteAnimatePriority=900,			// Below normal heartbeat
    50 	ESpriteAnimatePriority=900,			// Below normal heartbeat
    51 	EPointerCursorPriority=950,
    51 	EPointerCursorPriority=950,
    52 	EHeartBeatPriority=1000,
    52 	EHeartBeatPriority=1000,
    53 	EKeyRepeatPriority=1980,
    53 	EKeyRepeatPriority=1980,
    54 	EPointerRepeatPriority=1980,// Same as for key repeats
    54 	EPointerRepeatPriority=1980,// Same as for key repeats
    55 	EClientBufferPriority=1990,	// Priority of idle object that completes the client buffer
       
    56 	EEventPriority=2000,
    55 	EEventPriority=2000,
    57 	EComposeCompletePriority=2500,		// Triggers further composition if necessary
    56 	EComposeCompletePriority=2500,		// Triggers further composition if necessary
    58 	EWsShellLogonPriority=3000,	// Log on to the shell dying
    57 	EWsShellLogonPriority=3000,	// Log on to the shell dying
    59 	EDirectTimeOut=4000,
    58 	EDirectTimeOut=4000,
    60 	EDirectAbort=4010,
    59 	EDirectAbort=4010,
   340 	static CWindowServer *NewL();
   339 	static CWindowServer *NewL();
   341 	~CWindowServer();
   340 	~CWindowServer();
   342 	void StartL();
   341 	void StartL();
   343 	TInt SessionCount();
   342 	TInt SessionCount();
   344 	MWsAnimationScheduler* AnimationScheduler();
   343 	MWsAnimationScheduler* AnimationScheduler();
       
   344 	void PrepareShutdown();
   345 	TBool ReleaseMemory();
   345 	TBool ReleaseMemory();
   346 	void DestroySessionsForShutdown();
   346 	void DestroySessionsForShutdown();
   347 	void SetPinClientDescriptors(TBool aPin);
   347 	void SetPinClientDescriptors(TBool aPin);
   348 public:	// from MWsGraphicDrawerEnvironment
   348 public:	// from MWsGraphicDrawerEnvironment
   349 	const CWsGraphicDrawer* ResolveGraphic(const TGraphicDrawerId& aId) const;
   349 	const CWsGraphicDrawer* ResolveGraphic(const TGraphicDrawerId& aId) const;