GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4ViewPanel.h>
Public Slots | |
virtual void | AboutToShowOptionsMenu () |
virtual void | ApplyToAllToggled (bool) |
virtual void | AutoScaleToggled (bool) |
virtual void | CanvasDropEventSlot (QDropEvent *event, TPad *pad) |
virtual void | CanvasUpdatedSlot () |
virtual void | checkRepaintSlot () |
virtual void | checkResizeSlot () |
virtual void | ClearActivePad () |
virtual void | ClearAllMarkers () |
virtual void | ClearCanvas () |
virtual void | ClosePanel () |
virtual void | DelSelectedMarker_clicked () |
virtual void | EditConditionBtn_clicked () |
virtual void | GetConditionBtn_clicked () |
virtual void | InfoConditionBtn_clicked () |
virtual void | LoadMarkers () |
virtual void | LogMarkerValues () |
virtual void | MenuCommandExecutedSlot (TObject *obj, const char *cmdname) |
virtual void | OptionsMenuItemActivated (int) |
virtual void | PadClickedSlot (TPad *pad, int evx=-1, int evy=-1) |
virtual void | PadDoubleClickedSlot (TPad *pad, int evx=-1, int evy=-1) |
virtual void | panelSlot (TGo4ViewPanel *panel, TPad *pad, int signalid) |
virtual void | PrintCanvas () |
virtual void | ProcessPadDoubleClick () |
virtual void | ProcessPadModifiedSignal () |
virtual void | ProduceGraphFromMarkers () |
virtual void | ProducePicture () |
virtual void | RedrawPanel (TPad *pad, bool force) |
virtual void | RefreshButtons () |
virtual void | SaveCanvas () |
virtual void | SaveMarkers () |
virtual void | SelectedMarkerCmb_activated (int indx) |
virtual void | SelectMenuItemActivated (int) |
virtual void | SetActivePad (TPad *pad) |
virtual void | SetConditionBtn_clicked () |
virtual void | SetCursorMode (bool on) |
virtual void | SetDrawingMode (bool on) |
virtual void | SetFreezeMouseMode (bool on) |
virtual void | SetLateXMode (bool on) |
virtual void | SetMarkerPanel (bool) |
virtual void | SetPolygonMode (bool on) |
virtual void | SetRegionMode (bool on) |
virtual void | ShowEventStatus (bool) |
virtual void | StartConditionEditor () |
virtual void | StartRootEditor (bool) |
virtual void | SuperImposeToggled (bool) |
![]() | |
void | CloseMDIParentSlot () |
Public Member Functions | |
TGo4ViewPanel (QWidget *parent=nullptr, const char *name=nullptr) | |
virtual | ~TGo4ViewPanel () |
virtual void | ActivateInGedEditor (TObject *obj) |
virtual TGo4Slot * | AddDrawObject (TPad *pad, int kind, const char *itemname, TObject *obj, bool owner, const char *drawopt) |
virtual TGo4Slot * | AddNewSlot (const char *name, TGo4Slot *parent) |
virtual void | AllocatePadOptions (TPad *pad) |
virtual void | BlockPanelRedraw (bool on) |
virtual void | ChangeDrawOption (int kind, int value, const char *drawopt) |
virtual void | ChangeDrawOptionForPad (TGo4Slot *padslot, int kind, int value, const char *drawopt) |
virtual void | CheckForSpecialObjects (TPad *pad, TGo4Slot *padslot) |
virtual void | CheckObjectsAssigments (TPad *pad, TGo4Slot *padslot) |
virtual void | CleanupGedEditor () |
virtual void | ClearPad (TPad *pad, bool removeitems, bool removesubpads) |
virtual void | ClearPadItems (TGo4Slot *padslot, TGo4Slot *remain) |
virtual void | CollectMainDrawObjects (TGo4Slot *slot, TObjArray *objs, TObjArray *objslots, int modifier) |
virtual void | CollectSpecialObjects (TPad *pad, TObjArray *objs, int selectkind) |
virtual void | CompleteInitialization () |
virtual void | DefaultPadMargin (TPad *pad) |
virtual void | DeleteDrawObject (TPad *pad, const char *name) |
virtual void | DeleteDrawObject (TPad *pad, TObject *obj) |
virtual bool | DeleteDrawObjects (TPad *pad, int kindtodelete) |
virtual void | DisplayPadStatus (TPad *pad) |
virtual void | Divide (int numX, int numY) |
virtual void | DropOnPad (TPad *pad, const char *itemname, TClass *cl, int kind) |
virtual TPad * | FindPadWithItem (const char *itemname) |
virtual TPad * | GetActivePad () |
virtual TCanvas * | GetCanvas () |
virtual const char * | GetDrawItemName (int itemcnt=0) |
virtual int | GetDrawKind (TGo4Slot *slot) |
virtual TObject * | GetDrawObject (TPad *pad, const char *name) |
virtual const char * | GetDrawObjectLinkName (TPad *pad, TObject *obj) |
virtual TGo4Slot * | GetDrawObjectSlot (TPad *pad, const char *name) |
virtual int | GetMouseMode () |
virtual int | GetNumberOfPads (TPad *toppad) |
virtual TH1 * | GetPadHistogram (TPad *pad) |
virtual TObject * | GetPadMainObject (TPad *pad) |
virtual TGo4Slot * | GetPadMainObjectSlot (TPad *pad) |
virtual TGo4Picture * | GetPadOptions (TGo4Slot *padslot) |
virtual TGo4Picture * | GetPadOptions (TPad *pad) |
virtual TGo4Slot * | GetPadSlot (TPad *pad) |
virtual const char * | GetPanelName () |
virtual TGo4Slot * | GetPanelSlot () |
virtual int | GetSelectedMarkerIndex (TPad *pad) |
virtual QString | GetSelectedMarkerName (TPad *pad) |
virtual TObject * | GetSelectedObject (TPad *pad, const char **drawopt) |
virtual int | GetSelectedObjectIndex (TGo4Slot *slot) |
virtual void | GetSelectedRange (int &ndim, bool &autoscale, double &xmin, double &xmax, double &ymin, double &ymax, double &zmin, double &zmax) |
virtual TGo4Slot * | GetSelectedSlot (TPad *pad, int *selkind, TObject **selobj) |
virtual TPad * | GetSlotPad (TGo4Slot *slot) |
virtual const char * | GetSpecialDrawOption (TGo4Slot *slot) |
virtual TPad * | GetSubPad (TPad *toppad, int num, bool onlytoplevel) |
virtual TGo4Slot * | GetSuperimposeSlot (TGo4Slot *slot) |
virtual bool | GetVisibleRange (TPad *pad, int naxis, double &min, double &max) |
bool | IsAcceptDrag (const char *itemname, TClass *cl, int kind) override |
virtual bool | IsApplyToAllFlag () |
virtual bool | IsAutoZoomFlag () |
virtual bool | IsConditionSelected (TPad *pad) |
virtual bool | IsFreezeTitle () |
virtual bool | IsPadHasSubPads (TGo4Slot *padslot) |
virtual bool | IsPadHasSubPads (TPad *pad) |
virtual bool | IsPanelPad (TPad *pad) |
virtual bool | IsRedrawBlocked () |
virtual bool | IsRepaintTimerActive () |
virtual bool | IsWebCanvas () const |
void | linkedObjectUpdated (const char *linkname, TObject *obj) override |
void | linkedRemoved (TGo4Slot *slot, TObject *obj) override |
void | linkedUpdated (TGo4Slot *slot, TObject *obj) override |
virtual void | MakePictureForPad (TGo4Picture *pic, TPad *pad, bool useitemname) |
virtual void | MarkPadModified (TPad *pad) |
virtual void | MoveScale (int expandfactor, int xaction, int yaction, int zaction) |
virtual void | MoveSingleScale (int expandfactor, int action, int naxis, TGo4Picture *opt, TObject *padhist) |
virtual void | PadDeleted (TPad *pad) |
virtual void | PadRangeAxisChanged (TPad *pad) |
virtual void | PadRangeAxisChanged (TPad *pad, double rxmin, double rxmax, double rymin, double rymax) |
virtual void | ProcessCanvasAdopt (TPad *tgtpad, TPad *srcpad, const char *srcitemname) |
virtual void | ProcessMarkersClear (TPad *pad, bool withsubpads) |
virtual void | ProcessPadClear (TPad *pad, bool removeitems, bool removesubpads) |
virtual bool | ProcessPadRedraw (TPad *pad, bool force) |
virtual void | ProcessPadStatusUpdate (TPad *pad, TGo4Slot *parent, bool removeitems) |
virtual void | ProcessPictureRedraw (const char *picitemname, TPad *pad, TGo4Picture *pic) |
virtual void | ProducePadsList (TObjArray *arr, TPad *toppad) |
virtual TObject * | ProduceSuperimposeObject (TGo4Slot *padslot, TGo4Picture *padopt, TGo4Slot *sislot, TGo4Slot *legslot, TObjArray *objs, TObjArray *objslots, bool showitems) |
virtual void | RectangularRatio (TPad *pad) |
virtual void | RedrawGraph (TPad *pad, TGo4Picture *padopt, TGraph *gr, bool scancontent, bool first_draw) |
virtual void | RedrawHistogram (TPad *pad, TGo4Picture *padopt, TH1 *his, bool scancontent, bool first_draw) |
virtual void | RedrawImage (TPad *pad, TGo4Picture *padopt, TGo4ASImage *im, TH2 *asihisto, bool scancontent) |
virtual void | RedrawLegend (TPad *pad, TGo4Picture *padopt, TGo4Slot *legslot) |
virtual void | RedrawMultiGraph (TPad *pad, TGo4Picture *padopt, TMultiGraph *mg, bool dosuperimpose, bool scancontent) |
virtual void | RedrawSpecialObjects (TPad *pad, TGo4Slot *padslot) |
virtual void | RedrawStack (TPad *pad, TGo4Picture *padopt, THStack *hs, bool dosuperimpose, bool scancontent) |
virtual void | ResetPadFillColors (TPad *pad, int col, TPad *backup=nullptr) |
void | ResetWidget () override |
virtual void | ResizeGedEditor () |
virtual bool | ScanDrawOptions (TPad *pad, TGo4Slot *padslot, TGo4Picture *pic, bool onlyscan) |
virtual void | ScanObjectsDrawOptions (bool onlyscan, TGo4Slot *padslot, TObjArray *objs, TObjArray *objslots) |
virtual void | SetApplyToAllFlag (bool on) |
virtual void | SetAutoScale (bool on, TPad *selpad) |
virtual void | SetAutoZoomFlag (bool on) |
virtual void | SetDrawKind (TGo4Slot *slot, int kind) |
virtual void | SetFreezedTitle (const QString &title) |
virtual void | SetMouseMode (int mode) |
virtual void | SetPadDefaults (TPad *pad) |
virtual void | SetPadSuperImpose (TPad *pad, bool on) |
virtual void | SetPanelName (const char *newname) |
virtual void | SetSelectedMarker (TPad *pad, const QString &selname, int selindex) |
virtual void | SetSelectedMarkerByMouseClick (TPad *pad, const char *name) |
virtual void | SetSelectedObjectIndex (TGo4Slot *slot, int indx) |
virtual void | SetSelectedRange (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
virtual void | SetSelectedRangeToHisto (TPad *pad, TH1 *h1, THStack *hs0, TGo4Picture *padopt, bool ishisto) |
virtual void | SetSlotPad (TGo4Slot *padslot, TPad *pad) |
virtual void | SetSpecialDrawOption (TGo4Slot *slot, const char *drawopt) |
virtual bool | ShiftSelectedObjectToEnd (TPad *pad) |
virtual void | ShootRepaintTimer () |
virtual void | ShootRepaintTimer (TPad *pad) |
virtual void | StartConditionEditing (TPad *pad) |
virtual void | SwitchMarkerButton (int kind, bool on) |
virtual void | TakeFullRangeFromGraph (TGraph *gr, TGo4Picture *padopt, bool isfirst) |
virtual void | TakeFullRangeFromHisto (TH1 *h1, TGo4Picture *padopt, bool isfirsthisto) |
virtual bool | TakeSelectedAxisRange (int naxis, TGo4Picture *padopt, double selmin, double selmax, bool force) |
virtual bool | TakeSelectedAxisRange (int naxis, TGo4Picture *padopt, TAxis *ax) |
virtual void | UndrawItemOnPanel (const char *itemname) |
virtual void | UpdatePadStatus (TPad *pad, bool removeitems) |
virtual void | UpdatePanelCaption () |
![]() | |
QGo4Widget (QWidget *parent=nullptr, const char *name=nullptr, Qt::WindowFlags f=Qt::Widget) | |
virtual | ~QGo4Widget () |
virtual void | DropItem (const char *itemname, TClass *cl, int kind) |
void | ObjectCreatedByWidget (const char *itemname, TClass *cl) |
void | ProcessSignal (const char *linkname, bool assigned, TObject *obj, TGo4Slot *slot) |
Protected Member Functions | |
virtual void | AddMarkerObj (TPad *pad, int kind, TObject *obj) |
void | CanvasUpdate (bool modify=false) |
virtual void | CheckActionAtTheEnd (TPad *pad) |
virtual bool | CompleteMarkerEdit (TPad *pad) |
TH1 * | Get_fHistogram (TObject *obj, bool force=false) |
virtual TObject * | GetActiveObj (TPad *pad, int kind) |
virtual QString | GetActiveObjName (TPad *pad, int kind) |
virtual int | GetAutoColor (int indx) |
virtual int | GetNumMarkers (TPad *pad, int kind) |
void | resizeEvent (QResizeEvent *e) override |
virtual void | SetActiveObj (TPad *pad, int kind, TGo4Slot *activeslot) |
![]() | |
void | AddLink (const char *itemname, const char *linkname) |
create link for item with name linkname | |
TGo4Slot * | AddLink (const char *itemname, TGo4Slot *parent) |
create link for item in dedicated slot parent | |
void | AddLink (TGo4Slot *slot, const char *linkname) |
create link for object in slot with name linkname | |
TGo4Slot * | AddSlot (const char *slotname) |
add slot with specific name to widget top folder | |
void | AskToCreateObject (TClass *cl, int isremote) |
Function call dialog to create object of appropriate class isremote == 0 - object should be created localy and widget will be informed isremote == 1 - object should be created on analysis side and widget should be informed isremote == -1 - activate creation dialog without restriction (remote or local), widget will not be informed. | |
TGo4BrowserProxy * | Browser () |
bool | BrowserItemRemote (const char *itemname) |
void | CallPanelFunc (int id, TPad *pad=nullptr) |
void | CallServiceFunc (int id, const char *str=nullptr, void *par=nullptr) |
void | closeEvent (QCloseEvent *e) override |
void | ConnectPad (TPad *pad) |
connect pad axis change signals to react on such signals | |
TGo4ViewPanel * | CreateViewPanel (int ndiv=0) |
void | dragEnterEvent (QDragEnterEvent *e) override |
void | dragMoveEvent (QDragMoveEvent *e) override |
TGo4ViewPanel * | DrawItem (const QString &itemname, TGo4ViewPanel *panel=nullptr, TPad *pad=nullptr, bool activate=true, int updatelevel=-1) |
void | dropEvent (QDropEvent *e) override |
void | EditItem (const QString &itemname) |
void | EditObjectInSlot (TGo4Slot *slot) |
TGo4ServerProxy * | GetAnalysis (const char *itemname=nullptr) |
TObject * | GetLinked (const char *linkname, int updatelevel=0) |
template<class T> | |
T * | GetLinkedCast (const char *linkname, int updatelevel=0) |
const char * | GetLinkedName (const char *linkname) |
returns name of item, which was linked with linkname | |
const char * | GetLinkedName (TGo4Slot *slot) |
returns name of item, which was linked in that slot | |
TGo4Slot * | GetTopSlot (bool force=false) |
return top slot of structure, corresponding to this widget | |
void | HelpWindow (const char *filename, const char *msg=nullptr) |
void | InformThatObjectCreated (const char *itemname, TClass *cl) |
bool | IsUpdateBlocked () const |
TGo4ViewPanel * | LastActivePanel () |
virtual void | linkedObjectRemoved (const char *linkname) |
void | RemoveAllLinks (bool blockreset=true) |
void | RemoveLink (const char *linkname, bool blockreset=true) |
void | RemoveLinksMasked (const char *startedwith=nullptr, bool blockreset=true) |
virtual void | requestedObjectCreated (const char *itemname, TClass *cl) |
bool | SaveItemToFile (const char *itemname, const char *subfolder=nullptr) |
QString | SaveObjectInMemory (const char *foldername, TObject *obj) |
void | ServiceCall (const char *name, void *par=nullptr) |
void | setCanDestroyWidget (bool on=true) |
void | SetLinkedName (TGo4Slot *slot, const char *itemname) |
set name of item, which was linked by this slot | |
void | ShootCloseWidget (bool closeparent=false) |
void | ShootResetWidget () |
void | ShowItemInfo (const QString &itemname) |
void | StartHotstart (const char *filename) |
void | StatusMessage (const QString &message) |
void | UndrawItem (const char *itemname) |
bool | UpdateItemInAnalysis (const char *itemname, TObject *obj=nullptr) |
TGo4ViewPanel * | WhereItemDrawn (const char *itemname) |
Protected Attributes | |
QStatusBar * | CanvasStatus {nullptr} |
QCheckBox * | fAutoScaleCheck {nullptr} |
QByteArray | fbaPanelName |
bool | fbApplyToAllFlag {false} |
bool | fbAutoZoomFlag {false} |
bool | fbCanvasCrosshair {false} |
bool | fbCloneFlag {false} |
bool | fbFreezeTitle {false} |
bool | fbLeaveFocusAfterCondEnd {false} |
bool | fBlockSignals {false} |
bool | fbMarkEditorVisible {false} |
bool | fbModifiedSignalFlag {false} |
bool | fbPickAgain {false} |
bool | fbTypingMode {false} |
QString | fFreezedTitle |
int | fiMouseMode {0} |
int | fiPickCounter {0} |
int | fiSkipRedrawCounter {0} |
QMenuBar * | fMenuBar {nullptr} |
QSignalMapper * | fOptionsMap {nullptr} |
QMenu * | fOptionsMenu {nullptr} |
QString | fPanelName |
QSignalMapper * | fSelectMap {nullptr} |
QMenu * | fSelectMenu {nullptr} |
TPad * | fxActivePad {nullptr} |
QAction * | fxCanvasEditorChk {nullptr} |
QAction * | fxCanvasEventstatusChk {nullptr} |
TPad * | fxDoubleClickTimerPad {nullptr} |
QRootCanvas * | fxQCanvas {nullptr} |
qtroot canvas | |
TPad * | fxRepaintTimerPad {nullptr} |
TPad * | fxResizeTimerPad {nullptr} |
QWebCanvas * | fxWCanvas {nullptr} |
web canvas | |
Additional Inherited Members | |
![]() | |
void | widgetService (QGo4Widget *editor, int serviceid, const char *str, void *par) |
![]() | |
static QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QIcon &icon, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | CreateChkAction (QMenu *menu, const QString &text, bool checked, bool enabled=true) |
static QAction * | SetIdAction (QSignalMapper *map, int id, int enabled=-1, int checked=-1) |
Definition at line 41 of file TGo4ViewPanel.h.
anonymous enum |
Definition at line 75 of file TGo4ViewPanel.h.
Enumerator | |
---|---|
kMouseROOT | |
kMousePickCursor | |
kMousePickLimits | |
kMousePickPolygon | |
kMousePickLatex | |
kMouseDraw |
Definition at line 66 of file TGo4ViewPanel.h.
Definition at line 47 of file TGo4ViewPanel.h.
TGo4ViewPanel::TGo4ViewPanel | ( | QWidget * | parent = nullptr, |
const char * | name = nullptr ) |
Definition at line 105 of file TGo4ViewPanel.cpp.
References QGo4Widget::QGo4Widget(), AboutToShowOptionsMenu(), QGo4Widget::AddIdAction(), ApplyToAllToggled(), AutoScaleToggled(), AutoZoomId, AxisTimeDisplayId, QRootCanvas::CanvasDropEvent(), QWebCanvas::CanvasDropEvent(), CanvasDropEventSlot(), QRootCanvas::CanvasLeaveEvent(), CanvasStatus, QRootCanvas::CanvasUpdated(), QWebCanvas::CanvasUpdated(), CanvasUpdatedSlot(), ClearActivePad(), ClearAllMarkers(), ClearCanvas(), ClosePanel(), QGo4Widget::CreateChkAction(), CrosshairId, DelSelectedMarker_clicked(), DrawDateId, DrawItemnameId, DrawTimeId, EditConditionBtn_clicked(), fAutoScaleCheck, fbApplyToAllFlag, fbAutoZoomFlag, fbCanvasCrosshair, fbCloneFlag, fbFreezeTitle, fbLeaveFocusAfterCondEnd, fbMarkEditorVisible, fbModifiedSignalFlag, fbPickAgain, fbTypingMode, fFreezedTitle, fiMouseMode, fiPickCounter, fiSkipRedrawCounter, fMenuBar, fOptionsMap, fOptionsMenu, fPanelName, FreezeTitleId, fSelectMap, fSelectMenu, fxActivePad, fxCanvasEditorChk, fxCanvasEventstatusChk, fxDoubleClickTimerPad, fxQCanvas, fxRepaintTimerPad, fxResizeTimerPad, fxWCanvas, GetConditionBtn_clicked(), GetPanelName(), go4sett, InfoConditionBtn_clicked(), kMouseROOT, LogMarkerValues(), QRootCanvas::MenuCommandExecuted(), MenuCommandExecutedSlot(), OptionsMenuItemActivated(), QRootCanvas::PadClicked(), QWebCanvas::PadClicked(), PadClickedSlot(), QWebCanvas::PadDblClicked(), QRootCanvas::PadDoubleClicked(), PadDoubleClickedSlot(), PrintCanvas(), ProduceGraphFromMarkers(), ProducePicture(), RefreshButtons(), SaveCanvas(), SelectedMarkerCmb_activated(), QRootCanvas::SelectedPadChanged(), QWebCanvas::SelectedPadChanged(), SelectMenuItemActivated(), SetActivePad(), SetConditionBtn_clicked(), SetCursorMode(), SetDrawingMode(), SetFreezeMouseMode(), SetLateXMode(), SetLegendId, SetMarkerPanel(), SetPolygonMode(), SetRegionMode(), SetTimeFormatId, SetTitleId, SetTitleTextId, SetXYRatioOneId, ShowEventStatus(), StartConditionEditor(), StartRootEditor(), StatisticsId, and SuperimposeId.
Referenced by panelSlot(), and ProcessPadDoubleClick().
|
virtual |
Definition at line 331 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), CleanupGedEditor(), fxRepaintTimerPad, GetCanvas(), IsPanelPad(), QGo4Widget::panel_Deleted, ProcessMarkersClear(), and TGo4LockGuard.
|
virtualslot |
Definition at line 2124 of file TGo4ViewPanel.cpp.
References AutoZoomId, AxisTimeDisplayId, CrosshairId, DrawDateId, DrawItemnameId, DrawTimeId, fbCanvasCrosshair, fbCloneFlag, fbFreezeTitle, fOptionsMap, FreezeTitleId, GetActivePad(), GetCanvas(), GetPadOptions(), IsAutoZoomFlag(), TGo4Picture::IsHisStats(), TGo4Picture::IsHisTitle(), TGo4Picture::IsLegendDraw(), TGo4Picture::IsSuperimpose(), TGo4Picture::IsTitleDate(), TGo4Picture::IsTitleItem(), TGo4Picture::IsTitleTime(), TGo4Picture::IsXAxisTimeDisplay(), TGo4Picture::IsXYRatioOne(), QGo4Widget::SetIdAction(), SetLegendId, SetTitleId, SetXYRatioOneId, StatisticsId, and SuperimposeId.
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 5497 of file TGo4ViewPanel.cpp.
References fxQCanvas, fxWCanvas, and GetActivePad().
Referenced by TGo4HisDrawOptions::ChangeColor(), TGo4HisDrawOptionsShort::ChangeColor(), SelectMenuItemActivated(), and StartRootEditor().
|
virtual |
Definition at line 2307 of file TGo4ViewPanel.cpp.
References AddNewSlot(), QGo4Widget::Browser(), TGo4BrowserProxy::BrowserSlot(), QGo4Widget::CallPanelFunc(), ClearPad(), fbCloneFlag, TGo4Slot::FindChild(), GetPadOptions(), GetPadSlot(), TGo4BrowserProxy::ItemClass(), kind_Link, QGo4Widget::panel_Modified, TGo4Picture::PictureIndex, TGo4Picture::SetContentModified(), SetDrawKind(), TGo4Picture::SetDrawOption(), QGo4Widget::SetLinkedName(), TGo4Picture::SetPadModified(), TGo4Slot::SetPar(), TGo4Slot::SetProxy(), SetSpecialDrawOption(), and QGo4Widget::UndrawItem().
Referenced by AddMarkerObj(), TGo4FitPanel::Button_FitterDraw(), TGo4MainWindow::DisplayBrowserItem(), DropOnPad(), TGo4FitPanel::PaintModel(), TGo4FitPanel::PaintRange(), ProcessCanvasAdopt(), ProcessPictureRedraw(), and TGo4FitPanel::SetFitter().
|
protectedvirtual |
Definition at line 5585 of file TGo4ViewPanel.cpp.
References AddDrawObject(), TGo4Slot::FindChild(), GetPadSlot(), kind_Arrow, kind_Latex, kind_Marker, kind_Poly, kind_Window, and SetActiveObj().
Referenced by PadClickedSlot(), and ProcessPictureRedraw().
Definition at line 374 of file TGo4ViewPanel.cpp.
References GetPanelSlot().
Referenced by AddDrawObject(), ProcessCanvasAdopt(), and ProcessPadStatusUpdate().
|
virtual |
Definition at line 3112 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), GetPadSlot(), go4sett, kind_PadOptions, SetDrawKind(), TGo4Slot::SetProxy(), and TGo4Picture::SetSuperimpose().
Referenced by SetSlotPad().
|
virtualslot |
Definition at line 5738 of file TGo4ViewPanel.cpp.
References fbApplyToAllFlag.
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 5745 of file TGo4ViewPanel.cpp.
References IsRedrawBlocked(), and SetAutoScale().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3189 of file TGo4ViewPanel.cpp.
References fiSkipRedrawCounter.
Referenced by ClearPad(), panelSlot(), RedrawPanel(), SetActivePad(), and UpdatePadStatus().
|
virtualslot |
Definition at line 1679 of file TGo4ViewPanel.cpp.
References QGo4Widget::service_DropEvent, and QGo4Widget::widgetService().
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 3092 of file TGo4ViewPanel.cpp.
References fxQCanvas, and fxWCanvas.
Referenced by CompleteMarkerEdit(), OptionsMenuItemActivated(), PadClickedSlot(), RedrawPanel(), and SetActivePad().
|
virtualslot |
Definition at line 1777 of file TGo4ViewPanel.cpp.
References fBlockSignals, fxCanvasEditorChk, fxCanvasEventstatusChk, fxWCanvas, GetCanvas(), and ResizeGedEditor().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 4405 of file TGo4ViewPanel.cpp.
References ChangeDrawOptionForPad(), GetActivePad(), GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), IsApplyToAllFlag(), TGo4Iter::next(), RedrawPanel(), and TGo4LockGuard.
Referenced by TGo4HisDrawOptions::ChangeDrawOptionForCurrentPanel(), OptionsMenuItemActivated(), TGo4Style::SetContourLevels(), TGo4HisDrawOptionsShort::SetDrawOpt(), TGo4Style::SetPadColor(), TGo4Style::SetPalette(), and SuperImposeToggled().
|
virtual |
Definition at line 4363 of file TGo4ViewPanel.cpp.
References TGo4Picture::ChangeDrawOption(), GetPadOptions(), GetSelectedObjectIndex(), GetSlotPad(), TGo4Picture::SetDrawOption(), TGo4Picture::SetPadModified(), TGo4Picture::SetXAxisTimeFormat(), and TGo4LockGuard.
Referenced by ChangeDrawOption().
|
protectedvirtual |
Definition at line 1540 of file TGo4ViewPanel.cpp.
References fbLeaveFocusAfterCondEnd, and QGo4Widget::ServiceCall().
Referenced by CompleteMarkerEdit(), and PadClickedSlot().
|
virtual |
Definition at line 3460 of file TGo4ViewPanel.cpp.
References ClearPad(), ClearPadItems(), TGo4Slot::GetAssignedObject(), GetAutoColor(), GetCanvas(), TGo4Slot::GetChild(), GetDrawKind(), QGo4Widget::GetLinkedName(), kind_Condition, kind_Func, kind_Latex, TGo4Slot::NumChilds(), ProcessCanvasAdopt(), ProcessPictureRedraw(), SetDrawKind(), and SetFreezedTitle().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 3397 of file TGo4ViewPanel.cpp.
References CollectMainDrawObjects(), TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), TGo4Marker::GetHistogram(), GetPadHistogram(), GetSelectedObjectIndex(), TGo4Condition::GetWorkHistogram(), kind_Condition, kind_Other, kind_Specials, TGo4Slot::NumChilds(), TGo4Marker::SetHistogram(), and TGo4Condition::SetWorkHistogram().
Referenced by linkedRemoved(), ProcessPadClear(), ProcessPadRedraw(), and RedrawSpecialObjects().
|
virtualslot |
Definition at line 5540 of file TGo4ViewPanel.cpp.
References fxRepaintTimerPad, and RedrawPanel().
Referenced by TGo4MainWindow::checkPanelRepaintSlot().
|
virtualslot |
Definition at line 5548 of file TGo4ViewPanel.cpp.
References fxResizeTimerPad, and RedrawPanel().
Referenced by resizeEvent().
|
virtual |
Definition at line 5512 of file TGo4ViewPanel.cpp.
References fxQCanvas.
Referenced by ~TGo4ViewPanel(), ClearPad(), CollectMainDrawObjects(), and linkedRemoved().
|
virtualslot |
Definition at line 2102 of file TGo4ViewPanel.cpp.
References ClearPad(), GetActivePad(), GetCanvas(), and RedrawPanel().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1128 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetCanvas(), IsApplyToAllFlag(), ProcessMarkersClear(), RedrawPanel(), and TGo4LockGuard.
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 2113 of file TGo4ViewPanel.cpp.
References ClearPad(), GetCanvas(), RedrawPanel(), and SetPadDefaults().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 4462 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), CleanupGedEditor(), GetActivePad(), GetCanvas(), ProcessPadClear(), SetActivePad(), and TGo4LockGuard.
Referenced by AddDrawObject(), CheckForSpecialObjects(), ClearActivePad(), ClearCanvas(), and Divide().
Definition at line 4475 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetDrawKind(), kind_Permanet, and TGo4Slot::NumChilds().
Referenced by CheckForSpecialObjects(), ProcessPadClear(), and ProcessPadStatusUpdate().
|
virtualslot |
Definition at line 530 of file TGo4ViewPanel.cpp.
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 2608 of file TGo4ViewPanel.cpp.
References CleanupGedEditor(), TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), TGo4Slot::GetProxy(), kind_Additional, kind_Specials, TGo4Slot::NumChilds(), TGo4DrawCloneProxy::PerformRebin(), and TGo4DrawCloneProxy::UpdateTitle().
Referenced by CheckObjectsAssigments(), GetSelectedObject(), ProcessPadRedraw(), ScanDrawOptions(), ShiftSelectedObjectToEnd(), and UpdatePanelCaption().
|
virtual |
Definition at line 2419 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), kind_Link, and TGo4Slot::NumChilds().
Referenced by TGo4FitPanel::ArrowChanged(), and ProduceGraphFromMarkers().
|
virtual |
Definition at line 501 of file TGo4ViewPanel.cpp.
References fAutoScaleCheck, fbCloneFlag, fxQCanvas, GetCanvas(), GetPadOptions(), go4sett, TGo4MdiArea::Instance(), TGo4MdiArea::panelSignal(), panelSlot(), SetActivePad(), SetPadDefaults(), TGo4LockGuard, and UpdatePadStatus().
Referenced by TGo4MainWindow::MakeNewPanel().
|
protectedvirtual |
Definition at line 1573 of file TGo4ViewPanel.cpp.
References CanvasUpdate(), CheckActionAtTheEnd(), DeleteDrawObject(), fbPickAgain, fiMouseMode, fiPickCounter, GetActiveObj(), GetAutoColor(), TGo4PolyCond::GetCut(), GetNumMarkers(), IsConditionSelected(), kind_Arrow, kind_Poly, kind_Window, kMouseDraw, kMousePickLimits, kMousePickPolygon, kMouseROOT, RedrawPanel(), and RefreshButtons().
Referenced by PadDoubleClickedSlot(), SetActivePad(), SetMarkerPanel(), and SwitchMarkerButton().
|
virtual |
Definition at line 2093 of file TGo4ViewPanel.cpp.
Referenced by SetSelectedRangeToHisto().
|
virtual |
Definition at line 2389 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), GetPadOptions(), GetPadSlot(), and TGo4Picture::SetPadModified().
Referenced by CompleteMarkerEdit(), and TGo4FitPanel::SetFitter().
|
virtual |
Definition at line 2403 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), and TGo4Slot::NumChilds().
|
virtual |
Definition at line 2438 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetDrawKind(), GetPadOptions(), GetPadSlot(), kind_Link, TGo4Slot::NumChilds(), and TGo4Picture::SetPadModified().
Referenced by TGo4FitPanel::Button_FitterDraw(), and ProcessMarkersClear().
|
virtualslot |
Definition at line 1070 of file TGo4ViewPanel.cpp.
References fbTypingMode, GetActivePad(), GetSelectedSlot(), RedrawPanel(), and SetSelectedMarker().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 4621 of file TGo4ViewPanel.cpp.
References fxQCanvas, fxWCanvas, GetPadOptions(), IsApplyToAllFlag(), and TGo4Picture::IsSuperimpose().
Referenced by SetActivePad(), and ShowEventStatus().
|
virtual |
Definition at line 2888 of file TGo4ViewPanel.cpp.
References ClearPad(), GetActivePad(), GetPadSlot(), RedrawPanel(), and UpdatePadStatus().
Referenced by TGo4DividePad::DivideCanvas(), TGo4Script::DivideViewPanel(), and TGo4MainWindow::MakeNewPanel().
|
virtual |
Definition at line 474 of file TGo4ViewPanel.cpp.
References AddDrawObject(), QGo4Widget::Browser(), TGo4BrowserProxy::CanDrawItem(), QGo4Widget::EditItem(), TGo4BrowserProxy::GetBrowserObject(), GetCanvas(), go4sett, TGo4BrowserProxy::ItemCanDo(), kind_Link, SetActivePad(), and ShootRepaintTimer().
|
virtualslot |
Definition at line 1187 of file TGo4ViewPanel.cpp.
References QGo4Widget::EditItem(), GetActivePad(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetSelectedSlot(), and kind_Condition.
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 625 of file TGo4ViewPanel.cpp.
References GetDrawKind(), QGo4Widget::GetLinkedName(), GetPanelSlot(), TGo4Slot::GetParent(), TGo4Iter::getslot(), GetSlotPad(), kind_Condition, kind_Func, kind_Latex, kind_Link, and TGo4Iter::next().
Referenced by TGo4ConditionEditor::DrawCondition(), TGo4MainWindow::editorServiceSlot(), TGo4ConditionEditor::ModifyButton_clicked(), TGo4ConditionEditor::RedrawCondition(), TGo4ConditionEditor::RefreshWidget(), and TGo4ConditionEditor::WorkWithCondition().
|
protected |
Definition at line 1706 of file TGo4ViewPanel.cpp.
References IsWebCanvas().
Referenced by GetPadHistogram(), MenuCommandExecutedSlot(), ProcessCanvasAdopt(), RedrawGraph(), RedrawStack(), and ScanDrawOptions().
|
protectedvirtual |
Definition at line 5645 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), TGo4Slot::GetPar(), GetSelectedSlot(), and TGo4Slot::NumChilds().
Referenced by CompleteMarkerEdit(), GetActiveObjName(), and PadClickedSlot().
|
protectedvirtual |
Definition at line 5672 of file TGo4ViewPanel.cpp.
References GetActiveObj().
|
virtual |
Definition at line 3107 of file TGo4ViewPanel.cpp.
References fxActivePad.
Referenced by AboutToShowOptionsMenu(), ActivateInGedEditor(), TGo4FitPanel::Button_WorkWithPanel(), TGo4HisDrawOptions::ChangeColor(), TGo4HisDrawOptionsShort::ChangeColor(), ChangeDrawOption(), ClearActivePad(), ClearAllMarkers(), ClearPad(), DelSelectedMarker_clicked(), TGo4MainWindow::DisplayBrowserItem(), Divide(), TGo4ConditionEditor::DrawCondition(), EditConditionBtn_clicked(), TGo4MainWindow::editorServiceSlot(), TGo4FitPanel::Fitter_NewForActivePad(), GetConditionBtn_clicked(), GetSelectedRange(), InfoConditionBtn_clicked(), linkedObjectUpdated(), LogMarkerValues(), MoveScale(), OptionsMenuItemActivated(), panelSlot(), ProcessPadModifiedSignal(), ProduceGraphFromMarkers(), RedrawPanel(), RefreshButtons(), resizeEvent(), SelectedMarkerCmb_activated(), SelectMenuItemActivated(), SetAutoScale(), SetConditionBtn_clicked(), SetMarkerPanel(), SetSelectedRange(), TGo4Script::SetSuperimpose(), ShowEventStatus(), StartConditionEditing(), StartConditionEditor(), StartRootEditor(), TGo4MdiArea::subWindowActivatedSlot(), SwitchMarkerButton(), and UpdatePanelCaption().
|
protectedvirtual |
Definition at line 2702 of file TGo4ViewPanel.cpp.
Referenced by CheckForSpecialObjects(), CompleteMarkerEdit(), PadClickedSlot(), ProduceSuperimposeObject(), and RedrawSpecialObjects().
|
virtual |
Definition at line 3077 of file TGo4ViewPanel.cpp.
References fxQCanvas, and fxWCanvas.
Referenced by ~TGo4ViewPanel(), AboutToShowOptionsMenu(), CanvasUpdatedSlot(), ChangeDrawOption(), CheckForSpecialObjects(), ClearActivePad(), ClearAllMarkers(), ClearCanvas(), ClearPad(), CompleteInitialization(), TGo4MainWindow::DisplayBrowserItem(), TGo4Browser::DisplaySelectedItems(), DropOnPad(), GetNumberOfPads(), TGo4Script::GetPadOptions(), GetPadSlot(), GetSubPad(), MakePictureForPad(), MoveScale(), OptionsMenuItemActivated(), PadClickedSlot(), PadDeleted(), PrintCanvas(), ProcessPadClear(), ProcessPadDoubleClick(), ProducePadsList(), ProducePicture(), TGo4Script::ProduceScript(), TGo4Script::RedrawPanel(), TGo4ConditionEditor::RefreshWidget(), resizeEvent(), TGo4MdiArea::ResponseOnPanelEvent(), TGo4MainWindow::SavePanelCanvas(), ScanDrawOptions(), TGo4Script::SelectPad(), SetActivePad(), SetAutoScale(), SetSelectedRange(), ShootRepaintTimer(), ShootRepaintTimer(), StartRootEditor(), TGo4Script::StartViewPanel(), and TGo4Browser::SuperImposeSelectedItems().
|
virtualslot |
Definition at line 1163 of file TGo4ViewPanel.cpp.
References QGo4Widget::Browser(), GetActivePad(), TGo4BrowserProxy::GetBrowserObject(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetSelectedSlot(), kind_Condition, and RefreshButtons().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 640 of file TGo4ViewPanel.cpp.
References GetDrawKind(), QGo4Widget::GetLinkedName(), GetPanelSlot(), TGo4Iter::getslot(), kind_Condition, kind_Link, and TGo4Iter::next().
Referenced by TGo4Script::GetDrawnItemName().
|
virtual |
Definition at line 3303 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetIntPar().
Referenced by CheckForSpecialObjects(), CheckObjectsAssigments(), ClearPadItems(), CollectMainDrawObjects(), CollectSpecialObjects(), DeleteDrawObject(), DeleteDrawObjects(), EditConditionBtn_clicked(), FindPadWithItem(), GetActiveObj(), GetConditionBtn_clicked(), GetDrawItemName(), GetNumMarkers(), GetPadMainObjectSlot(), GetPadSlot(), GetSelectedSlot(), InfoConditionBtn_clicked(), IsConditionSelected(), linkedRemoved(), linkedUpdated(), LogMarkerValues(), MakePictureForPad(), PadClickedSlot(), ProduceSuperimposeObject(), RedrawSpecialObjects(), RefreshButtons(), SetActiveObj(), SetConditionBtn_clicked(), SetSelectedMarkerByMouseClick(), StartConditionEditor(), and UndrawItemOnPanel().
|
virtual |
Definition at line 2382 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), and GetDrawObjectSlot().
Referenced by TGo4FitPanel::Button_FitterDraw().
|
virtual |
Definition at line 3034 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), QGo4Widget::GetLinkedName(), GetPadSlot(), and TGo4Slot::NumChilds().
Referenced by TGo4ConditionEditor::RefreshWidget().
|
virtual |
Definition at line 2375 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), and GetPadSlot().
Referenced by TGo4FitPanel::Fitter_NewForActivePad(), GetDrawObject(), and TGo4FitPanel::panelSlot().
|
virtual |
Definition at line 540 of file TGo4ViewPanel.cpp.
References fiMouseMode.
Referenced by RefreshButtons().
|
virtual |
Definition at line 2974 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), and TGo4Iter::next().
Referenced by TGo4FitPanel::CreateDataFor(), and ProcessPadDoubleClick().
|
protectedvirtual |
Definition at line 5569 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), and TGo4Slot::NumChilds().
Referenced by CompleteMarkerEdit(), and PadClickedSlot().
|
virtual |
Definition at line 3141 of file TGo4ViewPanel.cpp.
References fxWCanvas, Get_fHistogram(), TGo4Slot::GetAssignedObject(), GetPadMainObject(), GetPadSlot(), and GetSuperimposeSlot().
Referenced by CheckObjectsAssigments(), PadClickedSlot(), PadRangeAxisChanged(), TGo4FitPanel::PaintModel(), TGo4FitPanel::PaintRange(), and TGo4ConditionEditor::RefreshWidget().
|
virtual |
Definition at line 3071 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), and GetPadMainObjectSlot().
Referenced by TGo4FitPanel::CreateDataFor(), GetPadHistogram(), and MoveScale().
|
virtual |
Definition at line 3053 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), kind_Additional, and TGo4Slot::NumChilds().
Referenced by GetPadMainObject(), and TGo4FitPanel::UpdateObjectReferenceInSlot().
|
virtual |
Definition at line 3133 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), and TGo4Slot::GetAssignedObject().
|
virtual |
Definition at line 3128 of file TGo4ViewPanel.cpp.
References GetPadOptions(), and GetPadSlot().
Referenced by AboutToShowOptionsMenu(), AddDrawObject(), ChangeDrawOptionForPad(), CompleteInitialization(), DeleteDrawObject(), DeleteDrawObjects(), DisplayPadStatus(), TGo4Script::GetPadOptions(), GetPadOptions(), GetSelectedObject(), GetSelectedRange(), GetVisibleRange(), linkedRemoved(), linkedUpdated(), MakePictureForPad(), MarkPadModified(), MoveScale(), OptionsMenuItemActivated(), PadRangeAxisChanged(), PadRangeAxisChanged(), TGo4HisDrawOptions::panelSlot(), TGo4Style::panelSlot(), panelSlot(), ProcessCanvasAdopt(), ProcessPadClear(), ProcessPadModifiedSignal(), ProcessPadRedraw(), ProcessPadStatusUpdate(), ProcessPictureRedraw(), resizeEvent(), ScanObjectsDrawOptions(), SetAutoScale(), SetPadDefaults(), SetPadSuperImpose(), SetSelectedRange(), ShiftSelectedObjectToEnd(), and UndrawItemOnPanel().
|
virtual |
Definition at line 2922 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetDrawKind(), GetPanelSlot(), TGo4Iter::getslot(), GetSlotPad(), kind_PadSlot, and TGo4Iter::next().
Referenced by AddDrawObject(), AddMarkerObj(), AllocatePadOptions(), ChangeDrawOption(), CollectSpecialObjects(), DeleteDrawObject(), DeleteDrawObject(), DeleteDrawObjects(), Divide(), GetActiveObj(), GetDrawObjectLinkName(), GetDrawObjectSlot(), GetNumberOfPads(), GetNumMarkers(), GetPadHistogram(), GetPadMainObjectSlot(), GetPadOptions(), GetSelectedMarkerIndex(), GetSelectedMarkerName(), GetSelectedObject(), GetSelectedSlot(), GetSubPad(), IsPadHasSubPads(), IsPanelPad(), LogMarkerValues(), MakePictureForPad(), MoveScale(), PadDeleted(), ProcessCanvasAdopt(), ProcessMarkersClear(), ProcessPadClear(), ProcessPadModifiedSignal(), ProcessPadRedraw(), ProcessPadStatusUpdate(), ProducePadsList(), RefreshButtons(), resizeEvent(), SelectMenuItemActivated(), SetActiveObj(), SetAutoScale(), SetSelectedMarker(), SetSelectedMarkerByMouseClick(), SetSelectedRange(), ShiftSelectedObjectToEnd(), StartConditionEditor(), UpdatePadStatus(), and UpdatePanelCaption().
|
virtual |
Definition at line 358 of file TGo4ViewPanel.cpp.
References fbaPanelName, and fPanelName.
Referenced by TGo4ViewPanel(), TGo4MainWindow::FindViewPanel(), OptionsMenuItemActivated(), ProduceGraphFromMarkers(), ProducePicture(), SetFreezedTitle(), and UpdatePanelCaption().
|
virtual |
Definition at line 369 of file TGo4ViewPanel.cpp.
References QGo4Widget::GetTopSlot().
Referenced by AddNewSlot(), FindPadWithItem(), GetDrawItemName(), GetPadSlot(), MenuCommandExecutedSlot(), and UndrawItemOnPanel().
|
virtual |
Definition at line 552 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetIntPar(), and GetPadSlot().
Referenced by GetSelectedSlot(), RefreshButtons(), TGo4ConditionEditor::RefreshWidget(), SetSelectedMarker(), and TGo4ConditionEditor::WorkWithCondition().
|
virtual |
Definition at line 545 of file TGo4ViewPanel.cpp.
References GetPadSlot(), and TGo4Slot::GetPar().
Referenced by GetSelectedSlot(), PadClickedSlot(), RedrawSpecialObjects(), RefreshButtons(), TGo4ConditionEditor::RefreshWidget(), and SetSelectedMarker().
|
virtual |
Definition at line 3334 of file TGo4ViewPanel.cpp.
References CollectMainDrawObjects(), TGo4Slot::GetAssignedObject(), TGo4Picture::GetDrawOption(), GetPadOptions(), GetPadSlot(), GetSelectedObjectIndex(), GetSpecialDrawOption(), GetSuperimposeSlot(), and TGo4Picture::PictureIndex.
Referenced by TGo4HisDrawOptions::ChangeColor(), TGo4HisDrawOptionsShort::ChangeColor(), TGo4HisDrawOptions::panelSlot(), SelectMenuItemActivated(), and StartRootEditor().
|
virtual |
Definition at line 3324 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetIntPar().
Referenced by ChangeDrawOptionForPad(), CheckObjectsAssigments(), GetSelectedObject(), SelectMenuItemActivated(), ShiftSelectedObjectToEnd(), and UpdatePanelCaption().
|
virtual |
Definition at line 5348 of file TGo4ViewPanel.cpp.
References GetActivePad(), TGo4Picture::GetFullRangeDim(), GetPadOptions(), GetVisibleRange(), and TGo4Picture::IsAutoScale().
Referenced by TGo4SetScaleValues::refreshView().
|
virtual |
Definition at line 561 of file TGo4ViewPanel.cpp.
References TGo4CondArray::At(), TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), GetSelectedMarkerIndex(), GetSelectedMarkerName(), kind_Arrow, kind_Condition, kind_Latex, kind_Link, kind_Marker, kind_None, kind_Poly, kind_Window, and TGo4Slot::NumChilds().
Referenced by DelSelectedMarker_clicked(), EditConditionBtn_clicked(), GetActiveObj(), GetConditionBtn_clicked(), InfoConditionBtn_clicked(), IsConditionSelected(), PadClickedSlot(), RefreshButtons(), SelectedMarkerCmb_activated(), SetConditionBtn_clicked(), SetSelectedMarker(), StartConditionEditing(), and SwitchMarkerButton().
|
virtual |
Definition at line 2937 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), and TGo4Slot::GetAssignedObject().
Referenced by ChangeDrawOptionForPad(), FindPadWithItem(), GetNumberOfPads(), GetPadSlot(), GetSubPad(), IsPadHasSubPads(), linkedRemoved(), MakePictureForPad(), MenuCommandExecutedSlot(), MoveScale(), ProcessMarkersClear(), ProcessPadClear(), ProcessPadRedraw(), ProcessPadStatusUpdate(), ProducePadsList(), ScanObjectsDrawOptions(), SetAutoScale(), and SetSelectedRange().
|
virtual |
Definition at line 3313 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetPar().
Referenced by GetSelectedObject(), MakePictureForPad(), ProduceSuperimposeObject(), and RedrawSpecialObjects().
|
virtual |
Definition at line 2988 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), IsPadHasSubPads(), and TGo4Iter::next().
Referenced by TGo4FitPanel::CreateDataFor(), TGo4Browser::DisplaySelectedItems(), TGo4FitPanel::FindPadForSlot(), TGo4Script::GetPadOptions(), and TGo4Script::SelectPad().
Definition at line 3048 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild().
Referenced by GetPadHistogram(), GetSelectedObject(), MenuCommandExecutedSlot(), ProcessPadRedraw(), ScanDrawOptions(), and UpdatePanelCaption().
|
virtual |
Definition at line 5176 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetFullRange(), TGo4Picture::GetFullRangeDim(), GetPadOptions(), and TGo4Picture::GetRange().
Referenced by GetSelectedRange().
|
virtualslot |
Definition at line 1177 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetSelectedSlot(), kind_Condition, and QGo4Widget::ShowItemInfo().
Referenced by TGo4ViewPanel().
|
overridevirtual |
Reimplemented from QGo4Widget.
Definition at line 465 of file TGo4ViewPanel.cpp.
References QGo4Widget::Browser(), TGo4BrowserProxy::CanDrawItem(), and TGo4BrowserProxy::ItemCanDo().
|
virtual |
Definition at line 4353 of file TGo4ViewPanel.cpp.
References fbApplyToAllFlag.
Referenced by ChangeDrawOption(), ClearAllMarkers(), DisplayPadStatus(), MoveScale(), resizeEvent(), SetAutoScale(), and SetSelectedRange().
|
virtual |
Definition at line 4343 of file TGo4ViewPanel.cpp.
References fbAutoZoomFlag.
Referenced by AboutToShowOptionsMenu(), and SetSelectedRangeToHisto().
|
virtual |
Definition at line 616 of file TGo4ViewPanel.cpp.
References GetDrawKind(), GetSelectedSlot(), and kind_Condition.
Referenced by CompleteMarkerEdit(), and RefreshButtons().
|
virtual |
Definition at line 4358 of file TGo4ViewPanel.cpp.
References fbFreezeTitle.
|
virtual |
Definition at line 2947 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetSlotPad(), and TGo4Slot::NumChilds().
Referenced by TGo4FitPanel::CreateDataFor(), GetSubPad(), IsPadHasSubPads(), and TGo4FitPanel::WorkingWithOnlyPad().
|
virtual |
Definition at line 2957 of file TGo4ViewPanel.cpp.
References GetPadSlot(), and IsPadHasSubPads().
|
virtual |
Definition at line 2969 of file TGo4ViewPanel.cpp.
References GetPadSlot().
Referenced by ~TGo4ViewPanel(), and TGo4MdiArea::ResponseOnPanelEvent().
|
virtual |
Definition at line 3197 of file TGo4ViewPanel.cpp.
References fiSkipRedrawCounter.
Referenced by AutoScaleToggled(), linkedObjectUpdated(), linkedRemoved(), linkedUpdated(), PadRangeAxisChanged(), PadRangeAxisChanged(), RedrawPanel(), and SuperImposeToggled().
|
virtual |
Definition at line 5535 of file TGo4ViewPanel.cpp.
References fxRepaintTimerPad.
Referenced by TGo4MainWindow::checkPanelRepaintSlot(), and ShootRepaintTimer().
|
inlinevirtual |
Definition at line 160 of file TGo4ViewPanel.h.
References fxWCanvas.
Referenced by Get_fHistogram(), TGo4HisDrawOptions::panelSlot(), RedrawGraph(), and RedrawMultiGraph().
|
overridevirtual |
Reimplemented from QGo4Widget.
Definition at line 386 of file TGo4ViewPanel.cpp.
References fbModifiedSignalFlag, GetActivePad(), IsRedrawBlocked(), PadRangeAxisChanged(), and ProcessPadModifiedSignal().
|
overridevirtual |
Reimplemented from QGo4Widget.
Definition at line 431 of file TGo4ViewPanel.cpp.
References CheckObjectsAssigments(), CleanupGedEditor(), GetDrawKind(), GetPadOptions(), TGo4Slot::GetParent(), GetSlotPad(), IsRedrawBlocked(), kind_Condition, kind_Func, kind_Latex, kind_PadSlot, kind_ThisPad, PadDeleted(), TGo4Picture::SetPadModified(), and ShootRepaintTimer().
|
overridevirtual |
Reimplemented from QGo4Widget.
Definition at line 402 of file TGo4ViewPanel.cpp.
References GetDrawKind(), GetPadOptions(), TGo4Slot::GetParent(), IsRedrawBlocked(), kind_Condition, kind_Func, kind_Latex, kind_PadSlot, TGo4Picture::SetContentModified(), TGo4Picture::SetPadModified(), and ShootRepaintTimer().
|
virtualslot |
Definition at line 1227 of file TGo4ViewPanel.cpp.
|
virtualslot |
Definition at line 1094 of file TGo4ViewPanel.cpp.
References fbTypingMode, GetActivePad(), TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), kind_Arrow, kind_Condition, kind_Latex, kind_Marker, kind_Poly, kind_Window, and TGo4Slot::NumChilds().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 1833 of file TGo4ViewPanel.cpp.
References TGo4Picture::AddObjName(), TGo4Picture::AddSpecialObject(), TGo4Picture::CopyOptionsFrom(), TGo4Condition::DeletePainter(), TGo4Marker::DeletePainter(), TGo4Log::Error(), fbApplyToAllFlag, fbAutoZoomFlag, fbFreezeTitle, fFreezedTitle, TGo4Slot::GetAssignedObject(), GetCanvas(), TGo4Slot::GetChild(), GetDrawKind(), TGo4Picture::GetDrawOption(), TGo4Slot::GetIntPar(), QGo4Widget::GetLinkedName(), GetPadOptions(), GetPadSlot(), TGo4Slot::GetProxy(), GetSlotPad(), GetSpecialDrawOption(), TGo4Picture::IsXYRatioOne(), kind_Arrow, kind_Condition, kind_Func, kind_Latex, kind_Link, kind_Marker, kind_Poly, kind_Specials, kind_Window, MakePictureForPad(), TGo4Slot::NumChilds(), TGo4Picture::Pic(), TGo4Picture::SetApplyToAll(), TGo4Picture::SetAutoZoom(), TGo4Picture::SetDivision(), TGo4Picture::SetFrameAttr(), TGo4Picture::SetRebinX(), and TGo4Picture::SetRebinY().
Referenced by MakePictureForPad(), ProcessPadDoubleClick(), ProducePicture(), and TGo4Script::ProduceScript().
|
virtual |
Definition at line 2962 of file TGo4ViewPanel.cpp.
References GetPadOptions(), and TGo4Picture::SetPadModified().
Referenced by TGo4FitPanel::ArrowChanged(), TGo4HisDrawOptions::ChangeColor(), TGo4HisDrawOptionsShort::ChangeColor(), TGo4ConditionEditor::DrawCondition(), TGo4ConditionEditor::RedrawCondition(), SelectMenuItemActivated(), SetSelectedMarker(), and StartConditionEditing().
|
virtualslot |
Definition at line 1731 of file TGo4ViewPanel.cpp.
References QGo4Widget::Browser(), Get_fHistogram(), TGo4Slot::GetAssignedObject(), GetPanelSlot(), TGo4Iter::getslot(), GetSlotPad(), GetSuperimposeSlot(), TGo4Iter::next(), TGo4BrowserProxy::Scan_gROOT(), and UpdatePadStatus().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 4645 of file TGo4ViewPanel.cpp.
References TGo4Picture::ClearRange(), GetActivePad(), GetCanvas(), GetPadMainObject(), GetPadOptions(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), IsApplyToAllFlag(), MoveSingleScale(), TGo4Iter::next(), RedrawPanel(), TGo4Picture::SetAutoScale(), and TGo4Picture::SetPadModified().
Referenced by TGo4ScaleOptions::MoveScale(), and ProcessPadDoubleClick().
|
virtual |
Definition at line 4688 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetFullRange(), TGo4Picture::GetFullRangeDim(), TGo4Picture::GetRange(), TGo4Picture::SetAutoScale(), and TakeSelectedAxisRange().
Referenced by MoveScale(), and SetSelectedRangeToHisto().
|
virtualslot |
Definition at line 5678 of file TGo4ViewPanel.cpp.
References AutoZoomId, QGo4Widget::CallPanelFunc(), CanvasUpdate(), ChangeDrawOption(), CrosshairId, fbAutoZoomFlag, fbCanvasCrosshair, fbFreezeTitle, fOptionsMap, fPanelName, FreezeTitleId, GetActivePad(), GetCanvas(), GetPadOptions(), GetPanelName(), TGo4Picture::GetXAxisTimeFormat(), QGo4Widget::panel_Updated, RedrawPanel(), SetFreezedTitle(), QGo4Widget::SetIdAction(), SetTimeFormatId, SetTitleTextId, and TGo4LockGuard.
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1279 of file TGo4ViewPanel.cpp.
References AddMarkerObj(), CanvasUpdate(), CheckActionAtTheEnd(), TGo4Condition::Draw(), TGo4Marker::Draw(), fbPickAgain, fiMouseMode, fiPickCounter, GetActiveObj(), TGo4Slot::GetAssignedObject(), GetAutoColor(), GetCanvas(), TGo4PolyCond::GetCut(), TGo4Condition::GetDimension(), GetDrawKind(), TGo4Marker::GetInstances(), GetNumMarkers(), GetPadHistogram(), GetSelectedMarkerName(), GetSelectedSlot(), TGo4WinCond::GetXLow(), TGo4WinCond::GetYLow(), TGo4Condition::IsXMaxDraw(), TGo4Condition::IsXMeanDraw(), TGo4Condition::IsXRMSDraw(), kind_Arrow, kind_Condition, kind_Latex, kind_Marker, kind_Poly, kind_Window, kMouseDraw, kMousePickCursor, kMousePickLatex, kMousePickLimits, kMousePickPolygon, kMouseROOT, TGo4PolyCond::NextAvailableName(), SetActivePad(), TGo4Condition::SetChanged(), TGo4Marker::SetHistogram(), SetSelectedMarkerByMouseClick(), TGo4WinCond::SetValues(), TGo4PolyCond::SetValuesDirect(), TGo4Condition::SetWorkHistogram(), TGo4PolyCond::SetWorkHistogram(), TGo4Condition::SetYMaxDraw(), TGo4Condition::SetYMeanDraw(), TGo4Condition::SetYRMSDraw(), and TGo4LockGuard.
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 5556 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4MdiArea::Instance(), and TGo4MdiArea::SetSelectedPad().
Referenced by linkedRemoved().
|
virtualslot |
Definition at line 1670 of file TGo4ViewPanel.cpp.
References CompleteMarkerEdit(), fxDoubleClickTimerPad, and ProcessPadDoubleClick().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 5250 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), TGo4Picture::ClearRange(), TGo4Picture::GetFullRangeDim(), GetPadHistogram(), GetPadOptions(), IsRedrawBlocked(), PadRangeAxisChanged(), QGo4Widget::panel_Updated, TGo4Picture::SetAutoScale(), TGo4Picture::SetRange(), TakeSelectedAxisRange(), and TGo4LockGuard.
Referenced by linkedObjectUpdated(), and PadRangeAxisChanged().
|
virtual |
Definition at line 5332 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), GetPadOptions(), IsRedrawBlocked(), QGo4Widget::panel_Updated, TakeSelectedAxisRange(), and TGo4LockGuard.
|
virtualslot |
Definition at line 5753 of file TGo4ViewPanel.cpp.
References TGo4ViewPanel(), BlockPanelRedraw(), fAutoScaleCheck, GetActivePad(), GetPadOptions(), and TGo4Picture::IsAutoScale().
Referenced by CompleteInitialization().
|
virtualslot |
Definition at line 1952 of file TGo4ViewPanel.cpp.
References GetCanvas(), TGo4PrintWidget::GetPrinter(), TGo4PrintWidget::GetPrintProg(), and go4sett.
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3651 of file TGo4ViewPanel.cpp.
References AddDrawObject(), AddNewSlot(), Get_fHistogram(), TGo4Marker::GetName(), GetPadOptions(), GetPadSlot(), kind_Arrow, kind_Condition, kind_Latex, kind_Marker, kind_PadSlot, kind_Specials, knd_Reference, ProcessCanvasAdopt(), ScanDrawOptions(), TGo4Picture::SetAutoScale(), SetDrawKind(), TGo4Picture::SetDrawOption(), TGo4Marker::SetHistogram(), TGo4Picture::SetRange(), SetSlotPad(), TGo4Picture::SetSuperimpose(), TGo4Condition::SetWorkHistogram(), TakeFullRangeFromHisto(), and TakeSelectedAxisRange().
Referenced by CheckForSpecialObjects(), and ProcessCanvasAdopt().
|
virtual |
Definition at line 1141 of file TGo4ViewPanel.cpp.
References DeleteDrawObjects(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), kind_Arrow, kind_Latex, kind_Marker, kind_Poly, kind_Window, TGo4Iter::next(), and ProcessMarkersClear().
Referenced by ~TGo4ViewPanel(), ClearAllMarkers(), and ProcessMarkersClear().
|
virtual |
Definition at line 4488 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), CheckObjectsAssigments(), ClearPadItems(), fxActivePad, GetCanvas(), TGo4Slot::GetChild(), GetPadOptions(), GetPadSlot(), GetSlotPad(), TGo4Slot::NumChilds(), QGo4Widget::panel_Modified, QGo4Widget::panel_PadDeleted, ProcessPadClear(), and TGo4Picture::SetPadModified().
Referenced by ClearPad(), and ProcessPadClear().
|
virtualslot |
Definition at line 1684 of file TGo4ViewPanel.cpp.
References TGo4ViewPanel(), QGo4Widget::CreateViewPanel(), fxDoubleClickTimerPad, GetCanvas(), GetNumberOfPads(), TGo4Picture::GetNumObjNames(), MakePictureForPad(), MoveScale(), ProcessPictureRedraw(), and ShootRepaintTimer().
Referenced by PadDoubleClickedSlot().
|
virtualslot |
Definition at line 2473 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), fbModifiedSignalFlag, GetActivePad(), GetPadOptions(), GetPadSlot(), QGo4Widget::panel_Updated, and ScanDrawOptions().
Referenced by linkedObjectUpdated().
|
virtual |
Definition at line 3865 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), CheckForSpecialObjects(), CheckObjectsAssigments(), CollectMainDrawObjects(), fbCanvasCrosshair, TGo4Slot::FindChild(), fxWCanvas, TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), TGo4Picture::GetDrawOption(), TGo4Slot::GetIntPar(), TGo4Picture::GetLogScale(), GetPadOptions(), GetPadSlot(), TGo4Slot::GetPar(), GetSlotPad(), GetSuperimposeSlot(), TGo4Picture::IsContentModified(), TGo4Picture::IsLegendDraw(), TGo4Picture::IsPadModified(), TGo4Picture::IsSuperimpose(), TGo4Picture::IsTitleItem(), TGo4Slot::NumChilds(), QGo4Widget::panel_Updated, ProcessPadRedraw(), ProduceSuperimposeObject(), RedrawGraph(), RedrawHistogram(), RedrawImage(), RedrawLegend(), RedrawMultiGraph(), RedrawSpecialObjects(), RedrawStack(), TGo4Slot::RemovePar(), ScanObjectsDrawOptions(), TGo4Picture::SetContentModified(), TGo4Picture::SetDrawOption(), TGo4ASImage::SetHistogramContent(), TGo4Slot::SetIntPar(), TGo4Picture::SetPadModified(), TGo4Slot::SetPar(), and TGo4Slot::SetProxy().
Referenced by ProcessPadRedraw(), and RedrawPanel().
|
virtual |
Definition at line 2216 of file TGo4ViewPanel.cpp.
References AddNewSlot(), ClearPadItems(), TGo4Slot::FindChild(), TGo4Slot::GetChild(), GetPadOptions(), GetPadSlot(), GetSlotPad(), kind_PadSlot, TGo4Slot::NumChilds(), ProcessPadStatusUpdate(), SetDrawKind(), SetPadDefaults(), TGo4Picture::SetPadModified(), and SetSlotPad().
Referenced by ProcessPadStatusUpdate(), and UpdatePadStatus().
|
virtual |
Definition at line 3554 of file TGo4ViewPanel.cpp.
References AddDrawObject(), AddMarkerObj(), QGo4Widget::Browser(), TGo4Picture::CopyOptionsFrom(), TGo4BrowserProxy::DefineRelatedObject(), TGo4Log::Error(), TGo4Picture::FindPic(), TGo4BrowserProxy::GetBrowserObject(), TGo4Picture::GetDivX(), TGo4Picture::GetDivY(), TGo4Picture::GetDrawAttributes(), TGo4Picture::GetDrawOption(), TGo4Picture::GetFrameAttr(), TGo4Picture::GetNumObjNames(), TGo4Picture::GetObjName(), GetPadOptions(), TGo4Picture::GetRebinX(), TGo4Picture::GetRebinY(), TGo4Picture::GetSpecialObjects(), go4sett, TGo4Picture::IsApplyToAll(), TGo4Picture::IsAutoZoom(), TGo4Picture::IsDivided(), kind_Arrow, kind_Latex, kind_Link, kind_Marker, kind_Poly, kind_Specials, kind_Window, TGo4Picture::PictureIndex, ProcessPictureRedraw(), SetApplyToAllFlag(), SetAutoZoomFlag(), TGo4Picture::SetDrawOption(), TGo4Slot::SetIntPar(), TGo4Picture::SetPadModified(), TGo4Picture::SetSuperimpose(), and UpdatePadStatus().
Referenced by CheckForSpecialObjects(), ProcessPadDoubleClick(), ProcessPictureRedraw(), and TGo4Script::StartViewPanel().
|
virtualslot |
Definition at line 1804 of file TGo4ViewPanel.cpp.
References CollectSpecialObjects(), GetActivePad(), GetPanelName(), kind_Marker, and QGo4Widget::SaveObjectInMemory().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3017 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), and TGo4Iter::next().
|
virtualslot |
Definition at line 1795 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPanelName(), MakePictureForPad(), and QGo4Widget::SaveObjectInMemory().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 2723 of file TGo4ViewPanel.cpp.
References TGo4Log::Error(), TGo4Slot::GetAssignedObject(), GetAutoColor(), GetDrawKind(), TGo4Picture::GetDrawOption(), TGo4Slot::GetIndexOf(), QGo4Widget::GetLinkedName(), TGo4Slot::GetPar(), GetSpecialDrawOption(), go4sett, kind_FitModels, TGo4Slot::RemovePar(), TGo4Picture::SetHisStats(), TGo4Slot::SetProxy(), TGo4Picture::SetXAxisTimeDisplay(), and TGo4Picture::SetXAxisTimeFormat().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 2027 of file TGo4ViewPanel.cpp.
Referenced by SetSelectedRangeToHisto().
|
virtual |
Definition at line 4133 of file TGo4ViewPanel.cpp.
References Get_fHistogram(), TGo4Picture::GetDrawOption(), go4sett, TGo4Picture::IsHisStats(), TGo4Picture::IsHisTitle(), IsWebCanvas(), TGo4Picture::SetDrawOption(), TGo4Picture::SetHisStats(), SetSelectedRangeToHisto(), TGo4Picture::SetXAxisTimeDisplay(), TGo4Picture::SetXAxisTimeFormat(), and TakeFullRangeFromGraph().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4053 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetDrawOption(), TGo4Picture::GetHisContour(), go4sett, TGo4Picture::IsHisStats(), TGo4Picture::IsHisTitle(), SetSelectedRangeToHisto(), and TakeFullRangeFromHisto().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4266 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetDrawOption(), TGo4Picture::GetRange(), TGo4ASImage::SetDrawData(), TGo4ASImage::SetSelectedRange(), and TakeFullRangeFromHisto().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4288 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4190 of file TGo4ViewPanel.cpp.
References TGo4Log::Error(), TGo4Picture::GetDrawOption(), TGo4Picture::GetFullRange(), TGo4Picture::GetLogScale(), TGo4Picture::GetRangeY(), go4sett, TGo4Picture::IsHisTitle(), IsWebCanvas(), TGo4Picture::PictureIndex, SetSelectedRangeToHisto(), and TakeFullRangeFromGraph().
Referenced by ProcessPadRedraw().
|
virtualslot |
Definition at line 3783 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), CanvasUpdate(), fbApplyToAllFlag, fxQCanvas, GetActivePad(), TGo4MdiArea::GetSelectedPad(), TGo4MdiArea::Instance(), IsRedrawBlocked(), ProcessPadRedraw(), RefreshButtons(), SetApplyToAllFlag(), TGo4MdiArea::SetSelectedPad(), ShootRepaintTimer(), TGo4LockGuard, and UpdatePanelCaption().
Referenced by ChangeDrawOption(), checkRepaintSlot(), checkResizeSlot(), ClearActivePad(), ClearAllMarkers(), ClearCanvas(), CompleteMarkerEdit(), DelSelectedMarker_clicked(), Divide(), MoveScale(), OptionsMenuItemActivated(), TGo4Script::RedrawPanel(), SetAutoScale(), and SetSelectedRange().
|
virtual |
Definition at line 4296 of file TGo4ViewPanel.cpp.
References CheckObjectsAssigments(), TGo4Slot::GetAssignedObject(), GetAutoColor(), TGo4Slot::GetChild(), GetDrawKind(), TGo4Slot::GetIndexOf(), GetSelectedMarkerName(), GetSpecialDrawOption(), kind_Other, kind_Specials, and TGo4Slot::NumChilds().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4091 of file TGo4ViewPanel.cpp.
References Get_fHistogram(), TGo4Picture::GetDrawOption(), TGo4Picture::IsHisTitle(), NoStackDrawOption, TGo4Picture::PictureIndex, SetSelectedRangeToHisto(), and TakeFullRangeFromHisto().
Referenced by ProcessPadRedraw().
|
virtualslot |
Definition at line 897 of file TGo4ViewPanel.cpp.
References QGo4Widget::BrowserItemRemote(), fbMarkEditorVisible, fbPickAgain, fbTypingMode, fxQCanvas, GetActivePad(), TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetMouseMode(), TGo4CondArray::GetNumber(), GetPadSlot(), GetSelectedMarkerIndex(), GetSelectedMarkerName(), GetSelectedSlot(), TGo4Condition::IsChanged(), IsConditionSelected(), kind_Condition, kind_Marker, kind_Poly, kind_Window, kMouseDraw, kMousePickCursor, kMousePickLatex, kMousePickLimits, kMousePickPolygon, kMouseROOT, TGo4Slot::NumChilds(), SetSelectedMarker(), and TGo4LockGuard.
Referenced by TGo4ViewPanel(), CompleteMarkerEdit(), GetConditionBtn_clicked(), RedrawPanel(), SetConditionBtn_clicked(), SetFreezeMouseMode(), SetMarkerPanel(), SetSelectedMarkerByMouseClick(), and SwitchMarkerButton().
|
virtual |
Definition at line 4433 of file TGo4ViewPanel.cpp.
References ResetPadFillColors(), and TGo4LockGuard.
Referenced by ResetPadFillColors(), and TGo4MainWindow::SavePanelCanvas().
|
overridevirtual |
Reimplemented from QGo4Widget.
Definition at line 381 of file TGo4ViewPanel.cpp.
|
overrideprotected |
Definition at line 5466 of file TGo4ViewPanel.cpp.
References checkResizeSlot(), fxResizeTimerPad, GetActivePad(), GetCanvas(), GetPadOptions(), GetPadSlot(), go4sett, IsApplyToAllFlag(), and TGo4Picture::IsXYRatioOne().
|
virtual |
Definition at line 5490 of file TGo4ViewPanel.cpp.
References fxQCanvas.
Referenced by CanvasUpdatedSlot(), and StartRootEditor().
|
virtualslot |
Definition at line 1790 of file TGo4ViewPanel.cpp.
References QGo4Widget::ServiceCall().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1209 of file TGo4ViewPanel.cpp.
|
virtual |
Definition at line 2484 of file TGo4ViewPanel.cpp.
References CollectMainDrawObjects(), fbCanvasCrosshair, Get_fHistogram(), GetCanvas(), TGo4Picture::GetDrawOption(), TGo4Picture::GetLogScale(), GetSuperimposeSlot(), NoStackDrawOption, TGo4Picture::PictureIndex, ScanObjectsDrawOptions(), TGo4Picture::SetDrawOption(), TGo4Picture::SetHisStats(), TGo4Picture::SetLogScale(), TGo4Picture::SetStatsAttr(), TGo4Picture::SetTitleAttr(), TGo4Picture::SetXAxisAttTime(), and TGo4LockGuard.
Referenced by ProcessCanvasAdopt(), and ProcessPadModifiedSignal().
|
virtual |
Definition at line 2574 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetDrawAttributes(), GetPadOptions(), TGo4Slot::GetPar(), GetSlotPad(), TGo4Picture::PictureIndex, TGo4Picture::SetDrawAttributes(), and TGo4Slot::SetPar().
Referenced by ProcessPadRedraw(), and ScanDrawOptions().
|
virtualslot |
Definition at line 1042 of file TGo4ViewPanel.cpp.
References fbTypingMode, GetActivePad(), GetSelectedSlot(), kind_Marker, SetActiveObj(), SetSelectedMarker(), and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 2150 of file TGo4ViewPanel.cpp.
References ActivateInGedEditor(), BringToFrontId, QGo4Widget::CallPanelFunc(), FirstSelectId, GetActivePad(), GetPadSlot(), GetSelectedObject(), GetSelectedObjectIndex(), MarkPadModified(), MasterSelectId, QGo4Widget::panel_Updated, TGo4Picture::PictureIndex, SetSelectedObjectIndex(), ShiftSelectedObjectToEnd(), ShootRepaintTimer(), TGo4LockGuard, and UpdatePanelCaption().
Referenced by TGo4ViewPanel().
|
protectedvirtual |
Definition at line 5626 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), TGo4Slot::NumChilds(), TGo4Slot::RemovePar(), and TGo4Slot::SetPar().
Referenced by AddMarkerObj(), SelectedMarkerCmb_activated(), and SetSelectedMarkerByMouseClick().
|
virtualslot |
Definition at line 1240 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), QGo4Widget::CallPanelFunc(), CanvasUpdate(), CompleteMarkerEdit(), DisplayPadStatus(), fxActivePad, fxWCanvas, GetCanvas(), TGo4MdiArea::Instance(), QGo4Widget::panel_Activated, TGo4MdiArea::SetSelectedPad(), TGo4LockGuard, and UpdatePanelCaption().
Referenced by TGo4ViewPanel(), ClearPad(), CompleteInitialization(), TGo4MainWindow::DisplayBrowserItem(), DropOnPad(), TGo4ConditionEditor::ModifyButton_clicked(), PadClickedSlot(), TGo4Script::SelectPad(), StartRootEditor(), and TGo4MdiArea::subWindowActivatedSlot().
|
virtual |
Definition at line 5363 of file TGo4ViewPanel.cpp.
References fbApplyToAllFlag.
Referenced by ProcessPictureRedraw(), RedrawPanel(), and TGo4Script::SetApplyToAll().
|
virtual |
Definition at line 5371 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetCanvas(), GetPadOptions(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), IsApplyToAllFlag(), TGo4Picture::IsAutoScale(), TGo4Picture::IsPadModified(), TGo4Iter::next(), RedrawPanel(), TGo4Picture::SetAutoScale(), TGo4Picture::SetPadModified(), and TGo4LockGuard.
Referenced by TGo4SetScaleValues::AutoscaleChanged(), AutoScaleToggled(), and TGo4FitPanel::Button_FitterDraw().
|
virtual |
Definition at line 4348 of file TGo4ViewPanel.cpp.
References fbAutoZoomFlag.
Referenced by ProcessPictureRedraw().
|
virtualslot |
Definition at line 1196 of file TGo4ViewPanel.cpp.
References GetActivePad(), TGo4Slot::GetAssignedObject(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetSelectedSlot(), kind_Condition, RefreshButtons(), TGo4Condition::SetChanged(), and QGo4Widget::UpdateItemInAnalysis().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 864 of file TGo4ViewPanel.cpp.
References kind_Marker, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 884 of file TGo4ViewPanel.cpp.
References kind_Arrow, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3283 of file TGo4ViewPanel.cpp.
References TGo4Slot::RemovePar(), and TGo4Slot::SetIntPar().
Referenced by AddDrawObject(), AllocatePadOptions(), CheckForSpecialObjects(), ProcessCanvasAdopt(), ProcessPadStatusUpdate(), and SetSlotPad().
|
virtual |
Definition at line 3450 of file TGo4ViewPanel.cpp.
References fbFreezeTitle, fFreezedTitle, and GetPanelName().
Referenced by CheckForSpecialObjects(), OptionsMenuItemActivated(), and TGo4Script::StartViewPanel().
|
virtualslot |
Definition at line 889 of file TGo4ViewPanel.cpp.
References fbPickAgain, fbTypingMode, and RefreshButtons().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 879 of file TGo4ViewPanel.cpp.
References kind_Latex, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1080 of file TGo4ViewPanel.cpp.
References CompleteMarkerEdit(), fbMarkEditorVisible, fiPickCounter, GetActivePad(), kMouseROOT, RefreshButtons(), SetMouseMode(), and ShootRepaintTimer().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 535 of file TGo4ViewPanel.cpp.
References fiMouseMode.
Referenced by SetMarkerPanel(), and SwitchMarkerButton().
|
virtual |
Definition at line 4530 of file TGo4ViewPanel.cpp.
References TGo4Log::Error(), fbCanvasCrosshair, fxQCanvas, GetPadOptions(), go4sett, l, TGo4Picture::PictureIndex, TGo4Picture::SetDrawOption(), TGo4Picture::SetHisStats(), TGo4Picture::SetTitleDate(), TGo4Picture::SetTitleItem(), TGo4Picture::SetTitleTime(), ShowEventStatus(), and TGo4LockGuard.
Referenced by ClearCanvas(), CompleteInitialization(), and ProcessPadStatusUpdate().
|
virtual |
Definition at line 2464 of file TGo4ViewPanel.cpp.
References GetPadOptions(), TGo4Picture::SetPadModified(), and TGo4Picture::SetSuperimpose().
Referenced by TGo4Script::SetSuperimpose(), and TGo4Browser::SuperImposeSelectedItems().
|
virtual |
Definition at line 364 of file TGo4ViewPanel.cpp.
References fPanelName.
Referenced by TGo4Script::SetViewPanelName().
|
virtualslot |
Definition at line 874 of file TGo4ViewPanel.cpp.
References kind_Poly, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 869 of file TGo4ViewPanel.cpp.
References kind_Window, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 687 of file TGo4ViewPanel.cpp.
References GetPadSlot(), GetSelectedMarkerIndex(), GetSelectedMarkerName(), GetSelectedSlot(), MarkPadModified(), TGo4Slot::RemovePar(), TGo4Slot::SetIntPar(), TGo4Slot::SetPar(), SetSpecialDrawOption(), ShootRepaintTimer(), and TGo4LockGuard.
Referenced by DelSelectedMarker_clicked(), TGo4ConditionEditor::DrawCondition(), TGo4ConditionEditor::ModifyButton_clicked(), TGo4ConditionEditor::RedrawCondition(), RefreshButtons(), SelectedMarkerCmb_activated(), SetSelectedMarkerByMouseClick(), and SwitchMarkerButton().
|
virtual |
Definition at line 739 of file TGo4ViewPanel.cpp.
References TGo4CondArray::At(), fbMarkEditorVisible, TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), TGo4CondArray::GetNumber(), GetPadSlot(), kind_Condition, kind_Marker, kind_Poly, kind_Window, TGo4Slot::NumChilds(), RefreshButtons(), SetActiveObj(), SetSelectedMarker(), and TGo4LockGuard.
Referenced by PadClickedSlot().
|
virtual |
Definition at line 3318 of file TGo4ViewPanel.cpp.
References TGo4Slot::SetIntPar().
Referenced by SelectMenuItemActivated(), ShiftSelectedObjectToEnd(), and UpdatePanelCaption().
|
virtual |
Definition at line 5412 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetCanvas(), TGo4Picture::GetFullRangeDim(), GetPadOptions(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), IsApplyToAllFlag(), TGo4Picture::IsAutoScale(), TGo4Iter::next(), RedrawPanel(), TGo4Picture::SetPadModified(), TakeSelectedAxisRange(), and TGo4LockGuard.
Referenced by TGo4SetScaleValues::ApplyValues().
|
virtual |
Definition at line 4945 of file TGo4ViewPanel.cpp.
References TGo4Picture::ClearRange(), DefaultPadMargin(), TGo4Picture::GetFullRangeDim(), TGo4Picture::GetLogScale(), TGo4Picture::GetRange(), TGo4Picture::GetStatsAttr(), TGo4Picture::GetTitleAttr(), TGo4Picture::GetXAxisTimeFormat(), TGo4Picture::HasTitleAttr(), TGo4Picture::IsAutoScale(), IsAutoZoomFlag(), TGo4Picture::IsHisStats(), TGo4Picture::IsHisTitle(), TGo4Picture::IsXAxisTimeDisplay(), TGo4Picture::IsXYRatioOne(), MoveSingleScale(), RectangularRatio(), and TGo4Picture::SetRange().
Referenced by RedrawGraph(), RedrawHistogram(), RedrawMultiGraph(), and RedrawStack().
|
virtual |
Definition at line 2910 of file TGo4ViewPanel.cpp.
References AllocatePadOptions(), QGo4Widget::ConnectPad(), TGo4Slot::FindChild(), kind_ThisPad, SetDrawKind(), and TGo4Slot::SetProxy().
Referenced by ProcessCanvasAdopt(), and ProcessPadStatusUpdate().
|
virtual |
Definition at line 3293 of file TGo4ViewPanel.cpp.
References TGo4Slot::RemovePar(), and TGo4Slot::SetPar().
Referenced by AddDrawObject(), and SetSelectedMarker().
|
virtual |
Definition at line 3370 of file TGo4ViewPanel.cpp.
References CollectMainDrawObjects(), GetPadOptions(), GetPadSlot(), GetSelectedObjectIndex(), SetSelectedObjectIndex(), and TGo4Slot::ShiftSlotAfter().
Referenced by SelectMenuItemActivated().
|
virtual |
Definition at line 5520 of file TGo4ViewPanel.cpp.
References GetCanvas(), and ShootRepaintTimer().
Referenced by TGo4FitPanel::ArrowChanged(), TGo4FitPanel::Button_FitterDraw(), TGo4HisDrawOptions::ChangeColor(), TGo4HisDrawOptionsShort::ChangeColor(), TGo4MainWindow::DisplayBrowserItem(), TGo4Browser::DisplaySelectedItems(), TGo4ConditionEditor::DrawCondition(), DropOnPad(), linkedRemoved(), linkedUpdated(), TGo4FitPanel::PaintModel(), TGo4FitPanel::PaintRange(), ProcessPadDoubleClick(), TGo4ConditionEditor::RedrawCondition(), RedrawPanel(), TGo4FitPanel::RemoveDrawObjects(), TGo4FitPanel::RemovePrimitives(), SelectMenuItemActivated(), SetMarkerPanel(), SetSelectedMarker(), ShootRepaintTimer(), StartConditionEditing(), TGo4Script::StartViewPanel(), TGo4Browser::SuperImposeSelectedItems(), and UndrawItemOnPanel().
|
virtual |
Definition at line 5525 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallServiceFunc(), fxRepaintTimerPad, GetCanvas(), IsRepaintTimerActive(), and QGo4Widget::service_PanelTimer.
|
virtualslot |
Definition at line 2183 of file TGo4ViewPanel.cpp.
References DisplayPadStatus(), fBlockSignals, fxCanvasEventstatusChk, fxQCanvas, fxWCanvas, and GetActivePad().
Referenced by TGo4ViewPanel(), and SetPadDefaults().
|
virtual |
Definition at line 800 of file TGo4ViewPanel.cpp.
References fbLeaveFocusAfterCondEnd, GetActivePad(), GetSelectedSlot(), kind_Poly, kind_Window, MarkPadModified(), ShootRepaintTimer(), and TGo4LockGuard.
Referenced by TGo4ConditionEditor::ModifyButton_clicked().
|
virtualslot |
Definition at line 2008 of file TGo4ViewPanel.cpp.
References QGo4Widget::EditItem(), GetActivePad(), TGo4Slot::GetChild(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetPadSlot(), kind_Condition, and TGo4Slot::NumChilds().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1970 of file TGo4ViewPanel.cpp.
References ActivateInGedEditor(), fBlockSignals, fxQCanvas, fxWCanvas, GetActivePad(), GetCanvas(), GetSelectedObject(), ResizeGedEditor(), and SetActivePad().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 5767 of file TGo4ViewPanel.cpp.
References ChangeDrawOption(), and IsRedrawBlocked().
|
virtual |
Definition at line 825 of file TGo4ViewPanel.cpp.
References CompleteMarkerEdit(), fbTypingMode, fiPickCounter, GetActivePad(), GetSelectedSlot(), kind_Arrow, kind_Latex, kind_Marker, kind_Poly, kind_Window, kMouseDraw, kMousePickCursor, kMousePickLatex, kMousePickLimits, kMousePickPolygon, kMouseROOT, RefreshButtons(), SetMouseMode(), and SetSelectedMarker().
Referenced by SelectedMarkerCmb_activated(), SetCursorMode(), SetDrawingMode(), SetLateXMode(), SetPolygonMode(), and SetRegionMode().
|
virtual |
Definition at line 4911 of file TGo4ViewPanel.cpp.
References TGo4Picture::ClearFullRange(), TGo4Picture::GetFullRange(), TGo4Picture::SetFullRange(), and TGo4Picture::SetFullRangeDim().
Referenced by RedrawGraph(), and RedrawMultiGraph().
|
virtual |
Definition at line 4856 of file TGo4ViewPanel.cpp.
References TGo4Picture::ClearFullRange(), TGo4Picture::GetFullRange(), TGo4Picture::GetFullRangeDim(), TGo4Picture::SetFullRange(), and TGo4Picture::SetFullRangeDim().
Referenced by ProcessCanvasAdopt(), RedrawHistogram(), RedrawImage(), and RedrawStack().
|
virtual |
Definition at line 5191 of file TGo4ViewPanel.cpp.
References TGo4Picture::ClearRange(), TGo4Picture::GetFullRange(), TGo4Picture::GetRange(), and TGo4Picture::SetRange().
Referenced by MoveSingleScale(), PadRangeAxisChanged(), PadRangeAxisChanged(), ProcessCanvasAdopt(), SetSelectedRange(), and TakeSelectedAxisRange().
|
virtual |
Definition at line 5233 of file TGo4ViewPanel.cpp.
References TakeSelectedAxisRange().
|
virtual |
Definition at line 660 of file TGo4ViewPanel.cpp.
References GetDrawKind(), QGo4Widget::GetLinkedName(), GetPadOptions(), GetPanelSlot(), TGo4Slot::GetParent(), TGo4Iter::getslot(), kind_Condition, kind_Func, kind_Latex, kind_Link, TGo4Iter::next(), TGo4Picture::SetPadModified(), ShootRepaintTimer(), and TGo4LockGuard.
Referenced by TGo4MainWindow::editorServiceSlot().
|
virtual |
Definition at line 2206 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), GetPadSlot(), and ProcessPadStatusUpdate().
Referenced by CompleteInitialization(), Divide(), MenuCommandExecutedSlot(), and ProcessPictureRedraw().
|
virtual |
Definition at line 3202 of file TGo4ViewPanel.cpp.
References QGo4Widget::AddIdAction(), BringToFrontId, CollectMainDrawObjects(), fbFreezeTitle, FirstSelectId, fSelectMap, fSelectMenu, GetActivePad(), GetPadSlot(), GetPanelName(), GetSelectedObjectIndex(), GetSuperimposeSlot(), MasterSelectId, TGo4Picture::PictureIndex, QGo4Widget::SetIdAction(), and SetSelectedObjectIndex().
Referenced by RedrawPanel(), SelectMenuItemActivated(), SetActivePad(), and TGo4Script::SetViewPanelName().
|
protected |
Definition at line 289 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 303 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), CompleteInitialization(), and panelSlot().
|
protected |
Definition at line 278 of file TGo4ViewPanel.h.
Referenced by GetPanelName().
|
protected |
Definition at line 290 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), ApplyToAllToggled(), IsApplyToAllFlag(), MakePictureForPad(), RedrawPanel(), and SetApplyToAllFlag().
|
protected |
Definition at line 291 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), IsAutoZoomFlag(), MakePictureForPad(), OptionsMenuItemActivated(), and SetAutoZoomFlag().
|
protected |
Definition at line 286 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), AboutToShowOptionsMenu(), OptionsMenuItemActivated(), ProcessPadRedraw(), ScanDrawOptions(), and SetPadDefaults().
|
protected |
Definition at line 298 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), AboutToShowOptionsMenu(), AddDrawObject(), and CompleteInitialization().
|
protected |
Definition at line 279 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), AboutToShowOptionsMenu(), IsFreezeTitle(), MakePictureForPad(), OptionsMenuItemActivated(), SetFreezedTitle(), and UpdatePanelCaption().
|
protected |
Definition at line 300 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), CheckActionAtTheEnd(), and StartConditionEditing().
|
protected |
Definition at line 306 of file TGo4ViewPanel.h.
Referenced by CanvasUpdatedSlot(), ShowEventStatus(), and StartRootEditor().
|
protected |
Definition at line 281 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), RefreshButtons(), SetMarkerPanel(), and SetSelectedMarkerByMouseClick().
|
protected |
Definition at line 299 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), linkedObjectUpdated(), and ProcessPadModifiedSignal().
|
protected |
Definition at line 297 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), CompleteMarkerEdit(), PadClickedSlot(), RefreshButtons(), and SetFreezeMouseMode().
|
protected |
Definition at line 282 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), DelSelectedMarker_clicked(), LogMarkerValues(), RefreshButtons(), SelectedMarkerCmb_activated(), SetFreezeMouseMode(), and SwitchMarkerButton().
|
protected |
Definition at line 280 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), MakePictureForPad(), and SetFreezedTitle().
|
protected |
Definition at line 295 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), CompleteMarkerEdit(), GetMouseMode(), PadClickedSlot(), and SetMouseMode().
|
protected |
Definition at line 296 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), CompleteMarkerEdit(), PadClickedSlot(), SetMarkerPanel(), and SwitchMarkerButton().
|
protected |
Definition at line 285 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), BlockPanelRedraw(), and IsRedrawBlocked().
|
protected |
Definition at line 283 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 304 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), AboutToShowOptionsMenu(), and OptionsMenuItemActivated().
|
protected |
Definition at line 305 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 277 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), GetPanelName(), OptionsMenuItemActivated(), and SetPanelName().
|
protected |
Definition at line 302 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), and UpdatePanelCaption().
|
protected |
Definition at line 301 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), and UpdatePanelCaption().
|
protected |
Definition at line 284 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), GetActivePad(), ProcessPadClear(), and SetActivePad().
|
protected |
Definition at line 288 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), and CanvasUpdatedSlot().
|
protected |
Definition at line 287 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), CanvasUpdatedSlot(), and ShowEventStatus().
|
protected |
Definition at line 294 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), PadDoubleClickedSlot(), and ProcessPadDoubleClick().
|
protected |
qtroot canvas
Definition at line 308 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), ActivateInGedEditor(), CanvasUpdate(), CleanupGedEditor(), CompleteInitialization(), DisplayPadStatus(), GetCanvas(), RedrawPanel(), RefreshButtons(), ResizeGedEditor(), SetPadDefaults(), ShowEventStatus(), and StartRootEditor().
|
protected |
Definition at line 292 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), ~TGo4ViewPanel(), checkRepaintSlot(), IsRepaintTimerActive(), and ShootRepaintTimer().
|
protected |
Definition at line 293 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), checkResizeSlot(), and resizeEvent().
|
protected |
web canvas
Definition at line 309 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), ActivateInGedEditor(), CanvasUpdate(), CanvasUpdatedSlot(), DisplayPadStatus(), GetCanvas(), GetPadHistogram(), IsWebCanvas(), ProcessPadRedraw(), SetActivePad(), ShowEventStatus(), and StartRootEditor().