![]() |
ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
template<class T > | |
void | Draw (TCoopPtr< T > what) |
Add a something to be painted. The pad claims shared ownership. More... | |
template<class T , class OPTIONS > | |
void | Draw (TCoopPtr< T > what, const OPTIONS &options) |
Add a something to be painted, with options. The pad claims shared ownership. More... | |
void | Paint () |
Static Public Member Functions | |
static TCoopPtr< TCanvas > | Create () |
static TCoopPtr< TCanvas > | Create (std::experimental::string_view name) |
static const std::vector< TCoopPtr< TCanvas > > & | GetCanvases () |
Private Member Functions | |
TCanvas ()=default | |
We need to keep track of canvases; please use Create() More... | |
Private Attributes | |
std::vector< std::unique_ptr< Internal::TDrawable > > | fPrimitives |
#include <ROOT/TCanvas.h>
|
privatedefault |
We need to keep track of canvases; please use Create()
|
static |
Definition at line 39 of file TCanvas.cxx.
|
static |
Definition at line 35 of file TCanvas.cxx.
void TCanvas::Paint | ( | ) |
Definition at line 20 of file TCanvas.cxx.
|
private |