#include <TGo4WorkSpace.h>
Signals | |
void | newChild (TGo4PreviewPanel *) |
void | childRemoved (TGo4PreviewPanel *) |
void | ActivePad (TGo4PreviewPanel *, TPad *) |
void | PadMouseClick (TGo4PreviewPanel *fxView, TPad *Pad) |
Public Methods | |
TGo4WorkSpace (QWidget *parent) | |
virtual | ~TGo4WorkSpace () |
void | closeEvent (QCloseEvent *ce) |
void | DelViewPanel (TGo4PreviewPanel *View) |
void | NewViewPanel (TGo4PreviewPanel *View) |
void | ViewPanelActivated (TGo4PreviewPanel *View) |
void | ActivePadChanged (TGo4PreviewPanel *fxView, TPad *Pad) |
void | PadClicked (TGo4PreviewPanel *fxView, TPad *Pad) |
TGo4PreviewPanel * | GetLastActiveViewPanel () |
Protected Methods | |
virtual bool | eventFilter (QObject *fx, QEvent *e) |
Private Attributes | |
TGo4PreviewPanel * | fxActivePanel |
bool | fbTerminating |
terminating mode: do not send signals anymore. More... |
Definition at line 28 of file TGo4WorkSpace.h.
|
Definition at line 20 of file TGo4WorkSpace.cpp. References fxActivePanel. |
|
Definition at line 35 of file TGo4WorkSpace.cpp. References fbTerminating. |
|
Definition at line 30 of file TGo4WorkSpace.cpp. |
|
Definition at line 46 of file TGo4WorkSpace.cpp. References childRemoved(), fbTerminating, and fxActivePanel. |
|
Definition at line 40 of file TGo4WorkSpace.cpp. References fxActivePanel, and newChild(). |
|
Definition at line 55 of file TGo4WorkSpace.cpp. References fxActivePanel. Referenced by TGo4MainWindow::WindowActivatedSlot(). |
|
Definition at line 63 of file TGo4WorkSpace.cpp. References ActivePad(). |
|
Definition at line 68 of file TGo4WorkSpace.cpp. References PadMouseClick(). |
|
Definition at line 41 of file TGo4WorkSpace.h. References fxActivePanel. Referenced by TGo4FitPanelSlots::Button_WorkWithPanel(), TGo4FitPanelSlots::ExecutePopupForSlot(), TGo4FitPanelSlots::FillPopupForSlot(), TGo4FitPanelSlots::Fitter_MoveCopy(), TGo4FitPanelSlots::Fitter_NewForActivePad(), TGo4ScriptSlots::GenerateStartupScript(), and TGo4MainWindow::RegisterWindowEditSlots(). |
|
Definition at line 73 of file TGo4WorkSpace.cpp. |
|
Referenced by NewViewPanel(). |
|
Referenced by DelViewPanel(). |
|
Referenced by ActivePadChanged(). |
|
Referenced by PadClicked(). |
|
Definition at line 52 of file TGo4WorkSpace.h. Referenced by DelViewPanel(), GetLastActiveViewPanel(), NewViewPanel(), TGo4WorkSpace(), and ViewPanelActivated(). |
|
terminating mode: do not send signals anymore.
Definition at line 54 of file TGo4WorkSpace.h. Referenced by DelViewPanel(), and ~TGo4WorkSpace(). |