Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Experimental::TPadDrawingOpts Class Reference

Drawing options for a TPad.

Definition at line 245 of file TPad.hxx.

Public Member Functions

 TPadDrawingOpts ()=default
 
 TPadDrawingOpts (const TPadPos &pos)
 Construct the drawing options. More...
 
TPadDrawingOptsAt (const TPadPos &pos)
 Set the position of this pad with respect to the parent pad. More...
 
TDrawingAttr< TPadPos > & GetOffset ()
 
const TDrawingAttr< TPadPos > & GetOffset () const
 

Private Attributes

TDrawingAttr< TPadPosfPos {*this, "PadOffset"}
 Offset with respect to parent TPad. More...
 

#include <ROOT/TPad.hxx>

Inheritance diagram for ROOT::Experimental::TPadDrawingOpts:
[legend]

Constructor & Destructor Documentation

◆ TPadDrawingOpts() [1/2]

ROOT::Experimental::TPadDrawingOpts::TPadDrawingOpts ( )
default

◆ TPadDrawingOpts() [2/2]

ROOT::Experimental::TPadDrawingOpts::TPadDrawingOpts ( const TPadPos pos)
inline

Construct the drawing options.

Definition at line 252 of file TPad.hxx.

Member Function Documentation

◆ At()

TPadDrawingOpts& ROOT::Experimental::TPadDrawingOpts::At ( const TPadPos pos)
inline

Set the position of this pad with respect to the parent pad.

Definition at line 255 of file TPad.hxx.

◆ GetOffset() [1/2]

TDrawingAttr<TPadPos>& ROOT::Experimental::TPadDrawingOpts::GetOffset ( )
inline

Definition at line 261 of file TPad.hxx.

◆ GetOffset() [2/2]

const TDrawingAttr<TPadPos>& ROOT::Experimental::TPadDrawingOpts::GetOffset ( ) const
inline

Definition at line 262 of file TPad.hxx.

Member Data Documentation

◆ fPos

TDrawingAttr<TPadPos> ROOT::Experimental::TPadDrawingOpts::fPos {*this, "PadOffset"}
private

Offset with respect to parent TPad.

Definition at line 246 of file TPad.hxx.

Libraries for ROOT::Experimental::TPadDrawingOpts:
[legend]

The documentation for this class was generated from the following file: