A text.
- Author
- Olivier Couet Olivi.nosp@m.er.C.nosp@m.ouet@.nosp@m.cern.nosp@m..ch
- Date
- 2017-10-16
- Warning
- This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome!
Definition at line 31 of file RText.hxx.
|
| RAttrMap | fAttr |
| | attributes values
|
| std::string | fCssClass |
| | user-defined CSS class, used for RStyle
|
| const char * | fCssType {nullptr} |
| | ! drawable type, not stored in the root file, must be initialized in constructor
|
| std::string | fId |
| | user-defined CSS id, used for RStyle
|
| RPadPos | fPos |
| | position
|
| std::weak_ptr< RStyle > | fStyle |
| | ! style applied for RDrawable, not stored when canvas is saved
|
| std::string | fText |
| | text to display
|
| Version_t | fVersion {1} |
| | ! drawable version, changed from the canvas
|
#include <ROOT/RText.hxx>
◆ Version_t
◆ RText() [1/3]
| ROOT::Experimental::RText::RText |
( |
| ) |
|
|
inline |
◆ RText() [2/3]
| ROOT::Experimental::RText::RText |
( |
const std::string & | txt | ) |
|
|
inline |
◆ RText() [3/3]
◆ ClearStyle()
| void ROOT::Experimental::RDrawable::ClearStyle |
( |
| ) |
|
|
inlineinherited |
◆ CollectShared()
|
|
inlineprotectedvirtualinherited |
◆ Display()
|
|
protectedvirtualinherited |
◆ Execute()
| void RDrawable::Execute |
( |
const std::string & | exec | ) |
|
|
protectedvirtualinherited |
◆ GetAttrMap() [1/2]
| RAttrMap & ROOT::Experimental::RDrawable::GetAttrMap |
( |
| ) |
|
|
inlineprotectedinherited |
◆ GetAttrMap() [2/2]
| const RAttrMap & ROOT::Experimental::RDrawable::GetAttrMap |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ GetCssClass()
| const std::string & ROOT::Experimental::RDrawable::GetCssClass |
( |
| ) |
const |
|
inlineinherited |
◆ GetCssType()
| const char * ROOT::Experimental::RDrawable::GetCssType |
( |
| ) |
const |
|
inlineinherited |
◆ GetId()
| const std::string & ROOT::Experimental::RDrawable::GetId |
( |
| ) |
const |
|
inlineinherited |
◆ GetPos()
◆ GetText()
| const std::string & ROOT::Experimental::RText::GetText |
( |
| ) |
const |
|
inline |
◆ GetVersion()
| Version_t ROOT::Experimental::RDrawable::GetVersion |
( |
| ) |
const |
|
inlineprotectedinherited |
◆ IsFrameRequired()
| virtual bool ROOT::Experimental::RDrawable::IsFrameRequired |
( |
| ) |
const |
|
inlineprotectedvirtualinherited |
◆ MatchSelector()
| bool RDrawable::MatchSelector |
( |
const std::string & | selector | ) |
const |
|
protectedinherited |
Preliminary method which checks if drawable matches with given selector Following selector are allowed: "type" or "#id" or ".class_name" Here type is drawable kind like 'rect' or 'pad' id is drawable identifier, specified with RDrawable::SetId() method class_name is drawable class name, specified with RDrawable::SetCssClass() method.
Definition at line 59 of file RDrawable.cxx.
◆ OnDisplayItemDestroyed()
| virtual void ROOT::Experimental::RDrawable::OnDisplayItemDestroyed |
( |
RDisplayItem * | | ) |
const |
|
inlineprotectedvirtualinherited |
◆ PopulateMenu()
|
|
protectedvirtualinherited |
◆ SetCssClass()
| void ROOT::Experimental::RDrawable::SetCssClass |
( |
const std::string & | cl | ) |
|
|
inlineinherited |
◆ SetCssType()
| void ROOT::Experimental::RDrawable::SetCssType |
( |
const char * | csstype | ) |
|
|
inlineprotectedinherited |
◆ SetDrawableVersion()
| virtual void ROOT::Experimental::RDrawable::SetDrawableVersion |
( |
Version_t | vers | ) |
|
|
inlineprotectedvirtualinherited |
◆ SetId()
| void ROOT::Experimental::RDrawable::SetId |
( |
const std::string & | id | ) |
|
|
inlineinherited |
◆ SetPos()
◆ SetText()
| RText & ROOT::Experimental::RText::SetText |
( |
const std::string & | t | ) |
|
|
inline |
◆ UseStyle()
| virtual void ROOT::Experimental::RDrawable::UseStyle |
( |
const std::shared_ptr< RStyle > & | style | ) |
|
|
inlinevirtualinherited |
◆ clipping
| RAttrValue<bool> ROOT::Experimental::ROnFrameDrawable::clipping {this, "clipping", false} |
|
inherited |
◆ fAttr
| RAttrMap ROOT::Experimental::RDrawable::fAttr |
|
privateinherited |
◆ fCssClass
| std::string ROOT::Experimental::RDrawable::fCssClass |
|
privateinherited |
user-defined CSS class, used for RStyle
Definition at line 175 of file RDrawable.hxx.
◆ fCssType
| const char* ROOT::Experimental::RDrawable::fCssType {nullptr} |
|
privateinherited |
! drawable type, not stored in the root file, must be initialized in constructor
Definition at line 174 of file RDrawable.hxx.
◆ fId
| std::string ROOT::Experimental::RDrawable::fId |
|
privateinherited |
user-defined CSS id, used for RStyle
Definition at line 176 of file RDrawable.hxx.
◆ fPos
| RPadPos ROOT::Experimental::RText::fPos |
|
private |
◆ fStyle
| std::weak_ptr<RStyle> ROOT::Experimental::RDrawable::fStyle |
|
privateinherited |
! style applied for RDrawable, not stored when canvas is saved
Definition at line 173 of file RDrawable.hxx.
◆ fText
| std::string ROOT::Experimental::RText::fText |
|
private |
text to display
Definition at line 33 of file RText.hxx.
◆ fVersion
| Version_t ROOT::Experimental::RDrawable::fVersion {1} |
|
privateinherited |
! drawable version, changed from the canvas
Definition at line 177 of file RDrawable.hxx.
◆ onFrame
| RAttrValue<bool> ROOT::Experimental::ROnFrameDrawable::onFrame {this, "onFrame", false} |
|
inherited |
◆ text
| RAttrText ROOT::Experimental::RText::text {this, "text"} |
! text attributes
Definition at line 37 of file RText.hxx.
The documentation for this class was generated from the following file: