HTMLForm Class Reference
[
khtmlw Index
] [
khtmlw Hierarchy
] [
Headers
]
#include <
htmlform.h
>
Inherits:
QObject
(qt)
Public Members
HTMLForm
( const char *a, const char *m )
virtual
~HTMLForm
()
void
addElement
( HTMLElement *e )
void
addHidden
( HTMLHidden *he )
void
removeElement
( HTMLElement *e )
const char*
method
() const
const char*
action
() const
void
position
( int _x, int _y, int _width, int _height )
Public Slots
void
slotReset
()
void
slotSubmit
()
void
slotRadioSelected
( const char *n, const char *v )
Protected Slots
void
slotTimeout
()
Signals
void
submitted
( const char *method, const char *url, const char *data )
void
radioSelected
( const char *n, const char *v )
Private Members
QString
_method
QString
_action
QTimer *
timer
int
dx
int
dy
int
width
int
height
Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:38:46 CEST 1999
K
doc