KHTML
Go to the documentation of this file.
31 class KJavaAppletPrivate
51 :
d(new KJavaAppletPrivate), params()
54 d->UIwidget = _parent;
61 d->reallyExists =
false;
66 if ( d->reallyExists )
74 return d->reallyExists;
85 d->className = _className;
95 return params[ name ];
100 params.insert( name, value );
140 d->archives = _archives;
150 kDebug(6100) <<
"KJavaApplet, id = " <<
id <<
", ::resizeAppletWidget to " << width <<
", " << height;
153 sl.push_back( QString::number( 0 ) );
154 sl.push_back(
QString(
"eval" ) );
156 sl.push_back(
QString(
"this.setAttribute('WIDTH',%1);this.setAttribute('HEIGHT',%2)" ).arg( width ).arg( height ) );
167 d->windowName = title;
172 return d->windowName;
182 if ( !context->
create(
this ) )
184 d->reallyExists =
true;
189 context->
init(
this );
194 context->
start(
this );
199 context->
stop(
this );
218 switch ( newState ) {
256 kError(6100) <<
"KJavaApplet::stateChange : don't want to switch from state "
257 << d->state <<
" to " << newState << endl;
261 void KJavaApplet::showStatus(
const QString &msg) {
287 #include "kjavaapplet.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Wed Jun 5 2013 18:41:09 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.