|
void | editableWidgetBlurred () |
|
void | editableWidgetFocused () |
|
void | addWebSideBar (const KUrl &url, const QString &name) |
|
void | createNewWindow (const KUrl &url, const KParts::OpenUrlArguments &arguments=KParts::OpenUrlArguments(), const KParts::BrowserArguments &browserArguments=KParts::BrowserArguments(), const KParts::WindowArgs &windowArgs=KParts::WindowArgs(), KParts::ReadOnlyPart **part=0) |
|
void | enableAction (const char *name, bool enabled) |
|
void | infoMessage (const QString &) |
|
void | itemsRemoved (const KFileItemList &items) |
|
void | loadingProgress (int percent) |
|
void | mouseOverInfo (const KFileItem &item) |
|
void | moveTopLevelWidget (int x, int y) |
|
void | openUrlNotify () |
|
void | openUrlRequest (const KUrl &url, const KParts::OpenUrlArguments &arguments=KParts::OpenUrlArguments(), const KParts::BrowserArguments &browserArguments=KParts::BrowserArguments()) |
|
void | openUrlRequestDelayed (const KUrl &url, const KParts::OpenUrlArguments &arguments, const KParts::BrowserArguments &browserArguments) |
|
void | popupMenu (const QPoint &global, const KFileItemList &items, const KParts::OpenUrlArguments &args=KParts::OpenUrlArguments(), const KParts::BrowserArguments &browserArgs=KParts::BrowserArguments(), KParts::BrowserExtension::PopupFlags flags=KParts::BrowserExtension::DefaultPopupItems, const KParts::BrowserExtension::ActionGroupMap &actionGroups=ActionGroupMap()) |
|
void | popupMenu (const QPoint &global, const KUrl &url, mode_t mode=static_cast< mode_t >(-1), const KParts::OpenUrlArguments &args=KParts::OpenUrlArguments(), const KParts::BrowserArguments &browserArgs=KParts::BrowserArguments(), KParts::BrowserExtension::PopupFlags flags=KParts::BrowserExtension::DefaultPopupItems, const KParts::BrowserExtension::ActionGroupMap &actionGroups=ActionGroupMap()) |
|
void | requestFocus (KParts::ReadOnlyPart *part) |
|
void | resizeTopLevelWidget (int w, int h) |
|
void | selectionInfo (const KUrl::List &urls) |
|
void | selectionInfo (const QString &text) |
|
void | selectionInfo (const KFileItemList &items) |
|
void | setActionText (const char *name, const QString &text) |
|
void | setIconUrl (const KUrl &url) |
|
void | setLocationBarUrl (const QString &url) |
|
void | setPageSecurity (int) |
|
void | speedProgress (int bytesPerSecond) |
|
|
| KHTMLPartBrowserExtension (KHTMLPart *parent) |
|
void | editableWidgetBlurred (QWidget *widget) |
|
void | editableWidgetFocused (QWidget *widget) |
|
virtual void | restoreState (QDataStream &stream) |
|
virtual void | saveState (QDataStream &stream) |
|
void | setExtensionProxy (KParts::BrowserExtension *proxyExtension) |
|
virtual int | xOffset () |
|
virtual int | yOffset () |
|
| BrowserExtension (KParts::ReadOnlyPart *parent) |
|
virtual | ~BrowserExtension () |
|
QString | actionText (const char *name) const |
|
BrowserArguments | browserArguments () const |
|
BrowserInterface * | browserInterface () const |
|
bool | isActionEnabled (const char *name) const |
|
bool | isURLDropHandlingEnabled () const |
|
void | pasteRequest () |
|
virtual void | setBrowserArguments (const BrowserArguments &args) |
|
void | setBrowserInterface (BrowserInterface *impl) |
|
void | setURLDropHandlingEnabled (bool enable) |
|
| QObject (QObject *parent) |
|
| QObject (QObject *parent, const char *name) |
|
virtual | ~QObject () |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QList< T > | findChildren (const QString &name) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
|
typedef QMap< QString, QList
< QAction * > > | ActionGroupMap |
|
typedef QMap< QByteArray, int > | ActionNumberMap |
|
typedef QMap< QByteArray,
QByteArray > | ActionSlotMap |
|
enum | PopupFlag |
|
static ActionSlotMap | actionSlotMap () |
|
static ActionSlotMap * | actionSlotMapPtr () |
|
static BrowserExtension * | childObject (QObject *obj) |
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const char *signal) |
|
int | receivers (const char *signal) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
QByteArray | normalizeSignalSlot (const char *signalSlot) |
|
bool | urlDropHandling |
|
| objectName |
|
This is the BrowserExtension for a KHTMLPart document.
Please see the KParts documentation for more information about the BrowserExtension.
Definition at line 43 of file khtml_ext.h.