|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::HtmlWindow Class Reference#include <HtmlWindow.h>
Inheritance diagram for acdk::wx::HtmlWindow:
List of all members.
Detailed Description
see wxHtmlWindow
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.4
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::HtmlWindow::HtmlWindow |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = 0, |
|
|
IN(RString) |
name = htmlWindow |
|
) |
[inline] |
|
Member Function Documentation
bool acdk::wx::HtmlWindow::appendToPage |
( |
IN(RString) |
source |
) |
[inline] |
|
RString acdk::wx::HtmlWindow::getOpenedAnchor |
( |
|
) |
const [inline] |
|
RString acdk::wx::HtmlWindow::getOpenedPage |
( |
|
) |
const [inline] |
|
RString acdk::wx::HtmlWindow::getOpenedPageTitle |
( |
|
) |
const [inline] |
|
RFrame acdk::wx::HtmlWindow::getRelatedFrame |
( |
|
) |
const [inline] |
|
bool acdk::wx::HtmlWindow::historyBack |
( |
|
) |
[inline] |
|
bool acdk::wx::HtmlWindow::historyCanBack |
( |
|
) |
[inline] |
|
bool acdk::wx::HtmlWindow::historyCanForward |
( |
|
) |
[inline] |
|
void acdk::wx::HtmlWindow::historyClear |
( |
|
) |
[inline] |
|
bool acdk::wx::HtmlWindow::historyForward |
( |
|
) |
[inline] |
|
bool acdk::wx::HtmlWindow::loadFile |
( |
IN(RString) |
filename |
) |
[inline] |
|
virtual bool acdk::wx::HtmlWindow::loadPage |
( |
IN(RString) |
location |
) |
[inline, virtual] |
|
void acdk::wx::HtmlWindow::setBorders |
( |
int |
b |
) |
[inline] |
|
bool acdk::wx::HtmlWindow::setPage |
( |
IN(RString) |
source |
) |
[inline] |
|
void acdk::wx::HtmlWindow::setRelatedFrame |
( |
IN(RFrame) |
frame, |
|
|
IN(RString) |
format |
|
) |
[inline] |
|
void acdk::wx::HtmlWindow::setRelatedStatusBar |
( |
int |
bar |
) |
[inline] |
|
|
|