GSI Object Oriented Online Offline (Go4)
GO4-6.2.0
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
webgui6
TWebGuiFactoryFull.h
Go to the documentation of this file.
1
// Author: Sergey Linev, GSI 7/12/2016
2
3
/*************************************************************************
4
* Copyright (C) 1995-2018, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#ifndef ROOT_TWebGuiFactoryFull
12
#define ROOT_TWebGuiFactoryFull
13
15
// //
16
// TWebGuiFactoryFull //
17
// //
18
// This class is a proxy-factory for full-functional web canvas //
19
// //
21
22
#include "TWebGuiFactory.h"
23
24
class
TWebGuiFactoryFull
:
public
TWebGuiFactory {
25
26
public
:
27
TWebGuiFactoryFull
();
28
virtual
~TWebGuiFactoryFull
() =
default
;
29
30
virtual
TCanvasImp *
CreateCanvasImp
(TCanvas *c,
const
char
*title, UInt_t width, UInt_t height);
31
virtual
TCanvasImp *
CreateCanvasImp
(TCanvas *c,
const
char
*title, Int_t x, Int_t y, UInt_t width, UInt_t height);
32
33
ClassDef(
TWebGuiFactoryFull
,0)
//Factory for web-based ROOT GUI components
34
};
35
36
37
#endif
TWebGuiFactoryFull::~TWebGuiFactoryFull
virtual ~TWebGuiFactoryFull()=default
TWebGuiFactoryFull::CreateCanvasImp
virtual TCanvasImp * CreateCanvasImp(TCanvas *c, const char *title, UInt_t width, UInt_t height)
Definition:
TWebGuiFactoryFull.cxx:35
TWebGuiFactoryFull
Definition:
TWebGuiFactoryFull.h:24
TWebGuiFactoryFull::TWebGuiFactoryFull
TWebGuiFactoryFull()
Definition:
TWebGuiFactoryFull.cxx:28
Generated on Tue Apr 26 2022 16:39:55 for GSI Object Oriented Online Offline (Go4) by
1.8.8