#include <window_manager.hpp>
Inheritance diagram for CWindowManagerEvent:


Definition at line 318 of file window_manager.hpp.
Public Types | |
| enum | EEventType { eClientChanged = CEvent::eEvent_MinClientID, eCloseClientsRequest, ePostCommand } |
Public Member Functions | |
| CWindowManagerEvent (EEventType type, IWMClient *client) | |
| CWindowManagerEvent. | |
| CWindowManagerEvent (IWMClient *client, TCmdID cmd) | |
| CWindowManagerEvent (EEventType type, const vector< IWMClient * > &clients) | |
| IWMClient * | GetClient () |
| void | GetClients (vector< IWMClient * > &clients) |
| TCmdID | GetCmd () const |
Protected Attributes | |
| IWMClient * | m_Client |
| vector< IWMClient * > | m_Clients |
| TCmdID | m_Cmd |
|
|
Definition at line 322 of file window_manager.hpp. |
|
||||||||||||
|
Definition at line 108 of file window_manager.cpp. |
|
||||||||||||
|
Definition at line 115 of file window_manager.cpp. |
|
||||||||||||
|
Definition at line 123 of file window_manager.cpp. References _ASSERT, and eCloseClientsRequest. |
|
|
Definition at line 133 of file window_manager.cpp. References m_Client. Referenced by CWindowManager::OnPostCommand(). |
|
|
Definition at line 139 of file window_manager.cpp. References m_Clients. Referenced by CWindowManager::OnCloseClientsRequestEvent(). |
|
|
Definition at line 334 of file window_manager.hpp. References m_Cmd. Referenced by CWindowManager::OnPostCommand(). |
|
|
Definition at line 337 of file window_manager.hpp. Referenced by GetClient(). |
|
|
Definition at line 338 of file window_manager.hpp. Referenced by GetClients(). |
|
|
Definition at line 339 of file window_manager.hpp. Referenced by GetCmd(). |
1.4.6
Modified on Mon Dec 07 16:24:21 2009 by modify_doxy.py rev. 173732