Update contrib.
1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Definition of classes related event queues
18 #if !defined(__EVQUEUE_H__)
23 #include <graphics/WSGRAPHICDRAWERINTERFACE.H>
27 class CWsWindowRedraw;
28 class CWsGraphicDrawer;
30 enum TEventQueueWalkRet
33 EEventQueueWalkDeleteEvent,
34 EEventQueueWalkRestart,
38 typedef TEventQueueWalkRet (*EventQueueWalk)(TAny* aPtr, TWsEvent* aEvent);
40 enum TWservEventPriorities
48 CWsWindowRedraw* iRedraw;
52 class CEventBase : public CBase
55 enum TEventSignalledState
57 EEventFlagSignalled=0x1,
58 EEventFlagCancelled=0x2
61 CEventBase(CWsClient* aOwner);
64 void EventReadyCheck();
65 virtual void EventReady(const RMessagePtr2& aEventMsg);
66 void GetData(TAny* aData, TInt aLen);
68 void SignalEvent(TInt aCode = KErrNone);
69 inline TBool IsEventCancelled();
71 TInt iEventSignalledState;
73 RMessagePtr2 iEventMsg;
76 class CEventQueue : public CEventBase
79 enum {EExtraQueueSize=16};
80 enum {EMaxQueueSize=32};
81 enum {EMinQueueSize=2};
82 enum {EQueueGranularity=4};
85 ECompressNoPurge, // Compress only free space
86 ECompressPurge1, // Purge from only non-foreground queues
87 ECompressPurge2, // Purge from all queues
91 CEventQueue(CWsClient* aOwner);
94 TBool QueueEvent(const TWsEvent &event);
95 TBool QueueEvent(const TWsEvent &event, TWservEventPriorities aPriority);
96 TBool QueueEvent(TUint32 aTarget, TInt aEvent, TInt aIntVal = 0);
99 void UpdateLastEvent(const TWsEvent &event);
100 TBool UpdateLastPointerEvent(const TWsEvent &event);
101 void RemoveEvent(TInt index);
102 void PurgePointerEvents();
103 const TWsEvent* PeekLastEvent();
104 void WalkEventQueue(EventQueueWalk aFunc, TAny* aFuncParam);
107 static void Signal();
108 static void InitStaticsL();
109 static void DeleteStaticsL();
110 //void LogUpDownEvents(TChar aChar);
111 public:// from CEventBase
112 void EventReady(const RMessagePtr2& aEventMsg);
114 static void EventCopy(TWsEvent* aStart, TWsEvent* aEnd, TInt aNumEvents);
115 static TInt RequiredQueueSize(TInt aNumConnections);
116 void AdjustQueueSizeL(TInt aNewSize);
117 void IncreaseQueueSize(TInt aNumSpaces);
118 TInt FollowingGap() const;
120 TInt PurgeInactiveEvents(const TInt& aSizeRequired);
121 void Compress(TCompressMode aCompressMode);
124 TBool Expand(TWservEventPriorities aPriority);
125 TBool doExpand(TCompressMode aCompressMode);
128 void MoveUp(TInt aMove);
129 void MoveDown(TInt aMove);
130 TBool MoveDownAndExpand(TDblQueIter<CEventQueue> &aIter, TInt aExpand);
133 void ZapEvent(TWsEvent* aTarget);
134 void ZapEvents(TWsEvent* aTarget, TInt aLen);
138 TWsEvent* EventPtr(TInt index);
139 void RemoveEvent(TWsEvent* aEvToRemove);
140 inline void IncEventPointer(TWsEvent*& aEventPtr);
141 inline void DecEventPointer(TWsEvent*& aEventPtr);
142 void PurgeEventPairs(TWsEvent* aEventToPurge, TPointerEvent::TType aMatchingType, TPointerEvent::TType aSearchTerminator);
143 TWsEvent* NextPointerEvent(TWsEvent* aBaseEvent);
144 TBool CheckPurgePointerEvent(TWsEvent* aEventToPurge);
146 /** Position of head in local queue relative to iEventPtr.
147 First event to send to the Client. */
150 /** Number of events waiting in local queue */
153 /** Size of local queue = maximum number of events */
156 /** Beginning of local queue */
159 /** Used by iQueueList to link local queues */
162 /** Mutex for operations on global event queue */
163 static RMutex iMutex;
165 /** Always filled with zeros */
166 static TWsEvent iNullEvent;
168 /** List of event queues */
169 static TDblQue<CEventQueue> iQueueList;
171 /** Global queue that keeps all events queues */
172 static TWsEvent* iGlobalEventQueue;
174 /** Size of global queue */
175 static TInt iGlobalEventQueueSize;
177 /** Number of event queues */
178 static TInt iNumConnections;
181 class TWsRedrawEvent;
183 class CRedrawQueue : public CEventBase
187 CRedrawQueue(CWsClient *aOwner);
190 TBool TriggerRedraw();
192 void AddInvalid(CWsWindowRedraw *redrawWin);
193 void RemoveInvalid(CWsWindowRedraw *redrawWin);
195 TUint RedrawPriority(CWsWindowRedraw *aRedrawWin);
196 public:// from CEventBase
197 void EventReady(const RMessagePtr2& aEventMsg);
199 void DeleteFromQueue(TInt aIndex);
201 TBool FindOutstandingRedrawEvent(CWsWindowRedraw& aRedraw, TWsRedrawEvent& aEvent);
202 TBool FindWindowNeedingRedrawEvent(TWsRedrawEvent& aEvent);
205 CArrayFixSeg<TRedraw> *iRedraws; // List of windows and their areas that require redraws
207 TBool iRedrawTrigger;
208 TKeyArrayFix *iKeyPriority;
209 TKeyArrayFix *iKeyWindow;
210 static TWsRedrawEvent iNullRedrawEvent;
213 class CWsGraphicMessageQueue: public CEventBase
216 class CMessage: public CWsMessageData
219 static CMessage* New(const TDesC8& aData);
221 public: // From CWsMessageData
225 CMessage(const TDesC8& aData);
230 CWsGraphicMessageQueue(CWsClient *aOwner);
231 ~CWsGraphicMessageQueue();
232 void GetGraphicMessage();
233 void AbortMessage(TInt aError);
234 void EventReady(const RMessagePtr2& aEventMsg);
235 void Queue(CWsMessageData* aMessage);
236 TInt TopClientHandle() const;
238 CWsMessageData* iHead;
239 CWsMessageData* iTail;
240 CWsMessageData* Pop();
241 void GetDataWithHeader(TUint aHeader, const TDesC8& aData, TInt aDataLen);