#include "RConfigure.h"#include "TGResourcePool.h"#include "TGClient.h"#include "TGWindow.h"#include "TROOT.h"#include "TSystem.h"#include "TEnv.h"#include "TVirtualX.h"#include "TGGC.h"#include "TGPicture.h"#include "TGFont.h"#include "TGMimeTypes.h"Go to the source code of this file.
Functions | |
| ClassImp (TGResourcePool) TGResourcePool | |
Variables | |
| const int | gray_width = 8 |
| const int | gray_height = 8 |
| static unsigned char | gray_bits [] |
| ClassImp | ( | TGResourcePool | ) |
Definition at line 56 of file TGResourcePool.cxx.
References TSystem::AccessPathName(), TString::Data(), TSystem::ExpandPathName(), GCValues_t::fBackground, GCValues_t::fFillStyle, GCValues_t::fFont, GCValues_t::fForeground, GCValues_t::fGraphicsExposures, GCValues_t::fLineWidth, GCValues_t::fMask, TString::Format(), GCValues_t::fStipple, GCValues_t::fSubwindowMode, gEnv, TSystem::Getenv(), TGPicturePool::GetPicture(), TGPicture::GetPicture(), TEnv::GetValue(), gray_bits, gray_height, gray_width, gSystem, gval, gVirtualX, TSystem::HomeDirectory(), TString::IsNull(), kArrowRight, kCaret, kFALSE, kFillSolid, kFillStippled, kGCBackground, kGCFillStyle, kGCFont, kGCForeground, kGCGraphicsExposures, kGCLineWidth, kGCStipple, kGCSubwindowMode, kIncludeInferiors, kNone, kReadPermission, kTRUE, kWatch, and line.
unsigned char gray_bits[] [static] |
Initial value:
{
0x55, 0xaa, 0x55, 0xaa,
0x55, 0xaa, 0x55, 0xaa
}
Definition at line 50 of file TGResourcePool.cxx.
Referenced by ClassImp().
| const int gray_height = 8 |
| const int gray_width = 8 |
1.5.1