97 Emit(
"WindowDocked(TEveWindow*)", (
Long_t)window);
105 Emit(
"WindowUndocked(TEveWindow*)", (
Long_t)window);
113 Emit(
"WindowSelected(TEveWindow*)", (
Long_t)window);
121 Emit(
"WindowDeleted(TEveWindow*)", (
Long_t)window);
138 static const TEveException kEH(
"TEveWindowManager::SetDefaultContainer ");
141 throw kEH +
"Given window can not make new slots.";
virtual void HideAllDecorations()
Hide title-bar and mini-bar.
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.
TEveElement * FirstChild() const
Returns the first child element or 0 if the list is empty.
static TList * fgFrameList
void WindowDocked(TEveWindow *window)
Emit the "WindowDocked(TEveWindow*)" signal.
Bool_t HasChildren() const
Abstract base-class for representing eve-windows.
This is the ROOT implementation of the Qt object communication mechanism (see also http://www...
Description of TEveWindowSlot.
virtual ~TEveWindowManager()
Destructor.
virtual Bool_t CanMakeNewSlots() const
virtual void Layout()
Layout the elements of the composite frame.
virtual void RemoveElement(TEveElement *el)
Remove el from the list of children.
void HideAllEveDecorations()
Hide all eve decorations (title-bar and mini-bar) on all frames.
void DestroyWindowRecursively(TEveWindow *window)
Destroy window's children and then the window itself.
void WindowDeleted(TEveWindow *window)
Emit the "WindowDeleted(TEveWindow*)" signal.
TEveWindow * fCurrentWindow
Abstract base-class for frame-slots that encompass EVE-windows (sub-classes of TEveWindow).
TEveWindowManager(const TEveWindowManager &)
void Emit(const char *signal)
Acitvate signal without args.
virtual void DestroyWindowAndSlot()
Destroy eve-window and its frame-slot.
virtual void SetShowTitleBar(Bool_t show)
Set state of title-bar.
void WindowSelected(TEveWindow *window)
Emit the "WindowSelected(TEveWindow*)" signal.
virtual void ShowNormalDecorations()
Show title-bar or mini-bar, as dictated by the window.
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...
virtual void SetCurrent(Bool_t curr)
Set current state of this eve-window.
TEveWindow * fDefaultContainer
Exception class thrown by TEve classes and macros.
void SetDefaultContainer(TEveWindow *w)
void DestroyWindows()
Wait for all windows to shut-down.
void WindowUndocked(TEveWindow *window)
Emit the "WindowUndocked(TEveWindow*)" signal.