#include <WindowManager.h>
Public Methods | |
WindowManager () | |
~WindowManager () | |
Bool | Empty () const |
Bool | ColorsObtained () const |
Bool | IsApiMainCompleted () const |
void | CheckTimers () |
SimpleWindow * | GetWindow (const Window &window) const |
SimpleWindow * | GetWindow (const XEvent &Report) const |
Window | GetWindow (const SimpleWindow *WindowObject) const |
Bool | Register (SimpleWindow *PtrSimpleWindow) |
Bool | Unregister (const Window &window) |
DispatchStatus | CloseAWindow (SimpleWindow *Win) |
void | DescribeContents () const |
void | CheckEvents () |
DispatchStatus | DispatchMessage (XEvent &Report, SimpleWindow *Win) |
void | ApiMainIsCompleted () |
void | Terminate () |
Private Methods | |
Bool | InitializeColors (const char **FirstChoice, const char **SecondChoice, unsigned long int *Table, int NbrColors) |
ManagerStatus | CheckTermination () |
Private Attributes | |
Bool | ColorsMatched |
Bool | ApiMainCompleted |
unsigned int | ListSize |
DispatchListEntry * | DispatchList |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|