Definition at line 30 of file readMetaData.C.
◆ Widget()
Definition at line 53 of file readMetaData.C.
60 fHtml_text +=
"<table border='1' style='width:100%'>";
62 for ( iter = md.
begin(); iter != md.
end(); iter++ ) {
63 fHtml_text +=
"<tr><td><font color='black'><b>";
65 fHtml_text +=
"</b></font></td><td><font color='blue'><b>";
73 fMain =
new TGMainFrame( gClient->GetRoot(), 10, 10, kVerticalFrame );
74 fMain->SetCleanup( kDeepCleanup );
77 fMain->AddFrame(
fHtml,
new TGLayoutHints( kLHintsExpandX | kLHintsExpandY, 5, 5, 2, 2 ) );
80 fMain->Connect(
"CloseWindow()",
"TApplication", gApplication,
"Terminate()" );
81 fMain->DontCallClose();
83 fMain->MapSubwindows();
84 fMain->Resize( 700, 700 );
87 fMain->SetWMSizeHints(
fMain->GetDefaultWidth(),
fMain->GetDefaultHeight(), 1000, 1000, 0, 0 );
◆ ~Widget()
◆ ClassDef()
Widget::ClassDef |
( |
Widget |
, |
|
|
0 |
|
|
) |
| |
◆ Html()
TString Widget::Html |
( |
| ) |
const |
|
inline |
◆ MakeFooter()
void Widget::MakeFooter |
( |
| ) |
|
◆ MakeHeader()
void Widget::MakeHeader |
( |
| ) |
|
Definition at line 46 of file readMetaData.C.
47 fHeader =
"<html><head><title>Meta Data Viewer</title></head>";
49 fHeader +=
"<center><H2>Meta Data Viewer</H2></center>";
◆ fFooter
◆ fHeader
◆ fHtml
◆ fHtml_text
TString Widget::fHtml_text |
|
private |
◆ fMain
TGMainFrame* Widget::fMain |
|
private |
The documentation for this class was generated from the following file: