GSI Object Oriented Online Offline (Go4)
GO4-6.1.2
|
#include <TGo4ViewPanel.h>
Public Slots | |
virtual void | SetCursorMode (bool on) |
virtual void | SetRegionMode (bool on) |
virtual void | SetPolygonMode (bool on) |
virtual void | SetLateXMode (bool on) |
virtual void | SetDrawingMode (bool on) |
virtual void | SetFreezeMouseMode (bool on) |
virtual void | RefreshButtons () |
virtual void | SelectedMarkerCmb_activated (int indx) |
virtual void | DelSelectedMarker_clicked () |
virtual void | SetMarkerPanel () |
virtual void | LogMarkerValues () |
virtual void | ClearAllMarkers () |
virtual void | GetConditionBtn_clicked () |
virtual void | InfoConditionBtn_clicked () |
virtual void | EditConditionBtn_clicked () |
virtual void | SetConditionBtn_clicked () |
virtual void | SaveMarkers () |
virtual void | LoadMarkers () |
virtual void | SetActivePad (TPad *pad) |
virtual void | PadClickedSlot (TPad *pad, int evx=-1, int evy=-1) |
virtual void | PadDoubleClickedSlot (TPad *pad, int evx=-1, int evy=-1) |
virtual void | CanvasDropEventSlot (QDropEvent *event, TPad *pad) |
virtual void | ProcessPadDoubleClick () |
virtual void | MenuCommandExecutedSlot (TObject *obj, const char *cmdname) |
virtual void | CanvasUpdatedSlot () |
virtual void | SaveCanvas () |
virtual void | ProducePicture () |
virtual void | ProduceGraphFromMarkers () |
virtual void | PrintCanvas () |
virtual void | StartRootEditor () |
virtual void | StartConditionEditor () |
virtual void | ClearActivePad () |
virtual void | ClearCanvas () |
virtual void | AboutToShowOptionsMenu () |
virtual void | ShowEventStatus () |
virtual void | ProcessPadModifiedSignal () |
virtual void | RedrawPanel (TPad *pad, bool force) |
virtual void | checkRepaintSlot () |
virtual void | checkResizeSlot () |
virtual void | OptionsMenuItemActivated (int) |
virtual void | SelectMenuItemActivated (int) |
virtual void | ApplyToAllToggled (bool) |
virtual void | AutoScaleToggled (bool) |
virtual void | SuperImposeToggled (bool) |
virtual void | panelSlot (TGo4ViewPanel *panel, TPad *pad, int signalid) |
virtual void | ClosePanel () |
![]() | |
void | ResetWidgetSlot () |
void | CloseMDIParentSlot () |
Public Member Functions | |
TGo4ViewPanel (QWidget *parent=0, const char *name=0) | |
virtual | ~TGo4ViewPanel () |
virtual const char * | GetPanelName () |
virtual void | SetPanelName (const char *newname) |
virtual TGo4Slot * | GetPanelSlot () |
virtual TGo4Slot * | AddNewSlot (const char *name, TGo4Slot *parent) |
virtual void | BlockPanelRedraw (bool on) |
virtual void | ResetWidget () |
virtual void | linkedObjectUpdated (const char *linkname, TObject *obj) |
virtual void | linkedUpdated (TGo4Slot *slot, TObject *obj) |
virtual void | linkedRemoved (TGo4Slot *slot, TObject *obj) |
virtual bool | IsAcceptDrag (const char *itemname, TClass *cl, int kind) |
virtual void | DropOnPad (TPad *pad, const char *itemname, TClass *cl, int kind) |
virtual void | CompleteInitialization () |
virtual void | SetMouseMode (int mode) |
virtual int | GetMouseMode () |
virtual QString | GetSelectedMarkerName (TPad *pad) |
virtual int | GetSelectedMarkerIndex (TPad *pad) |
virtual TGo4Slot * | GetSelectedSlot (TPad *pad, int *selkind, TObject **selobj) |
virtual bool | IsConditionSelected (TPad *pad) |
virtual TPad * | FindPadWithItem (const char *itemname) |
virtual void | UndrawItemOnPanel (const char *itemname) |
virtual const char * | GetDrawItemName (int itemcnt=0) |
virtual void | SetSelectedMarker (TPad *pad, const QString &selname, int selindex) |
virtual void | SetSelectedMarkerByMouseClick (TPad *pad, const char *name) |
virtual void | StartConditionEditing (TPad *pad) |
virtual void | SwitchMarkerButton (int kind, bool on) |
virtual void | MakePictureForPad (TGo4Picture *pic, TPad *pad, bool useitemname) |
virtual void | UpdatePadStatus (TPad *pad, bool removeitems) |
virtual void | ProcessPadStatusUpdate (TPad *pad, TGo4Slot *parent, bool removeitems) |
virtual TGo4Slot * | AddDrawObject (TPad *pad, int kind, const char *itemname, TObject *obj, bool owner, const char *drawopt) |
virtual TGo4Slot * | GetDrawObjectSlot (TPad *pad, const char *name) |
virtual TObject * | GetDrawObject (TPad *pad, const char *name) |
virtual void | DeleteDrawObject (TPad *pad, const char *name) |
virtual void | DeleteDrawObject (TPad *pad, TObject *obj) |
virtual void | CollectSpecialObjects (TPad *pad, TObjArray *objs, int selectkind) |
virtual bool | DeleteDrawObjects (TPad *pad, int kindtodelete) |
virtual void | SetPadSuperImpose (TPad *pad, bool on) |
virtual bool | ScanDrawOptions (TPad *pad, TGo4Slot *padslot, TGo4Picture *pic, bool onlyscan) |
virtual void | ScanObjectsDrawOptions (bool onlyscan, TGo4Slot *padslot, TObjArray *objs, TObjArray *objslots) |
virtual void | CollectMainDrawObjects (TGo4Slot *slot, TObjArray *objs, TObjArray *objslots, int modifier) |
virtual TObject * | ProduceSuperimposeObject (TGo4Slot *padslot, TGo4Picture *padopt, TGo4Slot *sislot, TGo4Slot *legslot, TObjArray *objs, TObjArray *objslots, bool showitems) |
virtual void | Divide (int numX, int numY) |
virtual void | SetSlotPad (TGo4Slot *padslot, TPad *pad) |
virtual TGo4Slot * | GetPadSlot (TPad *pad) |
virtual TPad * | GetSlotPad (TGo4Slot *slot) |
virtual bool | IsPadHasSubPads (TGo4Slot *padslot) |
virtual bool | IsPadHasSubPads (TPad *pad) |
virtual void | MarkPadModified (TPad *pad) |
virtual bool | IsPanelPad (TPad *pad) |
virtual int | GetNumberOfPads (TPad *toppad) |
virtual TPad * | GetSubPad (TPad *toppad, int num, bool onlytoplevel) |
virtual void | ProducePadsList (TObjArray *arr, TPad *toppad) |
virtual const char * | GetDrawObjectLinkName (TPad *pad, TObject *obj) |
virtual TGo4Slot * | GetPadMainObjectSlot (TPad *pad) |
virtual TGo4Slot * | GetSuperimposeSlot (TGo4Slot *slot) |
virtual TObject * | GetPadMainObject (TPad *pad) |
virtual TCanvas * | GetCanvas () |
virtual bool | IsWebCanvas () const |
virtual TPad * | GetActivePad () |
virtual void | AllocatePadOptions (TPad *pad) |
virtual TGo4Picture * | GetPadOptions (TPad *pad) |
virtual TGo4Picture * | GetPadOptions (TGo4Slot *padslot) |
virtual TH1 * | GetPadHistogram (TPad *pad) |
virtual bool | IsRedrawBlocked () |
virtual void | UpdatePanelCaption () |
virtual void | SetDrawKind (TGo4Slot *slot, int kind) |
virtual void | SetSpecialDrawOption (TGo4Slot *slot, const char *drawopt) |
virtual int | GetDrawKind (TGo4Slot *slot) |
virtual void | SetSelectedObjectIndex (TGo4Slot *slot, int indx) |
virtual int | GetSelectedObjectIndex (TGo4Slot *slot) |
virtual TObject * | GetSelectedObject (TPad *pad, const char **drawopt) |
virtual bool | ShiftSelectedObjectToEnd (TPad *pad) |
virtual const char * | GetSpecialDrawOption (TGo4Slot *slot) |
virtual void | CheckForSpecialObjects (TPad *pad, TGo4Slot *padslot) |
virtual void | CheckObjectsAssigments (TPad *pad, TGo4Slot *padslot) |
virtual void | ProcessPictureRedraw (const char *picitemname, TPad *pad, TGo4Picture *pic) |
virtual void | ProcessCanvasAdopt (TPad *tgtpad, TPad *srcpad, const char *srcitemname) |
virtual bool | ProcessPadRedraw (TPad *pad, bool force) |
virtual void | RedrawHistogram (TPad *pad, TGo4Picture *padopt, TH1 *his, bool scancontent, bool first_draw) |
virtual void | RedrawStack (TPad *pad, TGo4Picture *padopt, THStack *hs, bool dosuperimpose, bool scancontent) |
virtual void | RedrawGraph (TPad *pad, TGo4Picture *padopt, TGraph *gr, bool scancontent, bool first_draw) |
virtual void | RedrawMultiGraph (TPad *pad, TGo4Picture *padopt, TMultiGraph *mg, bool dosuperimpose, bool scancontent) |
virtual void | RedrawImage (TPad *pad, TGo4Picture *padopt, TGo4ASImage *im, TH2 *asihisto, bool scancontent) |
virtual void | RedrawLegend (TPad *pad, TGo4Picture *padopt, TGo4Slot *legslot) |
virtual void | RedrawSpecialObjects (TPad *pad, TGo4Slot *padslot) |
virtual bool | IsApplyToAllFlag () |
virtual bool | IsAutoZoomFlag () |
virtual bool | IsFreezeTitle () |
virtual void | ChangeDrawOptionForPad (TGo4Slot *padslot, int kind, int value, const char *drawopt) |
virtual void | ChangeDrawOption (int kind, int value, const char *drawopt) |
virtual void | ResetPadFillColors (TPad *pad, int col, TPad *backup=0) |
virtual void | ClearPad (TPad *pad, bool removeitems, bool removesubpads) |
virtual void | ClearPadItems (TGo4Slot *padslot, TGo4Slot *remain) |
virtual void | ProcessPadClear (TPad *pad, bool removeitems, bool removesubpads) |
virtual void | ProcessMarkersClear (TPad *pad, bool withsubpads) |
virtual void | SetPadDefaults (TPad *pad) |
virtual void | DisplayPadStatus (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 | TakeFullRangeFromHisto (TH1 *h1, TGo4Picture *padopt, bool isfirsthisto) |
virtual void | TakeFullRangeFromGraph (TGraph *gr, TGo4Picture *padopt, bool isfirst) |
virtual void | SetSelectedRangeToHisto (TPad *pad, TH1 *h1, THStack *hs, TGo4Picture *padopt, bool ishisto) |
virtual bool | GetVisibleRange (TPad *pad, int naxis, double &min, double &max) |
virtual void | PadRangeAxisChanged (TPad *pad) |
virtual void | PadRangeAxisChanged (TPad *pad, double rxmin, double rxmax, double rymin, double rymax) |
virtual bool | TakeSelectedAxisRange (int naxis, TGo4Picture *padopt, double selmin, double selmax, bool force) |
virtual bool | TakeSelectedAxisRange (int naxis, TGo4Picture *padopt, TAxis *ax) |
virtual void | GetSelectedRange (int &ndim, bool &autoscale, double &xmin, double &xmax, double &ymin, double &ymax, double &zmin, double &zmax) |
virtual void | SetSelectedRange (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
virtual void | SetAutoScale (bool on, TPad *selpad) |
virtual void | SetAutoZoomFlag (bool on) |
virtual void | SetApplyToAllFlag (bool on) |
virtual void | ResizeGedEditor () |
virtual void | ActivateInGedEditor (TObject *obj) |
virtual void | CleanupGedEditor () |
virtual void | ShootRepaintTimer () |
virtual bool | IsRepaintTimerActive () |
virtual void | ShootRepaintTimer (TPad *pad) |
virtual void | PadDeleted (TPad *pad) |
virtual void | SetFreezedTitle (const QString &title) |
virtual void | RectangularRatio (TPad *pad) |
virtual void | DefaultPadMargin (TPad *pad) |
![]() | |
QGo4Widget (QWidget *parent=0, const char *name=0, 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 | CheckActionAtTheEnd (TPad *pad) |
virtual bool | CompleteMarkerEdit (TPad *pad) |
virtual void | resizeEvent (QResizeEvent *e) |
virtual int | GetNumMarkers (TPad *pad, int kind) |
virtual void | AddMarkerObj (TPad *pad, int kind, TObject *obj) |
virtual void | SetActiveObj (TPad *pad, int kind, TGo4Slot *activeslot) |
virtual TObject * | GetActiveObj (TPad *pad, int kind) |
virtual QString | GetActiveObjName (TPad *pad, int kind) |
virtual int | GetAutoColor (int indx) |
void | CanvasUpdate (bool modify=false) |
TH1 * | Get_fHistogram (TObject *obj, bool force=false) |
![]() | |
virtual void | closeEvent (QCloseEvent *e) |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
virtual void | dragMoveEvent (QDragMoveEvent *e) |
virtual void | dropEvent (QDropEvent *e) |
void | AddLink (const char *itemname, const char *linkname) |
void | AddLink (TGo4Slot *slot, const char *linkname) |
TGo4Slot * | AddLink (const char *itemname, TGo4Slot *parent) |
TGo4Slot * | GetTopSlot (bool force=false) |
TGo4Slot * | AddSlot (const char *slotname) |
void | SetLinkedName (TGo4Slot *slot, const char *itemname) |
const char * | GetLinkedName (const char *linkname) |
const char * | GetLinkedName (TGo4Slot *slot) |
TObject * | GetLinked (const char *linkname, int updatelevel) |
void | RemoveLink (const char *linkname, bool blockreset=true) |
void | RemoveAllLinks (bool blockreset=true) |
void | RemoveLinksMasked (const char *startedwith=0, bool blockreset=true) |
bool | BrowserItemRemote (const char *itemname) |
TGo4BrowserProxy * | Browser () |
void | StatusMessage (const QString &message) |
void | AskToCreateObject (TClass *cl, int isremote) |
void | ShowItemInfo (const QString &itemname) |
TGo4ViewPanel * | CreateViewPanel (int ndiv=0) |
TGo4ViewPanel * | DrawItem (const QString &itemname, TGo4ViewPanel *panel=0, TPad *pad=0, bool activate=true, int updatelevel=-1) |
TGo4ViewPanel * | WhereItemDrawn (const char *itemname) |
void | HelpWindow (const char *filename, const char *msg=0) |
void | UndrawItem (const char *itemname) |
TGo4ViewPanel * | LastActivePanel () |
void | EditItem (const QString &itemname) |
void | EditObjectInSlot (TGo4Slot *slot) |
QString | SaveObjectInMemory (const char *foldername, TObject *obj) |
bool | SaveItemToFile (const char *itemname, const char *subfolder=0) |
bool | UpdateItemInAnalysis (const char *itemname, TObject *obj=0) |
void | InformThatObjectCreated (const char *itemname, TClass *cl) |
TGo4ServerProxy * | GetAnalysis (const char *itemname=0) |
void | StartHotstart (const char *filename) |
void | ConnectPad (TPad *pad) |
void | CallServiceFunc (int id, const char *str=0, void *par=0) |
void | ServiceCall (const char *name, void *par=0) |
virtual void | requestedObjectCreated (const char *itemname, TClass *cl) |
virtual void | linkedObjectRemoved (const char *linkname) |
void | setCanDestroyWidget (bool on=true) |
void | CallPanelFunc (int id, TPad *pad=0) |
void | ShootResetWidget () |
void | ShootCloseWidget (bool closeparent=false) |
bool | IsUpdateBlocked () const |
Protected Attributes | |
QString | fPanelName |
QByteArray | fbaPanelName |
bool | fbFreezeTitle |
QString | fFreezedTitle |
bool | fbMarkEditorVisible |
bool | fbTypingMode |
QMenuBar * | fMenuBar |
TPad * | fxActivePad |
int | fiSkipRedrawCounter |
bool | fbCanvasCrosshair |
QAction * | fxCanvasEventstatusChk |
QAction * | fxCanvasEditorChk |
QStatusBar * | CanvasStatus |
bool | fbApplyToAllFlag |
bool | fbAutoZoomFlag |
TPad * | fxRepaintTimerPad |
TPad * | fxResizeTimerPad |
TPad * | fxDoubleClickTimerPad |
int | fiMouseMode |
int | fiPickCounter |
bool | fbPickAgain |
bool | fbCloneFlag |
bool | fbModifiedSignalFlag |
bool | fbLeaveFocusAfterCondEnd |
QMenu * | fSelectMenu |
QSignalMapper * | fSelectMap |
QCheckBox * | fAutoScaleCheck |
QSignalMapper * | fOptionsMap |
QMenu * | fOptionsMenu |
QRootCanvas * | fxQCanvas |
qtroot canvas More... | |
QWebCanvas * | fxWCanvas |
web canvas More... | |
Additional Inherited Members | |
![]() | |
void | widgetService (QGo4Widget *editor, int serviceid, const char *str, void *par) |
![]() | |
static QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | AddIdAction (QMenu *menu, QSignalMapper *map, const QIcon &icon, const QString &text, int id, int enabled=-1, int checked=-1) |
static QAction * | AddChkAction (QMenu *menu, const QString &text, bool checked, QObject *recv, const char *member) |
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 = 0 , |
const char * | name = 0 |
||
) |
Definition at line 106 of file TGo4ViewPanel.cpp.
References AboutToShowOptionsMenu(), QGo4Widget::AddChkAction(), QGo4Widget::AddIdAction(), ApplyToAllToggled(), AutoScaleToggled(), AutoZoomId, AxisTimeDisplayId, CanvasDropEventSlot(), CanvasStatus, CanvasUpdatedSlot(), ClearActivePad(), ClearAllMarkers(), ClearCanvas(), ClosePanel(), 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, QWebCanvas::getCanvas(), QRootCanvas::getCanvas(), GetConditionBtn_clicked(), TGo4QSettings::getPadEventStatus(), GetPanelName(), TGo4QSettings::getWebBasedCanvas(), go4sett, InfoConditionBtn_clicked(), QRootCanvas::isEditorAllowed(), QRootCanvas::isEditorVisible(), kMouseROOT, LogMarkerValues(), MenuCommandExecutedSlot(), OptionsMenuItemActivated(), PadClickedSlot(), PadDoubleClickedSlot(), PrintCanvas(), ProduceGraphFromMarkers(), ProducePicture(), RefreshButtons(), SaveCanvas(), SelectedMarkerCmb_activated(), SelectMenuItemActivated(), SetActivePad(), SetConditionBtn_clicked(), SetCursorMode(), SetDrawingMode(), QRootCanvas::setEditorFrame(), SetFreezeMouseMode(), SetLateXMode(), SetLegendId, SetMarkerPanel(), SetPolygonMode(), SetRegionMode(), QRootCanvas::setStatusBar(), QWebCanvas::setStatusBarVisible(), QRootCanvas::setStatusBarVisible(), SetTimeFormatId, SetTitleId, SetTitleTextId, SetXYRatioOneId, ShowEventStatus(), StartConditionEditor(), StartRootEditor(), StatisticsId, and SuperimposeId.
|
virtual |
Definition at line 347 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), CleanupGedEditor(), fxRepaintTimerPad, GetCanvas(), IsPanelPad(), QGo4Widget::panel_Deleted, and ProcessMarkersClear().
|
virtualslot |
Definition at line 2185 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 5640 of file TGo4ViewPanel.cpp.
References QWebCanvas::activateEditor(), QRootCanvas::activateEditor(), fxQCanvas, fxWCanvas, and GetActivePad().
Referenced by TGo4HisDrawOptionsShort::ChangeColor(), TGo4HisDrawOptions::ChangeColor(), SelectMenuItemActivated(), and StartRootEditor().
|
virtual |
Definition at line 2369 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(), DropOnPad(), TGo4FitPanel::PaintModel(), TGo4FitPanel::PaintRange(), ProcessCanvasAdopt(), ProcessPictureRedraw(), and TGo4FitPanel::SetFitter().
|
protectedvirtual |
Definition at line 5728 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 390 of file TGo4ViewPanel.cpp.
References GetPanelSlot().
Referenced by AddDrawObject(), ProcessCanvasAdopt(), and ProcessPadStatusUpdate().
|
virtual |
Definition at line 3194 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), GetPadSlot(), TGo4QSettings::getPadSuperimpose(), go4sett, kind_PadOptions, SetDrawKind(), TGo4Slot::SetProxy(), and TGo4Picture::SetSuperimpose().
Referenced by SetSlotPad().
|
virtualslot |
Definition at line 5896 of file TGo4ViewPanel.cpp.
References fbApplyToAllFlag.
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 5903 of file TGo4ViewPanel.cpp.
References IsRedrawBlocked(), and SetAutoScale().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3272 of file TGo4ViewPanel.cpp.
References fiSkipRedrawCounter.
Referenced by ClearPad(), panelSlot(), RedrawPanel(), SetActivePad(), and UpdatePadStatus().
|
virtualslot |
Definition at line 1723 of file TGo4ViewPanel.cpp.
References QGo4Widget::service_DropEvent, and QGo4Widget::widgetService().
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 3172 of file TGo4ViewPanel.cpp.
References fxQCanvas, fxWCanvas, QWebCanvas::Modified(), QRootCanvas::Modified(), QWebCanvas::Update(), and QRootCanvas::Update().
Referenced by CompleteMarkerEdit(), OptionsMenuItemActivated(), PadClickedSlot(), RedrawPanel(), and SetActivePad().
|
virtualslot |
Definition at line 1822 of file TGo4ViewPanel.cpp.
References fxCanvasEditorChk, fxCanvasEventstatusChk, fxWCanvas, GetCanvas(), and ResizeGedEditor().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 4518 of file TGo4ViewPanel.cpp.
References ChangeDrawOptionForPad(), GetActivePad(), GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), IsApplyToAllFlag(), TGo4Iter::next(), and RedrawPanel().
Referenced by TGo4HisDrawOptions::ChangeDrawOptionForCurrentPanel(), OptionsMenuItemActivated(), TGo4Style::SetContourLevels(), TGo4HisDrawOptionsShort::SetDrawOpt(), TGo4Style::SetPadColor(), TGo4Style::SetPalette(), and SuperImposeToggled().
|
virtual |
Definition at line 4476 of file TGo4ViewPanel.cpp.
References TGo4Picture::ChangeDrawOption(), GetPadOptions(), GetSelectedObjectIndex(), GetSlotPad(), TGo4Picture::SetDrawOption(), TGo4Picture::SetPadModified(), and TGo4Picture::SetXAxisTimeFormat().
Referenced by ChangeDrawOption().
|
protectedvirtual |
Definition at line 1581 of file TGo4ViewPanel.cpp.
References fbLeaveFocusAfterCondEnd, and QGo4Widget::ServiceCall().
Referenced by CompleteMarkerEdit(), and PadClickedSlot().
|
virtual |
Definition at line 3545 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 3482 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 5683 of file TGo4ViewPanel.cpp.
References fxRepaintTimerPad, and RedrawPanel().
|
virtualslot |
Definition at line 5691 of file TGo4ViewPanel.cpp.
References fxResizeTimerPad, and RedrawPanel().
Referenced by resizeEvent().
|
virtual |
Definition at line 5655 of file TGo4ViewPanel.cpp.
References QRootCanvas::cleanupEditor(), and fxQCanvas.
Referenced by ClearPad(), CollectMainDrawObjects(), linkedRemoved(), and ~TGo4ViewPanel().
|
virtualslot |
Definition at line 2163 of file TGo4ViewPanel.cpp.
References ClearPad(), GetActivePad(), GetCanvas(), and RedrawPanel().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1153 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetCanvas(), IsApplyToAllFlag(), ProcessMarkersClear(), and RedrawPanel().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 2174 of file TGo4ViewPanel.cpp.
References ClearPad(), GetCanvas(), RedrawPanel(), and SetPadDefaults().
Referenced by TGo4FitPanel::Button_FitterDraw(), and TGo4ViewPanel().
|
virtual |
Definition at line 4594 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), CleanupGedEditor(), GetActivePad(), GetCanvas(), ProcessPadClear(), and SetActivePad().
Referenced by AddDrawObject(), CheckForSpecialObjects(), ClearActivePad(), ClearCanvas(), and Divide().
Definition at line 4607 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetDrawKind(), kind_Permanet, and TGo4Slot::NumChilds().
Referenced by CheckForSpecialObjects(), ProcessPadClear(), and ProcessPadStatusUpdate().
|
virtualslot |
Definition at line 551 of file TGo4ViewPanel.cpp.
Referenced by TGo4FitPanel::CloseDrawPanel(), and TGo4ViewPanel().
|
virtual |
Definition at line 2686 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 2486 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 517 of file TGo4ViewPanel.cpp.
References QRootCanvas::buildEditorWindow(), fAutoScaleCheck, fbCloneFlag, fxQCanvas, GetCanvas(), TGo4QSettings::getCloneFlag(), GetPadOptions(), go4sett, TGo4MdiArea::Instance(), panelSlot(), QRootCanvas::Resize(), SetActivePad(), SetPadDefaults(), and UpdatePadStatus().
|
protectedvirtual |
Definition at line 1616 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 2154 of file TGo4ViewPanel.cpp.
Referenced by SetSelectedRangeToHisto().
|
virtual |
Definition at line 2456 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), GetPadOptions(), GetPadSlot(), and TGo4Picture::SetPadModified().
Referenced by CompleteMarkerEdit(), and TGo4FitPanel::SetFitter().
|
virtual |
Definition at line 2470 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), and TGo4Slot::NumChilds().
|
virtual |
Definition at line 2506 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetDrawKind(), GetPadOptions(), GetPadSlot(), kind_Link, TGo4Slot::NumChilds(), and TGo4Picture::SetPadModified().
Referenced by TGo4FitPanel::Button_FitterDraw(), ProcessMarkersClear(), TGo4FitPanel::RemoveDrawObjects(), and TGo4FitPanel::RemovePrimitives().
|
virtualslot |
Definition at line 1095 of file TGo4ViewPanel.cpp.
References fbTypingMode, GetActivePad(), GetSelectedSlot(), RedrawPanel(), and SetSelectedMarker().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 4755 of file TGo4ViewPanel.cpp.
References fxQCanvas, fxWCanvas, GetPadOptions(), IsApplyToAllFlag(), TGo4Picture::IsSuperimpose(), and QRootCanvas::showStatusMessage().
Referenced by SetActivePad(), and ShowEventStatus().
|
virtual |
Definition at line 2968 of file TGo4ViewPanel.cpp.
References ClearPad(), GetActivePad(), GetPadSlot(), RedrawPanel(), and UpdatePadStatus().
Referenced by TGo4FitPanel::Button_FitterDraw(), TGo4DividePad::DivideCanvas(), and TGo4Script::DivideViewPanel().
|
virtual |
Definition at line 490 of file TGo4ViewPanel.cpp.
References AddDrawObject(), QGo4Widget::Browser(), TGo4BrowserProxy::CanDrawItem(), QGo4Widget::EditItem(), TGo4BrowserProxy::GetBrowserObject(), GetCanvas(), TGo4QSettings::getFetchDataWhenDraw(), go4sett, TGo4BrowserProxy::ItemCanDo(), kind_Link, SetActivePad(), and ShootRepaintTimer().
|
virtualslot |
Definition at line 1212 of file TGo4ViewPanel.cpp.
References QGo4Widget::EditItem(), GetActivePad(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetSelectedSlot(), and kind_Condition.
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 647 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(), TGo4ConditionEditor::ModifyButton_clicked(), TGo4ConditionEditor::RedrawCondition(), TGo4ConditionEditor::RefreshWidget(), and TGo4ConditionEditor::WorkWithCondition().
|
protected |
Definition at line 1750 of file TGo4ViewPanel.cpp.
References GetHistogram(), and IsWebCanvas().
Referenced by GetPadHistogram(), MenuCommandExecutedSlot(), ProcessCanvasAdopt(), RedrawGraph(), RedrawStack(), and ScanDrawOptions().
|
protectedvirtual |
Definition at line 5788 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 5816 of file TGo4ViewPanel.cpp.
References GetActiveObj().
|
virtual |
Definition at line 3189 of file TGo4ViewPanel.cpp.
References fxActivePad.
Referenced by TGo4FitPanel::AboutToShowFitterMenu(), AboutToShowOptionsMenu(), ActivateInGedEditor(), TGo4FitPanel::Button_WorkWithPanel(), TGo4HisDrawOptionsShort::ChangeColor(), TGo4HisDrawOptions::ChangeColor(), ChangeDrawOption(), TGo4HisDrawOptions::ChangeDrawOptionForCurrentPanel(), ClearActivePad(), ClearAllMarkers(), ClearPad(), DelSelectedMarker_clicked(), Divide(), TGo4ConditionEditor::DrawCondition(), EditConditionBtn_clicked(), 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 2783 of file TGo4ViewPanel.cpp.
Referenced by CheckForSpecialObjects(), CompleteMarkerEdit(), PadClickedSlot(), ProduceSuperimposeObject(), and RedrawSpecialObjects().
|
virtual |
Definition at line 3157 of file TGo4ViewPanel.cpp.
References fxQCanvas, fxWCanvas, QWebCanvas::getCanvas(), and QRootCanvas::getCanvas().
Referenced by AboutToShowOptionsMenu(), CanvasUpdatedSlot(), ChangeDrawOption(), CheckForSpecialObjects(), ClearActivePad(), ClearAllMarkers(), ClearCanvas(), ClearPad(), CompleteInitialization(), 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(), ScanDrawOptions(), TGo4Script::SelectPad(), SetActivePad(), SetAutoScale(), SetSelectedRange(), ShootRepaintTimer(), StartRootEditor(), TGo4Script::StartViewPanel(), TGo4Browser::SuperImposeSelectedItems(), and ~TGo4ViewPanel().
|
virtualslot |
Definition at line 1188 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 663 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 3388 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 2449 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), and GetDrawObjectSlot().
Referenced by TGo4FitPanel::Button_FitterDraw().
|
virtual |
Definition at line 3114 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), QGo4Widget::GetLinkedName(), GetPadSlot(), and TGo4Slot::NumChilds().
Referenced by TGo4ConditionEditor::RefreshWidget().
|
virtual |
Definition at line 2442 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), and GetPadSlot().
Referenced by TGo4FitPanel::Fitter_NewForActivePad(), GetDrawObject(), and TGo4FitPanel::panelSlot().
|
virtual |
Definition at line 562 of file TGo4ViewPanel.cpp.
References fiMouseMode.
Referenced by RefreshButtons().
|
virtual |
Definition at line 3054 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), and TGo4Iter::next().
Referenced by TGo4FitPanel::CreateDataFor(), and ProcessPadDoubleClick().
|
protectedvirtual |
Definition at line 5712 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetDrawKind(), GetPadSlot(), and TGo4Slot::NumChilds().
Referenced by CompleteMarkerEdit(), and PadClickedSlot().
|
virtual |
Definition at line 3223 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 3151 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject(), and GetPadMainObjectSlot().
Referenced by TGo4FitPanel::CreateDataFor(), GetPadHistogram(), and MoveScale().
|
virtual |
Definition at line 3133 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 3210 of file TGo4ViewPanel.cpp.
References GetPadSlot().
Referenced by AboutToShowOptionsMenu(), AddDrawObject(), ChangeDrawOptionForPad(), TGo4DrawCloneProxy::ChangeTitle(), CompleteInitialization(), DeleteDrawObject(), DeleteDrawObjects(), DisplayPadStatus(), TGo4Script::GetPadOptions(), GetSelectedObject(), GetSelectedRange(), GetVisibleRange(), linkedRemoved(), linkedUpdated(), MakePictureForPad(), MarkPadModified(), MoveScale(), OptionsMenuItemActivated(), 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 3215 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), and TGo4Slot::GetAssignedObject().
|
virtual |
Definition at line 3002 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetDrawKind(), GetPanelSlot(), TGo4Iter::getslot(), GetSlotPad(), kind_PadSlot, and TGo4Iter::next().
Referenced by AddDrawObject(), AddMarkerObj(), AllocatePadOptions(), ChangeDrawOption(), CollectSpecialObjects(), DeleteDrawObject(), DeleteDrawObjects(), Divide(), GetActiveObj(), GetDrawObjectLinkName(), GetDrawObjectSlot(), GetNumberOfPads(), GetNumMarkers(), GetPadHistogram(), GetPadMainObjectSlot(), GetPadOptions(), GetSelectedMarkerIndex(), GetSelectedMarkerName(), GetSelectedObject(), GetSelectedSlot(), GetSubPad(), IsPadHasSubPads(), IsPanelPad(), LogMarkerValues(), MakePictureForPad(), MoveScale(), OptionsMenuItemActivated(), 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 374 of file TGo4ViewPanel.cpp.
References fbaPanelName, and fPanelName.
Referenced by OptionsMenuItemActivated(), ProduceGraphFromMarkers(), ProducePicture(), SetFreezedTitle(), TGo4ViewPanel(), and UpdatePanelCaption().
|
virtual |
Definition at line 385 of file TGo4ViewPanel.cpp.
References QGo4Widget::GetTopSlot().
Referenced by AddNewSlot(), FindPadWithItem(), GetDrawItemName(), GetPadSlot(), MenuCommandExecutedSlot(), and UndrawItemOnPanel().
|
virtual |
Definition at line 574 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetIntPar(), and GetPadSlot().
Referenced by GetSelectedSlot(), RefreshButtons(), TGo4ConditionEditor::RefreshWidget(), SetSelectedMarker(), and TGo4ConditionEditor::WorkWithCondition().
|
virtual |
Definition at line 567 of file TGo4ViewPanel.cpp.
References GetPadSlot(), and TGo4Slot::GetPar().
Referenced by GetSelectedSlot(), PadClickedSlot(), RedrawSpecialObjects(), RefreshButtons(), TGo4ConditionEditor::RefreshWidget(), and SetSelectedMarker().
|
virtual |
Definition at line 3419 of file TGo4ViewPanel.cpp.
References CollectMainDrawObjects(), TGo4Slot::GetAssignedObject(), TGo4Picture::GetDrawOption(), GetPadOptions(), GetPadSlot(), GetSelectedObjectIndex(), GetSpecialDrawOption(), GetSuperimposeSlot(), and TGo4Picture::PictureIndex.
Referenced by TGo4HisDrawOptionsShort::ChangeColor(), TGo4HisDrawOptions::ChangeColor(), TGo4HisDrawOptions::panelSlot(), SelectMenuItemActivated(), and StartRootEditor().
|
virtual |
Definition at line 3409 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetIntPar().
Referenced by ChangeDrawOptionForPad(), CheckObjectsAssigments(), GetSelectedObject(), SelectMenuItemActivated(), ShiftSelectedObjectToEnd(), and UpdatePanelCaption().
|
virtual |
Definition at line 5488 of file TGo4ViewPanel.cpp.
References GetActivePad(), TGo4Picture::GetFullRangeDim(), GetPadOptions(), GetVisibleRange(), and TGo4Picture::IsAutoScale().
Referenced by TGo4SetScaleValues::refreshView().
|
virtual |
Definition at line 583 of file TGo4ViewPanel.cpp.
References TGo4CondArray::At(), TGo4Slot::GetAssignedObject(), TGo4Slot::GetChild(), GetDrawKind(), TGo4CondArray::GetNumber(), 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 3017 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild(), and TGo4Slot::GetAssignedObject().
Referenced by ChangeDrawOptionForPad(), FindPadWithItem(), GetNumberOfPads(), GetPadSlot(), GetSubPad(), IsPadHasSubPads(), linkedRemoved(), MakePictureForPad(), MenuCommandExecutedSlot(), MoveScale(), OptionsMenuItemActivated(), ProcessMarkersClear(), ProcessPadClear(), ProcessPadRedraw(), ProcessPadStatusUpdate(), ProducePadsList(), ScanObjectsDrawOptions(), SetAutoScale(), and SetSelectedRange().
|
virtual |
Definition at line 3398 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetPar().
Referenced by GetSelectedObject(), MakePictureForPad(), ProduceSuperimposeObject(), and RedrawSpecialObjects().
|
virtual |
Definition at line 3068 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), IsPadHasSubPads(), and TGo4Iter::next().
Referenced by TGo4FitPanel::Button_FitterDraw(), TGo4FitPanel::CreateDataFor(), TGo4Browser::DisplaySelectedItems(), TGo4FitPanel::FindPadForSlot(), TGo4Script::GetPadOptions(), and TGo4Script::SelectPad().
Definition at line 3128 of file TGo4ViewPanel.cpp.
References TGo4Slot::FindChild().
Referenced by GetPadHistogram(), GetSelectedObject(), MenuCommandExecutedSlot(), ProcessPadRedraw(), ScanDrawOptions(), and UpdatePanelCaption().
|
virtual |
Definition at line 5313 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetFullRange(), TGo4Picture::GetFullRangeDim(), GetPadOptions(), and TGo4Picture::GetRange().
Referenced by GetSelectedRange().
|
virtualslot |
Definition at line 1202 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetDrawKind(), QGo4Widget::GetLinkedName(), GetSelectedSlot(), kind_Condition, and QGo4Widget::ShowItemInfo().
Referenced by TGo4ViewPanel().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 481 of file TGo4ViewPanel.cpp.
References QGo4Widget::Browser(), TGo4BrowserProxy::CanDrawItem(), and TGo4BrowserProxy::ItemCanDo().
|
virtual |
Definition at line 4466 of file TGo4ViewPanel.cpp.
References fbApplyToAllFlag.
Referenced by ChangeDrawOption(), ClearAllMarkers(), DisplayPadStatus(), MoveScale(), resizeEvent(), SetAutoScale(), and SetSelectedRange().
|
virtual |
Definition at line 4456 of file TGo4ViewPanel.cpp.
References fbAutoZoomFlag.
Referenced by AboutToShowOptionsMenu(), and SetSelectedRangeToHisto().
|
virtual |
Definition at line 638 of file TGo4ViewPanel.cpp.
References GetDrawKind(), GetSelectedSlot(), and kind_Condition.
Referenced by CompleteMarkerEdit(), and RefreshButtons().
|
virtual |
Definition at line 4471 of file TGo4ViewPanel.cpp.
References fbFreezeTitle.
|
virtual |
Definition at line 3027 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetChild(), GetSlotPad(), and TGo4Slot::NumChilds().
Referenced by TGo4FitPanel::CreateDataFor(), GetSubPad(), IsPadHasSubPads(), and TGo4FitPanel::WorkingWithOnlyPad().
|
virtual |
Definition at line 3037 of file TGo4ViewPanel.cpp.
References GetPadSlot(), and IsPadHasSubPads().
|
virtual |
Definition at line 3049 of file TGo4ViewPanel.cpp.
References GetPadSlot().
Referenced by TGo4MdiArea::ResponseOnPanelEvent(), and ~TGo4ViewPanel().
|
virtual |
Definition at line 3280 of file TGo4ViewPanel.cpp.
References fiSkipRedrawCounter.
Referenced by AutoScaleToggled(), linkedObjectUpdated(), linkedRemoved(), linkedUpdated(), PadRangeAxisChanged(), RedrawPanel(), and SuperImposeToggled().
|
virtual |
Definition at line 5678 of file TGo4ViewPanel.cpp.
References fxRepaintTimerPad.
Referenced by ShootRepaintTimer().
|
inlinevirtual |
Definition at line 159 of file TGo4ViewPanel.h.
References fxWCanvas.
Referenced by Get_fHistogram(), TGo4HisDrawOptions::panelSlot(), RedrawGraph(), and RedrawMultiGraph().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 402 of file TGo4ViewPanel.cpp.
References fbModifiedSignalFlag, GetActivePad(), IsRedrawBlocked(), PadRangeAxisChanged(), and ProcessPadModifiedSignal().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 447 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().
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 418 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 1252 of file TGo4ViewPanel.cpp.
|
virtualslot |
Definition at line 1119 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 1880 of file TGo4ViewPanel.cpp.
References TGo4Picture::AddObjName(), TGo4Picture::AddSpecialObject(), TGo4Picture::CopyOptionsFrom(), TGo4Marker::DeletePainter(), TGo4Condition::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, TGo4Slot::NumChilds(), TGo4Picture::Pic(), TGo4Picture::SetApplyToAll(), TGo4Picture::SetAutoZoom(), TGo4Picture::SetDivision(), TGo4Picture::SetFrameAttr(), TGo4Picture::SetRebinX(), and TGo4Picture::SetRebinY().
Referenced by ProcessPadDoubleClick(), ProducePicture(), and TGo4Script::ProduceScript().
|
virtual |
Definition at line 3042 of file TGo4ViewPanel.cpp.
References GetPadOptions(), and TGo4Picture::SetPadModified().
Referenced by TGo4FitPanel::ArrowChanged(), TGo4HisDrawOptionsShort::ChangeColor(), TGo4HisDrawOptions::ChangeColor(), TGo4ConditionEditor::DrawCondition(), TGo4ConditionEditor::RedrawCondition(), SelectMenuItemActivated(), SetSelectedMarker(), and StartConditionEditing().
|
virtualslot |
Definition at line 1775 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 4779 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 4822 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetFullRange(), TGo4Picture::GetFullRangeDim(), TGo4Picture::GetRange(), TGo4Picture::SetAutoScale(), and TakeSelectedAxisRange().
Referenced by MoveScale(), and SetSelectedRangeToHisto().
|
virtualslot |
Definition at line 5822 of file TGo4ViewPanel.cpp.
References AutoZoomId, QGo4Widget::CallPanelFunc(), CanvasUpdate(), ChangeDrawOption(), CrosshairId, fbAutoZoomFlag, fbCanvasCrosshair, fbFreezeTitle, fOptionsMap, fPanelName, FreezeTitleId, GetActivePad(), GetCanvas(), GetPadOptions(), GetPadSlot(), GetPanelName(), GetSlotPad(), TGo4Picture::GetXAxisTimeFormat(), QGo4Widget::panel_Updated, RedrawPanel(), SetFreezedTitle(), QGo4Widget::SetIdAction(), SetTimeFormatId, and SetTitleTextId.
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1304 of file TGo4ViewPanel.cpp.
References AddMarkerObj(), CanvasUpdate(), CheckActionAtTheEnd(), TGo4Marker::Draw(), TGo4Condition::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(), TGo4PolyCond::SetWorkHistogram(), TGo4Condition::SetWorkHistogram(), TGo4Condition::SetYMaxDraw(), TGo4Condition::SetYMeanDraw(), and TGo4Condition::SetYRMSDraw().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 5699 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4MdiArea::Instance(), and TGo4MdiArea::SetSelectedPad().
Referenced by linkedRemoved().
|
virtualslot |
Definition at line 1713 of file TGo4ViewPanel.cpp.
References CompleteMarkerEdit(), fxDoubleClickTimerPad, and ProcessPadDoubleClick().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 5387 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), TGo4Picture::ClearRange(), TGo4Picture::GetFullRangeDim(), GetPadHistogram(), GetPadOptions(), IsRedrawBlocked(), QGo4Widget::panel_Updated, TGo4Picture::SetAutoScale(), TGo4Picture::SetRange(), and TakeSelectedAxisRange().
Referenced by linkedObjectUpdated(), TGo4ASImage::UnZoom(), and TGo4ASImage::Zoom().
|
virtual |
Definition at line 5472 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), GetPadOptions(), IsRedrawBlocked(), QGo4Widget::panel_Updated, and TakeSelectedAxisRange().
|
virtualslot |
Definition at line 5911 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), fAutoScaleCheck, GetActivePad(), GetPadOptions(), and TGo4Picture::IsAutoScale().
Referenced by CompleteInitialization().
|
virtualslot |
Definition at line 1999 of file TGo4ViewPanel.cpp.
References GetCanvas(), TGo4PrintWidget::GetPrinter(), TGo4PrintWidget::GetPrintProg(), go4sett, and TGo4QSettings::setPrinterSett().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3741 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, ScanDrawOptions(), TGo4Picture::SetAutoScale(), SetDrawKind(), TGo4Picture::SetDrawOption(), TGo4Marker::SetHistogram(), TGo4Picture::SetRange(), SetSlotPad(), TGo4Picture::SetSuperimpose(), TGo4Condition::SetWorkHistogram(), TakeFullRangeFromHisto(), and TakeSelectedAxisRange().
Referenced by CheckForSpecialObjects().
|
virtual |
Definition at line 1166 of file TGo4ViewPanel.cpp.
References DeleteDrawObjects(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), kind_Arrow, kind_Latex, kind_Marker, kind_Poly, kind_Window, and TGo4Iter::next().
Referenced by ClearAllMarkers(), and ~TGo4ViewPanel().
|
virtual |
Definition at line 4620 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), CheckObjectsAssigments(), ClearPadItems(), fxActivePad, GetCanvas(), TGo4Slot::GetChild(), GetPadOptions(), GetPadSlot(), GetSlotPad(), TGo4Slot::NumChilds(), QGo4Widget::panel_Modified, QGo4Widget::panel_PadDeleted, and TGo4Picture::SetPadModified().
Referenced by ClearPad().
|
virtualslot |
Definition at line 1728 of file TGo4ViewPanel.cpp.
References QGo4Widget::CreateViewPanel(), fxDoubleClickTimerPad, GetCanvas(), GetNumberOfPads(), TGo4Picture::GetNumObjNames(), MakePictureForPad(), MoveScale(), ProcessPictureRedraw(), and ShootRepaintTimer().
Referenced by PadDoubleClickedSlot().
|
virtualslot |
Definition at line 2541 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallPanelFunc(), fbModifiedSignalFlag, GetActivePad(), GetPadOptions(), GetPadSlot(), QGo4Widget::panel_Updated, and ScanDrawOptions().
Referenced by linkedObjectUpdated().
|
virtual |
Definition at line 3968 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, 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 RedrawPanel().
|
virtual |
Definition at line 2275 of file TGo4ViewPanel.cpp.
References AddNewSlot(), ClearPadItems(), TGo4Slot::FindChild(), TGo4Slot::GetChild(), GetPadOptions(), GetPadSlot(), GetSlotPad(), kind_PadSlot, TGo4Slot::NumChilds(), SetDrawKind(), SetPadDefaults(), TGo4Picture::SetPadModified(), and SetSlotPad().
Referenced by UpdatePadStatus().
|
virtual |
Definition at line 3639 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(), TGo4QSettings::getFetchDataWhenDraw(), 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, SetApplyToAllFlag(), SetAutoZoomFlag(), TGo4Picture::SetDrawOption(), TGo4Slot::SetIntPar(), TGo4Picture::SetPadModified(), TGo4Picture::SetSuperimpose(), and UpdatePadStatus().
Referenced by CheckForSpecialObjects(), ProcessPadDoubleClick(), and TGo4Script::StartViewPanel().
|
virtualslot |
Definition at line 1849 of file TGo4ViewPanel.cpp.
References CollectSpecialObjects(), GetActivePad(), GetPanelName(), kind_Marker, and QGo4Widget::SaveObjectInMemory().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3097 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), and TGo4Iter::next().
|
virtualslot |
Definition at line 1840 of file TGo4ViewPanel.cpp.
References GetCanvas(), GetPanelName(), MakePictureForPad(), and QGo4Widget::SaveObjectInMemory().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 2803 of file TGo4ViewPanel.cpp.
References TGo4Log::Error(), TGo4Slot::GetAssignedObject(), GetAutoColor(), GetDrawKind(), TGo4QSettings::getDrawLineWidth(), TGo4Picture::GetDrawOption(), TGo4Slot::GetIndexOf(), QGo4Widget::GetLinkedName(), TGo4Slot::GetPar(), GetSpecialDrawOption(), TGo4QSettings::getTGraphDrawOpt(), go4sett, kind_FitModels, TGo4Slot::RemovePar(), TGo4Picture::SetHisStats(), TGo4Slot::SetProxy(), TGo4Picture::SetXAxisTimeDisplay(), and TGo4Picture::SetXAxisTimeFormat().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 2072 of file TGo4ViewPanel.cpp.
Referenced by SetSelectedRangeToHisto().
|
virtual |
Definition at line 4242 of file TGo4ViewPanel.cpp.
References Get_fHistogram(), TGo4QSettings::getDrawFillColor(), TGo4QSettings::getDrawFillStyle(), TGo4QSettings::getDrawLineWidth(), TGo4Picture::GetDrawOption(), TGo4QSettings::getTGraphDrawOpt(), go4sett, TGo4Picture::IsHisStats(), TGo4Picture::IsHisTitle(), IsWebCanvas(), TGo4Picture::SetDrawOption(), TGo4Picture::SetHisStats(), SetSelectedRangeToHisto(), TGo4Picture::SetXAxisTimeDisplay(), TGo4Picture::SetXAxisTimeFormat(), and TakeFullRangeFromGraph().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4161 of file TGo4ViewPanel.cpp.
References TGo4QSettings::getDrawFillColor(), TGo4QSettings::getDrawFillStyle(), TGo4QSettings::getDrawLineWidth(), TGo4Picture::GetDrawOption(), TGo4Picture::GetHisContour(), TGo4QSettings::getTH1DrawOpt(), TGo4QSettings::getTH2DrawOpt(), TGo4QSettings::getTH3DrawOpt(), go4sett, TGo4Picture::IsHisStats(), TGo4Picture::IsHisTitle(), SetSelectedRangeToHisto(), and TakeFullRangeFromHisto().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4375 of file TGo4ViewPanel.cpp.
References TGo4Picture::GetDrawOption(), TGo4Picture::GetRange(), TGo4ASImage::SetDrawData(), TGo4ASImage::SetSelectedRange(), and TakeFullRangeFromHisto().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4397 of file TGo4ViewPanel.cpp.
References TGo4Slot::GetAssignedObject().
Referenced by ProcessPadRedraw().
|
virtual |
Definition at line 4299 of file TGo4ViewPanel.cpp.
References TGo4Log::Error(), TGo4Picture::GetDrawOption(), TGo4Picture::GetFullRange(), TGo4Picture::GetLogScale(), TGo4Picture::GetRangeY(), TGo4QSettings::getTGraphDrawOpt(), go4sett, TGo4Picture::IsHisTitle(), IsWebCanvas(), TGo4Picture::PictureIndex, SetSelectedRangeToHisto(), and TakeFullRangeFromGraph().
Referenced by ProcessPadRedraw().
|
virtualslot |
Definition at line 3886 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), CanvasUpdate(), fbApplyToAllFlag, fxQCanvas, GetActivePad(), TGo4MdiArea::GetSelectedPad(), QRootCanvas::HandleInput(), TGo4MdiArea::Instance(), IsRedrawBlocked(), ProcessPadRedraw(), RefreshButtons(), SetApplyToAllFlag(), TGo4MdiArea::SetSelectedPad(), ShootRepaintTimer(), 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 4406 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 4199 of file TGo4ViewPanel.cpp.
References Get_fHistogram(), TGo4Picture::GetDrawOption(), TGo4Picture::IsHisTitle(), NoStackDrawOption, TGo4Picture::PictureIndex, SetSelectedRangeToHisto(), and TakeFullRangeFromHisto().
Referenced by ProcessPadRedraw().
|
virtualslot |
Definition at line 921 of file TGo4ViewPanel.cpp.
References TGo4CondArray::At(), 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(), QRootCanvas::setMaskDoubleClick(), and SetSelectedMarker().
Referenced by CompleteMarkerEdit(), GetConditionBtn_clicked(), RedrawPanel(), SetConditionBtn_clicked(), SetFreezeMouseMode(), SetMarkerPanel(), SetSelectedMarkerByMouseClick(), SwitchMarkerButton(), and TGo4ViewPanel().
|
virtual |
Definition at line 4546 of file TGo4ViewPanel.cpp.
|
virtual |
Reimplemented from QGo4Widget.
Definition at line 397 of file TGo4ViewPanel.cpp.
|
protectedvirtual |
Definition at line 5606 of file TGo4ViewPanel.cpp.
References checkResizeSlot(), fxResizeTimerPad, GetActivePad(), GetCanvas(), GetPadOptions(), GetPadSlot(), go4sett, IsApplyToAllFlag(), TGo4Picture::IsXYRatioOne(), and TGo4QSettings::storePanelSize().
|
virtual |
Definition at line 5632 of file TGo4ViewPanel.cpp.
References fxQCanvas, and QRootCanvas::resizeEditor().
Referenced by CanvasUpdatedSlot(), and StartRootEditor().
|
virtualslot |
Definition at line 1835 of file TGo4ViewPanel.cpp.
References QGo4Widget::ServiceCall().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1234 of file TGo4ViewPanel.cpp.
|
virtual |
Definition at line 2552 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(), and TGo4Picture::SetXAxisAttTime().
Referenced by ProcessCanvasAdopt(), and ProcessPadModifiedSignal().
|
virtual |
Definition at line 2652 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 1067 of file TGo4ViewPanel.cpp.
References fbTypingMode, GetActivePad(), GetSelectedSlot(), kind_Marker, SetActiveObj(), SetSelectedMarker(), and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 2212 of file TGo4ViewPanel.cpp.
References ActivateInGedEditor(), BringToFrontId, QGo4Widget::CallPanelFunc(), FirstSelectId, GetActivePad(), GetPadSlot(), GetSelectedObject(), GetSelectedObjectIndex(), MarkPadModified(), MasterSelectId, QGo4Widget::panel_Updated, TGo4Picture::PictureIndex, SetSelectedObjectIndex(), ShiftSelectedObjectToEnd(), ShootRepaintTimer(), and UpdatePanelCaption().
Referenced by TGo4ViewPanel().
|
protectedvirtual |
Definition at line 5769 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 1265 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), QGo4Widget::CallPanelFunc(), CanvasUpdate(), CompleteMarkerEdit(), DisplayPadStatus(), fxActivePad, fxWCanvas, GetCanvas(), TGo4MdiArea::Instance(), QGo4Widget::panel_Activated, TGo4MdiArea::SetSelectedPad(), and UpdatePanelCaption().
Referenced by ClearPad(), CompleteInitialization(), DropOnPad(), TGo4ConditionEditor::ModifyButton_clicked(), PadClickedSlot(), TGo4MdiArea::ResponseOnPanelEvent(), TGo4Script::SelectPad(), StartRootEditor(), TGo4MdiArea::subWindowActivatedSlot(), and TGo4ViewPanel().
|
virtual |
Definition at line 5503 of file TGo4ViewPanel.cpp.
References fbApplyToAllFlag.
Referenced by ProcessPictureRedraw(), RedrawPanel(), and TGo4Script::SetApplyToAll().
|
virtual |
Definition at line 5511 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetCanvas(), GetPadOptions(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), IsApplyToAllFlag(), TGo4Picture::IsAutoScale(), TGo4Picture::IsPadModified(), TGo4Iter::next(), RedrawPanel(), TGo4Picture::SetAutoScale(), and TGo4Picture::SetPadModified().
Referenced by TGo4SetScaleValues::AutoscaleChanged(), AutoScaleToggled(), and TGo4FitPanel::Button_FitterDraw().
|
virtual |
Definition at line 4461 of file TGo4ViewPanel.cpp.
References fbAutoZoomFlag.
Referenced by ProcessPictureRedraw().
|
virtualslot |
Definition at line 1221 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 888 of file TGo4ViewPanel.cpp.
References kind_Marker, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 908 of file TGo4ViewPanel.cpp.
References kind_Arrow, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 3368 of file TGo4ViewPanel.cpp.
References TGo4Slot::RemovePar(), and TGo4Slot::SetIntPar().
Referenced by AddDrawObject(), AllocatePadOptions(), CheckForSpecialObjects(), ProcessCanvasAdopt(), ProcessPadStatusUpdate(), and SetSlotPad().
|
virtual |
Definition at line 3535 of file TGo4ViewPanel.cpp.
References fbFreezeTitle, fFreezedTitle, and GetPanelName().
Referenced by CheckForSpecialObjects(), OptionsMenuItemActivated(), and TGo4Script::StartViewPanel().
|
virtualslot |
Definition at line 913 of file TGo4ViewPanel.cpp.
References fbPickAgain, fbTypingMode, and RefreshButtons().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 903 of file TGo4ViewPanel.cpp.
References kind_Latex, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 1105 of file TGo4ViewPanel.cpp.
References CompleteMarkerEdit(), fbMarkEditorVisible, fiPickCounter, GetActivePad(), kMouseROOT, RefreshButtons(), SetMouseMode(), and ShootRepaintTimer().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 556 of file TGo4ViewPanel.cpp.
References fiMouseMode.
Referenced by SetMarkerPanel(), and SwitchMarkerButton().
|
virtual |
Definition at line 4662 of file TGo4ViewPanel.cpp.
References TGo4Log::Error(), fbCanvasCrosshair, fxQCanvas, TGo4QSettings::getCanvasColor(), TGo4QSettings::getDrawDateFlag(), TGo4QSettings::getDrawItemFlag(), TGo4QSettings::getDrawTimeFlag(), TGo4QSettings::getOptStat(), TGo4QSettings::getOptStatH(), TGo4QSettings::getOptStatW(), TGo4QSettings::getPadCrosshair(), TGo4QSettings::getPadEventStatus(), GetPadOptions(), TGo4QSettings::getStatBoxVisible(), go4sett, QRootCanvas::isStatusBarVisible(), l, TGo4Picture::PictureIndex, TGo4Picture::SetDrawOption(), TGo4Picture::SetHisStats(), TGo4Picture::SetTitleDate(), TGo4Picture::SetTitleItem(), TGo4Picture::SetTitleTime(), and ShowEventStatus().
Referenced by ClearCanvas(), CompleteInitialization(), and ProcessPadStatusUpdate().
|
virtual |
Definition at line 2532 of file TGo4ViewPanel.cpp.
References GetPadOptions(), TGo4Picture::SetPadModified(), and TGo4Picture::SetSuperimpose().
Referenced by TGo4Script::SetSuperimpose(), and TGo4Browser::SuperImposeSelectedItems().
|
virtual |
Definition at line 380 of file TGo4ViewPanel.cpp.
References fPanelName.
Referenced by TGo4Script::SetViewPanelName().
|
virtualslot |
Definition at line 898 of file TGo4ViewPanel.cpp.
References kind_Poly, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 893 of file TGo4ViewPanel.cpp.
References kind_Window, and SwitchMarkerButton().
Referenced by TGo4ViewPanel().
|
virtual |
Definition at line 710 of file TGo4ViewPanel.cpp.
References GetPadSlot(), GetSelectedMarkerIndex(), GetSelectedMarkerName(), GetSelectedSlot(), MarkPadModified(), TGo4Slot::RemovePar(), TGo4Slot::SetIntPar(), TGo4Slot::SetPar(), SetSpecialDrawOption(), and ShootRepaintTimer().
Referenced by DelSelectedMarker_clicked(), TGo4ConditionEditor::DrawCondition(), TGo4ConditionEditor::ModifyButton_clicked(), TGo4ConditionEditor::RedrawCondition(), RefreshButtons(), SelectedMarkerCmb_activated(), SetSelectedMarkerByMouseClick(), and SwitchMarkerButton().
|
virtual |
Definition at line 762 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(), and SetSelectedMarker().
Referenced by PadClickedSlot().
|
virtual |
Definition at line 3403 of file TGo4ViewPanel.cpp.
References TGo4Slot::SetIntPar().
Referenced by SelectMenuItemActivated(), ShiftSelectedObjectToEnd(), and UpdatePanelCaption().
|
virtual |
Definition at line 5552 of file TGo4ViewPanel.cpp.
References GetActivePad(), GetCanvas(), TGo4Picture::GetFullRangeDim(), GetPadOptions(), GetPadSlot(), TGo4Iter::getslot(), GetSlotPad(), IsApplyToAllFlag(), TGo4Picture::IsAutoScale(), TGo4Iter::next(), RedrawPanel(), TGo4Picture::SetPadModified(), and TakeSelectedAxisRange().
Referenced by TGo4SetScaleValues::ApplyValues().
|
virtual |
Definition at line 5079 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 2990 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 3378 of file TGo4ViewPanel.cpp.
References TGo4Slot::RemovePar(), and TGo4Slot::SetPar().
Referenced by AddDrawObject(), and SetSelectedMarker().
|
virtual |
Definition at line 3455 of file TGo4ViewPanel.cpp.
References CollectMainDrawObjects(), GetPadOptions(), GetPadSlot(), GetSelectedObjectIndex(), SetSelectedObjectIndex(), and TGo4Slot::ShiftSlotAfter().
Referenced by SelectMenuItemActivated().
|
virtual |
Definition at line 5663 of file TGo4ViewPanel.cpp.
References GetCanvas().
Referenced by TGo4FitPanel::ArrowChanged(), TGo4FitPanel::Button_FitterDraw(), TGo4HisDrawOptionsShort::ChangeColor(), TGo4HisDrawOptions::ChangeColor(), TGo4Browser::DisplaySelectedItems(), TGo4ConditionEditor::DrawCondition(), DropOnPad(), linkedRemoved(), linkedUpdated(), TGo4FitPanel::PaintModel(), TGo4FitPanel::PaintRange(), ProcessPadDoubleClick(), TGo4ConditionEditor::RedrawCondition(), RedrawPanel(), TGo4FitPanel::RemoveDrawObjects(), TGo4FitPanel::RemovePrimitives(), SelectMenuItemActivated(), SetMarkerPanel(), SetSelectedMarker(), StartConditionEditing(), TGo4Script::StartViewPanel(), TGo4Browser::SuperImposeSelectedItems(), and UndrawItemOnPanel().
|
virtual |
Definition at line 5668 of file TGo4ViewPanel.cpp.
References QGo4Widget::CallServiceFunc(), fxRepaintTimerPad, GetCanvas(), IsRepaintTimerActive(), and QGo4Widget::service_PanelTimer.
|
virtualslot |
Definition at line 2245 of file TGo4ViewPanel.cpp.
References DisplayPadStatus(), fxCanvasEventstatusChk, fxQCanvas, fxWCanvas, GetActivePad(), QWebCanvas::isStatusBarVisible(), QRootCanvas::isStatusBarVisible(), QWebCanvas::setStatusBarVisible(), and QRootCanvas::setStatusBarVisible().
Referenced by SetPadDefaults(), and TGo4ViewPanel().
|
virtual |
Definition at line 823 of file TGo4ViewPanel.cpp.
References fbLeaveFocusAfterCondEnd, GetActivePad(), GetSelectedSlot(), kind_Poly, kind_Window, MarkPadModified(), and ShootRepaintTimer().
Referenced by TGo4ConditionEditor::ModifyButton_clicked().
|
virtualslot |
Definition at line 2053 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 2017 of file TGo4ViewPanel.cpp.
References ActivateInGedEditor(), fxQCanvas, fxWCanvas, GetActivePad(), GetCanvas(), GetSelectedObject(), QRootCanvas::isEditorAllowed(), QWebCanvas::isEditorVisible(), QRootCanvas::isEditorVisible(), ResizeGedEditor(), SetActivePad(), QWebCanvas::setEditorVisible(), and QRootCanvas::toggleEditor().
Referenced by TGo4ViewPanel().
|
virtualslot |
Definition at line 5925 of file TGo4ViewPanel.cpp.
References ChangeDrawOption(), and IsRedrawBlocked().
|
virtual |
Definition at line 848 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 5045 of file TGo4ViewPanel.cpp.
References TGo4Picture::ClearFullRange(), TGo4Picture::GetFullRange(), TGo4Picture::SetFullRange(), and TGo4Picture::SetFullRangeDim().
Referenced by RedrawGraph(), and RedrawMultiGraph().
|
virtual |
Definition at line 4990 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 5328 of file TGo4ViewPanel.cpp.
References TGo4Picture::ClearRange(), TGo4Picture::GetFullRange(), TGo4Picture::GetRange(), and TGo4Picture::SetRange().
Referenced by MoveSingleScale(), PadRangeAxisChanged(), ProcessCanvasAdopt(), SetSelectedRange(), and TakeSelectedAxisRange().
|
virtual |
Definition at line 5370 of file TGo4ViewPanel.cpp.
References TakeSelectedAxisRange().
|
virtual |
Definition at line 683 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(), and ShootRepaintTimer().
|
virtual |
Definition at line 2265 of file TGo4ViewPanel.cpp.
References BlockPanelRedraw(), GetPadSlot(), and ProcessPadStatusUpdate().
Referenced by CompleteInitialization(), Divide(), MenuCommandExecutedSlot(), and ProcessPictureRedraw().
|
virtual |
Definition at line 3285 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 291 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 305 of file TGo4ViewPanel.h.
Referenced by CompleteInitialization(), panelSlot(), and TGo4ViewPanel().
|
protected |
Definition at line 280 of file TGo4ViewPanel.h.
Referenced by GetPanelName().
|
protected |
Definition at line 292 of file TGo4ViewPanel.h.
Referenced by ApplyToAllToggled(), IsApplyToAllFlag(), MakePictureForPad(), RedrawPanel(), SetApplyToAllFlag(), and TGo4ViewPanel().
|
protected |
Definition at line 293 of file TGo4ViewPanel.h.
Referenced by IsAutoZoomFlag(), MakePictureForPad(), OptionsMenuItemActivated(), SetAutoZoomFlag(), and TGo4ViewPanel().
|
protected |
Definition at line 288 of file TGo4ViewPanel.h.
Referenced by AboutToShowOptionsMenu(), OptionsMenuItemActivated(), ProcessPadRedraw(), ScanDrawOptions(), SetPadDefaults(), and TGo4ViewPanel().
|
protected |
Definition at line 300 of file TGo4ViewPanel.h.
Referenced by AboutToShowOptionsMenu(), AddDrawObject(), CompleteInitialization(), and TGo4ViewPanel().
|
protected |
Definition at line 281 of file TGo4ViewPanel.h.
Referenced by AboutToShowOptionsMenu(), IsFreezeTitle(), MakePictureForPad(), OptionsMenuItemActivated(), SetFreezedTitle(), TGo4ViewPanel(), and UpdatePanelCaption().
|
protected |
Definition at line 302 of file TGo4ViewPanel.h.
Referenced by CheckActionAtTheEnd(), StartConditionEditing(), and TGo4ViewPanel().
|
protected |
Definition at line 283 of file TGo4ViewPanel.h.
Referenced by RefreshButtons(), SetMarkerPanel(), SetSelectedMarkerByMouseClick(), and TGo4ViewPanel().
|
protected |
Definition at line 301 of file TGo4ViewPanel.h.
Referenced by linkedObjectUpdated(), ProcessPadModifiedSignal(), and TGo4ViewPanel().
|
protected |
Definition at line 299 of file TGo4ViewPanel.h.
Referenced by CompleteMarkerEdit(), PadClickedSlot(), RefreshButtons(), SetFreezeMouseMode(), and TGo4ViewPanel().
|
protected |
Definition at line 284 of file TGo4ViewPanel.h.
Referenced by DelSelectedMarker_clicked(), LogMarkerValues(), RefreshButtons(), SelectedMarkerCmb_activated(), SetFreezeMouseMode(), SwitchMarkerButton(), and TGo4ViewPanel().
|
protected |
Definition at line 282 of file TGo4ViewPanel.h.
Referenced by MakePictureForPad(), SetFreezedTitle(), and TGo4ViewPanel().
|
protected |
Definition at line 297 of file TGo4ViewPanel.h.
Referenced by CompleteMarkerEdit(), GetMouseMode(), PadClickedSlot(), SetMouseMode(), and TGo4ViewPanel().
|
protected |
Definition at line 298 of file TGo4ViewPanel.h.
Referenced by CompleteMarkerEdit(), PadClickedSlot(), SetMarkerPanel(), SwitchMarkerButton(), and TGo4ViewPanel().
|
protected |
Definition at line 287 of file TGo4ViewPanel.h.
Referenced by BlockPanelRedraw(), IsRedrawBlocked(), and TGo4ViewPanel().
|
protected |
Definition at line 285 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 306 of file TGo4ViewPanel.h.
Referenced by AboutToShowOptionsMenu(), OptionsMenuItemActivated(), and TGo4ViewPanel().
|
protected |
Definition at line 307 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel().
|
protected |
Definition at line 279 of file TGo4ViewPanel.h.
Referenced by GetPanelName(), OptionsMenuItemActivated(), SetPanelName(), and TGo4ViewPanel().
|
protected |
Definition at line 304 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), and UpdatePanelCaption().
|
protected |
Definition at line 303 of file TGo4ViewPanel.h.
Referenced by TGo4ViewPanel(), and UpdatePanelCaption().
|
protected |
Definition at line 286 of file TGo4ViewPanel.h.
Referenced by GetActivePad(), ProcessPadClear(), SetActivePad(), and TGo4ViewPanel().
|
protected |
Definition at line 290 of file TGo4ViewPanel.h.
Referenced by CanvasUpdatedSlot(), and TGo4ViewPanel().
|
protected |
Definition at line 289 of file TGo4ViewPanel.h.
Referenced by CanvasUpdatedSlot(), ShowEventStatus(), and TGo4ViewPanel().
|
protected |
Definition at line 296 of file TGo4ViewPanel.h.
Referenced by PadDoubleClickedSlot(), ProcessPadDoubleClick(), and TGo4ViewPanel().
|
protected |
qtroot canvas
Definition at line 309 of file TGo4ViewPanel.h.
Referenced by ActivateInGedEditor(), CanvasUpdate(), CleanupGedEditor(), CompleteInitialization(), DisplayPadStatus(), GetCanvas(), RedrawPanel(), RefreshButtons(), ResizeGedEditor(), SetPadDefaults(), ShowEventStatus(), StartRootEditor(), and TGo4ViewPanel().
|
protected |
Definition at line 294 of file TGo4ViewPanel.h.
Referenced by checkRepaintSlot(), IsRepaintTimerActive(), ShootRepaintTimer(), TGo4ViewPanel(), and ~TGo4ViewPanel().
|
protected |
Definition at line 295 of file TGo4ViewPanel.h.
Referenced by checkResizeSlot(), resizeEvent(), and TGo4ViewPanel().
|
protected |
web canvas
Definition at line 310 of file TGo4ViewPanel.h.
Referenced by ActivateInGedEditor(), CanvasUpdate(), CanvasUpdatedSlot(), DisplayPadStatus(), GetCanvas(), GetPadHistogram(), IsWebCanvas(), ProcessPadRedraw(), SetActivePad(), ShowEventStatus(), StartRootEditor(), and TGo4ViewPanel().