Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TRootCanvas.cxx
Go to the documentation of this file.
1// @(#)root/gui:$Id: b4c21444ab4f787f65b2b44199fc0440c3c2ce81 $
2// Author: Fons Rademakers 15/01/98
3
4/*************************************************************************
5 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12
13/** \class TRootCanvas
14 \ingroup guiwidgets
15
16This class creates a main window with menubar, scrollbars and a
17drawing area. The widgets used are the new native ROOT GUI widgets.
18
19*/
20
21
22#include "RConfigure.h"
23
24#include "TRootCanvas.h"
25#include "TRootApplication.h"
26#include "TRootHelpDialog.h"
27#include "TGClient.h"
28#include "TGCanvas.h"
29#include "TGMenu.h"
30#include "TGWidget.h"
31#include "TGFileDialog.h"
32#include "TGStatusBar.h"
33#include "TGTextEditDialogs.h"
34#include "TROOT.h"
35#include "TClass.h"
36#include "TSystem.h"
37#include "TCanvas.h"
38#include "TBrowser.h"
39#include "TClassTree.h"
40#include "TMarker.h"
41#include "TStyle.h"
42#include "TColorWheel.h"
43#include "TVirtualX.h"
44#include "TApplication.h"
45#include "TFile.h"
46#include "TInterpreter.h"
47#include "TEnv.h"
48#include "TMath.h"
49#include <iostream>
50#include "TGDockableFrame.h"
51
52#include "TG3DLine.h"
53#include "TGToolBar.h"
54#include "TGToolTip.h"
55#include "TVirtualPadEditor.h"
56#include "TRootControlBar.h"
57#include "TGuiBuilder.h"
58#include "TImage.h"
59#include "TError.h"
60#include "TGDNDManager.h"
61#include "TBufferFile.h"
62#include "TRootBrowser.h"
63#include "TGTab.h"
64#include "TGedEditor.h"
65
66#include "TPluginManager.h"
67#include "TVirtualGL.h"
68
69#ifdef WIN32
70#include "TWin32SplashThread.h"
71#endif
72
73#include "HelpText.h"
74
75
76// Canvas menu command ids
93
102
113
125
132
140
158
160
161static const char *gOpenTypes[] = { "ROOT files", "*.root",
162 "All files", "*",
163 0, 0 };
164
165static const char *gSaveAsTypes[] = { "PDF", "*.pdf",
166 "PostScript", "*.ps",
167 "Encapsulated PostScript", "*.eps",
168 "SVG", "*.svg",
169 "TeX", "*.tex",
170 "GIF", "*.gif",
171 "ROOT macros", "*.C",
172 "ROOT files", "*.root",
173 "XML", "*.xml",
174 "PNG", "*.png",
175 "XPM", "*.xpm",
176 "JPEG", "*.jpg",
177 "TIFF", "*.tiff",
178 "XCF", "*.xcf",
179 "All files", "*",
180 0, 0 };
181
183 // { filename, tooltip, staydown, id, button}
184 { "newcanvas.xpm", "New", kFALSE, kFileNewCanvas, 0 },
185 { "open.xpm", "Open", kFALSE, kFileOpen, 0 },
186 { "save.xpm", "Save As", kFALSE, kFileSaveAs, 0 },
187 { "printer.xpm", "Print", kFALSE, kFilePrint, 0 },
188 { "", "", kFALSE, -1, 0 },
189 { "interrupt.xpm", "Interrupt", kFALSE, kOptionInterrupt,0 },
190 { "refresh2.xpm", "Refresh", kFALSE, kOptionRefresh, 0 },
191 { "", "", kFALSE, -1, 0 },
192 { "inspect.xpm", "Inspect", kFALSE, kInspectRoot, 0 },
193 { "browser.xpm", "Browser", kFALSE, kToolsBrowser, 0 },
194 { 0, 0, kFALSE, 0, 0 }
195};
196
198 { "pointer.xpm", "Modify", kFALSE, kToolModify, 0 },
199 { "arc.xpm", "Arc", kFALSE, kToolArc, 0 },
200 { "line.xpm", "Line", kFALSE, kToolLine, 0 },
201 { "arrow.xpm", "Arrow", kFALSE, kToolArrow, 0 },
202 { "diamond.xpm", "Diamond", kFALSE, kToolDiamond, 0 },
203 { "ellipse.xpm", "Ellipse", kFALSE, kToolEllipse, 0 },
204 { "pad.xpm", "Pad", kFALSE, kToolPad, 0 },
205 { "pave.xpm", "Pave", kFALSE, kToolPave, 0 },
206 { "pavelabel.xpm", "Pave Label", kFALSE, kToolPLabel, 0 },
207 { "pavetext.xpm", "Pave Text", kFALSE, kToolPText, 0 },
208 { "pavestext.xpm", "Paves Text", kFALSE, kToolPsText, 0 },
209 { "graph.xpm", "Graph", kFALSE, kToolGraph, 0 },
210 { "curlyline.xpm", "Curly Line", kFALSE, kToolCurlyLine, 0 },
211 { "curlyarc.xpm", "Curly Arc", kFALSE, kToolCurlyArc, 0 },
212 { "latex.xpm", "Text/Latex", kFALSE, kToolLatex, 0 },
213 { "marker.xpm", "Marker", kFALSE, kToolMarker, 0 },
214 { "cut.xpm", "Graphical Cut", kFALSE, kToolCutG, 0 },
215 { 0, 0, kFALSE, 0, 0 }
216};
217
218//////////////////////////////////////////////////////////////////////////
219// //
220// TRootContainer //
221// //
222// Utility class used by TRootCanvas. The TRootContainer is the frame //
223// embedded in the TGCanvas widget. The ROOT graphics goes into this //
224// frame. This class is used to enable input events on this graphics //
225// frame and forward the events to the TRootCanvas handlers. //
226// //
227//////////////////////////////////////////////////////////////////////////
228
230private:
231 TRootCanvas *fCanvas; // pointer back to canvas imp
232public:
233 TRootContainer(TRootCanvas *c, Window_t id, const TGWindow *parent);
234
235 Bool_t HandleButton(Event_t *ev) override;
237 { return fCanvas->HandleContainerDoubleClick(ev); }
240 return fCanvas->HandleContainerConfigure(ev); }
242 { return fCanvas->HandleContainerKey(ev); }
244 { return fCanvas->HandleContainerMotion(ev); }
246 { return fCanvas->HandleContainerExpose(ev); }
248 { return fCanvas->HandleContainerCrossing(ev); }
249 void SavePrimitive(std::ostream &out, Option_t * = "") override;
250 void SetEditable(Bool_t) override { }
251};
252
253////////////////////////////////////////////////////////////////////////////////
254/// Create a canvas container.
255
258{
259 fCanvas = c;
260
261 gVirtualX->GrabButton(fId, kAnyButton, kAnyModifier,
264
268}
269
270////////////////////////////////////////////////////////////////////////////////
271/// Directly handle scroll mouse buttons (4 and 5), only pass buttons
272/// 1, 2 and 3 on to the TCanvas.
273
275{
277 UInt_t page = vp->GetHeight()/4;
278 Int_t newpos;
279
280 gVirtualX->SetInputFocus(GetMainFrame()->GetId());
281
282 if (event->fCode == kButton4) {
283 //scroll up
284 newpos = fCanvas->fCanvasWindow->GetVsbPosition() - page;
285 if (newpos < 0) newpos = 0;
287// return kTRUE;
288 }
289 if (event->fCode == kButton5) {
290 // scroll down
291 newpos = fCanvas->fCanvasWindow->GetVsbPosition() + page;
293// return kTRUE;
294 }
296}
297
299
300////////////////////////////////////////////////////////////////////////////////
301/// Create a basic ROOT canvas.
302
304 : TGMainFrame(gClient->GetRoot(), width, height), TCanvasImp(c)
305{
307
310
312}
313
314////////////////////////////////////////////////////////////////////////////////
315/// Create a basic ROOT canvas.
316
318 : TGMainFrame(gClient->GetRoot(), width, height), TCanvasImp(c)
319{
321
324
326 SetWMPosition(x, y);
327}
328
329////////////////////////////////////////////////////////////////////////////////
330/// Create the actual canvas.
331
333{
334 fButton = 0;
335 fAutoFit = kTRUE; // check also menu entry
336 fEditor = 0;
338
339 // Create menus
346
347 static Int_t img = 0;
348
349 if (!img) {
352 TImage* itmp = TImage::Create();
353 img = itmp ? 1 : -1;
354 if (itmp) {
355 delete itmp;
356 itmp=NULL;
357 }
358 gErrorIgnoreLevel = sav;
359 }
360 if (img > 0) {
363 }
364
367
369 fFileMenu->AddEntry("&New Canvas", kFileNewCanvas);
370 fFileMenu->AddEntry("&Open...", kFileOpen);
371 fFileMenu->AddEntry("&Close Canvas", kFileCloseCanvas);
374 fFileMenu->AddEntry("Save &As...", kFileSaveAs);
376 fFileMenu->AddEntry("&Print...", kFilePrint);
378 fFileMenu->AddEntry("&Quit ROOT", kFileQuit);
379
383
385 fEditMenu->AddEntry("&Style...", kEditStyle);
387 fEditMenu->AddEntry("Cu&t", kEditCut);
388 fEditMenu->AddEntry("&Copy", kEditCopy);
389 fEditMenu->AddEntry("&Paste", kEditPaste);
393 fEditMenu->AddEntry("&Undo", kEditUndo);
394 fEditMenu->AddEntry("&Redo", kEditRedo);
395
401
405
407 fViewMenu->AddEntry("&Editor", kViewEditor);
408 fViewMenu->AddEntry("&Toolbar", kViewToolbar);
409 fViewMenu->AddEntry("Event &Statusbar", kViewEventStatus);
410 fViewMenu->AddEntry("T&oolTip Info", kViewToolTips);
412 fViewMenu->AddEntry("&Colors", kViewColors);
413 fViewMenu->AddEntry("&Fonts", kViewFonts);
414 fViewMenu->AddEntry("&Markers", kViewMarkers);
416 fViewMenu->AddEntry("&Iconify", kViewIconify);
418 fViewMenu->AddPopup("&View With", fViewWithMenu);
419
421
423 fOptionMenu->AddEntry("&Auto Resize Canvas", kOptionAutoResize);
424 fOptionMenu->AddEntry("&Resize Canvas", kOptionResizeCanvas);
425 fOptionMenu->AddEntry("&Move Opaque", kOptionMoveOpaque);
426 fOptionMenu->AddEntry("Resize &Opaque", kOptionResizeOpaque);
428 fOptionMenu->AddEntry("&Interrupt", kOptionInterrupt);
429 fOptionMenu->AddEntry("R&efresh", kOptionRefresh);
431 fOptionMenu->AddEntry("&Pad Auto Exec", kOptionAutoExec);
433 fOptionMenu->AddEntry("&Statistics", kOptionStatistics);
434 fOptionMenu->AddEntry("Histogram &Title", kOptionHistTitle);
435 fOptionMenu->AddEntry("&Fit Parameters", kOptionFitParams);
436 fOptionMenu->AddEntry("Can Edit &Histograms", kOptionCanEdit);
437
438 // Opaque options initialized in InitWindow()
440 if (gStyle->GetOptStat())
442 if (gStyle->GetOptTitle())
444 if (gStyle->GetOptFit())
446 if (gROOT->GetEditHistograms())
448
450 fToolsMenu->AddEntry("&Inspect ROOT", kInspectRoot);
451 fToolsMenu->AddEntry("&Class Tree", kClassesTree);
452 fToolsMenu->AddEntry("&Fit Panel", kFitPanel);
453 fToolsMenu->AddEntry("&Start Browser", kToolsBrowser);
454 fToolsMenu->AddEntry("&Gui Builder", kToolsBuilder);
455 fToolsMenu->AddEntry("&Event Recorder", kToolsRecorder);
456
458 fHelpMenu->AddLabel("Basic Help On...");
460 fHelpMenu->AddEntry("&Canvas", kHelpOnCanvas);
461 fHelpMenu->AddEntry("&Menus", kHelpOnMenus);
462 fHelpMenu->AddEntry("&Graphics Editor", kHelpOnGraphicsEd);
463 fHelpMenu->AddEntry("&Browser", kHelpOnBrowser);
464 fHelpMenu->AddEntry("&Objects", kHelpOnObjects);
465 fHelpMenu->AddEntry("&PostScript", kHelpOnPS);
467 fHelpMenu->AddEntry("&About ROOT...", kHelpAbout);
468
469 // This main frame will process the menu commands
470 fFileMenu->Associate(this);
472 fEditMenu->Associate(this);
474 fViewMenu->Associate(this);
476 fOptionMenu->Associate(this);
477 fToolsMenu->Associate(this);
478 fHelpMenu->Associate(this);
479
480 // Create menubar layout hints
484
485 // Create menubar
486 fMenuBar = new TGMenuBar(this, 1, 1, kHorizontalFrame);
493
495
499
500 // Create toolbar dock
501 fToolDock = new TGDockableFrame(this);
505
506 // will alocate it later
507 fToolBar = 0;
508 fVertical1 = 0;
509 fVertical2 = 0;
512
516
517 fMainFrame = new TGCompositeFrame(this, GetWidth() + 4, GetHeight() + 4,
520
521 // Create editor frame that will host the pad editor
525
526 // Create canvas and canvas container that will host the ROOT graphics
529
530 fCanvasID = -1;
531
532 if (fCanvas->UseGL()) {
534 //first, initialize GL (if not yet)
535 if (!gGLManager) {
536 TString x = "win32";
537 if (gVirtualX->InheritsFrom("TGX11"))
538 x = "x11";
539 else if (gVirtualX->InheritsFrom("TGCocoa"))
540 x = "osx";
541
542 TPluginHandler *ph = gROOT->GetPluginManager()->FindHandler("TGLManager", x);
543
544 if (ph && ph->LoadPlugin() != -1) {
545 if (!ph->ExecPlugin(0))
546 Error("CreateCanvas", "GL manager plugin failed");
547 }
548 }
549
550 if (gGLManager) {
552 if (fCanvasID != -1) {
553 //Create gl context.
554 const Int_t glCtx = gGLManager->CreateGLContext(fCanvasID);
555 if (glCtx != -1) {
557 fCanvas->SetGLDevice(glCtx);//Now, fCanvas is responsible for context deletion!
558 } else
559 Error("CreateCanvas", "GL context creation failed.");
560 } else
561 Error("CreateCanvas", "GL window creation failed\n");
562 }
563 }
564
565 if (fCanvasID == -1)
567
568 Window_t win = gVirtualX->GetWindowID(fCanvasID);
572
575
576 // create the tooltip with a timeout of 250 ms
578
579 fCanvas->Connect("ProcessedEvent(Int_t, Int_t, Int_t, TObject*)",
580 "TRootCanvas", this,
581 "EventInfo(Int_t, Int_t, Int_t, TObject*)");
582
583 // Create status bar
584 int parts[] = { 33, 10, 10, 47 };
585 fStatusBar = new TGStatusBar(this, 10, 10);
586 fStatusBar->SetParts(parts, 4);
587
589
591
592 // Misc
595 fIconPic = SetIconPixmap("macro_s.xpm");
596 SetClassHints("ROOT", "Canvas");
597
600
601 // by default status bar, tool bar and pad editor are hidden
606
609
610 // we need to use GetDefaultSize() to initialize the layout algorithm...
612
613 gVirtualX->SetDNDAware(fId, fDNDTypeList);
615}
616
617////////////////////////////////////////////////////////////////////////////////
618/// Delete ROOT basic canvas. Order is significant. Delete in reverse
619/// order of creation.
620
622{
623 delete fToolTip;
624 if (fIconPic) gClient->FreePicture(fIconPic);
625 if (fEditor && !fEmbedded) delete fEditor;
626 if (fToolBar) {
627 Disconnect(fToolDock, "Docked()", this, "AdjustSize()");
628 Disconnect(fToolDock, "Undocked()", this, "AdjustSize()");
629 fToolBar->Cleanup();
630 delete fToolBar;
631 }
632
633 if (!MustCleanup()) {
634 delete fStatusBar;
635 delete fStatusBarLayout;
636 delete fCanvasContainer;
637 delete fCanvasWindow;
638
639 delete fEditorFrame;
640 delete fEditorLayout;
641 delete fMainFrame;
642 delete fMainFrameLayout;
643 delete fToolBarSep;
644 delete fToolDock;
645 delete fToolBarLayout;
646 delete fHorizontal1;
647 delete fHorizontal1Layout;
648
649 delete fMenuBar;
650 delete fMenuBarLayout;
651 delete fMenuBarItemLayout;
652 delete fMenuBarHelpLayout;
653 delete fCanvasLayout;
654 delete fDockLayout;
655 }
656
657 delete fFileMenu;
658 delete fFileSaveMenu;
659 delete fEditMenu;
660 delete fEditClearMenu;
661 delete fViewMenu;
662 delete fViewWithMenu;
663 delete fOptionMenu;
664 delete fToolsMenu;
665 delete fHelpMenu;
666}
667
668////////////////////////////////////////////////////////////////////////////////
669/// Called via TCanvasImp interface by TCanvas.
670
672{
674 if(gged && gged->GetCanvas() == fCanvas) {
675 if (fEmbedded) {
676 ((TGedEditor *)gged)->SetModel(0, 0, kButton1Down);
677 ((TGedEditor *)gged)->SetCanvas(0);
678 }
679 else gged->Hide();
680 }
681
682 gVirtualX->CloseWindow();
683}
684
685////////////////////////////////////////////////////////////////////////////////
686/// Really delete the canvas and this GUI.
687
689{
691 if(gged && gged->GetCanvas() == fCanvas) {
692 if (fEmbedded) {
693 ((TGedEditor *)gged)->SetModel(0, 0, kButton1Down);
694 ((TGedEditor *)gged)->SetCanvas(0);
695 }
696 else gged->Hide();
697 }
698
699 fToolTip->Hide();
700 Disconnect(fCanvas, "ProcessedEvent(Int_t, Int_t, Int_t, TObject*)",
701 this, "EventInfo(Int_t, Int_t, Int_t, TObject*)");
702
704 fCanvas->Clear();
705 fCanvas->SetName("");
706 if (gPad && gPad->GetCanvas() == fCanvas)
707 gPad = nullptr;
708 delete this;
709}
710
711////////////////////////////////////////////////////////////////////////////////
712/// In case window is closed via WM we get here.
713
715{
716 DeleteWindow();
717}
718
719////////////////////////////////////////////////////////////////////////////////
720/// Return width of canvas container.
721
723{
724 return fCanvasContainer->GetWidth();
725}
726
727////////////////////////////////////////////////////////////////////////////////
728/// Return height of canvas container.
729
731{
732 return fCanvasContainer->GetHeight();
733}
734
735////////////////////////////////////////////////////////////////////////////////
736/// Gets the size and position of the window containing the canvas. This
737/// size includes the menubar and borders.
738
740{
741 gVirtualX->GetWindowSize(fId, x, y, w, h);
742
743 Window_t childdum;
744 gVirtualX->TranslateCoordinates(fId, gClient->GetDefaultRoot()->GetId(),
745 0, 0, x, y, childdum);
746 if (!fCanvas->GetShowEditor()) return 0;
747 return fEditorFrame->GetWidth();
748}
749
750////////////////////////////////////////////////////////////////////////////////
751/// Set text in status bar.
752
753void TRootCanvas::SetStatusText(const char *txt, Int_t partidx)
754{
755 fStatusBar->SetText(txt, partidx);
756}
757
758////////////////////////////////////////////////////////////////////////////////
759/// Handle menu and other command generated by the user.
760
762{
763 TRootHelpDialog *hd;
764 TList *lc;
765
766 switch (GET_MSG(msg)) {
767
768 case kC_COMMAND:
769
770 switch (GET_SUBMSG(msg)) {
771
772 case kCM_BUTTON:
773 case kCM_MENU:
774
775 switch (parm1) {
776 // Handle toolbar items...
777 case kToolModify:
778 gROOT->SetEditorMode();
779 break;
780 case kToolArc:
781 gROOT->SetEditorMode("Arc");
782 break;
783 case kToolLine:
784 gROOT->SetEditorMode("Line");
785 break;
786 case kToolArrow:
787 gROOT->SetEditorMode("Arrow");
788 break;
789 case kToolDiamond:
790 gROOT->SetEditorMode("Diamond");
791 break;
792 case kToolEllipse:
793 gROOT->SetEditorMode("Ellipse");
794 break;
795 case kToolPad:
796 gROOT->SetEditorMode("Pad");
797 break;
798 case kToolPave:
799 gROOT->SetEditorMode("Pave");
800 break;
801 case kToolPLabel:
802 gROOT->SetEditorMode("PaveLabel");
803 break;
804 case kToolPText:
805 gROOT->SetEditorMode("PaveText");
806 break;
807 case kToolPsText:
808 gROOT->SetEditorMode("PavesText");
809 break;
810 case kToolGraph:
811 gROOT->SetEditorMode("PolyLine");
812 break;
813 case kToolCurlyLine:
814 gROOT->SetEditorMode("CurlyLine");
815 break;
816 case kToolCurlyArc:
817 gROOT->SetEditorMode("CurlyArc");
818 break;
819 case kToolLatex:
820 gROOT->SetEditorMode("Text");
821 break;
822 case kToolMarker:
823 gROOT->SetEditorMode("Marker");
824 break;
825 case kToolCutG:
826 gROOT->SetEditorMode("CutG");
827 break;
828
829 // Handle File menu items...
830 case kFileNewCanvas:
831 gROOT->MakeDefCanvas();
832 break;
833 case kFileOpen:
834 {
835 static TString dir(".");
836 TGFileInfo fi;
838 fi.SetIniDir(dir);
839 new TGFileDialog(fClient->GetDefaultRoot(), this, kFDOpen,&fi);
840 if (!fi.fFilename) return kTRUE;
841 dir = fi.fIniDir;
842 new TFile(fi.fFilename, "update");
843 }
844 break;
845 case kFileSaveAs:
846 {
847 TString workdir = gSystem->WorkingDirectory();
848 static TString dir(".");
849 static Int_t typeidx = 0;
850 static Bool_t overwr = kFALSE;
851 TGFileInfo fi;
852 TString defaultType = gEnv->GetValue("Canvas.SaveAsDefaultType", ".pdf");
853 if (typeidx == 0) {
854 for (int i=1;gSaveAsTypes[i];i+=2) {
855 TString ftype = gSaveAsTypes[i];
856 if (ftype.EndsWith(defaultType.Data())) {
857 typeidx = i-1;
858 break;
859 }
860 }
861 }
863 fi.SetIniDir(dir);
864 fi.fFileTypeIdx = typeidx;
865 fi.fOverwrite = overwr;
866 new TGFileDialog(fClient->GetDefaultRoot(), this, kFDSave, &fi);
867 gSystem->ChangeDirectory(workdir.Data());
868 if (!fi.fFilename) return kTRUE;
869 Bool_t appendedType = kFALSE;
870 TString fn = fi.fFilename;
871 TString ft = fi.fFileTypes[fi.fFileTypeIdx+1];
872 dir = fi.fIniDir;
873 typeidx = fi.fFileTypeIdx;
874 overwr = fi.fOverwrite;
875again:
876 if (fn.EndsWith(".root") ||
877 fn.EndsWith(".ps") ||
878 fn.EndsWith(".eps") ||
879 fn.EndsWith(".pdf") ||
880 fn.EndsWith(".svg") ||
881 fn.EndsWith(".tex") ||
882 fn.EndsWith(".gif") ||
883 fn.EndsWith(".xml") ||
884 fn.EndsWith(".xpm") ||
885 fn.EndsWith(".jpg") ||
886 fn.EndsWith(".png") ||
887 fn.EndsWith(".xcf") ||
888 fn.EndsWith(".tiff")) {
889 fCanvas->SaveAs(fn);
890 } else if (fn.EndsWith(".C"))
891 fCanvas->SaveSource(fn);
892 else {
893 if (!appendedType) {
894 if (ft.Index(".") != kNPOS) {
895 fn += ft(ft.Index("."), ft.Length());
896 appendedType = kTRUE;
897 goto again;
898 }
899 }
900 Warning("ProcessMessage", "file %s cannot be saved with this extension", fi.fFilename);
901 }
902 for (int i=1;gSaveAsTypes[i];i+=2) {
903 TString ftype = gSaveAsTypes[i];
904 ftype.ReplaceAll("*.", ".");
905 if (fn.EndsWith(ftype.Data())) {
906 typeidx = i-1;
907 break;
908 }
909 }
910 }
911 break;
912 case kFileSaveAsRoot:
913 fCanvas->SaveAs(".root");
914 break;
915 case kFileSaveAsC:
917 break;
918 case kFileSaveAsPS:
919 fCanvas->SaveAs();
920 break;
921 case kFileSaveAsEPS:
922 fCanvas->SaveAs(".eps");
923 break;
924 case kFileSaveAsPDF:
925 fCanvas->SaveAs(".pdf");
926 break;
927 case kFileSaveAsGIF:
928 fCanvas->SaveAs(".gif");
929 break;
930 case kFileSaveAsJPG:
931 fCanvas->SaveAs(".jpg");
932 break;
933 case kFileSaveAsPNG:
934 fCanvas->SaveAs(".png");
935 break;
936 case kFileSaveAsTEX:
937 fCanvas->SaveAs(".tex");
938 break;
939 case kFilePrint:
940 PrintCanvas();
941 break;
942 case kFileCloseCanvas:
944 break;
945 case kFileQuit:
946 if (!gApplication->ReturnFromRun()) {
950 }
953 if (TClass::GetClass("TStyleManager"))
954 gROOT->ProcessLine("TStyleManager::Terminate()");
956 break;
957
958 // Handle Edit menu items...
959 case kEditStyle:
960 if (!TClass::GetClass("TStyleManager"))
961 gSystem->Load("libGed");
962 gROOT->ProcessLine("TStyleManager::Show()");
963 break;
964 case kEditCut:
965 // still noop
966 break;
967 case kEditCopy:
968 // still noop
969 break;
970 case kEditPaste:
971 // still noop
972 break;
973 case kEditUndo:
974 // noop
975 break;
976 case kEditRedo:
977 // noop
978 break;
979 case kEditClearPad:
980 gPad->Clear();
981 gPad->Modified();
982 gPad->Update();
983 break;
984 case kEditClearCanvas:
985 fCanvas->Clear();
986 fCanvas->Modified();
987 fCanvas->Update();
988 break;
989
990 // Handle View menu items...
991 case kViewEditor:
993 break;
994 case kViewToolbar:
996 break;
997 case kViewEventStatus:
999 break;
1000 case kViewToolTips:
1002 break;
1003 case kViewColors:
1004 {
1005 TVirtualPad *padsav = gPad->GetCanvas();
1006 //This was the code with the old color table
1007 // TCanvas *m = new TCanvas("colors","Color Table");
1008 // TPad::DrawColorTable();
1009 // m->Update();
1010 TColorWheel *wheel = new TColorWheel();
1011 wheel->Draw();
1012
1013 //tp: with Cocoa, window is visible (and repainted)
1014 //before wheel->Draw() was called and you can see "empty"
1015 //canvas.
1016 gPad->Update();
1017 //
1018 if (padsav) padsav->cd();
1019 }
1020 break;
1021 case kViewFonts:
1022 // noop
1023 break;
1024 case kViewMarkers:
1025 {
1026 TVirtualPad *padsav = gPad ? gPad->GetCanvas() : nullptr;
1027 TCanvas *m = new TCanvas("markers","Marker Types",600,200);
1029 m->Update();
1030 if (padsav) padsav->cd();
1031 }
1032 break;
1033 case kViewIconify:
1034 Iconify();
1035 break;
1036 case kViewX3D:
1037 gPad->GetViewer3D("x3d");
1038 break;
1039 case kViewOpenGL:
1040 gPad->GetViewer3D("ogl");
1041 break;
1042
1043 // Handle Option menu items...
1044 case kOptionAutoExec:
1046 if (fCanvas->GetAutoExec()) {
1048 } else {
1050 }
1051 break;
1052 case kOptionAutoResize:
1053 {
1055 int opt = fCanvasContainer->GetOptions();
1056 if (fAutoFit) {
1057 opt &= ~kFixedSize;
1059 } else {
1060 opt |= kFixedSize;
1062 }
1064 // in case of autofit this will generate a configure
1065 // event for the container and this will force the
1066 // update of the TCanvas
1067 //Layout();
1068 }
1069 Layout();
1070 break;
1072 FitCanvas();
1073 break;
1074 case kOptionMoveOpaque:
1075 if (fCanvas->OpaqueMoving()) {
1076 fCanvas->MoveOpaque(0);
1078 } else {
1079 fCanvas->MoveOpaque(1);
1081 }
1082 break;
1084 if (fCanvas->OpaqueResizing()) {
1087 } else {
1090 }
1091 break;
1092 case kOptionInterrupt:
1093 gROOT->SetInterrupt();
1094 break;
1095 case kOptionRefresh:
1096 fCanvas->Paint();
1097 fCanvas->Update();
1098 break;
1099 case kOptionStatistics:
1100 if (gStyle->GetOptStat()) {
1101 gStyle->SetOptStat(0);
1102 delete gPad->FindObject("stats");
1104 } else {
1105 gStyle->SetOptStat(1);
1107 }
1108 gPad->Modified();
1109 fCanvas->Update();
1110 break;
1111 case kOptionHistTitle:
1112 if (gStyle->GetOptTitle()) {
1113 gStyle->SetOptTitle(0);
1114 delete gPad->FindObject("title");
1116 } else {
1117 gStyle->SetOptTitle(1);
1119 }
1120 gPad->Modified();
1121 fCanvas->Update();
1122 break;
1123 case kOptionFitParams:
1124 if (gStyle->GetOptFit()) {
1125 gStyle->SetOptFit(0);
1127 } else {
1128 gStyle->SetOptFit(1);
1130 }
1131 gPad->Modified();
1132 fCanvas->Update();
1133 break;
1134 case kOptionCanEdit:
1135 if (gROOT->GetEditHistograms()) {
1136 gROOT->SetEditHistograms(kFALSE);
1138 } else {
1139 gROOT->SetEditHistograms(kTRUE);
1141 }
1142 break;
1143
1144 // Handle Tools menu items...
1145 case kInspectRoot:
1146 fCanvas->cd();
1147 gROOT->Inspect();
1148 fCanvas->Update();
1149 break;
1150 case kToolsBrowser:
1151 new TBrowser("browser");
1152 break;
1153 case kToolsBuilder:
1155 break;
1156 case kToolsRecorder:
1157 gROOT->ProcessLine("new TGRecorder()");
1158 break;
1159
1160 // Handle Tools menu items...
1161 case kClassesTree:
1162 {
1163 TString cdef;
1164 lc = (TList*)gROOT->GetListOfCanvases();
1165 if (lc->FindObject("ClassTree")) {
1166 cdef = TString::Format("ClassTree_%d", lc->GetSize()+1);
1167 } else {
1168 cdef = "ClassTree";
1169 }
1170 new TClassTree(cdef.Data(), "TObject");
1171 fCanvas->Update();
1172 }
1173 break;
1174
1175 case kFitPanel:
1176 {
1177 // use plugin manager to create instance of TFitEditor
1178 TPluginHandler *handler = gROOT->GetPluginManager()->FindHandler("TFitEditor");
1179 if (handler && handler->LoadPlugin() != -1) {
1180 if (handler->ExecPlugin(2, fCanvas, 0) == 0)
1181 Error("FitPanel", "Unable to crate the FitPanel");
1182 }
1183 else
1184 Error("FitPanel", "Unable to find the FitPanel plug-in");
1185 }
1186 break;
1187
1188 // Handle Help menu items...
1189 case kHelpAbout:
1190 {
1191#ifdef R__UNIX
1192 TString rootx = TROOT::GetBinDir() + "/root -a &";
1193 gSystem->Exec(rootx);
1194#else
1195#ifdef WIN32
1197#else
1198
1199 char str[32];
1200 sprintf(str, "About ROOT %s...", gROOT->GetVersion());
1201 hd = new TRootHelpDialog(this, str, 600, 400);
1202 hd->SetText(gHelpAbout);
1203 hd->Popup();
1204#endif
1205#endif
1206 }
1207 break;
1208 case kHelpOnCanvas:
1209 hd = new TRootHelpDialog(this, "Help on Canvas...", 600, 400);
1210 hd->SetText(gHelpCanvas);
1211 hd->Popup();
1212 break;
1213 case kHelpOnMenus:
1214 hd = new TRootHelpDialog(this, "Help on Menus...", 600, 400);
1216 hd->Popup();
1217 break;
1218 case kHelpOnGraphicsEd:
1219 hd = new TRootHelpDialog(this, "Help on Graphics Editor...", 600, 400);
1221 hd->Popup();
1222 break;
1223 case kHelpOnBrowser:
1224 hd = new TRootHelpDialog(this, "Help on Browser...", 600, 400);
1225 hd->SetText(gHelpBrowser);
1226 hd->Popup();
1227 break;
1228 case kHelpOnObjects:
1229 hd = new TRootHelpDialog(this, "Help on Objects...", 600, 400);
1230 hd->SetText(gHelpObjects);
1231 hd->Popup();
1232 break;
1233 case kHelpOnPS:
1234 hd = new TRootHelpDialog(this, "Help on PostScript...", 600, 400);
1236 hd->Popup();
1237 break;
1238 }
1239 default:
1240 break;
1241 }
1242 default:
1243 break;
1244 }
1245 return kTRUE;
1246}
1247
1248////////////////////////////////////////////////////////////////////////////////
1249/// Called by TCanvas ctor to get window indetifier.
1250
1252{
1253 if (fCanvas->OpaqueMoving())
1255 if (fCanvas->OpaqueResizing())
1257
1258 return fCanvasID;
1259}
1260
1261////////////////////////////////////////////////////////////////////////////////
1262/// Set size of canvas container. Units in pixels.
1263
1265{
1266 // turn off autofit, we want to stay at the given size
1267 fAutoFit = kFALSE;
1269 int opt = fCanvasContainer->GetOptions();
1270 opt |= kFixedSize; // turn on fixed size mode
1274 Layout(); // force layout (will update container to given size)
1275 fCanvas->Resize();
1276 fCanvas->Update();
1277}
1278
1279////////////////////////////////////////////////////////////////////////////////
1280/// Set canvas position (units in pixels).
1281
1283{
1284 Move(x, y);
1285}
1286
1287////////////////////////////////////////////////////////////////////////////////
1288/// Set size of canvas (units in pixels).
1289
1291{
1292 Resize(w, h);
1293
1294 // Make sure the change of size is really done.
1295 gVirtualX->Update(1);
1296 if (!gThreadXAR) {
1297 gSystem->Sleep(100);
1299 gSystem->Sleep(10);
1301 }
1302}
1303
1304////////////////////////////////////////////////////////////////////////////////
1305/// Put canvas window on top of the window stack.
1306
1308{
1309 gVirtualX->RaiseWindow(GetId());
1310}
1311
1312////////////////////////////////////////////////////////////////////////////////
1313/// Change title on window.
1314
1315void TRootCanvas::SetWindowTitle(const char *title)
1316{
1317 SetWindowName(title);
1318 SetIconName(title);
1319 fToolDock->SetWindowName(Form("ToolBar: %s", title));
1320}
1321
1322////////////////////////////////////////////////////////////////////////////////
1323/// Fit canvas container to current window size.
1324
1326{
1327 if (!fAutoFit) {
1328 int opt = fCanvasContainer->GetOptions();
1329 int oopt = opt;
1330 opt &= ~kFixedSize; // turn off fixed size mode
1332 Layout(); // force layout
1333 fCanvas->Resize();
1334 fCanvas->Update();
1336 }
1337}
1338
1339////////////////////////////////////////////////////////////////////////////////
1340/// Print the canvas.
1341
1343{
1344 Int_t ret = 0;
1345 Bool_t pname = kTRUE;
1346 char *printer, *printCmd;
1347 static TString sprinter, sprintCmd;
1348
1349 if (sprinter == "")
1350 printer = StrDup(gEnv->GetValue("Print.Printer", ""));
1351 else
1352 printer = StrDup(sprinter);
1353 if (sprintCmd == "")
1354#ifndef WIN32
1355 printCmd = StrDup(gEnv->GetValue("Print.Command", ""));
1356#else
1357 printCmd = StrDup(gEnv->GetValue("Print.Command", "start AcroRd32.exe /p"));
1358#endif
1359 else
1360 printCmd = StrDup(sprintCmd);
1361
1362 new TGPrintDialog(fClient->GetDefaultRoot(), this, 400, 150,
1363 &printer, &printCmd, &ret);
1364 if (ret) {
1365 sprinter = printer;
1366 sprintCmd = printCmd;
1367
1368 if (sprinter == "")
1369 pname = kFALSE;
1370
1371 TString fn = "rootprint";
1372 FILE *f = gSystem->TempFileName(fn, gEnv->GetValue("Print.Directory", gSystem->TempDirectory()));
1373 if (f) fclose(f);
1374 fn += TString::Format(".%s",gEnv->GetValue("Print.FileType", "pdf"));
1375 fCanvas->Print(fn);
1376
1377 TString cmd = sprintCmd;
1378 if (cmd.Contains("%p"))
1379 cmd.ReplaceAll("%p", sprinter);
1380 else if (pname) {
1381 cmd += " "; cmd += sprinter; cmd += " ";
1382 }
1383
1384 if (cmd.Contains("%f"))
1385 cmd.ReplaceAll("%f", fn);
1386 else {
1387 cmd += " "; cmd += fn; cmd += " ";
1388 }
1389
1390 gSystem->Exec(cmd);
1391#ifndef WIN32
1392 gSystem->Unlink(fn);
1393#endif
1394 }
1395 delete [] printer;
1396 delete [] printCmd;
1397}
1398
1399////////////////////////////////////////////////////////////////////////////////
1400/// Display a tooltip with infos about the primitive below the cursor.
1401
1403{
1404 fToolTip->Hide();
1405 if (!fCanvas->GetShowToolTips() || selected == 0 ||
1406 event != kMouseMotion || fButton != 0)
1407 return;
1408 TString tipInfo;
1409 TString objInfo = selected->GetObjectInfo(px, py);
1410 if (objInfo.BeginsWith("-")) {
1411 // if the string begins with '-', display only the object info
1412 objInfo.Remove(TString::kLeading, '-');
1413 tipInfo = objInfo;
1414 }
1415 else {
1416 const char *title = selected->GetTitle();
1417 tipInfo += TString::Format("%s::%s", selected->ClassName(),
1418 selected->GetName());
1419 if (title && strlen(title))
1420 tipInfo += TString::Format("\n%s", selected->GetTitle());
1421 tipInfo += TString::Format("\n%d, %d", px, py);
1422 if (!objInfo.IsNull())
1423 tipInfo += TString::Format("\n%s", objInfo.Data());
1424 }
1425 fToolTip->SetText(tipInfo.Data());
1426 fToolTip->SetPosition(px+15, py+15);
1427 fToolTip->Reset();
1428}
1429
1430////////////////////////////////////////////////////////////////////////////////
1431/// Show or hide menubar.
1432
1434{
1435 if (show) ShowFrame(fMenuBar);
1436 else HideFrame(fMenuBar);
1437}
1438
1439////////////////////////////////////////////////////////////////////////////////
1440/// Show or hide statusbar.
1441
1443{
1446
1447 UInt_t h = GetHeight();
1448 UInt_t sh = fStatusBar->GetHeight()+2;
1449
1450 if (show) {
1453 if (dh - ch >= sh) h = h + sh;
1454 else h = ch;
1455 } else {
1458 if (dh - ch < sh) h = ch;
1459 else h = h - sh;
1460 }
1461 Resize(GetWidth(), h);
1462}
1463
1464////////////////////////////////////////////////////////////////////////////////
1465/// Show or hide side frame.
1466
1468{
1470
1471 UInt_t w = GetWidth();
1473 UInt_t h = GetHeight();
1475
1476 auto lambda_show = [&, this]() {
1477 if (show) {
1478 if (!fEditor)
1479 CreateEditor();
1481 if (gged && gged->GetCanvas() == fCanvas) {
1482 gged->Hide();
1483 }
1486 h += s;
1487 }
1489 fEditor->Show();
1491 w += e;
1492 } else {
1495 h -= s;
1496 }
1497 if (fEditor)
1498 fEditor->Hide();
1501 w -= e;
1502 }
1503 };
1504
1505 if (fParent && fParent != fClient->GetDefaultRoot()) {
1508 if (main && main->InheritsFrom("TRootBrowser")) {
1509 TRootBrowser *browser = (TRootBrowser *)main;
1510 if (!fEmbedded)
1511 browser->GetTabRight()->Connect("Selected(Int_t)", "TRootCanvas",
1512 this, "Activated(Int_t)");
1513 fEmbedded = kTRUE;
1514 if (show && (!fEditor || !((TGedEditor *)fEditor)->IsMapped())) {
1515 if (!browser->GetTabLeft()->GetTabTab("Pad Editor")) {
1516 if (browser->GetActFrame()) { //already in edit mode
1517 TTimer::SingleShot(200, "TRootCanvas", this, "ShowEditor(=kTRUE)");
1518 } else {
1520 if (!fEditor)
1522 else {
1523 ((TGedEditor *)fEditor)->ReparentWindow(fClient->GetRoot());
1524 ((TGedEditor *)fEditor)->MapWindow();
1525 }
1526 browser->StopEmbedding("Pad Editor");
1527 if (fEditor) {
1529 gROOT->GetListOfCleanups()->Remove((TGedEditor *)fEditor);
1530 ((TGedEditor *)fEditor)->SetCanvas(fCanvas);
1531 ((TGedEditor *)fEditor)->SetModel(fCanvas, fCanvas, kButton1Down);
1532 }
1533 }
1534 }
1535 else
1537 }
1538 if (show) browser->GetTabLeft()->SetTab("Pad Editor");
1539 } else {
1540 lambda_show();
1541 main->Layout();
1542 }
1543 }
1544 else {
1545 lambda_show();
1546 Resize(w, h);
1547 }
1548}
1549
1550////////////////////////////////////////////////////////////////////////////////
1551/// Create embedded editor.
1552
1554{
1557 gPad = Canvas();
1558 // next two lines are related to the old editor
1559 Int_t show = gEnv->GetValue("Canvas.ShowEditor", 0);
1560 gEnv->SetValue("Canvas.ShowEditor","true");
1565
1566 // next line is related to the old editor
1567 if (show == 0) gEnv->SetValue("Canvas.ShowEditor","false");
1568}
1569
1570////////////////////////////////////////////////////////////////////////////////
1571/// Show or hide toolbar.
1572
1574{
1575 if (show && !fToolBar) {
1576
1579
1580 Int_t spacing = 6, i;
1581 for (i = 0; gToolBarData[i].fPixmap; i++) {
1582 if (strlen(gToolBarData[i].fPixmap) == 0) {
1583 spacing = 6;
1584 continue;
1585 }
1586 fToolBar->AddButton(this, &gToolBarData[i], spacing);
1587 spacing = 0;
1588 }
1595
1596 spacing = 6;
1597 for (i = 0; gToolBarData1[i].fPixmap; i++) {
1598 if (strlen(gToolBarData1[i].fPixmap) == 0) {
1599 spacing = 6;
1600 continue;
1601 }
1602 fToolBar->AddButton(this, &gToolBarData1[i], spacing);
1603 spacing = 0;
1604 }
1606 fToolDock->Layout();
1607 fToolDock->SetWindowName(Form("ToolBar: %s", GetWindowName()));
1608 fToolDock->Connect("Docked()", "TRootCanvas", this, "AdjustSize()");
1609 fToolDock->Connect("Undocked()", "TRootCanvas", this, "AdjustSize()");
1610 }
1611
1612 if (!fToolBar) return;
1613
1614 UInt_t h = GetHeight();
1616 UInt_t dh = fToolBar->GetHeight();
1617
1618 if (show) {
1622 h = h + sh;
1623 }
1626 h = h + dh + sh;
1627 } else {
1628 if (fToolDock->IsUndocked()) {
1630 h = h + 2*sh;
1631 } else h = h - dh;
1632
1636 h = h - sh;
1637 }
1639 h = h - sh;
1641 }
1642 Resize(GetWidth(), h);
1643}
1644
1645////////////////////////////////////////////////////////////////////////////////
1646/// Enable or disable tooltip info.
1647
1649{
1650 if (show)
1652 else
1654}
1655
1656////////////////////////////////////////////////////////////////////////////////
1657/// Returns kTRUE if the editor is shown.
1658
1660{
1662}
1663
1664////////////////////////////////////////////////////////////////////////////////
1665/// Returns kTRUE if the menu bar is shown.
1666
1668{
1669 return (fMenuBar) && fMenuBar->IsMapped();
1670}
1671
1672////////////////////////////////////////////////////////////////////////////////
1673/// Returns kTRUE if the status bar is shown.
1674
1676{
1677 return (fStatusBar) && fStatusBar->IsMapped();
1678}
1679
1680////////////////////////////////////////////////////////////////////////////////
1681/// Returns kTRUE if the tool bar is shown.
1682
1684{
1685 return (fToolBar) && fToolBar->IsMapped();
1686}
1687
1688////////////////////////////////////////////////////////////////////////////////
1689/// Returns kTRUE if the tooltips are enabled.
1690
1692{
1693 return (fCanvas) && fCanvas->GetShowToolTips();
1694}
1695
1696////////////////////////////////////////////////////////////////////////////////
1697/// Keep the same canvas size while docking/undocking toolbar.
1698
1700{
1701 UInt_t h = GetHeight();
1702 UInt_t dh = fToolBar->GetHeight();
1704
1705 if (fToolDock->IsUndocked()) {
1708 h = h - sh;
1709 }
1711 h = h - dh - sh;
1712 } else {
1715 h = h + sh;
1716 }
1718 h = h + dh + sh;
1719 }
1720 Resize(GetWidth(), h);
1721}
1722
1723////////////////////////////////////////////////////////////////////////////////
1724/// Handle mouse button events in the canvas container.
1725
1727{
1728 Int_t button = event->fCode;
1729 Int_t x = event->fX;
1730 Int_t y = event->fY;
1731
1732 if (event->fType == kButtonPress) {
1733 if (fToolTip && fCanvas->GetShowToolTips()) {
1734 fToolTip->Hide();
1735 gVirtualX->UpdateWindow(0);
1737 }
1738 fButton = button;
1739 if (button == kButton1) {
1740 if (event->fState & kKeyShiftMask)
1742 else
1744 }
1745 if (button == kButton2)
1747 if (button == kButton3) {
1749 fButton = 0; // button up is consumed by TContextMenu
1750 }
1751
1752 } else if (event->fType == kButtonRelease) {
1753 if (button == kButton4)
1755 if (button == kButton5)
1757 if (button == kButton1)
1759 if (button == kButton2)
1761 if (button == kButton3)
1763
1764 fButton = 0;
1765 }
1766
1767 return kTRUE;
1768}
1769
1770////////////////////////////////////////////////////////////////////////////////
1771/// Handle mouse button double click events in the canvas container.
1772
1774{
1775 Int_t button = event->fCode;
1776 Int_t x = event->fX;
1777 Int_t y = event->fY;
1778
1779 if (button == kButton1)
1781 if (button == kButton2)
1783 if (button == kButton3)
1785
1786 return kTRUE;
1787}
1788
1789////////////////////////////////////////////////////////////////////////////////
1790/// Handle configure (i.e. resize) event.
1791
1793{
1794 if (fAutoFit) {
1795 fCanvas->Resize();
1796 fCanvas->Update();
1797 }
1798
1800 // get menu height
1801 static Int_t dh = 0;
1802 if (!dh)
1805 fCanvas->GetAspectRatio()) + dh;
1807 }
1808 return kTRUE;
1809}
1810
1811////////////////////////////////////////////////////////////////////////////////
1812/// Handle keyboard events in the canvas container.
1813
1815{
1816 static EGEventType previous_event = kOtherEvent;
1817 static UInt_t previous_keysym = 0;
1818
1819 if (event->fType == kGKeyPress) {
1820 fButton = event->fCode;
1821 UInt_t keysym;
1822 char str[2];
1823 gVirtualX->LookupString(event, str, sizeof(str), keysym);
1824
1825 if (str[0] == kESC){ // ESC sets the escape flag
1826 gROOT->SetEscape();
1829 gPad->Modified();
1830 return kTRUE;
1831 }
1832 if (str[0] == 3) // ctrl-c sets the interrupt flag
1833 gROOT->SetInterrupt();
1834
1835 // handle arrow keys
1836 if (keysym > 0x1011 && keysym < 0x1016) {
1837 Window_t dum1, dum2, wid;
1838 UInt_t mask = 0;
1839 Int_t mx, my, tx, ty;
1840 wid = gVirtualX->GetDefaultRootWindow();
1841 gVirtualX->QueryPointer(wid, dum1, dum2, mx, my, mx, my, mask);
1842 gVirtualX->TranslateCoordinates(gClient->GetDefaultRoot()->GetId(),
1844 mx, my, tx, ty, dum1);
1846 // handle case where we got consecutive same keypressed events coming
1847 // from auto-repeat on Windows (as it fires only successive keydown events)
1848 if ((previous_keysym == keysym) && (previous_event == kGKeyPress)) {
1849 switch (keysym) {
1850 case 0x1012: // left
1851 gVirtualX->Warp(--mx, my, wid); --tx;
1852 break;
1853 case 0x1013: // up
1854 gVirtualX->Warp(mx, --my, wid); --ty;
1855 break;
1856 case 0x1014: // right
1857 gVirtualX->Warp(++mx, my, wid); ++tx;
1858 break;
1859 case 0x1015: // down
1860 gVirtualX->Warp(mx, ++my, wid); ++ty;
1861 break;
1862 default:
1863 break;
1864 }
1866 }
1867 previous_keysym = keysym;
1868 }
1869 else {
1870 fCanvas->HandleInput(kKeyPress, str[0], keysym);
1871 }
1872 } else if (event->fType == kKeyRelease) {
1873 UInt_t keysym;
1874 char str[2];
1875 gVirtualX->LookupString(event, str, sizeof(str), keysym);
1876
1877 if (keysym > 0x1011 && keysym < 0x1016) {
1878 Window_t dum1, dum2, wid;
1879 UInt_t mask = 0;
1880 Int_t mx, my, tx, ty;
1881 wid = gVirtualX->GetDefaultRootWindow();
1882 gVirtualX->QueryPointer(wid, dum1, dum2, mx, my, mx, my, mask);
1883 switch (keysym) {
1884 case 0x1012: // left
1885 gVirtualX->Warp(--mx, my, wid);
1886 break;
1887 case 0x1013: // up
1888 gVirtualX->Warp(mx, --my, wid);
1889 break;
1890 case 0x1014: // right
1891 gVirtualX->Warp(++mx, my, wid);
1892 break;
1893 case 0x1015: // down
1894 gVirtualX->Warp(mx, ++my, wid);
1895 break;
1896 default:
1897 break;
1898 }
1899 gVirtualX->TranslateCoordinates(gClient->GetDefaultRoot()->GetId(),
1901 mx, my, tx, ty, dum1);
1903 previous_keysym = keysym;
1904 }
1905 fButton = 0;
1906 }
1907 previous_event = event->fType;
1908 return kTRUE;
1909}
1910
1911////////////////////////////////////////////////////////////////////////////////
1912/// Handle mouse motion event in the canvas container.
1913
1915{
1916 Int_t x = event->fX;
1917 Int_t y = event->fY;
1918
1919 if (fButton == 0)
1921 if (fButton == kButton1) {
1922 if (event->fState & kKeyShiftMask)
1924 else
1926 }
1927 if (fButton == kButton2)
1929
1930 return kTRUE;
1931}
1932
1933////////////////////////////////////////////////////////////////////////////////
1934/// Handle expose events.
1935
1937{
1938 if (event->fCount == 0) {
1939 fCanvas->Flush();
1940 }
1941
1942 return kTRUE;
1943}
1944
1945////////////////////////////////////////////////////////////////////////////////
1946/// Handle enter/leave events. Only leave is activated at the moment.
1947
1949{
1950 Int_t x = event->fX;
1951 Int_t y = event->fY;
1952
1953 // pointer grabs create also an enter and leave event but with fCode
1954 // either kNotifyGrab or kNotifyUngrab, don't propagate these events
1955 if (event->fType == kLeaveNotify && event->fCode == kNotifyNormal)
1957
1958 return kTRUE;
1959}
1960
1961////////////////////////////////////////////////////////////////////////////////
1962/// Handle drop events.
1963
1965{
1966 static Atom_t rootObj = gVirtualX->InternAtom("application/root", kFALSE);
1967 static Atom_t uriObj = gVirtualX->InternAtom("text/uri-list", kFALSE);
1968
1969 if (data->fDataType == rootObj) {
1970 TBufferFile buf(TBuffer::kRead, data->fDataLength, (void *)data->fData);
1971 buf.SetReadMode();
1973 if (!obj) return kTRUE;
1974 gPad->Clear();
1975 if (obj->InheritsFrom("TKey")) {
1976 TObject *object = (TObject *)gROOT->ProcessLine(Form("((TKey *)0x%zx)->ReadObj();", (size_t)obj));
1977 if (!object) return kTRUE;
1978 if (object->InheritsFrom("TGraph"))
1979 object->Draw("ALP");
1980 else if (object->InheritsFrom("TImage"))
1981 object->Draw("x");
1982 else if (object->IsA()->GetMethodAllAny("Draw"))
1983 object->Draw();
1984 }
1985 else if (obj->InheritsFrom("TGraph"))
1986 obj->Draw("ALP");
1987 else if (obj->IsA()->GetMethodAllAny("Draw"))
1988 obj->Draw();
1989 gPad->Modified();
1990 gPad->Update();
1991 return kTRUE;
1992 }
1993 else if (data->fDataType == uriObj) {
1994 TString sfname((char *)data->fData);
1995 if (sfname.Length() > 7) {
1996 sfname.ReplaceAll("\r\n", "");
1997 TUrl uri(sfname.Data());
1998 if (sfname.EndsWith(".bmp") ||
1999 sfname.EndsWith(".gif") ||
2000 sfname.EndsWith(".jpg") ||
2001 sfname.EndsWith(".png") ||
2002 sfname.EndsWith(".ps") ||
2003 sfname.EndsWith(".eps") ||
2004 sfname.EndsWith(".pdf") ||
2005 sfname.EndsWith(".tiff") ||
2006 sfname.EndsWith(".xpm")) {
2007 TImage *img = TImage::Open(uri.GetFile());
2008 if (img) {
2009 img->Draw("x");
2010 img->SetEditable(kTRUE);
2011 }
2012 }
2013 gPad->Modified();
2014 gPad->Update();
2015 }
2016 }
2017 return kFALSE;
2018}
2019
2020////////////////////////////////////////////////////////////////////////////////
2021/// Handle dragging position events.
2022
2024 Int_t /*xroot*/, Int_t /*yroot*/)
2025{
2026 TPad *pad = fCanvas->Pick(x, y, 0);
2027 if (pad) {
2028 pad->cd();
2029 gROOT->SetSelectedPad(pad);
2030 // make sure the pad is highlighted (on Windows)
2031 pad->Update();
2032 }
2033 return action;
2034}
2035
2036////////////////////////////////////////////////////////////////////////////////
2037/// Handle drag enter events.
2038
2040{
2041 static Atom_t rootObj = gVirtualX->InternAtom("application/root", kFALSE);
2042 static Atom_t uriObj = gVirtualX->InternAtom("text/uri-list", kFALSE);
2043 Atom_t ret = kNone;
2044 for (int i = 0; typelist[i] != kNone; ++i) {
2045 if (typelist[i] == rootObj)
2046 ret = rootObj;
2047 if (typelist[i] == uriObj)
2048 ret = uriObj;
2049 }
2050 return ret;
2051}
2052
2053////////////////////////////////////////////////////////////////////////////////
2054/// Handle drag leave events.
2055
2057{
2058 return kTRUE;
2059}
2060
2061////////////////////////////////////////////////////////////////////////////////
2062/// Slot handling tab switching in the browser, to properly set the canvas
2063/// and the model to the editor.
2064
2066{
2067 if (fEmbedded) {
2068 TGTab *sender = (TGTab *)gTQSender;
2069 if (sender) {
2070 TGCompositeFrame *cont = sender->GetTabContainer(id);
2071 if (cont == fParent) {
2072 if (!fEditor)
2074 if (fEditor && ((TGedEditor *)fEditor)->IsMapped()) {
2075 ((TGedEditor *)fEditor)->SetCanvas(fCanvas);
2076 ((TGedEditor *)fEditor)->SetModel(fCanvas, fCanvas, kButton1Down);
2077 }
2078 }
2079 }
2080 }
2081}
2082
2083////////////////////////////////////////////////////////////////////////////////
2084/// Save a canvas container as a C++ statement(s) on output stream out.
2085
2086void TRootContainer::SavePrimitive(std::ostream &out, Option_t * /*= ""*/)
2087{
2088 out << std::endl << " // canvas container" << std::endl;
2089 out << " Int_t canvasID = gVirtualX->InitWindow((ULongptr_t)"
2090 << GetParent()->GetParent()->GetName() << "->GetId());" << std::endl;
2091 out << " Window_t winC = gVirtualX->GetWindowID(canvasID);" << std::endl;
2092 out << " TGCompositeFrame *";
2093 out << GetName() << " = new TGCompositeFrame(gClient,winC"
2094 << "," << GetParent()->GetName() << ");" << std::endl;
2095}
EEventType
Definition Buttons.h:15
@ kMouseMotion
Definition Buttons.h:23
@ kWheelUp
Definition Buttons.h:18
@ kButton3Up
Definition Buttons.h:19
@ kButton2Motion
Definition Buttons.h:20
@ kButton3Down
Definition Buttons.h:17
@ kButton2Down
Definition Buttons.h:17
@ kKeyPress
Definition Buttons.h:20
@ kButton2Double
Definition Buttons.h:24
@ kArrowKeyRelease
Definition Buttons.h:21
@ kButton1Double
Definition Buttons.h:24
@ kButton3Double
Definition Buttons.h:24
@ kButton1Shift
Definition Buttons.h:18
@ kButton1Motion
Definition Buttons.h:20
@ kButton1Up
Definition Buttons.h:19
@ kWheelDown
Definition Buttons.h:18
@ kArrowKeyPress
Definition Buttons.h:21
@ kButton2Up
Definition Buttons.h:19
@ kMouseLeave
Definition Buttons.h:23
@ kButton1Down
Definition Buttons.h:17
@ kESC
Definition Buttons.h:22
Handle_t Atom_t
WM token.
Definition GuiTypes.h:37
EGEventType
Definition GuiTypes.h:59
@ kGKeyPress
Definition GuiTypes.h:60
@ kButtonRelease
Definition GuiTypes.h:60
@ kButtonPress
Definition GuiTypes.h:60
@ kOtherEvent
Definition GuiTypes.h:64
@ kKeyRelease
Definition GuiTypes.h:60
@ kLeaveNotify
Definition GuiTypes.h:61
const Mask_t kButtonPressMask
Definition GuiTypes.h:161
@ kNotifyNormal
Definition GuiTypes.h:219
const Mask_t kExposureMask
Definition GuiTypes.h:165
Handle_t Window_t
Window handle.
Definition GuiTypes.h:29
const Mask_t kKeyReleaseMask
Definition GuiTypes.h:160
const Mask_t kAnyModifier
Definition GuiTypes.h:210
const Mask_t kKeyPressMask
Definition GuiTypes.h:159
const Mask_t kPointerMotionMask
Definition GuiTypes.h:163
const Mask_t kKeyShiftMask
Definition GuiTypes.h:195
@ kSunkenFrame
Definition GuiTypes.h:383
@ kDoubleBorder
Definition GuiTypes.h:385
@ kFixedWidth
Definition GuiTypes.h:387
@ kHorizontalFrame
Definition GuiTypes.h:382
@ kFixedSize
Definition GuiTypes.h:390
const Handle_t kNone
Definition GuiTypes.h:88
const Mask_t kLeaveWindowMask
Definition GuiTypes.h:168
const Mask_t kStructureNotifyMask
Definition GuiTypes.h:166
const Mask_t kButtonReleaseMask
Definition GuiTypes.h:162
@ kButton4
Definition GuiTypes.h:215
@ kButton2
Definition GuiTypes.h:214
@ kButton5
Definition GuiTypes.h:215
@ kButton3
Definition GuiTypes.h:214
@ kButton1
Definition GuiTypes.h:214
@ kAnyButton
Definition GuiTypes.h:214
R__EXTERN const char gHelpObjects[]
Definition HelpText.h:26
R__EXTERN const char gHelpPullDownMenus[]
Definition HelpText.h:24
R__EXTERN const char gHelpAbout[]
Definition HelpText.h:17
R__EXTERN const char gHelpGraphicsEditor[]
Definition HelpText.h:23
R__EXTERN const char gHelpCanvas[]
Definition HelpText.h:25
R__EXTERN const char gHelpBrowser[]
Definition HelpText.h:18
R__EXTERN const char gHelpPostscript[]
Definition HelpText.h:21
int main()
Definition Prototype.cxx:12
#define f(i)
Definition RSha256.hxx:104
#define c(i)
Definition RSha256.hxx:101
#define h(i)
Definition RSha256.hxx:106
#define e(i)
Definition RSha256.hxx:103
long Longptr_t
Definition RtypesCore.h:82
unsigned long ULongptr_t
Definition RtypesCore.h:83
constexpr Bool_t kFALSE
Definition RtypesCore.h:101
constexpr Ssiz_t kNPOS
Definition RtypesCore.h:124
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
const char Option_t
Definition RtypesCore.h:66
#define ClassImp(name)
Definition Rtypes.h:377
R__EXTERN TApplication * gApplication
R__EXTERN TEnv * gEnv
Definition TEnv.h:170
const Int_t kFatal
Definition TError.cxx:41
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
Definition TError.cxx:197
Int_t gErrorIgnoreLevel
Definition TError.cxx:43
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
Definition TError.cxx:241
#define gClient
Definition TGClient.h:157
@ kFDOpen
@ kFDSave
@ kLHintsRight
Definition TGLayout.h:26
@ kLHintsExpandY
Definition TGLayout.h:31
@ kLHintsLeft
Definition TGLayout.h:24
@ kLHintsBottom
Definition TGLayout.h:29
@ kLHintsTop
Definition TGLayout.h:27
@ kLHintsExpandX
Definition TGLayout.h:30
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t mask
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void SetIconPixmap
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize wid
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize id
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t win
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void SetWMPosition
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t UChar_t Atom_t typelist
Option_t Option_t width
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t button
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char mx
char name[80]
Definition TGX11.cxx:110
R__EXTERN void * gTQSender
Definition TQObject.h:46
#define gROOT
Definition TROOT.h:405
@ kFilePrint
@ kHelpOnCanvas
@ kFileSaveAs
@ kFileQuit
@ kHelpOnGraphicsEd
@ kFileNewCanvas
@ kHelpOnObjects
@ kHelpOnBrowser
@ kHelpOnMenus
@ kHelpOnPS
@ kHelpAbout
@ kFileOpen
static ToolBarData_t gToolBarData[]
static const char * gOpenTypes[]
ERootCanvasCommands
@ kOptionInterrupt
@ kToolLatex
@ kFitPanel
@ kToolsBuilder
@ kToolPLabel
@ kEditStyle
@ kOptionCanEdit
@ kOptionResizeOpaque
@ kEditClearCanvas
@ kToolPad
@ kFilePrint
@ kViewOpenGL
@ kEditRedo
@ kHelpOnCanvas
@ kToolDiamond
@ kToolCurlyLine
@ kViewFonts
@ kToolLine
@ kFileSaveAsPDF
@ kViewIconify
@ kFileCloseCanvas
@ kViewX3D
@ kFileSaveAs
@ kToolEllipse
@ kToolPsText
@ kToolModify
@ kFileSaveAsGIF
@ kFileQuit
@ kToolArrow
@ kToolArc
@ kToolsRecorder
@ kToolsBrowser
@ kOptionResizeCanvas
@ kToolPave
@ kHelpOnGraphicsEd
@ kFileNewCanvas
@ kOptionFitParams
@ kOptionRefresh
@ kHelpOnObjects
@ kEditCopy
@ kFileSaveAsEPS
@ kInspectRoot
@ kViewToolTips
@ kOptionMoveOpaque
@ kViewEditor
@ kHelpOnBrowser
@ kClassesTree
@ kToolPText
@ kViewToolbar
@ kOptionAutoExec
@ kHelpOnMenus
@ kEditUndo
@ kHelpOnPS
@ kFileSaveAsPNG
@ kViewMarkers
@ kEditClearPad
@ kToolCurlyArc
@ kEditCut
@ kFileSaveAsC
@ kViewColors
@ kToolGraph
@ kViewEventStatus
@ kFileSaveAsPS
@ kOptionStatistics
@ kFileSaveAsJPG
@ kOptionHistTitle
@ kFileSaveAsTEX
@ kHelpAbout
@ kToolCutG
@ kToolMarker
@ kFileSaveAsRoot
@ kFileOpen
@ kEditPaste
@ kOptionAutoResize
static const char * gSaveAsTypes[]
static ToolBarData_t gToolBarData1[]
static ToolBarData_t gToolBarData[]
static const char * gOpenTypes[]
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
Definition TString.cxx:2467
char * StrDup(const char *str)
Duplicate the string str.
Definition TString.cxx:2535
R__EXTERN TStyle * gStyle
Definition TStyle.h:414
R__EXTERN TSystem * gSystem
Definition TSystem.h:560
#define gGLManager
Definition TVirtualGL.h:160
#define gPad
R__EXTERN Int_t(* gThreadXAR)(const char *xact, Int_t nb, void **ar, Int_t *iret)
#define gVirtualX
Definition TVirtualX.h:338
Int_t GET_MSG(Long_t val)
@ kCM_MENU
@ kC_COMMAND
@ kCM_BUTTON
Int_t GET_SUBMSG(Long_t val)
Bool_t ReturnFromRun() const
virtual void Terminate(Int_t status=0)
Terminate the application by call TSystem::Exit() unless application has been told to return from Run...
Using a TBrowser one can browse all ROOT objects.
Definition TBrowser.h:37
The concrete implementation of TBuffer for writing/reading to/from a ROOT file or socket.
Definition TBufferFile.h:47
void * ReadObjectAny(const TClass *cast) override
Read object from I/O buffer.
@ kRead
Definition TBuffer.h:73
void SetReadMode()
Set buffer in read mode.
Definition TBuffer.cxx:302
ABC describing GUI independent main window (with menubar, scrollbars and a drawing area).
Definition TCanvasImp.h:30
TCanvas * Canvas() const
Definition TCanvasImp.h:58
TCanvas * fCanvas
Definition TCanvasImp.h:34
friend class TCanvas
Definition TCanvasImp.h:31
The Canvas class.
Definition TCanvas.h:23
UInt_t GetWindowHeight() const
Definition TCanvas.h:161
virtual void ToggleAutoExec()
Toggle pad auto execution of list of TExecs.
Definition TCanvas.cxx:2401
virtual void ToggleToolTips()
Toggle tooltip display.
Definition TCanvas.cxx:2443
void Clear(Option_t *option="") override
Remove all primitives from the canvas.
Definition TCanvas.cxx:733
virtual void ToggleEventStatus()
Toggle event statusbar.
Definition TCanvas.cxx:2410
void SetSupportGL(Bool_t support)
Definition TCanvas.h:225
TPad * Pick(Int_t px, Int_t py, TObjLink *&pickobj) override
Search for an object at pixel position px,py.
Definition TCanvas.h:181
virtual void Resize(Option_t *option="")
Recompute canvas parameters following a X11 Resize.
Definition TCanvas.cxx:1656
void SaveSource(const char *filename="", Option_t *option="")
Save primitives in this canvas as a C++ macro file.
Definition TCanvas.cxx:1810
void SetCanvasImp(TCanvasImp *i)
Definition TCanvas.h:202
virtual void HandleInput(EEventType button, Int_t x, Int_t y)
Handle Input Events.
Definition TCanvas.cxx:1223
TVirtualPad * cd(Int_t subpadnumber=0) override
Set current canvas & pad.
Definition TCanvas.cxx:714
Bool_t GetShowEditor() const
Definition TCanvas.h:149
Bool_t GetAutoExec() const
Definition TCanvas.h:151
virtual void ToggleEditor()
Toggle editor.
Definition TCanvas.cxx:2432
Bool_t GetShowToolTips() const
Definition TCanvas.h:150
void SetName(const char *name="") override
Set canvas name. In case name is an empty string, a default name is set.
Definition TCanvas.cxx:2035
void Paint(Option_t *option="") override
Paint canvas.
Definition TCanvas.cxx:1531
void Update() override
Update canvas pad buffers.
Definition TCanvas.cxx:2468
Bool_t OpaqueMoving() const override
Definition TCanvas.h:178
void Flush()
Flush canvas buffers.
Definition TCanvas.cxx:1134
void MoveOpaque(Int_t set=1)
Set option to move objects/pads in a canvas.
Definition TCanvas.cxx:1523
Bool_t UseGL() const
Definition TCanvas.h:224
void ResizeOpaque(Int_t set=1)
Set option to resize objects/pads in a canvas.
Definition TCanvas.cxx:1747
virtual void ToggleToolBar()
Toggle toolbar.
Definition TCanvas.cxx:2421
Bool_t OpaqueResizing() const override
Definition TCanvas.h:179
Draw inheritance tree and their relations for a list of classes.
Definition TClassTree.h:22
TMethod * GetMethodAllAny(const char *method)
Return pointer to method without looking at parameters.
Definition TClass.cxx:4384
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
Definition TClass.cxx:2968
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
Draw the ROOT Color Wheel.
Definition TColorWheel.h:23
void Draw(Option_t *option="") override
Paint the color wheel.
Drag and drop data container.
virtual Int_t GetValue(const char *name, Int_t dflt) const
Returns the integer value for a resource.
Definition TEnv.cxx:491
virtual void SetValue(const char *name, const char *value, EEnvLevel level=kEnvChange, const char *type=nullptr)
Set the value of a resource or create a new resource.
Definition TEnv.cxx:736
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
Definition TFile.h:51
A frame containing two scrollbars (a horizontal and a vertical) and a viewport.
Definition TGCanvas.h:192
virtual void SetContainer(TGFrame *f)
Definition TGCanvas.h:222
virtual void SetVsbPosition(Int_t newPos)
Set position of vertical scrollbar.
virtual Int_t GetVsbPosition() const
Get position of vertical scrollbar.
TGViewPort * GetViewPort() const
Definition TGCanvas.h:217
const TGWindow * GetDefaultRoot() const
Returns the root (i.e.
Definition TGClient.cxx:234
const TGWindow * GetRoot() const
Returns current root (i.e.
Definition TGClient.cxx:224
UInt_t GetDisplayHeight() const
Get display height.
Definition TGClient.cxx:275
The base class for composite widgets (menu bars, list boxes, etc.).
Definition TGFrame.h:287
TGDimension GetDefaultSize() const override
std::cout << fWidth << "x" << fHeight << std::endl;
Definition TGFrame.h:316
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
Definition TGFrame.cxx:1117
Int_t MustCleanup() const override
Definition TGFrame.h:360
void MapSubwindows() override
Map all sub windows that are part of the composite frame.
Definition TGFrame.cxx:1164
void Layout() override
Layout the elements of the composite frame.
Definition TGFrame.cxx:1257
virtual void ShowFrame(TGFrame *f)
Show sub frame.
Definition TGFrame.cxx:1204
void SetCleanup(Int_t mode=kLocalCleanup) override
Turn on automatic cleanup of child frames in dtor.
Definition TGFrame.cxx:1072
void SetEditable(Bool_t on=kTRUE) override
Switch ON/OFF edit mode.
Definition TGFrame.cxx:948
void SetEditDisabled(UInt_t on=1) override
Set edit disable flag for this frame and subframes.
Definition TGFrame.cxx:1022
void ChangeOptions(UInt_t options) override
Change composite frame options. Options is an OR of the EFrameTypes.
Definition TGFrame.cxx:1043
virtual void HideFrame(TGFrame *f)
Hide sub frame.
Definition TGFrame.cxx:1190
A frame with handles that allow it to be undocked (i.e.
void DockContainer(Int_t del=kTRUE)
Dock container back to TGDockableFrame.
void AddFrame(TGFrame *f, TGLayoutHints *hints) override
Add frame to dockable frame container. Frame and hints are NOT adopted.
void SetWindowName(const char *name) override
Set window name so it appear as title of the undock window.
void EnableHide(Bool_t onoff)
Enable hiding.
Bool_t IsUndocked() const
This class creates a file selection dialog.
char * fFilename
selected file name
Int_t fFileTypeIdx
selected file type, index in fFileTypes
const char ** fFileTypes
file types used to filter selectable files
char * fIniDir
on input: initial directory, on output: new directory
Bool_t fOverwrite
if true overwrite the file with existing name on save
void SetIniDir(const char *inidir)
Set directory name.
void AddInput(UInt_t emask)
Add events specified in the emask to the events the frame should handle.
Definition TGFrame.cxx:339
void MoveResize(Int_t x, Int_t y, UInt_t w=0, UInt_t h=0) override
Move and/or resize the frame.
Definition TGFrame.cxx:629
virtual Bool_t HandleConfigureNotify(Event_t *event)
This event is generated when the frame is resized.
Definition TGFrame.cxx:443
void Resize(UInt_t w=0, UInt_t h=0) override
Resize the frame.
Definition TGFrame.cxx:605
void Move(Int_t x, Int_t y) override
Move frame.
Definition TGFrame.cxx:593
virtual void DeleteWindow()
Delete window.
Definition TGFrame.cxx:276
virtual UInt_t GetOptions() const
Definition TGFrame.h:197
UInt_t GetHeight() const
Definition TGFrame.h:225
virtual void SetWidth(UInt_t w)
Definition TGFrame.h:246
void SetDNDTarget(Bool_t onoff)
Definition TGFrame.h:270
UInt_t GetWidth() const
Definition TGFrame.h:224
virtual void SetHeight(UInt_t h)
Definition TGFrame.h:247
A horizontal 3D line is a line that typically separates a toolbar from the menubar.
Definition TG3DLine.h:18
This class describes layout hints used by the layout classes.
Definition TGLayout.h:50
Defines top level windows that interact with the system Window Manager.
Definition TGFrame.h:397
Atom_t * fDNDTypeList
handles DND types
Definition TGFrame.h:413
virtual void SendCloseMessage()
Send close message to self.
Definition TGFrame.cxx:1744
void SetClassHints(const char *className, const char *resourceName)
Set the windows class and resource name.
Definition TGFrame.cxx:1858
void SetIconName(const char *name)
Set window icon name. This is typically done via the window manager.
Definition TGFrame.cxx:1801
void SetWindowName(const char *name=nullptr) override
Set window name. This is typically done via the window manager.
Definition TGFrame.cxx:1788
const char * GetWindowName() const
Definition TGFrame.h:476
The TGMenu.h header contains all different menu classes.
Definition TGMenu.h:282
virtual void AddPopup(TGHotString *s, TGPopupMenu *menu, TGLayoutHints *l, TGPopupMenu *before=nullptr)
Add popup menu to menu bar.
Definition TGMenu.cxx:418
TGClient * fClient
Connection to display server.
Definition TGObject.h:25
Handle_t GetId() const
Definition TGObject.h:41
Handle_t fId
X11/Win32 Window identifier.
Definition TGObject.h:24
This class creates a popup menu object.
Definition TGMenu.h:110
virtual void AddLabel(TGHotString *s, const TGPicture *p=nullptr, TGMenuEntry *before=nullptr)
Add a menu label to the menu.
Definition TGMenu.cxx:1095
virtual Bool_t IsEntryChecked(Int_t id)
Return true if menu item is checked.
Definition TGMenu.cxx:1845
virtual void AddPopup(TGHotString *s, TGPopupMenu *popup, TGMenuEntry *before=nullptr, const TGPicture *p=nullptr)
Add a (cascading) popup menu to a popup menu.
Definition TGMenu.cxx:1152
virtual void CheckEntry(Int_t id)
Check a menu entry (i.e. add a check mark in front of it).
Definition TGMenu.cxx:1782
virtual void DisableEntry(Int_t id)
Disable entry (disabled entries appear in a sunken relieve).
Definition TGMenu.cxx:1724
virtual void UnCheckEntry(Int_t id)
Uncheck menu entry (i.e. remove check mark).
Definition TGMenu.cxx:1807
virtual void Associate(const TGWindow *w)
Definition TGMenu.h:206
virtual void AddSeparator(TGMenuEntry *before=nullptr)
Add a menu separator to the menu.
Definition TGMenu.cxx:1060
virtual void AddEntry(TGHotString *s, Int_t id, void *ud=nullptr, const TGPicture *p=nullptr, TGMenuEntry *before=nullptr)
Add a menu entry.
Definition TGMenu.cxx:990
Provides a StatusBar widget.
Definition TGStatusBar.h:21
virtual void SetText(TGString *text, Int_t partidx=0)
Set text in partition partidx in status bar.
virtual void SetParts(Int_t npart)
Divide the status bar in npart equal sized parts.
A tab widget contains a set of composite frames each with a little tab with a name (like a set of fol...
Definition TGTab.h:46
TGTabElement * GetTabTab(Int_t tabIndex) const
Return the tab element of tab with index tabIndex.
Definition TGTab.cxx:663
virtual Bool_t SetTab(Int_t tabIndex, Bool_t emit=kTRUE)
Brings the composite frame with the index tabIndex to the front and generate the following event if t...
Definition TGTab.cxx:558
TGCompositeFrame * GetTabContainer(Int_t tabIndex) const
Return container of tab with index tabIndex.
Definition TGTab.cxx:614
A toolbar is a composite frame that contains TGPictureButtons.
Definition TGToolBar.h:33
virtual TGButton * AddButton(const TGWindow *w, ToolBarData_t *button, Int_t spacing=0)
Add button to toolbar.
Definition TGToolBar.cxx:92
void Cleanup() override
Cleanup and delete all objects contained in this composite frame.
A tooltip can be a one or multiple lines help text that is displayed in a window when the mouse curso...
Definition TGToolTip.h:24
void Hide()
Hide tool tip window.
void SetPosition(Int_t x, Int_t y)
Set popup position within specified frame (as specified in the ctor).
void SetText(const char *new_text)
Set new tool tip text.
void Reset()
Reset tool tip popup delay timer.
A vertical 3D line is a line that can be used to separate groups of widgets.
Definition TG3DLine.h:33
ROOT GUI Window base class.
Definition TGWindow.h:23
virtual const TGWindow * GetMainFrame() const
Returns top level main frame.
Definition TGWindow.cxx:152
const TGWindow * fParent
Parent window.
Definition TGWindow.h:28
@ kEditEnable
allow edit of this window
Definition TGWindow.h:56
@ kEditDisable
disable edit of this window
Definition TGWindow.h:57
const TGWindow * GetParent() const
Definition TGWindow.h:83
virtual Bool_t IsMapped()
Returns kTRUE if window is mapped on screen, kFALSE otherwise.
Definition TGWindow.cxx:295
const char * GetName() const override
Return unique name, used in SavePrimitive methods.
Definition TGWindow.cxx:336
UInt_t fEditDisabled
flags used for "guibuilding"
Definition TGWindow.h:32
static TGuiBuilder * Instance()
return an instance of TGuiBuilder object
An abstract interface to image processing library.
Definition TImage.h:29
virtual void SetEditable(Bool_t=kTRUE)
Definition TImage.h:225
static TImage * Open(const char *file, EImageFileTypes type=kUnknown)
Open a specified image file.
Definition TImage.cxx:118
static TImage * Create()
Create an image.
Definition TImage.cxx:35
A doubly linked list.
Definition TList.h:38
TObject * FindObject(const char *name) const override
Find an object in this list using its name.
Definition TList.cxx:578
static void DisplayMarkerTypes()
Display the table of markers with their numbers.
Definition TMarker.cxx:103
Mother of all ROOT objects.
Definition TObject.h:41
virtual void Inspect() const
Dump contents of this object in a graphics canvas.
Definition TObject.cxx:546
virtual const char * GetName() const
Returns name of object.
Definition TObject.cxx:439
virtual const char * ClassName() const
Returns name of class to which the object belongs.
Definition TObject.cxx:207
static TClass * Class()
virtual char * GetObjectInfo(Int_t px, Int_t py) const
Returns string containing info about the object at position (px,py).
Definition TObject.cxx:468
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
Definition TObject.cxx:525
virtual const char * GetTitle() const
Returns title of object.
Definition TObject.cxx:483
virtual TClass * IsA() const
Definition TObject.h:245
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
Definition TObject.cxx:274
The most important graphics class in the ROOT system.
Definition TPad.h:28
Double_t GetAspectRatio() const override
Definition TPad.h:222
void Update() override
Update pad.
Definition TPad.cxx:2823
void Modified(Bool_t flag=1) override
Definition TPad.h:417
Bool_t HasFixedAspectRatio() const override
Definition TPad.h:268
virtual void SetGLDevice(Int_t dev)
Definition TPad.h:361
void SaveAs(const char *filename="", Option_t *option="") const override
Save the pad content in a file.
Definition TPad.cxx:5631
TVirtualPad * cd(Int_t subpadnumber=0) override
Set Current pad.
Definition TPad.cxx:597
void Print(const char *filename="") const override
This method is equivalent to SaveAs("filename"). See TPad::SaveAs for details.
Definition TPad.cxx:4660
Longptr_t ExecPlugin(int nargs)
Int_t LoadPlugin()
Load the plugin library for this handler.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.
Definition TQObject.cxx:869
Bool_t Disconnect(const char *signal=nullptr, void *receiver=nullptr, const char *slot=nullptr)
Disconnects signal of this object from slot of receiver.
static const TString & GetBinDir()
Get the binary directory in the installation. Static utility function.
Definition TROOT.cxx:2932
This class creates a ROOT object browser, constituted by three main tabs.
TGTab * GetTabLeft() const
void StartEmbedding(Int_t pos=kRight, Int_t subpos=-1) override
Start embedding external frame in the tab "pos" and tab element "subpos".
void StopEmbedding(const char *name=nullptr) override
TGFrame * GetActFrame() const
TGTab * GetTabRight() const
This class creates a main window with menubar, scrollbars and a drawing area.
Definition TRootCanvas.h:34
TGToolBar * fToolBar
icon button toolbar
Definition TRootCanvas.h:62
UInt_t GetCwidth() const
Return width of canvas container.
void AdjustSize()
Keep the same canvas size while docking/undocking toolbar.
Bool_t fAutoFit
when true canvas container keeps same size as canvas
Definition TRootCanvas.h:79
TGPopupMenu * fEditMenu
edit menu
Definition TRootCanvas.h:44
friend class TRootContainer
Definition TRootCanvas.h:36
void CreateEditor()
Create embedded editor.
Bool_t HasEditor() const override
Returns kTRUE if the editor is shown.
Bool_t HandleContainerKey(Event_t *ev)
Handle keyboard events in the canvas container.
UInt_t GetWindowGeometry(Int_t &x, Int_t &y, UInt_t &w, UInt_t &h) override
Gets the size and position of the window containing the canvas.
void Close() override
Called via TCanvasImp interface by TCanvas.
Bool_t HandleDNDDrop(TDNDData *data) override
Handle drop events.
void Iconify() override
virtual ~TRootCanvas()
Delete ROOT basic canvas.
void SetStatusText(const char *txt=nullptr, Int_t partidx=0) override
Set text in status bar.
TGLayoutHints * fMainFrameLayout
layout for main frame
Definition TRootCanvas.h:64
Bool_t HandleContainerButton(Event_t *ev)
Handle mouse button events in the canvas container.
Bool_t HandleContainerCrossing(Event_t *ev)
Handle enter/leave events. Only leave is activated at the moment.
UInt_t GetCheight() const
Return height of canvas container.
TGDockableFrame * fToolDock
dockable frame holding the toolbar
Definition TRootCanvas.h:71
void RaiseWindow() override
Put canvas window on top of the window stack.
void ShowEditor(Bool_t show=kTRUE) override
Show or hide side frame.
Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t parm2) override
Handle menu and other command generated by the user.
void ReallyDelete() override
Really delete the canvas and this GUI.
void ShowMenuBar(Bool_t show=kTRUE) override
Show or hide menubar.
Atom_t HandleDNDEnter(Atom_t *typelist) override
Handle drag enter events.
void ShowStatusBar(Bool_t show=kTRUE) override
Show or hide statusbar.
TGHorizontal3DLine * fHorizontal1
toolbar separator
Definition TRootCanvas.h:67
TGLayoutHints * fEditorLayout
layout for editor frame
Definition TRootCanvas.h:59
TGPopupMenu * fToolsMenu
tools menu
Definition TRootCanvas.h:49
TGLayoutHints * fMenuBarItemLayout
layout hints for menu in menubar
Definition TRootCanvas.h:52
Int_t fCanvasID
index in fWindows array of TGX11
Definition TRootCanvas.h:78
const TGPicture * fIconPic
icon picture
Definition TRootCanvas.h:73
void SetCanvasSize(UInt_t w, UInt_t h) override
Set size of canvas container. Units in pixels.
void SetWindowSize(UInt_t w, UInt_t h) override
Set size of canvas (units in pixels).
void PrintCanvas()
Print the canvas.
TRootCanvas(const TRootCanvas &)=delete
void ShowToolBar(Bool_t show=kTRUE) override
Show or hide toolbar.
Bool_t HasToolBar() const override
Returns kTRUE if the tool bar is shown.
void Activated(Int_t id)
Slot handling tab switching in the browser, to properly set the canvas and the model to the editor.
TGHorizontal3DLine * fToolBarSep
toolbar separator
Definition TRootCanvas.h:63
TGPopupMenu * fViewWithMenu
view with... cascade submenu
Definition TRootCanvas.h:47
TGPopupMenu * fEditClearMenu
clear cascade submenu
Definition TRootCanvas.h:45
void ShowToolTips(Bool_t show=kTRUE) override
Enable or disable tooltip info.
Bool_t HasToolTips() const override
Returns kTRUE if the tooltips are enabled.
TRootContainer * fCanvasContainer
container in canvas widget
Definition TRootCanvas.h:40
Bool_t fEmbedded
true if embedded in any other frame (e.g. in the browser)
Definition TRootCanvas.h:77
Bool_t HandleContainerDoubleClick(Event_t *ev)
Handle mouse button double click events in the canvas container.
TGLayoutHints * fHorizontal1Layout
layout hints for separator
Definition TRootCanvas.h:70
TGVertical3DLine * fVertical2
toolbar vertical separator
Definition TRootCanvas.h:66
TGLayoutHints * fMenuBarLayout
menubar layout hints
Definition TRootCanvas.h:51
void FitCanvas()
Fit canvas container to current window size.
Bool_t HandleContainerMotion(Event_t *ev)
Handle mouse motion event in the canvas container.
TGCanvas * fCanvasWindow
canvas widget
Definition TRootCanvas.h:39
TGLayoutHints * fMenuBarHelpLayout
layout hint for help menu in menubar
Definition TRootCanvas.h:53
TGPopupMenu * fViewMenu
view menu
Definition TRootCanvas.h:46
TGStatusBar * fStatusBar
statusbar widget
Definition TRootCanvas.h:55
TGPopupMenu * fOptionMenu
option menu
Definition TRootCanvas.h:48
TGLayoutHints * fDockLayout
layout hints for dockable frame widget
Definition TRootCanvas.h:72
TGPopupMenu * fHelpMenu
help menu
Definition TRootCanvas.h:50
void EventInfo(Int_t event, Int_t px, Int_t py, TObject *selected)
Display a tooltip with infos about the primitive below the cursor.
void CreateCanvas(const char *name)
Create the actual canvas.
TGLayoutHints * fVertical1Layout
layout hints for separator
Definition TRootCanvas.h:68
Bool_t HasStatusBar() const override
Returns kTRUE if the status bar is shown.
Bool_t HandleContainerConfigure(Event_t *ev)
Handle configure (i.e. resize) event.
Bool_t HasMenuBar() const override
Returns kTRUE if the menu bar is shown.
TGCompositeFrame * fMainFrame
main frame containing canvas and side frame
Definition TRootCanvas.h:60
Int_t InitWindow() override
Called by TCanvas ctor to get window indetifier.
TGLayoutHints * fVertical2Layout
layout hints for separator
Definition TRootCanvas.h:69
TVirtualPadEditor * fEditor
pointer to currently loaded pad editor
Definition TRootCanvas.h:76
TGMenuBar * fMenuBar
menubar
Definition TRootCanvas.h:41
void SetWindowPosition(Int_t x, Int_t y) override
Set canvas position (units in pixels).
Bool_t HandleContainerExpose(Event_t *ev)
Handle expose events.
TGLayoutHints * fCanvasLayout
layout for canvas widget
Definition TRootCanvas.h:54
TGLayoutHints * fToolBarLayout
layout for toolbar widget
Definition TRootCanvas.h:61
Bool_t HandleDNDLeave() override
Handle drag leave events.
TGCompositeFrame * fEditorFrame
side frame for current pad editor
Definition TRootCanvas.h:58
TGToolTip * fToolTip
tooltip for object info
Definition TRootCanvas.h:74
TGPopupMenu * fFileMenu
file menu
Definition TRootCanvas.h:42
TGPopupMenu * fFileSaveMenu
save cascade submenu
Definition TRootCanvas.h:43
Atom_t HandleDNDPosition(Int_t x, Int_t y, Atom_t action, Int_t xroot, Int_t yroot) override
Handle dragging position events.
void SetWindowTitle(const char *newTitle) override
Change title on window.
void CloseWindow() override
In case window is closed via WM we get here.
Int_t fButton
currently pressed button
Definition TRootCanvas.h:80
TGLayoutHints * fStatusBarLayout
layout hints for statusbar
Definition TRootCanvas.h:56
TGVertical3DLine * fVertical1
toolbar vertical separator
Definition TRootCanvas.h:65
Bool_t HandleCrossing(Event_t *ev) override
void SetEditable(Bool_t) override
Switch ON/OFF edit mode.
Bool_t HandleDoubleClick(Event_t *ev) override
TRootContainer(TRootCanvas *c, Window_t id, const TGWindow *parent)
Create a canvas container.
Bool_t HandleMotion(Event_t *ev) override
Bool_t HandleKey(Event_t *ev) override
Bool_t HandleConfigureNotify(Event_t *ev) override
This event is generated when the frame is resized.
Bool_t HandleExpose(Event_t *ev) override
void SavePrimitive(std::ostream &out, Option_t *="") override
Save a canvas container as a C++ statement(s) on output stream out.
TRootCanvas * fCanvas
Bool_t HandleButton(Event_t *ev) override
Directly handle scroll mouse buttons (4 and 5), only pass buttons 1, 2 and 3 on to the TCanvas.
A TRootHelpDialog is used to display help text (or any text in a dialog window).
void SetText(const char *helpText)
Set help text from helpText buffer in TGTextView.
void Popup()
Show help dialog.
Basic string class.
Definition TString.h:139
Ssiz_t Length() const
Definition TString.h:421
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
Definition TString.cxx:2222
const char * Data() const
Definition TString.h:380
TString & ReplaceAll(const TString &s1, const TString &s2)
Definition TString.h:704
@ kLeading
Definition TString.h:278
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
Definition TString.h:627
Bool_t IsNull() const
Definition TString.h:418
TString & Remove(Ssiz_t pos)
Definition TString.h:685
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Definition TString.cxx:2356
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
Definition TString.h:636
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const
Definition TString.h:651
Int_t GetOptStat() const
Definition TStyle.h:237
void SetOptTitle(Int_t tit=1)
Definition TStyle.h:319
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...
Definition TStyle.cxx:1589
Int_t GetOptTitle() const
Definition TStyle.h:238
Int_t GetOptFit() const
Definition TStyle.h:236
void SetOptFit(Int_t fit=1)
The type of information about fit parameters printed in the histogram statistics box can be selected ...
Definition TStyle.cxx:1542
virtual Int_t Exec(const char *shellcmd)
Execute a command.
Definition TSystem.cxx:656
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
Definition TSystem.cxx:1858
virtual FILE * TempFileName(TString &base, const char *dir=nullptr)
Create a secure temporary file by appending a unique 6 letter string to base.
Definition TSystem.cxx:1500
virtual Bool_t ChangeDirectory(const char *path)
Change directory.
Definition TSystem.cxx:865
virtual void Sleep(UInt_t milliSec)
Sleep milliSec milli seconds.
Definition TSystem.cxx:440
virtual const char * WorkingDirectory()
Return working directory.
Definition TSystem.cxx:874
virtual Bool_t ProcessEvents()
Process pending events (GUI, timers, sockets).
Definition TSystem.cxx:419
virtual int Unlink(const char *name)
Unlink, i.e.
Definition TSystem.cxx:1384
virtual const char * TempDirectory() const
Return a user configured or systemwide directory to create temporary files in.
Definition TSystem.cxx:1485
static void SingleShot(Int_t milliSec, const char *receiver_class, void *receiver, const char *method)
This static function calls a slot after a given time interval.
Definition TTimer.cxx:258
This class represents a WWW compatible URL.
Definition TUrl.h:33
const char * GetFile() const
Definition TUrl.h:69
Abstract base class used by ROOT graphics editor.
virtual TCanvas * GetCanvas() const =0
static TVirtualPadEditor * LoadEditor()
Static function returning a pointer to a new pad editor.
virtual void Hide()
static TVirtualPadEditor * GetPadEditor(Bool_t load=kTRUE)
Returns the pad editor dialog. Static method.
virtual void SetGlobal(Bool_t)
virtual void Show()
static void Terminate()
Close the global pad editor. Static method.
small helper class to store/restore gPad context in TPad methods
Definition TVirtualPad.h:61
TVirtualPad is an abstract base class for the Pad and Canvas classes.
Definition TVirtualPad.h:51
virtual TVirtualPad * cd(Int_t subpadnumber=0)=0
virtual TCanvas * GetCanvas() const =0
Double_t y[n]
Definition legend1.C:17
Double_t x[n]
Definition legend1.C:17
Int_t Nint(T x)
Round to nearest integer. Rounds half integers to the nearest even integer.
Definition TMath.h:691
Event structure.
Definition GuiTypes.h:174
const char * fPixmap
Definition TGToolBar.h:24
TMarker m
Definition textangle.C:8