Logo ROOT   6.16/01
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
ROOT::Experimental::RPadDrawingOpts Class Reference

Drawing options for a RPad.

Definition at line 245 of file RPad.hxx.

Public Member Functions

 RPadDrawingOpts ()=default
 
 RPadDrawingOpts (const RPadPos &pos)
 Construct the drawing options. More...
 
RPadDrawingOptsAt (const RPadPos &pos)
 Set the position of this pad with respect to the parent pad. More...
 
RDrawingAttr< RPadPos > & GetOffset ()
 
const RDrawingAttr< RPadPos > & GetOffset () const
 

Private Attributes

RDrawingAttr< RPadPosfPos {*this, "PadOffset"}
 Offset with respect to parent RPad. More...
 

#include <ROOT/RPad.hxx>

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

Constructor & Destructor Documentation

◆ RPadDrawingOpts() [1/2]

ROOT::Experimental::RPadDrawingOpts::RPadDrawingOpts ( )
default

◆ RPadDrawingOpts() [2/2]

ROOT::Experimental::RPadDrawingOpts::RPadDrawingOpts ( const RPadPos pos)
inline

Construct the drawing options.

Definition at line 252 of file RPad.hxx.

Member Function Documentation

◆ At()

RPadDrawingOpts & ROOT::Experimental::RPadDrawingOpts::At ( const RPadPos pos)
inline

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

Definition at line 255 of file RPad.hxx.

◆ GetOffset() [1/2]

RDrawingAttr< RPadPos > & ROOT::Experimental::RPadDrawingOpts::GetOffset ( )
inline

Definition at line 261 of file RPad.hxx.

◆ GetOffset() [2/2]

const RDrawingAttr< RPadPos > & ROOT::Experimental::RPadDrawingOpts::GetOffset ( ) const
inline

Definition at line 262 of file RPad.hxx.

Member Data Documentation

◆ fPos

RDrawingAttr<RPadPos> ROOT::Experimental::RPadDrawingOpts::fPos {*this, "PadOffset"}
private

Offset with respect to parent RPad.

Definition at line 246 of file RPad.hxx.

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

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