105   z = 
p->MarkupArg(
"align", 0);
 
 
  145         pElem->fRedrawNeeded = 1;
 
  151         pElem->fRedrawNeeded = 1;
 
 
  171   zSrc = 
p->MarkupArg(
"src", 0);
 
  172   if (
zSrc == 0) 
return 0;
 
  175   if (
zSrc == 0) 
return 0;
 
  177   zWidth = 
p->MarkupArg(
"width", 
"");
 
  178   zHeight = 
p->MarkupArg(
"height", 
"");
 
 
  241      ::Error(
"ReadRemoteImage", 
"library compiled without SSL, https not supported");
 
  275   fwrite(buf, 
sizeof(
char), 
size, tmp);
 
 
  305      if (!
image->IsValid()) {
 
  310      if ((
w > 0 && 
h > 0) && ((
w != (
int)
image->GetWidth()) ||
 
  311          (
h != (
int)
image->GetHeight()))) {
 
 
  328   z = 
pElem->MarkupArg(opt, 
"");
 
  330   if (!
strchr(z, 
'%')) 
return z;
 
  332   if (!
sscanf(z, 
"%d", &
n)) 
return z;
 
  343      if (!
pElem) 
return z;
 
  351      if (!
pElem) 
return z;
 
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
 
static TImage * ReadRemoteImage(const char *url)
Temporary function to read remote pictures.
 
#define IMAGE_ALIGN_Bottom
 
#define IMAGE_ALIGN_AbsMiddle
 
#define IMAGE_ALIGN_Right
 
#define IMAGE_ALIGN_TextTop
 
#define IMAGE_ALIGN_AbsBottom
 
#define IMAGE_ALIGN_Middle
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
 
char * StrDup(const char *str)
Duplicate the string str.
 
R__EXTERN TSystem * gSystem
 
TGHtmlImageMarkup * fPList
 
TGHtmlImage(const TGHtmlImage &)=delete
 
~TGHtmlImage() override
dtor.
 
const char * GetPctWidth(TGHtmlElement *p, char *opt, char *ret)
Return the height and width, converting to percent if required ret must be at least 16 characters lon...
 
void ScheduleRedraw()
Make sure that a call to the Redraw() routine has been queued.
 
void ImageChanged(TGHtmlImage *image, int newWidth, int newHeight)
This routine is called when an image changes.
 
virtual TImage * LoadImage(const char *uri, int w=0, int h=0)
This is the default LoadImage() procedure.
 
int GetImageAt(int x, int y)
This routine searchs for an image beneath the coordinates x,y and returns the token number of the ima...
 
int GetImageAlignment(TGHtmlElement *p)
Find the alignment for an image.
 
TGHtmlBlock * fFirstBlock
 
int TokenNumber(TGHtmlElement *p)
Return the token number for the given TGHtmlElement.
 
virtual char * ResolveUri(const char *uri)
This function resolves the specified URI and returns the result in a newly allocated string.
 
void RedrawEverything()
Call this routine to force the entire widget to be redrawn.
 
void DrawRegion(Int_t x, Int_t y, UInt_t w, UInt_t h) override
Draw region defined by [x,y] [w,h].
 
TGHtmlImage * GetImage(TGHtmlImageMarkup *p)
Given an <IMG> markup, find or create an appropriate TGHtmlImage object and return a pointer to that ...
 
TGViewFrame * fCanvas
frame containing the text
 
An abstract interface to image processing library.
 
static TImage * Open(const char *file, EImageFileTypes type=kUnknown)
Open a specified image file.
 
virtual Int_t RecvRaw(void *buffer, Int_t length, ESendRecvOptions opt=kDefault)
Receive a raw buffer of specified length bytes.
 
virtual Int_t SendRaw(const void *buffer, Int_t length, ESendRecvOptions opt=kDefault)
Send a raw buffer of specified length.
 
virtual Bool_t IsValid() const
 
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
 
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
 
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
 
virtual const char * BaseName(const char *pathname)
Base name of a file name. Base name of /user/root is root.
 
virtual int Unlink(const char *name)
Unlink, i.e.
 
virtual const char * TempDirectory() const
Return a user configured or systemwide directory to create temporary files in.
 
This class represents a WWW compatible URL.
 
const char * GetFile() const
 
const char * GetHost() const
 
const char * GetProtocol() const