#include <gweb.h>
Public Member Functions | |
sCoordText () | |
~sCoordText () | |
bool | IsOk () |
unsigned | N () |
char * | Str (unsigned idx) |
gIntCoord & | GetCoord (unsigned idx) |
unsigned | FindCoordX (int x) |
unsigned | FindCoordX (int x, gList &foundL, gList &foundTxtL) |
bool | Add (int x, int y, gString &s) |
bool | Add (int x, int y, char *s) |
bool | Add (int x, int y, int z, gString &s) |
bool | Add (int x, int y, int z, char *s) |
bool | AddCoord (int x, int y, int z=0) |
bool | AddCoordToList (int x, int y, int z, gList &resL) |
bool | AddText (gString &s) |
bool | AddText (char *s) |
void | Delete () |
void | Report (FILE *fRep, bool doShowAll=true) |
Public Attributes | |
gList | coordL |
gList | textL |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 138 of file gweb.h. Referenced by Add(), gUnweb::thisAddCmd(), gUnweb::thisAddTxt(), gUnweb::thisConsolidateDataCoord(), and gUnweb::thisTxtCheck(). |
|
Definition at line 174 of file gweb.cpp. Referenced by Add(), and gUnweb::thisPreStripComments(). |
|
Definition at line 179 of file gweb.cpp. Referenced by AddCoord(), and FindCoordX(). |
|
|
|
Definition at line 189 of file gweb.cpp. Referenced by Add(), and gUnweb::thisPreStripComments(). |
|
|
|
|
|
|
|
Definition at line 108 of file gweb.cpp. Referenced by gUnweb::Dump(), FindCoordX(), Report(), gUnweb::thisAddTxt(), gUnweb::thisConsolidateDataCoord(), and gUnweb::thisCutCommentsInTxt(). |
|
Definition at line 90 of file gweb.cpp. Referenced by AddCoordToList(), and N(). |
|
Definition at line 97 of file gweb.cpp. Referenced by gUnweb::Dump(), FindCoordX(), Report(), gUnweb::thisAddTxt(), gUnweb::thisConsolidateDataCoord(), gUnweb::thisCutCommentsInTxt(), gHtmlParser::thisFillFromUnweb(), gUnweb::thisPostProcess(), and gUnweb::thisPreProcess(). |
|
Definition at line 207 of file gweb.cpp. Referenced by gUnweb::Dump(). |
|
Definition at line 103 of file gweb.cpp. Referenced by gUnweb::Dump(), Report(), gUnweb::Str(), gUnweb::thisConsolidateDataCoord(), and gUnweb::thisCutCommentsInTxt(). |
|
Definition at line 126 of file gweb.h. Referenced by AddCoord(), Delete(), GetCoord(), IsOk(), and N(). |
|
Definition at line 127 of file gweb.h. Referenced by AddText(), Delete(), FindCoordX(), IsOk(), and Str(). |