12 #ifndef ROOT_TEveWindowManager 13 #define ROOT_TEveWindowManager void ShowNormalEveDecorations()
Show eve decorations (title-bar or mini-bar) as specified for the contained window on all frames...
TEveWindowSlot * GetCurrentWindowAsSlot() const
Return current window dynamic-casted to TEveWindowSlot.
TEveWindow * GetCurrentWindow() const
void WindowDocked(TEveWindow *window)
Emit the "WindowDocked(TEveWindow*)" signal.
Abstract base-class for representing eve-windows.
TEveWindow * GetDefaultContainer() const
This is the ROOT implementation of the Qt object communication mechanism (see also http://www...
Description of TEveWindowSlot.
virtual ~TEveWindowManager()
Destructor.
void HideAllEveDecorations()
Hide all eve decorations (title-bar and mini-bar) on all frames.
#define ClassDef(name, id)
void DestroyWindowRecursively(TEveWindow *window)
Destroy window's children and then the window itself.
void WindowDeleted(TEveWindow *window)
Emit the "WindowDeleted(TEveWindow*)" signal.
TEveWindow * fCurrentWindow
Bool_t IsCurrentWindow(const TEveWindow *w) const
TEveWindowManager(const TEveWindowManager &)
void WindowSelected(TEveWindow *window)
Emit the "WindowSelected(TEveWindow*)" signal.
void DeleteWindow(TEveWindow *w)
Called by a window before it gets deleted.
void SetShowTitleBars(Bool_t state)
Set show title-bar state on all frames.
void SelectWindow(TEveWindow *w)
Entry-point for communicating the fact that a window was acted upon in such a way that it should beco...
Bool_t HasDefaultContainer() const
TEveWindow * fDefaultContainer
void SetDefaultContainer(TEveWindow *w)
void DestroyWindows()
Wait for all windows to shut-down.
TEveWindowManager & operator=(const TEveWindowManager &)
void WindowUndocked(TEveWindow *window)
Emit the "WindowUndocked(TEveWindow*)" signal.