15 c1->Range(1,1,19,24.5);
30 arrow->SetFillStyle(1001);
31 arrow->SetLineWidth(2);
41 TText *tfree =
new TText(6.2,21.2,
"fFree = TList of free blocks");
44 TText *tkeys =
new TText(5.2,18.2,
"fKeys = TList of Keys");
47 TText *tmemory =
new TText(3.2,15.2,
"fListHead = TList of Objects in memory");
51 arrow->DrawArrow(5,17,17,17,0.02,
"|>");
79 arrow->DrawArrow(12,11,17,11,0.015,
"|>");
80 arrow->DrawArrow(11,9,17,9,0.015,
"|>");
101 dirdata->
AddText(
"fModified: True if directory is modified");
102 dirdata->
AddText(
"fWritable: True if directory is writable");
103 dirdata->
AddText(
"fDatimeC: Creation Date/Time");
104 dirdata->
AddText(
"fDatimeM: Last mod Date/Time");
105 dirdata->
AddText(
"fNbytesKeys: Number of bytes of key");
106 dirdata->
AddText(
"fNbytesName : Header length up to title");
107 dirdata->
AddText(
"fSeekDir: Start of Directory on file");
108 dirdata->
AddText(
"fSeekParent: Start of Parent Directory");
109 dirdata->
AddText(
"fSeekKeys: Pointer to Keys record");
117 keydata->
AddText(
"fNbytes: Size of compressed Object");
118 keydata->
AddText(
"fObjLen: Size of uncompressed Object");
119 keydata->
AddText(
"fDatime: Date/Time when written to store");
120 keydata->
AddText(
"fKeylen: Number of bytes for the key");
121 keydata->
AddText(
"fCycle : Cycle number");
122 keydata->
AddText(
"fSeekKey: Pointer to Object on file");
123 keydata->
AddText(
"fSeekPdir: Pointer to directory on file");
124 keydata->
AddText(
"fClassName: 'TKey'");
125 keydata->
AddText(
"fName: Object name");
126 keydata->
AddText(
"fTitle: Object Title");
Draw all kinds of Arrows.
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetLineStyle(Style_t lstyle)
Set the line style.
virtual void SetLineWidth(Width_t lwidth)
Set the line width.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
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.
void Print(Option_t *option="") const override
Dump this text with its attributes.