arrow->SetFillStyle(1001);
free1->AddText(
"First:Last");
free2->AddText(
"First:Last");
tfree->SetTextSize(0.02);
tkeys->SetTextSize(0.02);
arrow->DrawArrow(5,17,17,17,0.02,
"|>");
arrow->DrawArrow(12,11,17,11,0.015,
"|>");
arrow->DrawArrow(11,9,17,9,0.015,
"|>");
ldot->DrawLine(13,15,8,11);
ldot->DrawLine(13,13,8,5);
dirdata->AddText(
"fModified: True if directory is modified");
dirdata->AddText(
"fWritable: True if directory is writable");
dirdata->AddText(
"fDatimeC: Creation Date/Time");
dirdata->AddText(
"fDatimeM: Last mod Date/Time");
dirdata->AddText(
"fNbytesKeys: Number of bytes of key");
dirdata->AddText(
"fNbytesName : Header length up to title");
dirdata->AddText(
"fSeekDir: Start of Directory on file");
dirdata->AddText(
"fSeekParent: Start of Parent Directory");
dirdata->AddText(
"fSeekKeys: Pointer to Keys record");
ldot->DrawLine(14,11.5,10,7);
ldot->DrawLine(16,11.5,17,7);
keydata->AddText(
"fNbytes: Size of compressed Object");
keydata->AddText(
"fObjLen: Size of uncompressed Object");
keydata->AddText(
"fDatime: Date/Time when written to store");
keydata->AddText(
"fKeylen: Number of bytes for the key");
keydata->AddText(
"fCycle : Cycle number");
keydata->AddText(
"fSeekKey: Pointer to Object on file");
keydata->AddText(
"fSeekPdir: Pointer to directory on file");
keydata->AddText(
"fClassName: 'TKey'");
keydata->AddText(
"fName: Object name");
keydata->AddText(
"fTitle: Object Title");
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Draw all kinds of Arrows.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetTextSize(Float_t tsize=1)
Set the text size.
Use the TLine constructor to create a simple line.
virtual TLine * DrawLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw this line with new coordinates.
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
A Pave (see TPave) with a text centered in the Pave.
void Draw(Option_t *option="") override
Draw this pavelabel with its current attributes.
A Pave (see TPave) with text, lines or/and boxes inside.
virtual TText * AddText(Double_t x1, Double_t y1, const char *label)
Add a new Text line to this pavetext at given coordinates.
void Draw(Option_t *option="") override
Draw this pavetext with its current attributes.
Base class for several text objects.