Update contrib.
1 // Copyright (c) 2006-2010 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 // CWsWindow and associated classes definitions
18 #ifndef __WINDOWGROUP_H__
19 #define __WINDOWGROUP_H__
24 class CWsWindowGroup : public CWsWindowBase, public MWsWindowGroup
27 enum {EMaxIdentifierCount=10000}; // Could go as high as the highest signed int, but this would be impractical to test
28 enum TGroupWindowFlags {
29 EGroupFlagDisableKeyClick=0x01,
30 EGroupFlagReceivesFocus= 0x02,
31 EGroupFlagAutoForeground= 0x04,
32 EGroupFlagHandlesDeviceChange= 0x08,
33 EGroupFlagScreenDeviceDeleted= 0x10,
34 EGroupFlagMsgQueueActive= 0x20,
35 EGroupFlagMsgQueueNew= 0x40,
36 EGroupFlagMessageSignalled= 0x80,
39 static CWsWindowGroup* NewL(CWsClient* aOwner, CScreen* aScreen,
40 const TWsClCmdCreateWindowGroup& aCmd);
43 CWsWindowGroup(CWsClient* aOwner,CScreen* aScreen);
44 void ConstructL(const TWsClCmdCreateWindowGroup &aCmd);
45 public: // virtual functions from CWsObject
46 void CommandL(TInt aOpcode, const TAny *aCmdData);
47 public: // virtual functions from CWsWindowBase
48 TPoint Origin() const;
49 TRect AbsRect() const;
51 void SendState(MWsWindowTreeObserver& aWindowTreeObserver) const;
52 void SendStateWindowGroupChain(MWsWindowTreeObserver& aWindowTreeObserver) const;
54 public: // virtual functions from MWsWindowGroup
55 TInt Identifier() const;
57 TBool IsFocusable() const;
58 TInt OrdinalPriority() const;
59 const MWsClient * Client() const;
62 CWsTopClientWindow *Child() const;
63 inline CWsWindowGroup *PrevSibling() const;
64 inline CWsWindowGroup *NextSibling() const;
65 CWsRootWindow *Parent() const;
66 virtual void AreaCovered(TRegion &aRegion);
67 void UpdateOrdinalPriority(TBool aDoAdjust);
70 inline RWsTextCursor *TextCursor();
71 inline TBool ReceivesFocus() const;
72 static TInt NumWindowGroups(TBool aAllPriorities, TInt aPriority);
73 static TInt SendWindowGroupListAndChainL(TBool aAllPriorities, TInt aPriority, TInt aCount);
74 static TBool SendEventToAllGroups(TBool aAllPriorities,TBool aOnePerClient,const TWsClCmdSendEventToWindowGroup& aData);
75 static void SendMessageToAllGroupsL(CWsClient& aSender,TBool aAllPriorities,const TWsClCmdSendMessageToWindowGroup& aData);
76 static void GetFocusWindowGroupL();
77 static void ReleasePendedMessagesToAllGroups(CWsClient * aClient);
78 virtual void SetOrdinalPosition(TInt pos);
79 TBool SetOrdinalPosition(TInt pos,CWsWindowGroup *aClosingWindow);
80 void SetOrdinalPriority(TInt aPos, TInt aPriority);
81 void QueueMessageL(TUid aUid, TInt aDataLength, CWsClient& aSender);
82 void AddPriorityKeyL(TUint aKeycode, TUint aModifierMask, TUint aModifiers);
83 void RemovePriorityKey(TUint aKeycode, TUint aModifierMask, TUint aModifiers);
84 void RemoveAllPriorityKeys();
85 TBool CheckForPriorityKey(const TKeyEvent &aKeyEvent);
86 inline CWsPointerCursor *GroupPointerCursor() const;
87 static CWsWindowGroup *WindowGroupFromIdentifier(TInt aIdentifier);
88 static CWsWindowGroup *WindowGroupFromIdentifierL(TInt aIdentifier);
89 static CWsWindowGroup *FindWindowGroupL(CWsClient* aClient,TInt aIdentifier,TInt aOffset,const TPtrC *aMatch,const TThreadId *aThreadId);
90 inline HBufC *GroupName();
91 inline void SetNextDefaultOwningWindow(CWsWindowGroup *aNext);
92 inline CWsWindowGroup **NextDefaultOwningWindowPtr();
93 void SetScreenDeviceValidState(const DWsScreenDevice *aDevice);
94 void SetScreenChangeEventStateL(TBool aEnabled);
95 TBool ScreenDeviceValid() const;
96 TBool CanReceiveFocus() const;
97 static void SetScreenDeviceValidStates(const DWsScreenDevice *aDevice);
98 static void SetScreenDeviceValidStates(CScreen* aScreen);
99 static void NewOrientation(TInt aMode,CFbsBitGc::TGraphicsOrientation aRotation, CWsRootWindow* aRootWindow);
100 inline DWsScreenDevice *Device();
101 void FetchMessageL();
102 static inline void SetFocusGainPreprocessing(TBool aDo);
103 TBool IsChained(TInt& aParentId);
104 inline TInt NumWindowGroupsOnMyScreen(TInt aPriority);
105 static TInt NumWindowGroupsOnScreen(const CWsWindowGroup* aGroupWin,TBool aAllPriorities,TInt aPriority);
106 inline void SetScreenDeviceDeleted();
107 inline TBool ScreenDeviceDeleted() const;
108 static TInt SendWindowGroupListL(TInt aScreenNumber, TBool aAllPriorities, TInt aPriority, TInt aCount);
109 static void GetFocusWindowGroupL(TInt aScreenNumber);
110 void SetScreenDevice(DWsScreenDevice *aDevice);
111 static void SetEventQueueTestState(TBool aEventQueState);
112 TBool HasVisibleTranslucentChild();
113 void ReleasePendedMessage();
115 void SwitchToOwningWindow(CWsWindowGroup *aClosingWindow);
116 void MoveChainedWindows(TDblQueIter<CWsWindowGroup>& aIter,TBool aForward,TInt aPos,CWsWindowGroup* aClosingWindow);
117 TBool DoSetOrdinalPosition1(TInt aPos,CWsWindowGroup *aClosingWindow);
118 void DoSetOrdinalPosition2(TInt aPos,CWsWindowGroup *aClosingWindow);
119 TBool SignalMessageReady();
120 static void AdvanceIdentifierCount();
121 void StatusDump(TDes &aBuf);
122 void PurgeCapturedKeys();
123 inline void UpdateKeyClickState();
124 void ResetFocus(CWsWindowGroup *aClosingWindow);
125 static TInt GetWindowGroupListL(TInt aScreenNo,TBool aAllPriorities,TInt aPriority,TInt aCount,CArrayFixFlat<TInt>* aList);
126 inline CWsWindowGroup* BeforeInChain();
127 static void GetWindowGroupListAndChainL(TInt aScreen,TBool aAllPriorities,TInt aPriority
128 ,RArray<RWsSession::TWindowGroupChainInfo>& list,TInt& aCountLeft);
129 TBool CheckCapability(TInt& aOrdinalPriority);
130 void DeleteQueue(TDblQue<CWsWindowGroup>* aQueue);
131 TInt NumClientWindowGroups();
132 void DisconnectFloatingSprites();
134 RWsTextCursor iTextCursor;
136 TInt iOrdinalPriorityBase;
137 TInt iOrdinalPriorityAdjust;
138 TPriorityKey *iPriorityKeys;
139 TInt iOwningWindowGroup;
142 CWsWindowGroup *iNextDefaultOwningWindow;
143 CArrayVarSeg<TWsMessage> *iMessageArray;
144 static TInt iIdentifierCount;
145 DWsScreenDevice *iScreenDevice;
146 static RPointerArray< TDblQue<CWsWindowGroup> > iChains;
147 TDblQue<CWsWindowGroup>* iQueue;
148 TDblQueLink iChainLink;
150 static TBool iFocusGainPreProcess; //'REMOVEFADINGONFOCUSGAIN' flag in INI file
151 // used for eventqueue testing
153 static TInt iSkipCount;
155 static TBool iEventQueueTest;
156 friend class TWsPointer;
159 inline CWsTopClientWindow *CWsWindowGroup::Child() const
161 return (CWsTopClientWindow *)iChild;
164 inline CWsWindowGroup *CWsWindowGroup::NextSibling() const
166 return (CWsWindowGroup *)iSibling;
169 inline CWsWindowGroup *CWsWindowGroup::PrevSibling() const
171 return (CWsWindowGroup *)GetPrevSibling();
174 inline CWsRootWindow *CWsWindowGroup::Parent() const
176 return (CWsRootWindow *)iParent;
179 inline TBool CWsWindowGroup::ReceivesFocus() const
181 return(iFlags&EGroupFlagReceivesFocus);
184 inline RWsTextCursor *CWsWindowGroup::TextCursor()
189 inline HBufC *CWsWindowGroup::GroupName()
194 inline void CWsWindowGroup::SetNextDefaultOwningWindow(CWsWindowGroup *aNext)
196 iNextDefaultOwningWindow=aNext;
199 inline CWsWindowGroup **CWsWindowGroup::NextDefaultOwningWindowPtr()
201 return &iNextDefaultOwningWindow;
205 @return A pointer to the DWsScreenDevice used by this window-group, or
206 NULL when there is no DWsScreenDevice used by the window-group.
208 inline DWsScreenDevice *CWsWindowGroup::Device()
210 return iScreenDevice;
213 inline void CWsWindowGroup::SetFocusGainPreprocessing(TBool aDo)
215 iFocusGainPreProcess=aDo;
218 inline void CWsWindowGroup::SetScreenDeviceDeleted()
220 iFlags|=EGroupFlagScreenDeviceDeleted;
221 iScreenDevice = NULL; // PDEF100409
224 inline TBool CWsWindowGroup::ScreenDeviceDeleted() const
226 return (iFlags&EGroupFlagScreenDeviceDeleted);