nux-1.14.0
nux::WindowThread Member List
This is the complete list of members for nux::WindowThread, including all inherited members.
_async_wake_up_functor (defined in nux::WindowThread)nux::WindowThread
_async_wake_up_timer (defined in nux::WindowThread)nux::WindowThread
_fake_event_call_back (defined in nux::WindowThread)nux::WindowThread
_fake_event_mode (defined in nux::WindowThread)nux::WindowThread
_fake_event_timer (defined in nux::WindowThread)nux::WindowThread
_inside_main_loop (defined in nux::WindowThread)nux::WindowThread
_inside_timer_loop (defined in nux::WindowThread)nux::WindowThread
_last_timeline_frame_time_sec (defined in nux::WindowThread)nux::WindowThread
_last_timeline_frame_time_usec (defined in nux::WindowThread)nux::WindowThread
_pending_wake_up_timer (defined in nux::WindowThread)nux::WindowThread
_processing_fake_event (defined in nux::WindowThread)nux::WindowThread
_ready_for_next_fake_event (defined in nux::WindowThread)nux::WindowThread
AbstractThread(AbstractThread *Parent) (defined in nux::AbstractThread)nux::AbstractThread
AddChildThread(NThread *) (defined in nux::WindowThread)nux::WindowThread [protected, virtual]
AddObjectToRefreshList(Area *area)nux::WindowThread
AddTimeline(Timeline *timeline)nux::WindowThread
AddToDrawList(View *view) (defined in nux::WindowThread)nux::WindowThread
AsyncWakeUpCallback(void *) (defined in nux::WindowThread)nux::WindowThread [protected]
Attach(ThreadRoutineFunc lpThreadFunc)nux::NThread [inline]
BasePainter (defined in nux::WindowThread)nux::WindowThread [friend]
CallEventInspectors(Event *event)nux::WindowThread
ChildHasFinished(NThread *app) (defined in nux::WindowThread)nux::WindowThread [protected, virtual]
ClearDrawList() (defined in nux::WindowThread)nux::WindowThread
ClearRedrawFlag() (defined in nux::WindowThread)nux::WindowThread
ComputeElementLayout(Area *bo, bool recurse_to_top_level_layout=false)nux::WindowThread
CreateGUIThread(const TCHAR *WindowTitle, t_u32 width, t_u32 height, WindowThread *Parent, ThreadUserInitFunc UserInitFunc, void *InitData)nux::WindowThread [friend]
CreateModalWindowThread (defined in nux::WindowThread)nux::WindowThread [friend]
CreateSystemThread (defined in nux::WindowThread)nux::WindowThread [friend]
CreateWindowThread (defined in nux::WindowThread)nux::WindowThread [friend]
Detach(void)nux::NThread [inline]
DisableMouseKeyboardInput()nux::WindowThread [protected]
EnableMouseKeyboardInput()nux::WindowThread [protected]
EntryPoint(void *)nux::NThread [protected, static]
ExecutionLoop() (defined in nux::WindowThread)nux::WindowThread [protected]
GetDrawList() (defined in nux::WindowThread)nux::WindowThread
GetExitCode() const nux::NThread
GetFrameCounter() const (defined in nux::WindowThread)nux::WindowThread
GetFramePeriodeCounter() const (defined in nux::WindowThread)nux::WindowThread
GetFrameRate() const (defined in nux::WindowThread)nux::WindowThread
GetGraphicsEngine() const (defined in nux::WindowThread)nux::WindowThread [inline]
GetMainLayout()nux::WindowThread
GetPainter() const (defined in nux::WindowThread)nux::WindowThread [inline]
GetTheme() const (defined in nux::WindowThread)nux::WindowThread
GetThreadId() (defined in nux::NThread)nux::NThread
GetThreadState() const (defined in nux::NThread)nux::NThread
GetTimerHandler() const (defined in nux::WindowThread)nux::WindowThread [inline]
GetWindow() const (defined in nux::WindowThread)nux::WindowThread [inline]
GetWindowCompositor() (defined in nux::WindowThread)nux::WindowThread [inline]
GetWindowStyle() const (defined in nux::WindowThread)nux::WindowThread [inline]
InFakeEventMode() const nux::WindowThread
InstallEventInspector(EventInspector function, void *data)nux::WindowThread
IsComputingLayout() const nux::WindowThread [inline]
IsEmbeddedWindow() (defined in nux::WindowThread)nux::WindowThread
IsInsideLayoutCycle() const nux::WindowThread
IsModalWindow() (defined in nux::WindowThread)nux::WindowThread [inline]
IsRedrawNeeded() const (defined in nux::WindowThread)nux::WindowThread
IsWaitingforModalWindow() (defined in nux::WindowThread)nux::WindowThread [inline]
m_bWaitForModalWindow (defined in nux::WindowThread)nux::WindowThread [protected]
m_ChildThread (defined in nux::AbstractThread)nux::AbstractThread [protected]
m_ChildThreadInfo (defined in nux::WindowThread)nux::WindowThread [protected]
m_ExitData (defined in nux::WindowThread)nux::WindowThread
m_InitDatanux::WindowThread
m_ModalWindowThread (defined in nux::WindowThread)nux::WindowThread [protected]
m_Parent (defined in nux::AbstractThread)nux::AbstractThread [protected]
m_pThreadFunc (defined in nux::NThread)nux::NThread [protected]
m_ThreadCtxnux::NThread [protected]
m_ThreadState (defined in nux::NThread)nux::NThread [protected]
m_UserExitFunc (defined in nux::AbstractThread)nux::AbstractThread [protected]
m_UserInitFunc (defined in nux::AbstractThread)nux::AbstractThread [protected]
NThread()nux::NThread
NThread(ThreadRoutineFunc lpExternalRoutine)nux::NThread
NuxMainLoopQuit() (defined in nux::WindowThread)nux::WindowThread
ProcessDraw(GraphicsEngine &GfxContext, bool force_draw) (defined in nux::WindowThread)nux::WindowThread
ProcessEvent(IEvent &event, long TraverseInfo, long ProcessEventInfo) (defined in nux::WindowThread)nux::WindowThread [virtual]
ProcessTimelines(GTimeVal *frame_time) (defined in nux::WindowThread)nux::WindowThread
QueueMainLayout()nux::WindowThread
QueueObjectLayout(Area *area)nux::WindowThread
ReadyFakeEventProcessing(void *)nux::WindowThread
ReadyForNextFakeEvent() const nux::WindowThread
ReconfigureLayout()nux::WindowThread [protected]
RedrawRequested (defined in nux::WindowThread)nux::WindowThread
RemoveChildThread(NThread *) (defined in nux::WindowThread)nux::WindowThread [protected, virtual]
RemoveEventInspector(int event_inspector_id)nux::WindowThread
RemoveEventInspector(EventInspector function)nux::WindowThread
RemoveObjectFromLayoutQueue(Area *area)nux::WindowThread
RemoveObjectFromRefreshList(Area *area)nux::WindowThread
RemoveQueuedLayout()nux::WindowThread
RemoveTimeline(Timeline *timeline) (defined in nux::WindowThread)nux::WindowThread
RenderInterfaceFromForeignCmd(nux::Geometry *clip) (defined in nux::WindowThread)nux::WindowThread
RequestRedraw() (defined in nux::WindowThread)nux::WindowThread
Resume() (defined in nux::NThread)nux::NThread
ResumeExit() (defined in nux::NThread)nux::NThread
ResumeStart() (defined in nux::NThread)nux::NThread
Run(void *)nux::WindowThread [virtual]
RunUserInterface()nux::WindowThread
SetFakeEventMode(bool enable)nux::WindowThread
SetFocusedArea(Area *focused_area)nux::WindowThread
SetLayout(Layout *layout)nux::WindowThread
SetThreadState(ThreadState state) (defined in nux::NThread)nux::NThread
SetWindowBackgroundPaintLayer(AbstractPaintLayer *bkg) (defined in nux::WindowThread)nux::WindowThread
SetWindowSize(int width, int height) (defined in nux::WindowThread)nux::WindowThread
SetWindowStyle(WindowStyle wstyle) (defined in nux::WindowThread)nux::WindowThread [inline]
SetWindowTitle(const TCHAR *WindowTitle) (defined in nux::WindowThread)nux::WindowThread [inline]
Start(void *arg=NULL)nux::WindowThread [virtual]
StartChildThread(NThread *thread, bool Modal) (defined in nux::WindowThread)nux::WindowThread [protected, virtual]
StartMasterClock() (defined in nux::WindowThread)nux::WindowThread
Stop(bool bForceKill=false)nux::NThread [virtual]
StopMasterClock() (defined in nux::WindowThread)nux::WindowThread
Suspend() (defined in nux::NThread)nux::NThread
SuspendChildGraphics(WindowThread *app) (defined in nux::WindowThread)nux::WindowThread [protected, virtual]
SystemThread (defined in nux::WindowThread)nux::WindowThread [friend]
TerminateAllChildThread() (defined in nux::WindowThread)nux::WindowThread [protected, virtual]
TerminateThread() (defined in nux::WindowThread)nux::WindowThread
ThreadCtor()nux::WindowThread [virtual]
ThreadDtor()nux::WindowThread [virtual]
TimerHandler (defined in nux::WindowThread)nux::WindowThread [friend]
WindowThread(const TCHAR *WindowTitle, unsigned int width, unsigned int height, AbstractThread *Parent, bool Modal) (defined in nux::WindowThread)nux::WindowThread
~AbstractThread() (defined in nux::AbstractThread)nux::AbstractThread [virtual]
~NThread()nux::NThread [virtual]
~WindowThread() (defined in nux::WindowThread)nux::WindowThread
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends