AnchorRenderer | The Anchor class associates a name with a physical position in the rendered document. |
Attribute | The Attribute class stores the prototype for an SGML tag attribute. |
BlockRenderer | The BlockRenderer class displays content by word wrapping and compressing white-space. |
Bookmarks | The Bookmarks class maintains the user's bookmarks, and the menu structure for them. |
Browser | The Browser class is a top-level window for viewing SGML documents. |
BrowserList | The BrowserList class keeps track of all the open browser windows. |
ButtonRenderer | The ButtonRenderer class provides a QPushButton that can be embedded in an HTML form. |
Cache | The Cache class provides a global memory cache of previously retrieved URLs. |
CacheData | The CacheData class stores all information associated with an active or completed URL request. |
Canvas | |
CatalogEntry | The CatalogEntry class encapsulates a single entry in the SgmlCatalog. |
Cell | The Cell class allows a VerticalRenderer to be embedded within a table renderer. |
CheckBoxRenderer | The CheckBoxRenderer class provides a QCheckBox that can be embedded in an HTML form. |
Connection | The Connection class is the abstract base class for any type of data retrieval class. |
ConsoleWindow | |
ContentModel | The ContentModel class provides a container for ContentModelStates. |
ContentModelState | The ContentModelState class stores a single state in the content model for an SGML element. |
DownloadRenderer | The DownloadRenderer class provides a dialog for saving a remote URL to a local file. |
Dtd | The Dtd class provides a container for an SGML Document Type Declaration. |
DtdManager | The DtdManager class keeps a cache of parsed DTDs and style sheets. |
DtdParser | The DtdParser class parses a DTD received from a Request. |
EntryRenderer | The EntryRenderer class provides a QLineEdit that can be embedded in an HTML form. |
EnumeratedStyleAttr | |
FileConn | The FileConn class provides a connection type for reading data from local files. |
FormObjectRenderer | The FormObjectRenderer is the abstract base class for all input form widgets. |
FormRenderer | The FormRenderer class manages a group of form input fields. |
GeneralPage | The GeneralPage class is a single page in the PrefsWindow notebook. |
GifDecoder | |
HLineRenderer | The HLineRenderer class displays a horizontal rule that spans the width of the page. |
History | The History class keeps track of visited URLs for a single Browser. |
HostCache | |
HttpConn | The HttpConn class provides a simple means for retrieving data through thr HTTP protocol. |
ImageDecoder | The ImageDecoder class is the abstract base class of all image decoders. |
ImageRenderer | The ImageRenderer class fetches, decodes, and displays a single inlined image. |
LZWDecoder | |
Line | The Lines class stores a list of Inline elements. |
Link | The Link class stores a single entry in the heirarchical list of bookmarks. |
ListBoxRenderer | The ListBoxRenderer class provides a QListBox that can be embedded in an HTML form. |
ListStyleAttr | |
MouseZone | |
NumberStyleAttr | |
OptionRenderer | The OptionRenderer class provides a QComboBox that can be embedded in an HTML form. |
Options | The Options object manages the user preferences for the entire application. |
PlainRenderer | The PlainRenderer class displays content of type text/plain. |
Poller | The Poller class is responsible for periodically checking for waiting data on a set of file descriptors. |
PreformatRenderer | The PreformatRenderer class displays content by preserving all white-space and line breaks. |
PrefsWindow | The PrefsWindow class provides a modal dialog for editting user preferences. |
ProgressBar | The ProgressBar is a simple progress indicator that shows a blue bar growing frmo left to right. |
RadioRenderer | The RadioRenderer class provides a QRadioButton that can be embedded in an HTML form. |
Rect | |
Renderer | The Renderer class is the base class for anything that displays content in a browser window. |
Request | The Request class provides one-stop-shopping for data retrieval. |
STag | The STag class is a container for the information associated with an SGML start tag. |
ScrolledWindow | |
SgmlCatalog | The SgmlCatalog class maintains and allows editing of a list of SGML CatalogEntry's. |
SgmlElement | The SgmlElement class stores data about an SGML element derived from the DTD. |
SgmlEntity | The SgmlEntity class associates a piece of SGML text with a name. |
SgmlLexer | The SgmlLexer class tokenizes a data stream from a Request. |
SgmlNode | The SgmlNode class is a node within the parse tree for an SGML element's content model. |
SgmlParser | The SgmlParser class parses a data stream into a normalized sequence of start tags, end tags, and content. |
SgmlRenderer | The SgmlRenderer class is the base class for any renderer that takes input from an SgmlParser. |
StringStyleAttr | |
Style | This class stores the style description for an SGML element. |
StyleAttr | |
StyleAttrProto | |
StyleEditor | The StyleEditor class allows the user to directly edit a style sheet. |
StyleLexer | The StyleLexer class converts a data stream into a stream of style tokens. |
StyleParser | The StyleParser class parses a data stream into a StylSheet. |
StyleRenderer | |
StyleSelect | The StyleSelect class provides a dialog for choosing a style sheet. |
StyleSheet | The StyleSheet class stores and saves the style information for a single DTD. |
StyleSheetManager | |
StyleSheetProto | |
StyleSheetReceiver | |
TableRenderer | The TableRenderer class handles the geomertry management for a group of rows of cells. |
TextAreaRenderer | The TextAreaRenderer class provides a QMultiLineEdit that can be embedded in an HTML form. |
TextRenderer | The TextRenderer class is the base class for all block-level renderers. |
TransferLogo | The TransferLogo class provides an animated sequence of pixmaps that can be turned on and off. |
Url | The Url class parses and stores a Uniform Resource Locator, as specified in RFC1738 and RFC1808. |
VerticalRenderer | The VerticalRenderer class manages a list of Renderers that are laid out top to bottom. |
WordRenderer | The Word class stores all the data needed to renderer a single word. |
YesNoCancelDlg |