ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TGHtml (const TGWindow *p, int w, int h, int id=-1) | |
HTML Widget constructor. More... | |
virtual | ~TGHtml () |
HTML widget destructor. More... | |
virtual Bool_t | HandleFocusChange (Event_t *event) |
Handle focus change event. More... | |
virtual Bool_t | HandleButton (Event_t *event) |
Handle mouse button event. More... | |
virtual Bool_t | HandleMotion (Event_t *event) |
handle mouse motion events More... | |
virtual Bool_t | HandleIdleEvent (TGIdleHandler *i) |
Handles idle event. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Handle timer event. More... | |
virtual Bool_t | ProcessMessage (Long_t, Long_t, Long_t) |
Process messages (GUI events) in the html widget. More... | |
virtual void | DrawRegion (Int_t x, Int_t y, UInt_t w, UInt_t h) |
Draw region defined by [x,y] [w,h]. More... | |
virtual Bool_t | ItemLayout () |
Layout html widget. More... | |
Bool_t | HandleHtmlInput (TGHtmlInput *pr, Event_t *event) |
Handle html input (button, checkbox, ...) event. More... | |
Bool_t | HandleRadioButton (TGHtmlInput *p) |
Handle radio button event. More... | |
int | ParseText (char *text, const char *index=0) |
Appends (or insert at the specified position) the given HTML text to the end of any HTML text that may have been inserted by prior calls to this command. More... | |
void | SetTableRelief (int relief) |
Sets relief mode of html table. More... | |
int | GetTableRelief () const |
void | SetRuleRelief (int relief) |
Sets relief mode of html rule. More... | |
int | GetRuleRelief () const |
int | GetRulePadding () const |
void | UnderlineLinks (int onoff) |
Set/reset html links underline. More... | |
void | SetBaseUri (const char *uri) |
Sets base URI. More... | |
const char * | GetBaseUri () const |
int | GotoAnchor (const char *name) |
Go to anchor position. More... | |
virtual void | Clear (Option_t *="") |
Erase all HTML from this widget and clear the screen. More... | |
virtual char * | ResolveUri (const char *uri) |
This function resolves the specified URI and returns the result in a newly allocated string. More... | |
virtual TImage * | LoadImage (const char *uri, int w=0, int h=0) |
This is the default LoadImage() procedure. More... | |
virtual int | IsVisited (const char *) |
virtual int | ProcessToken (TGHtmlElement *, const char *, int) |
virtual TGFont * | GetFont (int iFont) |
The rendering and layout routines should call this routine in order to get a font structure. More... | |
virtual int | ProcessFrame () |
virtual TGFrame * | ProcessApplet (TGHtmlInput *) |
virtual int | FormCreate (TGHtmlForm *, const char *, const char *) |
virtual int | FormAction (TGHtmlForm *, int) |
virtual char * | GetFontName () |
virtual char * | ProcessScript (TGHtmlScript *) |
const char * | GetText () const |
int | GetMarginWidth () |
int | GetMarginHeight () |
TGHtmlInput * | GetInputElement (int x, int y) |
This routine searchs for a hyperlink beneath the coordinates x,y and returns a pointer to the HREF for that hyperlink. More... | |
const char * | GetHref (int x, int y, const char **target=0) |
This routine searchs for a hyperlink beneath the coordinates x,y and returns a pointer to the HREF for that hyperlink. More... | |
TGHtmlImage * | GetImage (TGHtmlImageMarkup *p) |
Given an. More... | |
int | InArea (TGHtmlMapArea *p, int left, int top, int x, int y) |
Only support rect and circles for now. More... | |
TGHtmlElement * | GetMap (const char *name) |
Returns html map element. More... | |
void | ResetBlocks () |
int | ElementCoords (TGHtmlElement *p, int i, int pct, int *coords) |
Return coordinates of item. More... | |
TGHtmlElement * | TableDimensions (TGHtmlTable *pStart, int lineWidth) |
pStart points to a More... | |
int | CellSpacing (TGHtmlElement *pTable) |
Return the appropriate cell spacing for the given table. More... | |
void | MoveVertically (TGHtmlElement *p, TGHtmlElement *pLast, int dy) |
Move all elements in the given list vertically by the amount dy. More... | |
void | PrintList (TGHtmlElement *first, TGHtmlElement *last) |
Print a list of tokens. More... | |
char * | GetTokenName (TGHtmlElement *p) |
Returns token name of html element p. More... | |
char * | DumpToken (TGHtmlElement *p) |
For debugging purposes, print information about a token. More... | |
void | EncodeText (TGString *str, const char *z) |
Append to the given TString an encoded version of the given text. More... | |
void | AppendArglist (TGString *str, TGHtmlMarkupElement *pElem) |
Append all the arguments of the given markup to the given TGString. More... | |
TGHtmlElement * | FindEndNest (TGHtmlElement *sp, int en, TGHtmlElement *lp) |
Find End tag en, but ignore intervening begin/end tag pairs. More... | |
TGString * | ListTokens (TGHtmlElement *p, TGHtmlElement *pEnd) |
Return all tokens between the two elements as a string list. More... | |
TGString * | TableText (TGHtmlTable *pTable, int flags) |
Return text and images from a table as lists. More... | |
virtual void | MouseOver (const char *uri) |
virtual void | MouseDown (const char *uri) |
virtual void | ButtonClicked (const char *name, const char *val) |
Emit ButtonClicked() signal. More... | |
virtual void | SubmitClicked (const char *val) |
Emit SubmitClicked() signal. More... | |
virtual void | CheckToggled (const char *name, Bool_t on, const char *val) |
Emit CheckToggled() signal. More... | |
virtual void | RadioChanged (const char *name, const char *val) |
Emit RadioChanged() signal. More... | |
virtual void | InputSelected (const char *name, const char *val) |
Emit Selected() signal. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *="") |
Save a html widget as a C++ statement(s) on output stream out. More... | |
Public Member Functions inherited from TGView | |
TGView (const TGWindow *p=0, UInt_t w=1, UInt_t h=1, Int_t id=-1, UInt_t xMargin=0, UInt_t yMargin=0, UInt_t options=kSunkenFrame|kDoubleBorder, UInt_t sboptions=0, Pixel_t back=GetWhitePixel()) | |
virtual | ~TGView () |
Delete view. More... | |
TGViewFrame * | GetCanvas () const |
virtual void | SetVisibleStart (Int_t newTop, Int_t direction) |
Scroll view in specified direction to make newTop the visible location. More... | |
virtual void | ScrollCanvas (Int_t newTop, Int_t direction) |
Scroll the canvas to new_top in the kVertical or kHorizontal direction. More... | |
virtual void | DrawBorder () |
Draw the border of the text edit widget. More... | |
virtual void | Layout () |
layout view More... | |
virtual void | SetLayoutManager (TGLayoutManager *) |
Set the layout manager for the composite frame. More... | |
virtual void | ScrollToPosition (TGLongPosition newPos) |
Scroll the canvas to pos. More... | |
void | ScrollUp (Int_t pixels) |
void | ScrollDown (Int_t pixels) |
void | ScrollLeft (Int_t pixels) |
void | ScrollRight (Int_t pixels) |
virtual TGDimension | GetDefaultSize () const |
std::cout << fWidth << "x" << fHeight << std::endl; More... | |
TGDimension | GetVirtualSize () const |
TGLongPosition | GetScrollValue () const |
TGLongPosition | GetScrollPosition () const |
TGLongPosition | ToVirtual (TGLongPosition coord) const |
TGLongPosition | ToPhysical (TGLongPosition coord) const |
virtual Bool_t | HandleExpose (Event_t *event) |
Handle expose events. More... | |
virtual void | ChangeBackground (Pixel_t) |
Change background color of the canvas frame. More... | |
virtual void | SetBackgroundColor (Pixel_t) |
Set background color of the canvas frame. More... | |
virtual void | SetBackgroundPixmap (Pixmap_t p) |
Set backgound pixmap. More... | |
const TGGC & | GetViewWhiteGC () |
Public Member Functions inherited from TGCompositeFrame | |
TGCompositeFrame (const TGWindow *p=0, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
Create a composite frame. More... | |
TGCompositeFrame (TGClient *c, Window_t id, const TGWindow *parent=0) | |
Create a frame using an externally created window. More... | |
virtual | ~TGCompositeFrame () |
Delete a composite frame. More... | |
virtual TList * | GetList () const |
virtual UInt_t | GetDefaultWidth () const |
virtual UInt_t | GetDefaultHeight () const |
virtual TGFrame * | GetFrameFromPoint (Int_t x, Int_t y) |
Get frame located at specified point. More... | |
virtual Bool_t | TranslateCoordinates (TGFrame *child, Int_t x, Int_t y, Int_t &fx, Int_t &fy) |
Translate coordinates to child frame. More... | |
virtual void | MapSubwindows () |
Map all sub windows that are part of the composite frame. More... | |
virtual Bool_t | HandleDoubleClick (Event_t *) |
virtual Bool_t | HandleCrossing (Event_t *) |
virtual Bool_t | HandleKey (Event_t *) |
virtual Bool_t | HandleSelection (Event_t *) |
virtual Bool_t | HandleDragEnter (TGFrame *) |
Handle drag enter event. More... | |
virtual Bool_t | HandleDragLeave (TGFrame *) |
Handle drag leave event. More... | |
virtual Bool_t | HandleDragMotion (TGFrame *) |
Handle drag motion event. More... | |
virtual Bool_t | HandleDragDrop (TGFrame *frame, Int_t x, Int_t y, TGLayoutHints *lo) |
Handle drop event. More... | |
virtual void | ChangeOptions (UInt_t options) |
Change composite frame options. Options is an OR of the EFrameTypes. More... | |
virtual TGLayoutManager * | GetLayoutManager () const |
virtual TGFrameElement * | FindFrameElement (TGFrame *f) const |
Find frame-element holding frame f. More... | |
virtual void | AddFrame (TGFrame *f, TGLayoutHints *l=0) |
Add frame to the composite frame using the specified layout hints. More... | |
virtual void | RemoveAll () |
Remove all frames from composite frame. More... | |
virtual void | RemoveFrame (TGFrame *f) |
Remove frame from composite frame. More... | |
virtual void | ShowFrame (TGFrame *f) |
Show sub frame. More... | |
virtual void | HideFrame (TGFrame *f) |
Hide sub frame. More... | |
Int_t | GetState (TGFrame *f) const |
Get state of sub frame. More... | |
Bool_t | IsVisible (TGFrame *f) const |
Get state of sub frame. More... | |
Bool_t | IsVisible (TGFrameElement *ptr) const |
Bool_t | IsArranged (TGFrame *f) const |
Get state of sub frame. More... | |
Bool_t | IsArranged (TGFrameElement *ptr) const |
Bool_t | IsComposite () const |
virtual Bool_t | IsEditable () const |
Return kTRUE if frame is being edited. More... | |
virtual void | SetEditable (Bool_t on=kTRUE) |
Switch ON/OFF edit mode. More... | |
virtual void | SetLayoutBroken (Bool_t on=kTRUE) |
Set broken layout. No Layout method is called. More... | |
virtual Bool_t | IsLayoutBroken () const |
virtual void | SetEditDisabled (UInt_t on=1) |
Set edit disable flag for this frame and subframes. More... | |
virtual void | SetCleanup (Int_t mode=kLocalCleanup) |
Turn on automatic cleanup of child frames in dtor. More... | |
virtual Int_t | MustCleanup () const |
virtual void | Cleanup () |
Cleanup and delete all objects contained in this composite frame. More... | |
virtual void | SetMapSubwindows (Bool_t on) |
virtual Bool_t | IsMapSubwindows () const |
virtual void | Print (Option_t *option="") const |
Print all frames in this composite frame. More... | |
virtual void | ChangeSubframesBackground (Pixel_t back) |
Change background color for this frame and all subframes. More... | |
virtual void | SavePrimitiveSubframes (std::ostream &out, Option_t *option="") |
Auxilary protected method used to save subframes. More... | |
Public Member Functions inherited from TGFrame | |
TGFrame (const TGWindow *p=0, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
TGFrame (TGClient *c, Window_t id, const TGWindow *parent=0) | |
Create a frame using an externally created window. More... | |
virtual | ~TGFrame () |
Destructor. More... | |
virtual void | DeleteWindow () |
Delete window. More... | |
virtual void | ReallyDelete () |
UInt_t | GetEventMask () const |
void | AddInput (UInt_t emask) |
Add events specified in the emask to the events the frame should handle. More... | |
void | RemoveInput (UInt_t emask) |
Remove events specified in emask from the events the frame should handle. More... | |
virtual Bool_t | HandleEvent (Event_t *event) |
Handle all frame events. More... | |
virtual Bool_t | HandleConfigureNotify (Event_t *event) |
This event is generated when the frame is resized. More... | |
virtual Bool_t | HandleClientMessage (Event_t *event) |
Handle a client message. More... | |
virtual Bool_t | HandleSelectionRequest (Event_t *) |
virtual Bool_t | HandleSelectionClear (Event_t *) |
virtual Bool_t | HandleColormapChange (Event_t *) |
virtual void | ProcessedConfigure (Event_t *event) |
virtual void | ProcessedEvent (Event_t *event) |
virtual void | SendMessage (const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2) |
Send message (i.e. More... | |
virtual void | Move (Int_t x, Int_t y) |
Move frame. More... | |
virtual void | Resize (UInt_t w=0, UInt_t h=0) |
Resize the frame. More... | |
virtual void | Resize (TGDimension size) |
Resize the frame. More... | |
virtual void | MoveResize (Int_t x, Int_t y, UInt_t w=0, UInt_t h=0) |
Move and/or resize the frame. More... | |
virtual Pixel_t | GetBackground () const |
virtual Pixel_t | GetForeground () const |
Return frame foreground color. More... | |
virtual void | SetForegroundColor (Pixel_t) |
virtual UInt_t | GetOptions () const |
virtual void | ReparentWindow (const TGWindow *p, Int_t x=0, Int_t y=0) |
Reparent window, make p the new parent and position the window at position (x,y) in new parent. More... | |
virtual void | MapWindow () |
virtual void | MapRaised () |
virtual void | UnmapWindow () |
virtual void | DrawCopy (Handle_t, Int_t, Int_t) |
virtual void | Activate (Bool_t) |
virtual Bool_t | IsActive () const |
virtual void | SetDragType (Int_t type) |
SetDragType. More... | |
virtual void | SetDropType (Int_t type) |
SetDropType. More... | |
virtual Int_t | GetDragType () const |
Returns drag source type. More... | |
virtual Int_t | GetDropType () const |
Returns drop target type. More... | |
UInt_t | GetWidth () const |
UInt_t | GetHeight () const |
UInt_t | GetMinWidth () const |
UInt_t | GetMinHeight () const |
UInt_t | GetMaxWidth () const |
UInt_t | GetMaxHeight () const |
TGDimension | GetSize () const |
Int_t | GetX () const |
Int_t | GetY () const |
Int_t | GetBorderWidth () const |
TGFrameElement * | GetFrameElement () const |
void | SetFrameElement (TGFrameElement *fe) |
Bool_t | Contains (Int_t x, Int_t y) const |
virtual void | SetX (Int_t x) |
virtual void | SetY (Int_t y) |
virtual void | SetWidth (UInt_t w) |
virtual void | SetHeight (UInt_t h) |
virtual void | SetMinWidth (UInt_t w) |
virtual void | SetMinHeight (UInt_t h) |
virtual void | SetMaxWidth (UInt_t w) |
virtual void | SetMaxHeight (UInt_t h) |
virtual void | SetSize (const TGDimension &s) |
void | SaveUserColor (std::ostream &out, Option_t *) |
Save a user color in a C++ macro file - used in SavePrimitive(). More... | |
virtual void | Delete (Option_t *="") |
Delete this object. More... | |
virtual TObject * | DrawClone (Option_t *="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual void | SetDrawOption (Option_t *="") |
Set drawing option for object. More... | |
void | SetDNDSource (Bool_t onoff) |
void | SetDNDTarget (Bool_t onoff) |
Bool_t | IsDNDSource () const |
Bool_t | IsDNDTarget () const |
virtual TDNDData * | GetDNDData (Atom_t) |
virtual Bool_t | HandleDNDDrop (TDNDData *) |
virtual Atom_t | HandleDNDPosition (Int_t, Int_t, Atom_t, Int_t, Int_t) |
virtual Atom_t | HandleDNDEnter (Atom_t *) |
virtual Bool_t | HandleDNDLeave () |
virtual Bool_t | HandleDNDFinished () |
Public Member Functions inherited from TGWindow | |
TGWindow (const TGWindow *p=0, Int_t x=0, Int_t y=0, UInt_t w=0, UInt_t h=0, UInt_t border=0, Int_t depth=0, UInt_t clss=0, void *visual=0, SetWindowAttributes_t *attr=0, UInt_t wtype=0) | |
TGWindow (TGClient *c, Window_t id, const TGWindow *parent=0) | |
Create a copy of a window. More... | |
virtual | ~TGWindow () |
Window destructor. Unregisters the window. More... | |
const TGWindow * | GetParent () const |
virtual const TGWindow * | GetMainFrame () const |
Returns top level main frame. More... | |
virtual void | DestroyWindow () |
virtual void | DestroySubwindows () |
virtual void | RaiseWindow () |
virtual void | LowerWindow () |
virtual void | IconifyWindow () |
virtual void | RequestFocus () |
virtual Bool_t | IsMapped () |
Returns kTRUE if window is mapped on screen, kFALSE otherwise. More... | |
virtual UInt_t | GetEditDisabled () const |
virtual void | SetWindowName (const char *name=0) |
Set window name. More... | |
virtual const char * | GetName () const |
Return unique name, used in SavePrimitive methods. More... | |
virtual void | SetName (const char *name) |
Public Member Functions inherited from TGObject | |
TGObject () | |
TGObject (const TGObject &tgo) | |
virtual | ~TGObject () |
Handle_t | GetId () const |
TGClient * | GetClient () const |
ULong_t | Hash () const |
Return hash value for this object. More... | |
Bool_t | IsEqual (const TObject *obj) const |
Equal comparison (TGObjects are equal if they have the same window identifier). More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsSortable () const |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Public Member Functions inherited from TQObject | |
TQObject () | |
TQObject Constructor. More... | |
virtual | ~TQObject () |
TQObject Destructor. More... | |
TList * | GetListOfClassSignals () const |
Returns pointer to list of signals of this class. More... | |
TList * | GetListOfSignals () const |
TList * | GetListOfConnections () const |
Bool_t | AreSignalsBlocked () const |
Bool_t | BlockSignals (Bool_t b) |
void | CollectClassSignalLists (TList &list, TClass *cls) |
Collect class signal lists from class cls and all its base-classes. More... | |
template<typename... T> | |
void | EmitVA (const char *signal_name, Int_t, const T &...params) |
void | EmitVA (const char *signal, Int_t nargs, va_list va)=delete |
void | Emit (const char *signal) |
Acitvate signal without args. More... | |
void | Emit (const char *signal, Long_t *paramArr) |
Emit a signal with a varying number of arguments, paramArr is an array of the parameters. More... | |
void | Emit (const char *signal, const char *params) |
Activate signal with parameter text string. More... | |
void | Emit (const char *signal, Double_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Long_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Long64_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Bool_t param) |
void | Emit (const char *signal, Char_t param) |
void | Emit (const char *signal, UChar_t param) |
void | Emit (const char *signal, Short_t param) |
void | Emit (const char *signal, UShort_t param) |
void | Emit (const char *signal, Int_t param) |
void | Emit (const char *signal, UInt_t param) |
void | Emit (const char *signal, ULong_t param) |
void | Emit (const char *signal, ULong64_t param) |
void | Emit (const char *signal, Float_t param) |
Bool_t | Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot) |
Non-static method is used to connect from the signal of this object to the receiver slot. More... | |
Bool_t | Disconnect (const char *signal=0, void *receiver=0, const char *slot=0) |
Disconnects signal of this object from slot of receiver. More... | |
virtual void | HighPriority (const char *signal_name, const char *slot_name=0) |
virtual void | LowPriority (const char *signal_name, const char *slot_name=0) |
virtual Bool_t | HasConnection (const char *signal_name) const |
Return true if there is any object connected to this signal. More... | |
virtual Int_t | NumberOfSignals () const |
Return number of signals for this object. More... | |
virtual Int_t | NumberOfConnections () const |
Return number of connections for this object. More... | |
virtual void | Connected (const char *) |
virtual void | Disconnected (const char *) |
virtual void | Destroyed () |
virtual void | ChangedBy (const char *method) |
virtual void | Message (const char *msg) |
Public Member Functions inherited from TGWidget | |
TGWidget () | |
TGWidget (Int_t id) | |
virtual | ~TGWidget () |
Int_t | WidgetId () const |
Bool_t | IsEnabled () const |
Bool_t | HasFocus () const |
Bool_t | WantFocus () const |
virtual void | Associate (const TGWindow *w) |
virtual void | SetCommand (const char *command) |
const char * | GetCommand () const |
Protected Member Functions | |
void | HClear () |
Erase all data from the HTML widget. Bring it back to an empty screen. More... | |
void | ClearGcCache () |
Clear the cache of GCs. More... | |
void | ResetLayoutContext () |
Reset the main layout context in the main widget. More... | |
void | Redraw () |
This routine is invoked in order to redraw all or part of the HTML widget. More... | |
void | ComputeVirtualSize () |
Computes virtual size of html area. More... | |
void | ScheduleRedraw () |
Make sure that a call to the Redraw() routine has been queued. More... | |
void | RedrawArea (int left, int top, int right, int bottom) |
If any part of the screen needs to be redrawn, then call this routine with the values of a box (in window coordinates) that needs to be redrawn. More... | |
void | RedrawBlock (TGHtmlBlock *p) |
Redraw the TGHtmlBlock given. More... | |
void | RedrawEverything () |
Call this routine to force the entire widget to be redrawn. More... | |
void | RedrawText (int y) |
Call this routine to cause all of the rendered HTML at the virtual canvas coordinate of Y and beyond to be redrawn. More... | |
float | ColorDistance (ColorStruct_t *pA, ColorStruct_t *pB) |
Compute the squared distance between two colors. More... | |
int | IsDarkColor (ColorStruct_t *p) |
Check to see if the given color is too dark to be easily distinguished from black. More... | |
int | IsLightColor (ColorStruct_t *p) |
Check to see if the given color is too light to be easily distinguished from white. More... | |
int | GetColorByName (const char *zColor) |
This routine returns an index between 0 and N_COLOR-1 which indicates which ColorStruct_t structure in the fApColor[] array should be used to describe the color specified by the given name. More... | |
int | GetDarkShadowColor (int iBgColor) |
Given that the background color is iBgColor, figure out an appropriate color for the dark part of a 3D shadow. More... | |
int | GetLightShadowColor (int iBgColor) |
Given that the background color is iBgColor, figure out an appropriate color for the bright part of the 3D shadow. More... | |
int | GetColorByValue (ColorStruct_t *pRef) |
Find a color integer for the color whose color components are given by pRef. More... | |
void | FlashCursor () |
Flash the insertion cursor. More... | |
GContext_t | GetGC (int color, int font) |
Return a GC from the cache. More... | |
GContext_t | GetAnyGC () |
Retrieve any valid GC. More... | |
void | AnimateImage (TGHtmlImage *image) |
TGImage *img = image->image;. More... | |
void | ImageChanged (TGHtmlImage *image, int newWidth, int newHeight) |
This routine is called when an image changes. More... | |
int | GetImageAlignment (TGHtmlElement *p) |
Find the alignment for an image. More... | |
int | GetImageAt (int x, int y) |
This routine searchs for an image beneath the coordinates x,y and returns the token number of the the image, or -1 if no image found. More... | |
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 long. More... | |
void | TableBgndImage (TGHtmlElement *p) |
Set background picture of a html table. More... | |
TGHtmlElement * | FillOutBlock (TGHtmlBlock *p) |
Recompute the following fields of the given block structure: More... | |
void | UnlinkAndFreeBlock (TGHtmlBlock *pBlock) |
Destroy the given Block after first unlinking it from the element list. More... | |
void | AppendBlock (TGHtmlElement *pToken, TGHtmlBlock *pBlock) |
Append a block to the block list and insert the block into the element list immediately prior to the element given. More... | |
void | StringHW (const char *str, int *h, int *w) |
Return the height and width of string. More... | |
TGHtmlElement * | MinMax (TGHtmlElement *p, int *pMin, int *pMax, int lineWidth, int hasbg) |
Given a list of elements, compute the minimum and maximum width needed to render the list. More... | |
void | DrawSelectionBackground (TGHtmlBlock *pBlock, Drawable_t Drawable_t, int x, int y) |
Draw the selection background for the given block. More... | |
void | DrawRect (Drawable_t drawable, TGHtmlElement *src, int x, int y, int w, int h, int depth, int relief) |
Draw a rectangle. More... | |
void | BlockDraw (TGHtmlBlock *pBlock, Drawable_t wid, int left, int top, int width, int height, Pixmap_t pixmap) |
Display a single HtmlBlock. This is where all the drawing happens. More... | |
void | DrawImage (TGHtmlImageMarkup *image, Drawable_t wid, int left, int top, int right, int bottom) |
Draw all or part of an image. More... | |
void | DrawTableBgnd (int x, int y, int w, int h, Drawable_t d, TImage *image) |
Draw table background. More... | |
TGHtmlElement * | FindStartOfNextBlock (TGHtmlElement *p, int *pCnt) |
Scan ahead looking for a place to put a block. More... | |
void | FormBlocks () |
Add additional blocks to the block list in order to cover all elements on the element list. More... | |
void | AppendElement (TGHtmlElement *pElem) |
Append the given TGHtmlElement to the tokenizers list of elements. More... | |
int | Tokenize () |
Process as much of the input HTML as possible. More... | |
void | AppToken (TGHtmlElement *pNew, TGHtmlElement *p, int offs) |
Insert token pNew before token p. More... | |
TGHtmlMarkupElement * | MakeMarkupEntry (int objType, int type, int argc, int arglen[], char *argv[]) |
Make one markup entry. More... | |
void | TokenizerAppend (const char *text) |
Append text to the tokenizer engine. More... | |
TGHtmlElement * | InsertToken (TGHtmlElement *pToken, char *zType, char *zArgs, int offs) |
This routine takes a text representation of a token, converts it into an TGHtmlElement object and inserts it immediately prior to pToken. More... | |
SHtmlTokenMap_t * | NameToPmap (char *zType) |
Returns token map matching zType name. More... | |
int | NameToType (char *zType) |
Convert a markup name into a type integer. More... | |
const char * | TypeToName (int type) |
Convert a type into a symbolic name. More... | |
int | TextInsertCmd (int argc, char **argv) |
Insert text into text token, or break token into two text tokens. More... | |
SHtmlTokenMap_t * | GetMarkupMap (int n) |
Returns token map at location n. More... | |
TGHtmlElement * | TokenByIndex (int N, int flag) |
Return a pointer to the Nth TGHtmlElement in the list. More... | |
int | TokenNumber (TGHtmlElement *p) |
Return the token number for the given TGHtmlElement. More... | |
void | MaxIndex (TGHtmlElement *p, int *pIndex, int isLast) |
Find the maximum index for the given token. More... | |
int | IndexMod (TGHtmlElement **pp, int *ip, char *cp) |
Modify an index for both pointer and char +/-/=N. More... | |
void | FindIndexInBlock (TGHtmlBlock *pBlock, int x, TGHtmlElement **ppToken, int *pIndex) |
Given a Block and an x coordinate, find the Index of the character that is closest to the given x coordinate. More... | |
void | IndexToBlockIndex (SHtmlIndex_t sIndex, TGHtmlBlock **ppBlock, int *piIndex) |
Convert an Element-based index into a Block-based index. More... | |
int | DecodeBaseIndex (const char *zBase, TGHtmlElement **ppToken, int *pIndex) |
Given a base index name (without any modifiers) return a pointer to the token described, and the character within that token. More... | |
int | GetIndex (const char *zIndex, TGHtmlElement **ppToken, int *pIndex) |
This routine decodes a complete index specification. More... | |
void | LayoutDoc () |
Advance the layout as far as possible. More... | |
int | MapControls () |
Map any control that should be visible according to the current scroll position. More... | |
void | UnmapControls () |
Unmap any input control that is currently mapped. More... | |
void | DeleteControls () |
Delete all input controls. More... | |
int | ControlSize (TGHtmlInput *p) |
This routine implements the Sizer() function for <INPUT>, <SELECT> and <TEXTAREA> markup. More... | |
void | SizeAndLink (TGFrame *frame, TGHtmlInput *pElem) |
'frame' is the child widget that is used to implement an input element. More... | |
int | FormCount (TGHtmlInput *p, int radio) |
Return the number of elments of type p in a form. More... | |
void | AddFormInfo (TGHtmlElement *p) |
Add the DOM control information for form elements. More... | |
void | AddSelectOptions (TGListBox *lb, TGHtmlElement *p, TGHtmlElement *pEnd) |
The "p" argument points to a <select>. More... | |
void | AppendText (TGString *str, TGHtmlElement *pFirst, TGHtmlElement *pEnd) |
Append all text and space tokens between pStart and pEnd to the given TString. More... | |
void | UpdateSelection (int forceUpdate) |
Given the selection end-points in fSelBegin and fSelEnd, recompute pSelBeginBlock and fPSelEndBlock, then call UpdateSelectionDisplay() to update the display. More... | |
void | UpdateSelectionDisplay () |
The fPSelStartBlock and fPSelEndBlock values have been changed. More... | |
void | LostSelection () |
Clear selection. More... | |
int | SelectionSet (const char *startIx, const char *endIx) |
Set selection. More... | |
void | UpdateInsert () |
Recompute the position of the insertion cursor based on the position in fIns. More... | |
int | SetInsert (const char *insIx) |
Set the position of the insertion cursor. More... | |
const char * | GetUid (const char *string) |
Given a string, this procedure returns a unique identifier for the string. More... | |
ColorStruct_t * | AllocColor (const char *name) |
Allocate system color by name. More... | |
ColorStruct_t * | AllocColorByValue (ColorStruct_t *color) |
Allocate system color by value. More... | |
void | FreeColor (ColorStruct_t *color) |
Free system color. More... | |
SHtmlStyle_t | GetCurrentStyle () |
Get the current rendering style. More... | |
void | PushStyleStack (int tag, SHtmlStyle_t style) |
Push a new rendering style onto the stack. More... | |
SHtmlStyle_t | PopStyleStack (int tag) |
Pop a rendering style off of the stack. More... | |
void | MakeInvisible (TGHtmlElement *p_first, TGHtmlElement *p_last) |
Add the STY_Invisible style to every token between p_first and p_last. More... | |
int | GetLinkColor (const char *zURL) |
For the markup , find out if the URL has been visited before or not. More... | |
void | AddStyle (TGHtmlElement *p) |
This routine adds information to the input texts that doesn't change when the display is resized or when new fonts are selected, etc. More... | |
void | Sizer () |
Compute the size of all elements in the widget. More... | |
int | NextMarkupType (TGHtmlElement *p) |
Return the next markup type [TGHtmlElement::NextMarkupType]. More... | |
TGHtmlElement * | AttrElem (const char *name, char *value) |
Returns html element matching attribute name and value. More... | |
virtual void | UpdateBackgroundStart () |
Start background update. More... | |
ClassDef (TGHtml, 0) | |
Protected Member Functions inherited from TGView | |
virtual void | DoRedraw () |
redraw More... | |
virtual void | UpdateRegion (Int_t x, Int_t y, UInt_t w, UInt_t h) |
update a part of view More... | |
Protected Member Functions inherited from TGFrame | |
virtual void * | GetSender () |
virtual void | Draw3dRectangle (UInt_t type, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Draw 3D rectangle on the frame border. More... | |
const TGResourcePool * | GetResourcePool () const |
TString | GetOptionString () const |
Returns a frame option string - used in SavePrimitive(). More... | |
virtual void | StartGuiBuilding (Bool_t on=kTRUE) |
Go into GUI building mode. More... | |
Protected Member Functions inherited from TGWindow | |
TGWindow (Window_t id) | |
TGWindow (const TGWindow &tgw) | |
TGWindow & | operator= (const TGWindow &tgw) |
Protected Member Functions inherited from TGObject | |
TGObject & | operator= (const TGObject &tgo) |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Protected Member Functions inherited from TQObject | |
virtual const char * | GetSenderClassName () const |
Protected Member Functions inherited from TGWidget | |
TGWidget (const TGWidget &tgw) | |
TGWidget & | operator= (const TGWidget &tgw) |
Int_t | SetFlags (Int_t flags) |
Int_t | ClearFlags (Int_t flags) |
Additional Inherited Members | |
Public Types inherited from TGView | |
enum | { kNoHSB = BIT(0), kNoVSB = BIT(1) } |
enum | { kHorizontal = 0, kVertical = 1 } |
Public Types inherited from TGWindow | |
enum | EEditMode { kEditEnable = 0, kEditDisable = BIT(0), kEditDisableEvents = BIT(1), kEditDisableGrab = BIT(2), kEditDisableLayout = BIT(3), kEditDisableResize = BIT(4), kEditDisableHeight = BIT(5), kEditDisableWidth = BIT(6), kEditDisableBtnEnable = BIT(7), kEditDisableKeyEnable = BIT(8) } |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Static Public Member Functions inherited from TGFrame | |
static Pixel_t | GetDefaultFrameBackground () |
Get default frame background. More... | |
static Pixel_t | GetDefaultSelectedBackground () |
Get default selected frame background. More... | |
static Pixel_t | GetWhitePixel () |
Get white pixel value. More... | |
static Pixel_t | GetBlackPixel () |
Get black pixel value. More... | |
static const TGGC & | GetBlackGC () |
Get black graphics context. More... | |
static const TGGC & | GetWhiteGC () |
Get white graphics context. More... | |
static const TGGC & | GetHilightGC () |
Get highlight color graphics context. More... | |
static const TGGC & | GetShadowGC () |
Get shadow color graphics context. More... | |
static const TGGC & | GetBckgndGC () |
Get background color graphics context. More... | |
Static Public Member Functions inherited from TGWindow | |
static Int_t | GetCounter () |
Return global window counter (total number of created windows). More... | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Static Public Member Functions inherited from TQObject | |
static Bool_t | Connect (TQObject *sender, const char *signal, const char *receiver_class, void *receiver, const char *slot) |
Create connection between sender and receiver. More... | |
static Bool_t | Connect (const char *sender_class, const char *signal, const char *receiver_class, void *receiver, const char *slot) |
This method allows to make a connection from any object of the same class to a single slot. More... | |
static Bool_t | Disconnect (TQObject *sender, const char *signal=0, void *receiver=0, const char *slot=0) |
Disconnects signal in object sender from slot_method in object receiver. More... | |
static Bool_t | Disconnect (const char *class_name, const char *signal, void *receiver=0, const char *slot=0) |
Disconnects "class signal". More... | |
static Bool_t | AreAllSignalsBlocked () |
Returns true if all signals are blocked. More... | |
static Bool_t | BlockAllSignals (Bool_t b) |
Block or unblock all signals. Returns the previous block status. More... | |
Protected Types inherited from TGFrame | |
enum | { kDeleteWindowCalled = BIT(15) } |
Static Protected Member Functions inherited from TGFrame | |
static Time_t | GetLastClick () |
Get time of last mouse click. More... | |
Static Protected Member Functions inherited from TQObject | |
static Bool_t | ConnectToClass (TQObject *sender, const char *signal, TClass *receiver_class, void *receiver, const char *slot) |
Create connection between sender and receiver. More... | |
static Bool_t | ConnectToClass (const char *sender_class, const char *signal, TClass *receiver_class, void *receiver, const char *slot) |
This method allows to make connection from any object of the same class to the receiver object. More... | |
static Int_t | CheckConnectArgs (TQObject *sender, TClass *sender_class, const char *signal, TClass *receiver_class, const char *slot) |
Checking of consitency of sender/receiver methods/arguments. More... | |
static TString | CompressName (const char *method_name) |
Static Protected Attributes inherited from TGCompositeFrame | |
static TGLayoutHints * | fgDefaultHints = 0 |
Static Protected Attributes inherited from TGFrame | |
static Bool_t | fgInit = kFALSE |
static Pixel_t | fgDefaultFrameBackground = 0 |
static Pixel_t | fgDefaultSelectedBackground = 0 |
static Pixel_t | fgWhitePixel = 0 |
static Pixel_t | fgBlackPixel = 0 |
static const TGGC * | fgBlackGC = 0 |
static const TGGC * | fgWhiteGC = 0 |
static const TGGC * | fgHilightGC = 0 |
static const TGGC * | fgShadowGC = 0 |
static const TGGC * | fgBckgndGC = 0 |
static Time_t | fgLastClick = 0 |
static UInt_t | fgLastButton = 0 |
static Int_t | fgDbx = 0 |
static Int_t | fgDby = 0 |
static Window_t | fgDbw = 0 |
static UInt_t | fgUserColor = 0 |
Static Protected Attributes inherited from TGWindow | |
static Int_t | fgCounter |
Static Protected Attributes inherited from TQObject | |
static Bool_t | fgAllSignalsBlocked = kFALSE |
flag used for suppression of signals More... | |
#include <TGHtml.h>
TGHtml::TGHtml | ( | const TGWindow * | p, |
int | w, | ||
int | h, | ||
int | id = -1 |
||
) |
HTML Widget constructor.
Definition at line 73 of file TGHtml.cxx.
|
virtual |
HTML widget destructor.
Definition at line 218 of file TGHtml.cxx.
|
protected |
Add the DOM control information for form elements.
Definition at line 565 of file TGHtmlForm.cxx.
Referenced by Tokenize().
|
protected |
The "p" argument points to a <select>.
This routine scans all subsequent elements (up to the next </select>) looking for <option> tags. For each option tag, it appends the corresponding entry to the "lb" listbox element.
lb – An TGListBox object p – The <SELECT> markup pEnd – The </SELECT> markup
Definition at line 303 of file TGHtmlForm.cxx.
Referenced by ControlSize().
|
protected |
This routine adds information to the input texts that doesn't change when the display is resized or when new fonts are selected, etc.
Mostly this means adding style attributes. But other constant information (such as numbering on and images used for ) is also obtained. The key is that this routine is only called once, where the sizer and layout routines can be called many times.
This routine is called whenever the list of elements grows. The style stack is stored as part of the HTML widget so that we can always continue where we left off the last time.
In addition to adding style, this routine will invoke methods needed to acquire information about a markup. The IsVisitied() method is called for each and the GetImage() is called for each or for each that has a SRC= field.
When a markup is inserted or deleted from the token list, the style routine must be completely rerun from the beginning. So what we said above, that this routine is only run once, is not strictly true.
Definition at line 214 of file TGHtmlSizer.cxx.
Referenced by ParseText(), and TextInsertCmd().
|
protected |
Allocate system color by name.
Definition at line 258 of file TGHtml.cxx.
Referenced by AddStyle(), GetColorByName(), HClear(), and TGHtml().
|
protected |
Allocate system color by value.
Definition at line 277 of file TGHtml.cxx.
Referenced by GetColorByValue().
|
protected |
TGImage *img = image->image;.
Definition at line 590 of file TGHtmlDraw.cxx.
Referenced by HandleTimer().
void TGHtml::AppendArglist | ( | TGString * | str, |
TGHtmlMarkupElement * | pElem | ||
) |
Append all the arguments of the given markup to the given TGString.
Example: If the markup is
then the following text is appended to the TGString:
"src image.gif alt hello!"
Notice how all attribute names are converted to lower case. This conversion happens in the parser.
Definition at line 1408 of file TGHtmlParse.cxx.
Referenced by AddStyle(), and TableText().
|
protected |
Append a block to the block list and insert the block into the element list immediately prior to the element given.
pToken - The token that comes after pBlock pBlock - The block to be appended
Definition at line 92 of file TGHtmlDraw.cxx.
Referenced by FormBlocks().
|
protected |
Append the given TGHtmlElement to the tokenizers list of elements.
Definition at line 479 of file TGHtmlParse.cxx.
Referenced by AppToken(), and Tokenize().
|
protected |
Append all text and space tokens between pStart and pEnd to the given TString.
[ TGTextEdit ]
Definition at line 246 of file TGHtmlForm.cxx.
Referenced by ControlSize().
|
protected |
Insert token pNew before token p.
Definition at line 495 of file TGHtmlParse.cxx.
Referenced by InsertToken(), and Tokenize().
|
protected |
Returns html element matching attribute name and value.
Definition at line 1846 of file TGHtml.cxx.
Referenced by LayoutDoc().
|
protected |
Display a single HtmlBlock. This is where all the drawing happens.
Definition at line 316 of file TGHtmlDraw.cxx.
Referenced by Redraw().
|
virtual |
Emit ButtonClicked() signal.
Definition at line 1272 of file TGHtml.cxx.
Referenced by HandleHtmlInput().
int TGHtml::CellSpacing | ( | TGHtmlElement * | pTable | ) |
Return the appropriate cell spacing for the given table.
Definition at line 53 of file TGHtmlTable.cxx.
Referenced by TableDimensions(), and TGHtmlLayoutContext::TableLayout().
Emit CheckToggled() signal.
Definition at line 1285 of file TGHtml.cxx.
Referenced by HandleHtmlInput().
|
protected |
Erase all HTML from this widget and clear the screen.
This is typically done before loading a new document.
Reimplemented from TGView.
Definition at line 296 of file TGHtml.cxx.
Referenced by TGHtmlBrowser::Selected().
|
protected |
|
protected |
Compute the squared distance between two colors.
Definition at line 1552 of file TGHtml.cxx.
Referenced by GetColorByValue().
|
protected |
Computes virtual size of html area.
Definition at line 494 of file TGHtml.cxx.
Referenced by ItemLayout(), and Redraw().
|
protected |
This routine implements the Sizer() function for <INPUT>, <SELECT> and <TEXTAREA> markup.
A side effect of sizing these markups is that widgets are created to represent the corresponding input controls.
The function normally returns 0. But if it is dealing with a <SELECT> or <TEXTAREA> that is incomplete, 1 is returned. In that case, the sizer will be called again at some point in the future when more information is available.
Definition at line 357 of file TGHtmlForm.cxx.
Referenced by Sizer().
|
protected |
Given a base index name (without any modifiers) return a pointer to the token described, and the character within that token.
Valid input forms include:
N.M Token number N (with numbering starting at 1) and character number M (with numbering starting at 0). M.X Like above, but token is markup and X is an attribute. begin The start of all text end The end of all text N.last Last character of token number N. N.end One past last character of token number N. sel.first First character of the selection. sel.last Last character of the selection. sel.end On past last character of the selection. insert The character holding the insertion cursor. @X,Y The character a location X,Y of the clipping window. &DOM The DOM Address of a token.
Zero is returned if we are successful and non-zero if there is any kind of error.
If the given token doesn't exist (for example if there are only 10 tokens and 11.5 is requested) then *ppToken is left pointing to NULL. But the function still returns 0 for success.
Definition at line 342 of file TGHtmlIndex.cxx.
Referenced by GetIndex().
|
protected |
Delete all input controls.
This happens when the TGHtml widget is cleared.
Definition at line 103 of file TGHtmlForm.cxx.
Referenced by HClear().
|
protected |
Draw all or part of an image.
Definition at line 538 of file TGHtmlDraw.cxx.
Referenced by BlockDraw(), and Redraw().
|
protected |
Draw a rectangle.
The rectangle will have a 3-D appearance if flat is 0 and a flat appearance if flat is 1.
depth - width of the relief or the flat line
Definition at line 265 of file TGHtmlDraw.cxx.
Referenced by BlockDraw().
Draw region defined by [x,y] [w,h].
Reimplemented from TGView.
Definition at line 791 of file TGHtml.cxx.
Referenced by ImageChanged().
|
protected |
Draw the selection background for the given block.
x, y - Virtual coords of top-left of drawable
Definition at line 215 of file TGHtmlDraw.cxx.
Referenced by BlockDraw().
|
protected |
char * TGHtml::DumpToken | ( | TGHtmlElement * | p | ) |
For debugging purposes, print information about a token.
Definition at line 1338 of file TGHtmlParse.cxx.
Referenced by AddStyle(), and PrintList().
int TGHtml::ElementCoords | ( | TGHtmlElement * | p, |
int | i, | ||
int | pct, | ||
int * | coords | ||
) |
Return coordinates of item.
Definition at line 1816 of file TGHtml.cxx.
Append to the given TString an encoded version of the given text.
Definition at line 642 of file TGHtmlForm.cxx.
|
protected |
Recompute the following fields of the given block structure:
base.count The number of elements described by this block structure.
n The number of characters of text output associated with this block. If the block renders something other than text (ex: ) then set n to 0.
z Pointer to malloced memory containing the text associated with this block. NULL if n is 0.
Return a pointer to the first TGHtmlElement not covered by the block.
Definition at line 616 of file TGHtmlDraw.cxx.
Referenced by FormBlocks().
TGHtmlElement * TGHtml::FindEndNest | ( | TGHtmlElement * | sp, |
int | en, | ||
TGHtmlElement * | lp | ||
) |
Find End tag en, but ignore intervening begin/end tag pairs.
sp – Pointer to start from en – End tag to search for lp – Last pointer to try
Definition at line 315 of file TGHtmlTable.cxx.
Referenced by TableText().
|
protected |
Given a Block and an x coordinate, find the Index of the character that is closest to the given x coordinate.
The x-coordinate might specify a point to the left of the block, in which case the procedure returns the first token and a character index of 0. Or the x-coordinate might specify a point to the right of the block, in which case the last token is returned with an index equal to its last character.
Definition at line 132 of file TGHtmlIndex.cxx.
Referenced by DecodeBaseIndex().
|
protected |
Scan ahead looking for a place to put a block.
Return a pointer to the element which should come immediately after the block.
if pCnt != 0, then put the number of elements skipped in *pCnt.
p - First candidate for the start of a block pCnt - Write number of elements skipped here
Definition at line 805 of file TGHtmlDraw.cxx.
Referenced by FormBlocks().
|
protected |
Flash the insertion cursor.
Definition at line 1012 of file TGHtml.cxx.
Referenced by HandleTimer(), and UpdateInsert().
|
inlinevirtual |
|
protected |
Add additional blocks to the block list in order to cover all elements on the element list.
If any old blocks are found on the element list, they must be left over from a prior rendering. Unlink and delete them.
Definition at line 830 of file TGHtmlDraw.cxx.
Referenced by ItemLayout(), and Redraw().
|
protected |
Return the number of elments of type p in a form.
Definition at line 543 of file TGHtmlForm.cxx.
|
inlinevirtual |
Definition at line 949 of file TGHtml.h.
Referenced by AddStyle().
|
protected |
Free system color.
Definition at line 249 of file TGHtml.cxx.
Referenced by GetColorByName(), GetColorByValue(), and HClear().
|
protected |
Retrieve any valid GC.
The font and color don't matter since the GC will only be used for copying.
Definition at line 1103 of file TGHtml.cxx.
Referenced by DrawTableBgnd().
|
inline |
Definition at line 910 of file TGHtml.h.
Referenced by TGHtmlBrowser::CheckAnchors().
|
protected |
This routine returns an index between 0 and N_COLOR-1 which indicates which ColorStruct_t structure in the fApColor[] array should be used to describe the color specified by the given name.
Definition at line 1568 of file TGHtml.cxx.
Referenced by AddStyle().
|
protected |
Find a color integer for the color whose color components are given by pRef.
Definition at line 1706 of file TGHtml.cxx.
Referenced by GetColorByName(), GetDarkShadowColor(), and GetLightShadowColor().
|
protected |
Get the current rendering style.
In other words, get the style that is currently on the top of the style stack.
Definition at line 39 of file TGHtmlSizer.cxx.
Referenced by AddStyle(), PopStyleStack(), and UnderlineLinks().
|
protected |
Given that the background color is iBgColor, figure out an appropriate color for the dark part of a 3D shadow.
Definition at line 1631 of file TGHtml.cxx.
Referenced by DrawRect().
|
virtual |
The rendering and layout routines should call this routine in order to get a font structure.
The iFont parameter specifies which of the N_FONT fonts should be obtained. The font is allocated if necessary.
Definition at line 1404 of file TGHtml.cxx.
Referenced by BlockDraw(), DrawSelectionBackground(), FindIndexInBlock(), GetGC(), TGHtmlLayoutContext::Paragraph(), and Sizer().
|
protected |
Return a GC from the cache.
As many as N_CACHE_GCs are kept valid at any one time. They are replaced using an LRU algorithm.
A value of FONT_Any (-1) for the font means "don't care".
Definition at line 1033 of file TGHtml.cxx.
Referenced by BlockDraw(), DrawRect(), DrawSelectionBackground(), GetAnyGC(), and Redraw().
const char * TGHtml::GetHref | ( | int | x, |
int | y, | ||
const char ** | target = 0 |
||
) |
This routine searchs for a hyperlink beneath the coordinates x,y and returns a pointer to the HREF for that hyperlink.
The text is held in one of the markup argv[] fields of the markup.
Definition at line 1770 of file TGHtml.cxx.
Referenced by HandleButton(), and HandleMotion().
TGHtmlImage * TGHtml::GetImage | ( | TGHtmlImageMarkup * | p | ) |
Given an.
markup, find or create an appropriate TGHtmlImage object and return a pointer to that object. NULL might be returned.
Definition at line 158 of file TGHtmlImage.cxx.
Referenced by AddStyle().
|
protected |
Find the alignment for an image.
Definition at line 80 of file TGHtmlImage.cxx.
Referenced by Sizer().
|
protected |
This routine searchs for an image beneath the coordinates x,y and returns the token number of the the image, or -1 if no image found.
Definition at line 341 of file TGHtmlImage.cxx.
|
protected |
This routine decodes a complete index specification.
A complete index consists of the base specification followed by modifiers.
Definition at line 538 of file TGHtmlIndex.cxx.
Referenced by ParseText(), SelectionSet(), SetInsert(), and TextInsertCmd().
TGHtmlInput * TGHtml::GetInputElement | ( | int | x, |
int | y | ||
) |
This routine searchs for a hyperlink beneath the coordinates x,y and returns a pointer to the HREF for that hyperlink.
The text is held in one of the markup argv[] fields of the markup.
Definition at line 1137 of file TGHtml.cxx.
Referenced by HandleButton().
|
protected |
Given that the background color is iBgColor, figure out an appropriate color for the bright part of the 3D shadow.
Definition at line 1673 of file TGHtml.cxx.
Referenced by DrawRect().
|
protected |
For the markup , find out if the URL has been visited before or not.
Return COLOR_Visited or COLOR_Unvisited, as appropriate.
Definition at line 157 of file TGHtmlSizer.cxx.
Referenced by AddStyle(), and UnderlineLinks().
TGHtmlElement * TGHtml::GetMap | ( | const char * | name | ) |
|
inline |
Definition at line 968 of file TGHtml.h.
Referenced by TGHtmlLayoutContext::PushIndent().
|
inline |
Definition at line 967 of file TGHtml.h.
Referenced by TGHtmlLayoutContext::PushIndent().
|
protected |
Returns token map at location n.
Definition at line 1460 of file TGHtmlParse.cxx.
|
protected |
Return the height and width, converting to percent if required ret must be at least 16 characters long.
Definition at line 295 of file TGHtmlImage.cxx.
|
inline |
Definition at line 905 of file TGHtml.h.
Referenced by TGHtmlLayoutContext::DoBreakMarkup().
|
inline |
Definition at line 904 of file TGHtml.h.
Referenced by TGHtmlLayoutContext::DoBreakMarkup().
|
inline |
Definition at line 965 of file TGHtml.h.
Referenced by TGHtmlBrowser::ProcessMessage(), and SavePrimitive().
char * TGHtml::GetTokenName | ( | TGHtmlElement * | p | ) |
Returns token name of html element p.
Definition at line 1423 of file TGHtmlParse.cxx.
Referenced by TableDimensions(), and TGHtmlLayoutContext::TableLayout().
|
protected |
Given a string, this procedure returns a unique identifier for the string.
This procedure returns a pointer to a new char string corresponding to the "string" argument. The new string has a value identical to string (strcmp will return 0), but it's guaranteed that any other calls to this procedure with a string equal to "string" will return exactly the same result (i.e. can compare pointer values directly, without having to call strcmp on what they point to).
Definition at line 476 of file TGHtml.cxx.
Referenced by GetColorByName().
int TGHtml::GotoAnchor | ( | const char * | name | ) |
Go to anchor position.
Definition at line 447 of file TGHtml.cxx.
Referenced by TGHtmlBrowser::CheckAnchors(), and TGHtmlBrowser::Selected().
Handle mouse button event.
Reimplemented from TGView.
Definition at line 1333 of file TGHtml.cxx.
Referenced by HandleHtmlInput().
Handle focus change event.
Reimplemented from TGCompositeFrame.
Definition at line 1118 of file TGHtml.cxx.
Bool_t TGHtml::HandleHtmlInput | ( | TGHtmlInput * | pr, |
Event_t * | event | ||
) |
Handle html input (button, checkbox, ...) event.
Definition at line 1162 of file TGHtml.cxx.
Referenced by HandleButton().
|
virtual |
handle mouse motion events
Reimplemented from TGCompositeFrame.
Definition at line 1377 of file TGHtml.cxx.
Bool_t TGHtml::HandleRadioButton | ( | TGHtmlInput * | p | ) |
Handle radio button event.
Definition at line 1253 of file TGHtml.cxx.
Referenced by HandleHtmlInput().
|
protected |
Erase all data from the HTML widget. Bring it back to an empty screen.
Definition at line 887 of file TGHtml.cxx.
|
protected |
This routine is called when an image changes.
If the size of the images changes, then we need to completely redo the layout. If only the appearance changes, then this works like an expose event.
pImage - Pointer to an TGHtmlImage object newWidth - New width of the image newHeight - New height of the image
Definition at line 123 of file TGHtmlImage.cxx.
Referenced by GetImage().
int TGHtml::InArea | ( | TGHtmlMapArea * | p, |
int | left, | ||
int | top, | ||
int | x, | ||
int | y | ||
) |
Only support rect and circles for now.
Definition at line 1513 of file TGHtml.cxx.
Referenced by GetHref().
|
protected |
Modify an index for both pointer and char +/-/=N.
Definition at line 251 of file TGHtmlIndex.cxx.
Referenced by DecodeBaseIndex().
|
protected |
Convert an Element-based index into a Block-based index.
In other words, given a pointer to an element and an index of a particular character within that element, compute a pointer to the TGHtmlBlock used to display that character and the index in the TGHtmlBlock of the character.
Definition at line 209 of file TGHtmlIndex.cxx.
Referenced by UpdateInsert(), and UpdateSelection().
|
virtual |
Emit Selected() signal.
Definition at line 1312 of file TGHtml.cxx.
Referenced by HandleHtmlInput().
|
protected |
This routine takes a text representation of a token, converts it into an TGHtmlElement object and inserts it immediately prior to pToken.
If pToken is 0, then the newly created TGHtmlElement is appended.
This routine does nothing to resize, restyle, relayout or redisplay the HTML. That is the calling routines responsibility.
Return the new TGHtmlElement object if successful. Return zero if zType is not a known markup name.
pToken - Insert before this. Append if pToken == 0 zType - Type of markup. Ex: "/a" or "table" zArgs - List of arguments offs - Calculate offset, and insert changed text into fZText!
Definition at line 1127 of file TGHtmlParse.cxx.
Referenced by TextInsertCmd().
|
protected |
Check to see if the given color is too dark to be easily distinguished from black.
Definition at line 1617 of file TGHtml.cxx.
Referenced by GetDarkShadowColor().
|
protected |
Check to see if the given color is too light to be easily distinguished from white.
Definition at line 1664 of file TGHtml.cxx.
Referenced by GetLightShadowColor().
|
inlinevirtual |
Definition at line 927 of file TGHtml.h.
Referenced by GetLinkColor().
|
virtual |
|
protected |
Advance the layout as far as possible.
Definition at line 1180 of file TGHtmlLayout.cxx.
Referenced by ItemLayout(), and Redraw().
TGString * TGHtml::ListTokens | ( | TGHtmlElement * | p, |
TGHtmlElement * | pEnd | ||
) |
Return all tokens between the two elements as a string list.
Definition at line 1468 of file TGHtmlParse.cxx.
|
virtual |
This is the default LoadImage() procedure.
It just tries to load the image from a file in the local filesystem.
Definition at line 266 of file TGHtmlImage.cxx.
Referenced by AddStyle(), GetImage(), and TableBgndImage().
|
protected |
Clear selection.
Definition at line 1966 of file TGHtml.cxx.
|
protected |
Add the STY_Invisible style to every token between p_first and p_last.
Definition at line 142 of file TGHtmlSizer.cxx.
Referenced by AddStyle().
|
protected |
Make one markup entry.
Definition at line 1018 of file TGHtmlParse.cxx.
Referenced by InsertToken(), and Tokenize().
|
protected |
Map any control that should be visible according to the current scroll position.
At the same time, if any controls that should not be visible are mapped, unmap them. After this routine finishes, all <INPUT> controls should be in their proper places regardless of where they might have been before.
Return the number of controls that are currently visible.
Definition at line 71 of file TGHtmlForm.cxx.
Referenced by ItemLayout(), and Redraw().
|
protected |
Find the maximum index for the given token.
Definition at line 97 of file TGHtmlIndex.cxx.
Referenced by DecodeBaseIndex().
|
protected |
Given a list of elements, compute the minimum and maximum width needed to render the list.
Stop the search at the first element seen that is in the following set:
<tr> <td> <th> </tr> </td> </th> </table>
Return a pointer to the element that stopped the search, or to NULL if we ran out of data.
Sometimes the value returned for both min and max will be larger than the true minimum and maximum. This is rare, and only occurs if the element string contains figures with flow-around text.
p - Start the search here pMin - Return the minimum width here pMax - Return the maximum width here lineWidth - Total width available
Definition at line 878 of file TGHtmlTable.cxx.
Referenced by TableDimensions().
|
inlinevirtual |
Definition at line 1120 of file TGHtml.h.
Referenced by HandleButton().
|
inlinevirtual |
Definition at line 1119 of file TGHtml.h.
Referenced by HandleMotion().
void TGHtml::MoveVertically | ( | TGHtmlElement * | p, |
TGHtmlElement * | pLast1, | ||
int | dy | ||
) |
Move all elements in the given list vertically by the amount dy.
p - First element to move pLast1 - Last element. Do move this one dy - Amount by which to move
Definition at line 1542 of file TGHtmlTable.cxx.
Referenced by TGHtmlLayoutContext::TableLayout().
|
protected |
Returns token map matching zType name.
Definition at line 1296 of file TGHtmlParse.cxx.
Referenced by NameToType().
|
protected |
Convert a markup name into a type integer.
Definition at line 1316 of file TGHtmlParse.cxx.
|
protected |
Return the next markup type [TGHtmlElement::NextMarkupType].
Definition at line 814 of file TGHtmlLayout.cxx.
int TGHtml::ParseText | ( | char * | text, |
const char * | index = 0 |
||
) |
Appends (or insert at the specified position) the given HTML text to the end of any HTML text that may have been inserted by prior calls to this command.
Then it runs the tokenizer, parser and layout engine as far as possible with the text that is available. The display is updated appropriately.
Definition at line 311 of file TGHtml.cxx.
Referenced by TGHtmlBrowser::Selected().
|
protected |
Pop a rendering style off of the stack.
The top-most style on the stack should have a tag equal to "tag". If not, then we have an HTML coding error. Perhaps something like this: "Some text <em>Enphasized</i> more text". It is an interesting problem to figure out how to respond sanely to this kind of error. Our solution is to keep popping the stack until we find the correct tag, or until the stack is empty.
Definition at line 85 of file TGHtmlSizer.cxx.
Referenced by AddStyle(), and UnderlineLinks().
void TGHtml::PrintList | ( | TGHtmlElement * | first, |
TGHtmlElement * | last | ||
) |
Print a list of tokens.
Definition at line 1523 of file TGHtmlParse.cxx.
|
inlinevirtual |
Definition at line 945 of file TGHtml.h.
Referenced by ControlSize().
Process messages (GUI events) in the html widget.
Reimplemented from TGView.
Definition at line 670 of file TGHtmlForm.cxx.
|
inlinevirtual |
Definition at line 961 of file TGHtml.h.
Referenced by AddStyle(), and Tokenize().
|
inlinevirtual |
Definition at line 931 of file TGHtml.h.
Referenced by Tokenize().
|
protected |
Push a new rendering style onto the stack.
tag - Tag for this style. Normally the end-tag such as or . style - The style to push
Definition at line 64 of file TGHtmlSizer.cxx.
Referenced by AddStyle(), and UnderlineLinks().
|
virtual |
Emit RadioChanged() signal.
Definition at line 1299 of file TGHtml.cxx.
Referenced by HandleHtmlInput().
|
protected |
This routine is invoked in order to redraw all or part of the HTML widget.
This might happen because the display has changed, or in response to an expose event. In all cases, though, this routine is called by an idle handler.
Definition at line 530 of file TGHtml.cxx.
Referenced by DrawRegion(), HandleIdleEvent(), and ItemLayout().
|
protected |
If any part of the screen needs to be redrawn, then call this routine with the values of a box (in window coordinates) that needs to be redrawn.
This routine will schedule an idle handler to do the redraw.
The box coordinates are relative to the clipping window (fCanvas).
Definition at line 775 of file TGHtml.cxx.
Referenced by DrawRegion(), RedrawBlock(), and RedrawText().
|
protected |
Redraw the TGHtmlBlock given.
Definition at line 852 of file TGHtml.cxx.
Referenced by FlashCursor(), SetInsert(), UpdateInsert(), UpdateSelection(), and UpdateSelectionDisplay().
|
protected |
Call this routine to force the entire widget to be redrawn.
Definition at line 863 of file TGHtml.cxx.
Referenced by ImageChanged(), SetRuleRelief(), SetTableRelief(), and UnderlineLinks().
|
protected |
Call this routine to cause all of the rendered HTML at the virtual canvas coordinate of Y and beyond to be redrawn.
Definition at line 873 of file TGHtml.cxx.
Referenced by LayoutDoc().
|
inline |
Definition at line 978 of file TGHtml.h.
Referenced by TGHtmlLayoutContext::TableLayout().
|
protected |
Reset the main layout context in the main widget.
This happens before we redo the layout, or just before deleting the widget.
Definition at line 519 of file TGHtml.cxx.
Referenced by HClear(), ItemLayout(), Redraw(), and TGHtml().
|
virtual |
This function resolves the specified URI and returns the result in a newly allocated string.
The resolver algorithm specified in section 5.2 of RFC 2396 is used.
Definition at line 307 of file TGHtmlUri.cxx.
Referenced by AddStyle(), GetImage(), HandleButton(), HandleMotion(), and TableBgndImage().
Save a html widget as a C++ statement(s) on output stream out.
Reimplemented from TGCompositeFrame.
Definition at line 2061 of file TGHtml.cxx.
|
protected |
Make sure that a call to the Redraw() routine has been queued.
Definition at line 748 of file TGHtml.cxx.
Referenced by Clear(), HandleFocusChange(), ImageChanged(), ItemLayout(), ParseText(), RedrawArea(), and RedrawEverything().
|
protected |
Set selection.
Definition at line 1981 of file TGHtml.cxx.
void TGHtml::SetBaseUri | ( | const char * | uri | ) |
Sets base URI.
Definition at line 437 of file TGHtml.cxx.
Referenced by TGHtmlBrowser::CheckAnchors(), and TGHtmlBrowser::Selected().
|
protected |
Set the position of the insertion cursor.
Definition at line 2036 of file TGHtml.cxx.
Referenced by HandleButton().
void TGHtml::SetRuleRelief | ( | int | relief | ) |
Sets relief mode of html rule.
Definition at line 382 of file TGHtml.cxx.
void TGHtml::SetTableRelief | ( | int | relief | ) |
Sets relief mode of html table.
Definition at line 370 of file TGHtml.cxx.
|
protected |
'frame' is the child widget that is used to implement an input element.
Query the widget for its size and put that information in the pElem structure that represents the input.
Definition at line 192 of file TGHtmlForm.cxx.
Referenced by ControlSize().
|
protected |
Compute the size of all elements in the widget.
Assume that a style has already been assigned to all elements.
Some of the elements might have already been sized. Refer to the fLastSized and only compute sizes for elements that follow this one. If fLastSized is 0, then size everything.
This routine only computes the sizes of individual elements. The size of aggregate elements (like tables) are computed separately.
The HTML_Visible flag is also set on every element that results in ink on the page.
This routine may invoke a callback procedure which could delete the HTML widget.
Definition at line 1074 of file TGHtmlSizer.cxx.
Referenced by LayoutDoc().
|
protected |
Return the height and width of string.
Definition at line 77 of file TGHtmlTable.cxx.
Referenced by TableText().
|
virtual |
Emit SubmitClicked() signal.
Definition at line 1325 of file TGHtml.cxx.
Referenced by HandleHtmlInput().
|
protected |
Set background picture of a html table.
Definition at line 1020 of file TGHtmlSizer.cxx.
Referenced by AddStyle().
TGHtmlElement * TGHtml::TableDimensions | ( | TGHtmlTable * | pStart, |
int | lineWidth | ||
) |
pStart points to a
Compute the number of columns, the minimum and maximum size for each column and the overall minimum and maximum size for this table and store these value in the pStart structure. Return a pointer to the
element, or to NULL if there is no
.
The min and max size for column N (where the leftmost column has N==1) is pStart->fMinW[1] and pStart->fMaxW[1]. The pStart->fMinW[0] and pStart->fMaxW[0] entries contain the minimum and maximum widths of the whole table, including any cell padding, cell spacing, border width and "hspace". The values of pStart->fMinW[I] for I>=1 do not contain any cell padding, cell spacing or border width. Only pStart->fMinW[0] contains these extra spaces.
The back references from
, , and back to the
are also filled in. And for each
and
markup, the pTable and pEnd fields are set to their proper values.
pStart - The
lineWidth - Total width available to the table
Definition at line 374 of file TGHtmlTable.cxx.
Referenced by MinMax(), and TGHtmlLayoutContext::TableLayout().
TGString * TGHtml::TableText | ( | TGHtmlTable * | pTable, |
int | flag | ||
) |
Return text and images from a table as lists.
The first list is a list of rows (which is a list of cells). An optional second list is a list of images: row col charoffset tokenid. Note: weve added the option to store data/attrs in array var directly.
flag - include images
Definition at line 108 of file TGHtmlTable.cxx.
|
protected |
Insert text into text token, or break token into two text tokens.
Also, handle backspace char by deleting text. Should also handle newline char by splitting text.
Definition at line 1198 of file TGHtmlParse.cxx.
|
protected |
Return a pointer to the Nth TGHtmlElement in the list.
If there is no Nth element, return 0 if flag==0 and return either the first or last element (whichever is closest) if flag!=0
Definition at line 48 of file TGHtmlIndex.cxx.
Referenced by DecodeBaseIndex().
|
protected |
Process as much of the input HTML as possible.
Construct new TGHtmlElement objects and appended them to the list. Return the number of characters actually processed.
This routine may invoke a callback procedure which could delete the HTML widget.
This routine is not reentrant for the same HTML widget. To prevent reentrancy (during a callback), the p->fICol field is set to a negative number. This is a flag to future invocations not to reentry this routine. The p->fICol field is restored before exiting, of course.
Definition at line 562 of file TGHtmlParse.cxx.
Referenced by TokenizerAppend().
|
protected |
Append text to the tokenizer engine.
Definition at line 1083 of file TGHtmlParse.cxx.
Referenced by AddStyle(), and ParseText().
|
protected |
Return the token number for the given TGHtmlElement.
Definition at line 79 of file TGHtmlIndex.cxx.
Referenced by GetImageAt(), and SelectionSet().
|
protected |
Convert a type into a symbolic name.
Definition at line 1325 of file TGHtmlParse.cxx.
void TGHtml::UnderlineLinks | ( | int | onoff | ) |
Set/reset html links underline.
Definition at line 394 of file TGHtml.cxx.
|
protected |
Destroy the given Block after first unlinking it from the element list.
Note that this unlinks the block from the element list only – not from the block list.
Definition at line 69 of file TGHtmlDraw.cxx.
Referenced by FillOutBlock(), and FindStartOfNextBlock().
|
protected |
Unmap any input control that is currently mapped.
Definition at line 51 of file TGHtmlForm.cxx.
|
protectedvirtual |
Start background update.
Reimplemented from TGView.
Definition at line 236 of file TGHtml.cxx.
Referenced by Redraw().
|
protected |
Recompute the position of the insertion cursor based on the position in fIns.
Definition at line 2023 of file TGHtml.cxx.
Referenced by HandleFocusChange(), ItemLayout(), Redraw(), and SetInsert().
|
protected |
Given the selection end-points in fSelBegin and fSelEnd, recompute pSelBeginBlock and fPSelEndBlock, then call UpdateSelectionDisplay() to update the display.
This routine should be called whenever the selection changes or whenever the set of TGHtmlBlock structures change.
Definition at line 1867 of file TGHtml.cxx.
Referenced by ItemLayout(), Redraw(), and SelectionSet().
|
protected |
The fPSelStartBlock and fPSelEndBlock values have been changed.
This routine's job is to loop over all TGHtmlBlocks and either set or clear the HTML_Selected bits in the .fFlags field as appropriate. For every TGHtmlBlock where the bit changes, mark that block for redrawing.
Definition at line 1920 of file TGHtml.cxx.
Referenced by LostSelection(), and UpdateSelection().
|
protected |
Definition at line 1249 of file TGHtml.h.
Referenced by TGHtml(), and Tokenize().
|
protected |
Definition at line 1237 of file TGHtml.h.
Referenced by ClearGcCache(), GetAnyGC(), GetGC(), and TGHtml().
|
protected |
Definition at line 1195 of file TGHtml.h.
Referenced by AddStyle(), HClear(), ParseText(), TGHtml(), and UnderlineLinks().
|
protected |
Definition at line 1199 of file TGHtml.h.
Referenced by AddStyle(), HClear(), ParseText(), TGHtml(), and UnderlineLinks().
|
protected |
Definition at line 1227 of file TGHtml.h.
Referenced by AddStyle(), GetColorByValue(), GetDarkShadowColor(), GetGC(), GetLightShadowColor(), HClear(), SizeAndLink(), and TGHtml().
|
protected |
|
protected |
Definition at line 1241 of file TGHtml.h.
Referenced by AddStyle(), BlockDraw(), HClear(), and TGHtml().
|
protected |
Definition at line 1228 of file TGHtml.h.
Referenced by GetColorByValue(), HClear(), and TGHtml().
|
protected |
|
protected |
Definition at line 1272 of file TGHtml.h.
Referenced by DrawRegion(), DrawTableBgnd(), Redraw(), RedrawArea(), and TGHtml().
|
protected |
Definition at line 1269 of file TGHtml.h.
Referenced by DrawRegion(), DrawTableBgnd(), Redraw(), RedrawArea(), and TGHtml().
|
protected |
Definition at line 1272 of file TGHtml.h.
Referenced by DrawRegion(), DrawTableBgnd(), Redraw(), RedrawArea(), and TGHtml().
|
protected |
Definition at line 1269 of file TGHtml.h.
Referenced by DrawRegion(), DrawTableBgnd(), Redraw(), RedrawArea(), and TGHtml().
|
protected |
|
protected |
Definition at line 1255 of file TGHtml.h.
Referenced by LostSelection(), SelectionSet(), and TGHtml().
|
protected |
|
protected |
|
protected |
Definition at line 1139 of file TGHtml.h.
Referenced by AppendBlock(), DecodeBaseIndex(), GetHref(), GetImageAt(), HClear(), ItemLayout(), Redraw(), ResetBlocks(), TGHtml(), and UpdateSelectionDisplay().
|
protected |
Definition at line 1141 of file TGHtml.h.
Referenced by DeleteControls(), GetInputElement(), HandleRadioButton(), MapControls(), SizeAndLink(), TGHtml(), and UnmapControls().
|
protected |
Definition at line 1273 of file TGHtml.h.
Referenced by AddStyle(), Clear(), DrawRegion(), FlashCursor(), HandleFocusChange(), ImageChanged(), ItemLayout(), LayoutDoc(), ParseText(), Redraw(), RedrawEverything(), ScheduleRedraw(), SetRuleRelief(), SetTableRelief(), TGHtml(), and UpdateSelection().
|
protected |
|
protected |
Definition at line 1202 of file TGHtml.h.
Referenced by AddFormInfo(), and TGHtml().
|
protected |
Definition at line 1201 of file TGHtml.h.
Referenced by AddStyle(), and TGHtml().
|
protected |
Definition at line 1243 of file TGHtml.h.
Referenced by MapControls(), SizeAndLink(), and TGHtml().
|
protected |
Definition at line 1200 of file TGHtml.h.
Referenced by AddFormInfo(), AddStyle(), HClear(), ParseText(), and TGHtml().
|
protected |
Definition at line 1238 of file TGHtml.h.
Referenced by ClearGcCache(), GetGC(), and TGHtml().
|
protected |
Definition at line 1248 of file TGHtml.h.
Referenced by HClear(), TGHtml(), and Tokenize().
|
protected |
Definition at line 1247 of file TGHtml.h.
Referenced by HClear(), TGHtml(), and Tokenize().
|
protected |
|
protected |
|
protected |
|
protected |
Definition at line 1177 of file TGHtml.h.
Referenced by TGHtml(), and Tokenize().
|
protected |
Definition at line 1230 of file TGHtml.h.
Referenced by GetDarkShadowColor(), HClear(), and TGHtml().
|
protected |
Definition at line 1274 of file TGHtml.h.
Referenced by AppToken(), InsertToken(), TGHtml(), and Tokenize().
|
protected |
Definition at line 1185 of file TGHtml.h.
Referenced by HandleIdleEvent(), ScheduleRedraw(), TGHtml(), and ~TGHtml().
|
protected |
Definition at line 1231 of file TGHtml.h.
Referenced by GetLightShadowColor(), HClear(), and TGHtml().
|
protected |
Definition at line 1240 of file TGHtml.h.
Referenced by GetImage(), HandleTimer(), HClear(), Redraw(), and TGHtml().
|
protected |
Definition at line 1196 of file TGHtml.h.
Referenced by AddStyle(), HClear(), ParseText(), and TGHtml().
|
protected |
Definition at line 1203 of file TGHtml.h.
Referenced by AddStyle(), HClear(), ParseText(), and TGHtml().
|
protected |
|
protected |
Definition at line 1147 of file TGHtml.h.
Referenced by AddFormInfo(), and TGHtml().
|
protected |
Definition at line 1166 of file TGHtml.h.
Referenced by DecodeBaseIndex(), HClear(), SetInsert(), TGHtml(), and UpdateInsert().
|
protected |
Definition at line 1168 of file TGHtml.h.
Referenced by BlockDraw(), TGHtml(), and UpdateInsert().
|
protected |
Definition at line 1163 of file TGHtml.h.
Referenced by FlashCursor(), and TGHtml().
|
protected |
Definition at line 1162 of file TGHtml.h.
Referenced by FlashCursor(), and TGHtml().
|
protected |
Definition at line 1164 of file TGHtml.h.
Referenced by BlockDraw(), FlashCursor(), SetInsert(), TGHtml(), and UpdateInsert().
|
protected |
Definition at line 1165 of file TGHtml.h.
Referenced by FlashCursor(), HandleTimer(), TGHtml(), UpdateInsert(), and ~TGHtml().
|
protected |
Definition at line 1198 of file TGHtml.h.
Referenced by AddStyle(), GetPctWidth(), and TGHtml().
|
protected |
Definition at line 1197 of file TGHtml.h.
Referenced by AddStyle(), and TGHtml().
|
protected |
Definition at line 1179 of file TGHtml.h.
Referenced by HClear(), TGHtml(), and Tokenize().
|
protected |
Definition at line 1140 of file TGHtml.h.
Referenced by AppendBlock(), FormBlocks(), HClear(), ItemLayout(), Redraw(), ResetBlocks(), and TGHtml().
|
protected |
Definition at line 1142 of file TGHtml.h.
Referenced by DeleteControls(), SizeAndLink(), and TGHtml().
|
protected |
|
protected |
Definition at line 1282 of file TGHtml.h.
Referenced by HandleMotion(), HClear(), and TGHtml().
|
protected |
Definition at line 1211 of file TGHtml.h.
Referenced by LayoutDoc(), and ResetLayoutContext().
|
protected |
Definition at line 1204 of file TGHtml.h.
Referenced by ParseText(), and TGHtml().
|
protected |
Definition at line 1205 of file TGHtml.h.
Referenced by ParseText(), and TGHtml().
|
protected |
Definition at line 1218 of file TGHtml.h.
Referenced by GetMarginHeight(), and GetMarginWidth().
|
protected |
Definition at line 1266 of file TGHtml.h.
Referenced by ComputeVirtualSize(), HClear(), ItemLayout(), LayoutDoc(), Redraw(), and TGHtml().
|
protected |
Definition at line 1266 of file TGHtml.h.
Referenced by ComputeVirtualSize(), HClear(), ItemLayout(), LayoutDoc(), Redraw(), and TGHtml().
|
protected |
Definition at line 1174 of file TGHtml.h.
Referenced by HClear(), TGHtml(), Tokenize(), and TokenizerAppend().
|
protected |
Definition at line 1175 of file TGHtml.h.
Referenced by HClear(), TGHtml(), Tokenize(), and TokenizerAppend().
|
protected |
|
protected |
Definition at line 1137 of file TGHtml.h.
Referenced by HClear(), ItemLayout(), LayoutDoc(), Redraw(), and TGHtml().
|
protected |
Definition at line 1144 of file TGHtml.h.
Referenced by AddFormInfo(), HClear(), and TGHtml().
|
protected |
Definition at line 1143 of file TGHtml.h.
Referenced by ControlSize(), DeleteControls(), HClear(), ParseText(), and TGHtml().
|
protected |
Definition at line 1173 of file TGHtml.h.
Referenced by AppToken(), HClear(), TGHtml(), and TokenizerAppend().
|
protected |
Definition at line 1134 of file TGHtml.h.
Referenced by AppendElement(), AppToken(), HClear(), TGHtml(), and TokenByIndex().
|
protected |
|
protected |
Definition at line 1245 of file TGHtml.h.
Referenced by AddStyle(), and TGHtml().
|
protected |
Definition at line 1244 of file TGHtml.h.
Referenced by AddStyle(), and TGHtml().
|
protected |
Definition at line 1193 of file TGHtml.h.
Referenced by AddStyle(), HClear(), ParseText(), and TGHtml().
|
protected |
Definition at line 1132 of file TGHtml.h.
Referenced by AddStyle(), AppendBlock(), AppendElement(), AppToken(), AttrElem(), DecodeBaseIndex(), FormBlocks(), GetMap(), GotoAnchor(), HClear(), ItemLayout(), LayoutDoc(), ParseText(), Redraw(), Sizer(), TGHtml(), TokenByIndex(), UnderlineLinks(), and UnlinkAndFreeBlock().
|
protected |
Definition at line 1167 of file TGHtml.h.
Referenced by BlockDraw(), FlashCursor(), HClear(), SetInsert(), TGHtml(), and UpdateInsert().
|
protected |
Definition at line 1133 of file TGHtml.h.
Referenced by AppendElement(), DecodeBaseIndex(), ElementCoords(), HClear(), ParseText(), Sizer(), TGHtml(), TokenByIndex(), and UnlinkAndFreeBlock().
|
protected |
Definition at line 1183 of file TGHtml.h.
Referenced by TGHtml(), and Tokenize().
|
protected |
Definition at line 1158 of file TGHtml.h.
Referenced by DrawSelectionBackground(), HClear(), LostSelection(), TGHtml(), UpdateSelection(), and UpdateSelectionDisplay().
|
protected |
Definition at line 1154 of file TGHtml.h.
Referenced by DrawSelectionBackground(), HClear(), LostSelection(), TGHtml(), UpdateSelection(), and UpdateSelectionDisplay().
|
protected |
Definition at line 1148 of file TGHtml.h.
Referenced by AddFormInfo(), and TGHtml().
|
protected |
Definition at line 1194 of file TGHtml.h.
Referenced by AddStyle(), HClear(), ParseText(), and TGHtml().
|
protected |
Definition at line 1262 of file TGHtml.h.
Referenced by GetRulePadding(), and TGHtml().
|
protected |
Definition at line 1261 of file TGHtml.h.
Referenced by BlockDraw(), GetRuleRelief(), SetRuleRelief(), and TGHtml().
|
protected |
Definition at line 1152 of file TGHtml.h.
Referenced by DecodeBaseIndex(), HClear(), ItemLayout(), LostSelection(), Redraw(), SelectionSet(), TGHtml(), UpdateSelection(), and UpdateSelectionDisplay().
|
protected |
|
protected |
Definition at line 1153 of file TGHtml.h.
Referenced by DecodeBaseIndex(), HClear(), ItemLayout(), LostSelection(), Redraw(), SelectionSet(), TGHtml(), UpdateSelection(), and UpdateSelectionDisplay().
|
protected |
Definition at line 1157 of file TGHtml.h.
Referenced by DrawSelectionBackground(), TGHtml(), UpdateSelection(), and UpdateSelectionDisplay().
|
protected |
Definition at line 1155 of file TGHtml.h.
Referenced by DrawSelectionBackground(), TGHtml(), UpdateSelection(), and UpdateSelectionDisplay().
|
protected |
Definition at line 1192 of file TGHtml.h.
Referenced by GetCurrentStyle(), HClear(), PopStyleStack(), PushStyleStack(), and TGHtml().
|
protected |
Definition at line 1250 of file TGHtml.h.
Referenced by TableDimensions(), and TGHtml().
|
protected |
Definition at line 1260 of file TGHtml.h.
Referenced by BlockDraw(), CellSpacing(), GetTableRelief(), SetTableRelief(), and TGHtml().
|
protected |
|
protected |
Definition at line 1246 of file TGHtml.h.
Referenced by AddStyle(), TGHtml(), and UnderlineLinks().
|
protected |
|
protected |
Definition at line 1263 of file TGHtml.h.
Referenced by AddStyle(), DecodeBaseIndex(), GetBaseUri(), ResolveUri(), SetBaseUri(), and TGHtml().
|
protected |
Definition at line 1264 of file TGHtml.h.
Referenced by AddStyle(), HClear(), ResolveUri(), and TGHtml().
|
protected |
Definition at line 1276 of file TGHtml.h.
Referenced by LayoutDoc(), and TGHtml().
|
protected |
Definition at line 1172 of file TGHtml.h.
Referenced by AddSelectOptions(), AppendText(), GetText(), HClear(), InsertToken(), ListTokens(), TableText(), TGHtml(), Tokenize(), and TokenizerAppend().