A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

I

i18n(String) - Static method in class org.kde.koala.KDE
KLocale i18n is the function that does everything you need to translate a string.
i18n(String, String) - Static method in class org.kde.koala.KDE
KLocale If the string is too ambiguous to be translated well to a non-english language, use this form of i18n to separate lookup string and english text.
i18n(String, String, long) - Static method in class org.kde.koala.KDE
KLocale If you want to handle plural forms, use this form of i18n.
ibeamCursor() - Static method in class org.kde.koala.KCursor
Returns the proper text cursor according to the current GUI style (static function).
iceauthPath() - Static method in class org.kde.koala.DCOPClient
Return the path of iceauth or an empty string if not found.
icon() - Method in class org.kde.koala.KAction
 
icon() - Method in class org.kde.koala.KApplication
Returns a QPixmap with the application icon.
icon() - Method in class org.kde.koala.KCModuleInfo
 
icon(String, boolean) - Method in class org.kde.koala.KDEDesktopMimeType
 
icon(KURL, boolean) - Method in class org.kde.koala.KDEDesktopMimeType
 
icon(String, boolean) - Method in class org.kde.koala.KFolderType
 
icon(KURL, boolean) - Method in class org.kde.koala.KFolderType
 
icon() - Method in class org.kde.koala.KMdiChildFrm
Returns the child frame icon.
icon(String, boolean) - Method in class org.kde.koala.KMimeType
Return the filename of the icon associated with the mimetype.
icon(KURL, boolean) - Method in class org.kde.koala.KMimeType
Return the filename of the icon associated with the mimetype.
icon() - Method in class org.kde.koala.KPopupTitle
Returns the current icon.
icon(String) - Static method in class org.kde.koala.KProtocolInfo
Returns the name of the icon, associated with the specified protocol.
icon() - Method in class org.kde.koala.KService
Returns the name of the icon.
icon() - Method in class org.kde.koala.KServiceGroup
Returns the name of the icon associated with the group.
icon() - Method in class org.kde.koala.KServiceType
Returns the icon associated with this service type.
icon() - Method in class org.kde.koala.KURLBarItem
returns the icon of this item.
iconChanged(int) - Method in interface org.kde.koala.KApplicationSignals
Emitted when the global icon settings have been changed.
iconChanged(String) - Method in interface org.kde.koala.KIconButtonSignals
Emitted when the icon has changed.
IconChanged - Static variable in class org.kde.koala.KIPC
 
iconEffect() - Method in class org.kde.koala.KIconLoader
Returns a pointer to the KIconEffect object used by the icon loader.
iconForURL(KURL, long) - Static method in class org.kde.koala.KMimeType
The same functionality as pixmapForURL(), but this method returns the name of the icon to load.
iconForURL(KURL) - Static method in class org.kde.koala.KMimeType
 
iconGroup() - Method in class org.kde.koala.KURLBarItem
returns the icon-group of this item (determines icon-effects).
iconifyAllViews() - Method in class org.kde.koala.KMdiMainFrm
Iconfiy all views
IconList - Static variable in class org.kde.koala.KDialogBase
 
IconList - Static variable in class org.kde.koala.KJanusWidget
 
iconLoader() - Method in class org.kde.koala.KApplication
Returns an iconloader object.
iconLoader() - Static method in class org.kde.koala.KGlobal
Returns an iconloader object.
iconLoader() - Method in class org.kde.koala.KInstance
Returns an iconloader object.
iconLoader() - Method in interface org.kde.koala.KInstanceInterface
 
iconName() - Method in class org.kde.koala.KApplication
Returns the name of the application icon.
iconName() - Method in class org.kde.koala.KDataToolInfo
Returns the icon name for this DataTool.
iconName() - Method in class org.kde.koala.KFileItem
Returns the full path name to the icon that represents this mime type.
iconName() - Method in class org.kde.koala.KGuiItem
 
iconName() - Method in class org.kde.koala.KIconButton
Returns the name of the selected icon.
iconName() - Method in class org.kde.koala.KURIFilterData
Returns the name of the icon that matches the current filtered URL.
iconName() - Method in class org.kde.koala.KURLBarItemDialog
 
IconOnly - Static variable in class org.kde.koala.KMdi
The style of the toolview tabs \since 3.3
IconOnly - Static variable in class org.kde.koala.KToolBar
 
iconPath(String, int, boolean) - Method in class org.kde.koala.KIconLoader
Returns the path of an icon.
iconPath(String, int) - Method in class org.kde.koala.KIconLoader
 
icons() - Method in class org.kde.koala.KAnimWidget
Returns the current icons since 3.4
iconSet(int, int) - Method in class org.kde.koala.KAction
Get the QIconSet from which the icons used to display this action will be chosen.
iconSet(int) - Method in class org.kde.koala.KAction
 
iconSet() - Method in class org.kde.koala.KAction
Remove in KDE4
iconSet(int, int, KInstanceInterface) - Method in class org.kde.koala.KGuiItem
 
iconSet(int, int) - Method in class org.kde.koala.KGuiItem
 
iconSet(int) - Method in class org.kde.koala.KGuiItem
 
iconSet() - Method in class org.kde.koala.KGuiItem
 
iconSize() - Method in class org.kde.koala.KAnimWidget
Returns the current size.
IconSize(int, KInstanceInterface) - Static method in class org.kde.koala.KDE
KIconLoader Returns the current icon size for a specific group.
IconSize(int) - Static method in class org.kde.koala.KDE
 
iconSize() - Method in class org.kde.koala.KFileIconView
 
iconSize() - Method in class org.kde.koala.KIconButton
Returns the iconsize set via setIconSize() or 0, if the default iconsize will be used.
iconSize() - Method in class org.kde.koala.KIconDialog
Returns the iconsize set via setIconSize() or 0, if the default iconsize will be used.
iconSize() - Method in class org.kde.koala.KToolBar
Returns the current icon size for buttons.
iconSize() - Method in class org.kde.koala.KURLBar
 
iconSizeDefault() - Method in class org.kde.koala.KToolBar
Returns the default size for this type of toolbar.
IconTextBottom - Static variable in class org.kde.koala.KToolBar
 
iconTextHeight() - Method in class org.kde.koala.KIconView
 
iconTextId() - Method in class org.kde.koala.KToolBar
Returns the current text style for buttons.
iconTextMode() - Method in class org.kde.koala.KToolBarButton
 
IconTextRight - Static variable in class org.kde.koala.KToolBar
 
iconTextSetting() - Static method in class org.kde.koala.KToolBar
Returns the global setting for "Icon Text"
iconUpdated(QWidget, QPixmap) - Method in interface org.kde.koala.KMdiChildViewSignals
 
id() - Method in class org.kde.koala.HTMLElement
The element's identifier.
id() - Method in class org.kde.koala.KMultiTabBarButton
 
id() - Method in class org.kde.koala.KOCRDialog
Returns the current id for an image.
id() - Method in class org.kde.koala.KScanDialog
Returns the current id for an image.
id() - Method in class org.kde.koala.KToolBarButton
Returns the button's id.
idAt(int) - Method in class org.kde.koala.KToolBar
Returns the id of the item at the given index.
IDEAlMode - Static variable in class org.kde.koala.KMdi
 
idealToolViewsToStandardTabs(String[], int, int) - Method in class org.kde.koala.KMdiMainFrm
 
identifier() - Method in class org.kde.koala.Counter
This attribute is used for the identifier of the counter.
idleTime() - Method in class org.kde.koala.Slave
 
ignore(String) - Method in class org.kde.koala.KSpell
Tells ISpell/ASpell to ignore this word for the life of this KSpell instance.
ignore() - Method in class org.kde.koala.KSpellDlg
 
ignoreAll() - Method in class org.kde.koala.KSpellDlg
 
ignoreall(String) - Method in interface org.kde.koala.KSpellSignals
Emitted when the user pressed "Ignore All" in the dialog.
ignoreCase() - Method in class org.kde.koala.KCompletion
Return whether KCompletion acts case insensitively or not.
ignoreInitialGeometry() - Method in class org.kde.koala.KMainWindow
Used from Konqueror when reusing the main window.
ignoreList() - Method in class org.kde.koala.KSpellConfig
 
IgnoreRTL - Static variable in class org.kde.koala.KStdGuiItem
 
ignoreScrollBars() - Method in class org.kde.koala.PartManager
 
ignoreword(String) - Method in interface org.kde.koala.KSpellSignals
Emitted when the user pressed "Ignore" in the dialog.
images() - Method in class org.kde.koala.HTMLDocument
A collection of all the IMG elements in a document.
imageURL(QWidget, String, String, QColor, String) - Static method in class org.kde.koala.KAboutDialog
Create a modal dialog with an image in the upper area with a URL link below.
iMBeingClosed() - Method in interface org.kde.koala.KDockWidgetSignals
Emitted when the widget processes a close event.
Imperial - Static variable in class org.kde.koala.KLocale
 
implementation() - Method in class org.kde.koala.Document
The DOMImplementation object that handles this document.
implode(QImage, double, int) - Static method in class org.kde.koala.KImageEffect
Implodes an image by a specified percent.
implode(QImage, double) - Static method in class org.kde.koala.KImageEffect
 
implode(QImage) - Static method in class org.kde.koala.KImageEffect
 
importNode(Node, boolean) - Method in class org.kde.koala.Document
Introduced in DOM Level 2 Imports a node from another document to this document.
ImpulseNoise - Static variable in class org.kde.koala.KImageEffect
 
inactiveTextColor() - Static method in class org.kde.koala.KGlobalSettings
The default color to use for inactive texts.
inactiveTitleColor() - Static method in class org.kde.koala.KGlobalSettings
The default color to use for inactive titles.
inBufferAvailable() - Method in class org.kde.koala.KFilterBase
\internal @short \internal
inBufferEmpty() - Method in class org.kde.koala.KFilterBase
\internal @short \internal
Inch - Static variable in class org.kde.koala.KRuler
 
incInitialSize(QSize, boolean) - Method in class org.kde.koala.KDialogBase
Convenience method.
incInitialSize(QSize) - Method in class org.kde.koala.KDialogBase
 
indent() - Method in class org.kde.koala.KSelector
 
index() - Method in class org.kde.koala.HTMLOptionElement
The index of this OPTION in its parent SELECT .
index() - Method in class org.kde.koala.KFind
 
index(String) - Method in class org.kde.koala.KShortcutList
Returns the index of the shortcut with he given name.
index(KKeySequence) - Method in class org.kde.koala.KShortcutList
Returns the index of the shortcut with he given key sequence.
index() - Method in class org.kde.koala.Node
 
INF_ERROR_PAGE - Static variable in class org.kde.koala.KIO
 
INF_GETTING_FILE - Static variable in class org.kde.koala.KIO
 
INF_INFOMESSAGE - Static variable in class org.kde.koala.KIO
 
INF_MESSAGEBOX - Static variable in class org.kde.koala.KIO
 
INF_META_DATA - Static variable in class org.kde.koala.KIO
 
INF_MIME_TYPE - Static variable in class org.kde.koala.KIO
 
INF_NEED_PASSWD - Static variable in class org.kde.koala.KIO
 
INF_NETWORK_STATUS - Static variable in class org.kde.koala.KIO
 
INF_PROCESSED_SIZE - Static variable in class org.kde.koala.KIO
 
INF_REDIRECTION - Static variable in class org.kde.koala.KIO
 
INF_SPEED - Static variable in class org.kde.koala.KIO
 
INF_TOTAL_SIZE - Static variable in class org.kde.koala.KIO
Identifiers for KIO informational messages.
INF_WARNING - Static variable in class org.kde.koala.KIO
 
infoMessage(String) - Method in interface org.kde.koala.BrowserExtensionSignals
 
infoMessage(Job, String) - Method in interface org.kde.koala.JobSignals
Emitted to display information about this job, as sent by the slave.
infoMessage(String) - Method in interface org.kde.koala.KDirListerSignals
Emitted to display information about running jobs.
infoMessage(String) - Method in interface org.kde.koala.KShredSignals
Shows a message in the progress dialog
infoMessage(String) - Method in class org.kde.koala.SlaveBase
Call to signal a message, to be displayed if the application wants to, for instance in a status bar.
infoMessage(String) - Method in interface org.kde.koala.SlaveInterfaceSignals
 
Information - Static variable in class org.kde.koala.KMessageBox
 
information(QWidget, String, String, String, int) - Static method in class org.kde.koala.KMessageBox
Display an "Information" dialog.
information(QWidget, String, String, String) - Static method in class org.kde.koala.KMessageBox
 
information(QWidget, String, String) - Static method in class org.kde.koala.KMessageBox
 
information(QWidget, String) - Static method in class org.kde.koala.KMessageBox
 
informationList(QWidget, String, String[], String, String, int) - Static method in class org.kde.koala.KMessageBox
Display an "Information" dialog with a listbox.
informationList(QWidget, String, String[], String, String) - Static method in class org.kde.koala.KMessageBox
 
informationList(QWidget, String, String[], String) - Static method in class org.kde.koala.KMessageBox
 
informationList(QWidget, String, String[]) - Static method in class org.kde.koala.KMessageBox
 
informationListWId(long, String, String[], String, String, int) - Static method in class org.kde.koala.KMessageBox
This function accepts the window id of the parent window, instead of QWidget.
informationListWId(long, String, String[], String, String) - Static method in class org.kde.koala.KMessageBox
 
informationListWId(long, String, String[], String) - Static method in class org.kde.koala.KMessageBox
 
informationListWId(long, String, String[]) - Static method in class org.kde.koala.KMessageBox
 
informationWId(long, String, String, String, int) - Static method in class org.kde.koala.KMessageBox
This function accepts the window id of the parent window, instead of QWidget.
informationWId(long, String, String, String) - Static method in class org.kde.koala.KMessageBox
 
informationWId(long, String, String) - Static method in class org.kde.koala.KMessageBox
 
informationWId(long, String) - Static method in class org.kde.koala.KMessageBox
 
inherits(String) - Method in class org.kde.koala.KServiceType
Checks whether this service type is or inherits from servTypeName.
init() - Method in class org.kde.koala.BrowserRun
Reimplemented from KRun
init(int, int) - Method in class org.kde.koala.Connection
Initialize the connection to use the given file descriptors.
init() - Method in class org.kde.koala.DefaultProgress
 
init(String[], String, String, String, String, boolean) - Static method in class org.kde.koala.KCmdLineArgs
Initialize class.
init(String[], String, String, String, String) - Static method in class org.kde.koala.KCmdLineArgs
 
init(String[], KAboutData, boolean) - Static method in class org.kde.koala.KCmdLineArgs
Initialize class.
init(String[], KAboutData) - Static method in class org.kde.koala.KCmdLineArgs
 
init(KAboutData) - Static method in class org.kde.koala.KCmdLineArgs
Initialize Class This function should be called as the very first thing in your application.
init() - Method in class org.kde.koala.KDateWidget
 
init(Calendar) - Method in class org.kde.koala.KDateWidget
 
init(String, String, QWidget) - Method in class org.kde.koala.KFileDialog
Perform basic initialization tasks.
init(boolean) - Method in class org.kde.koala.KFileItem
Computes the text, mode, and mimetype from the UDSEntry Called by constructor, but can be called again later
init() - Method in class org.kde.koala.KFileListViewItem
 
init(int) - Method in class org.kde.koala.KFilterBase
\internal @short \internal
init() - Method in class org.kde.koala.KHTMLSettings
Called by constructor and reparseConfiguration
init(KConfig, boolean) - Method in class org.kde.koala.KHTMLSettings
Read settings from config.
init(KConfig) - Method in class org.kde.koala.KHTMLSettings
 
init() - Method in class org.kde.koala.KIconEffect
Rereads configuration.
init() - Method in class org.kde.koala.KIconViewItem
 
init(int) - Method in class org.kde.koala.KKey
Initializes the key with the given Qt key code.
init(QKeySequence) - Method in class org.kde.koala.KKey
Initializes the key with the first key code of the given key sequence.
init(QKeyEvent) - Method in class org.kde.koala.KKey
Initializes the key by extracting the code from the given key event.
init(KKey) - Method in class org.kde.koala.KKey
Copies the given key.
init(String) - Method in class org.kde.koala.KKey
Initializes the key with the given description.
init(int, int) - Method in class org.kde.koala.KKey
 
init(KKey) - Method in class org.kde.koala.KKeyNative
Creates a new native key for the given KKey code.
init(KDesktopFile) - Method in class org.kde.koala.KMimeType
 
init(String, String) - Method in class org.kde.koala.KOpenWithDlg
Create a dialog that asks for a application to open a given URL(s) with.
init(QPixmap, String) - Method in class org.kde.koala.KPanelAppMenu
 
init() - Method in class org.kde.koala.KRun
 
init() - Method in class org.kde.koala.KService
Returns the name of the init function to call (KControl modules).
init(KDesktopFile) - Method in class org.kde.koala.KService
 
init(KDesktopFile) - Method in class org.kde.koala.KServiceType
Returns a list of all the supported servicetypes.
init(int) - Method in class org.kde.koala.KShortcut
Initializes the shortcut with the given Qt key code as the only key sequence.
init(QKeySequence) - Method in class org.kde.koala.KShortcut
Initializes the shortcut with the given qt key sequence.
init(KKey) - Method in class org.kde.koala.KShortcut
Initializes the shortcut with the given key as its only sequence.
init(KKeySequence) - Method in class org.kde.koala.KShortcut
Initializes the shortcut with the given qt key sequence.
init(KShortcut) - Method in class org.kde.koala.KShortcut
Copies the given shortcut.
init(String) - Method in class org.kde.koala.KShortcut
Initializes the key sequence with the given key sequence.
init(String, String[]) - Method in class org.kde.koala.KSpellDlg
Change the misspelled word and suggested replacements and enable the disabled buttons on the dialog box.
init(String, String[], String) - Method in class org.kde.koala.KSpellDlg
 
init(KURL) - Method in class org.kde.koala.KURIFilterData
Initializes the KURIFilterData on construction.
init(String) - Method in class org.kde.koala.KURIFilterData
Initializes the KURIFilterData on construction.
init() - Method in class org.kde.koala.KURIFilterData
 
init(int) - Method in class org.kde.koala.KURLComboBox
 
init() - Method in class org.kde.koala.KURLRequester
 
inited() - Method in class org.kde.koala.Connection
Checks whether the connection has been initialized.
initGUI() - Method in class org.kde.koala.KFileDialog
rebuild geometry management.
initialGeometrySet() - Method in class org.kde.koala.KMainWindow
 
initialize() - Static method in class org.kde.koala.kdejava
 
initialize(int, QWidget) - Method in class org.kde.koala.KPrintAction
 
initialize(QWidget, String, QObject, String, KSpellConfig, boolean, boolean, int) - Method in class org.kde.koala.KSpell
 
initialize() - Method in class org.kde.koala.KSSL
Initialize OpenSSL.
initialized() - Method in class org.kde.koala.KPanelMenu
Tell if the menu has been initialized, that is it already contains items.
initialPreference() - Method in class org.kde.koala.KService
What preference to associate with this service initially (before the user has had any chance to define a profile for it).
initialPreferenceForMimeType(String) - Method in class org.kde.koala.KService
What preference to associate with this service initially for handling the specified mimetype.
initiateDrag(int) - Method in interface org.kde.koala.KTabBarSignals
 
initiateDrag(int) - Method in class org.kde.koala.KTabWidget
 
initiateDrag(QWidget) - Method in interface org.kde.koala.KTabWidgetSignals
 
initInstance() - Static method in class org.kde.koala.KLocale
pointer.
initKPart(KXMLGUIFactory) - Method in class org.kde.koala.KEditToolbarWidget
 
initModifier(long, boolean) - Method in class org.kde.koala.TextEvent
initModifier The initModifier method is used to initialize the values of any modifiers associated with a TextEvent created through the DocumentEvent interface.
initMouseEvent(String, boolean, boolean, AbstractView, long, long, long, long, long, boolean, boolean, boolean, boolean, short, Node) - Method in class org.kde.koala.MouseEvent
The initMouseEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class org.kde.koala.MutationEvent
The initMutationEvent method is used to initialize the value of a MutationEvent created through the DocumentEvent interface.
initNonKPart(KActionCollection, String, boolean) - Method in class org.kde.koala.KEditToolbarWidget
 
initSpeedbar() - Method in class org.kde.koala.KFileDialog
 
initStatic() - Static method in class org.kde.koala.KMimeMagic
 
initTextEvent(String, boolean, boolean, AbstractView, long, String, long, long, boolean, boolean) - Method in class org.kde.koala.TextEvent
initTextEvent The initTextEvent method is used to initialize the value of a MouseEvent created through the DocumentEvent interface.
initUIEvent(String, boolean, boolean, AbstractView, long) - Method in class org.kde.koala.UIEvent
The initUIEvent method is used to initialize the value of a UIEvent created through the DocumentEvent interface.
Inline - Static variable in class org.kde.koala.KCModuleLoader
 
inlineAlias() - Method in class org.kde.koala.KServiceGroup
 
inlineValue() - Method in class org.kde.koala.KServiceGroup
 
innerHTML() - Method in class org.kde.koala.HTMLElement
The HTML code contained in this element.
innerText() - Method in class org.kde.koala.HTMLElement
The text contained in this element.
inProgress() - Method in class org.kde.koala.KHTMLPart
 
inputGenerated() - Method in class org.kde.koala.TextEvent
inputGenerated of type booleanean The inputGenerated attribute indicates whether the key event will normally cause visible output.
inputType(KURL) - Static method in class org.kde.koala.KProtocolInfo
Returns whether the protocol should be treated as a filesystem or as a stream when reading from it.
insert(String) - Method in class org.kde.koala.HistoryProvider
Inserts item into the history.
insert(String, String, String, KShortcut, QObject, String, boolean, boolean) - Method in class org.kde.koala.KAccel
Create an accelerator action.
insert(String, String, String, KShortcut, QObject, String, boolean) - Method in class org.kde.koala.KAccel
 
insert(String, String, String, KShortcut, QObject, String) - Method in class org.kde.koala.KAccel
 
insert(String, String, String, KShortcut, KShortcut, QObject, String, boolean, boolean) - Method in class org.kde.koala.KAccel
Same as first insert(), but with separate shortcuts defined for 3- and 4- modifier defaults.
insert(String, String, String, KShortcut, KShortcut, QObject, String, boolean) - Method in class org.kde.koala.KAccel
 
insert(String, String, String, KShortcut, KShortcut, QObject, String) - Method in class org.kde.koala.KAccel
 
insert(String, KShortcut, QObject, String, boolean, boolean) - Method in class org.kde.koala.KAccel
This is an overloaded function provided for convenience.
insert(String, KShortcut, QObject, String, boolean) - Method in class org.kde.koala.KAccel
 
insert(String, KShortcut, QObject, String) - Method in class org.kde.koala.KAccel
 
insert(int, QObject, String, boolean, boolean) - Method in class org.kde.koala.KAccel
Similar to the first insert() method, but with the action name, short description, help text, and default shortcuts all set according to one of the standard accelerators.
insert(int, QObject, String, boolean) - Method in class org.kde.koala.KAccel
 
insert(int, QObject, String) - Method in class org.kde.koala.KAccel
 
insert(KAction) - Method in class org.kde.koala.KActionCollection
Add an action to the collection.
insert(KAction, int) - Method in class org.kde.koala.KActionMenu
 
insert(KAction) - Method in class org.kde.koala.KActionMenu
 
insert(QWidget, QPopupMenu) - Static method in class org.kde.koala.KContextMenuManager
Makes popup a context popup menu for widget widget. Ownership of the popup menu is not transferred to the context menu manager.
insert(String, String, String, KShortcut, KShortcut, QObject, String, boolean, boolean) - Method in class org.kde.koala.KGlobalAccel
Create an accelerator action.
insert(String, String, String, KShortcut, KShortcut, QObject, String, boolean) - Method in class org.kde.koala.KGlobalAccel
 
insert(String, String, String, KShortcut, KShortcut, QObject, String) - Method in class org.kde.koala.KGlobalAccel
 
insert(String, String) - Method in class org.kde.koala.KGlobalAccel
Use this to insert a label into the action list.
insert(KActionCollection) - Method in class org.kde.koala.KKeyChooser
Insert an action collection, i.e.
insert(KActionCollection, String) - Method in class org.kde.koala.KKeyChooser
Insert an action collection, i.e.
insert(KAccel) - Method in class org.kde.koala.KKeyChooser
 
insert(KGlobalAccel) - Method in class org.kde.koala.KKeyChooser
 
insert(KShortcutList) - Method in class org.kde.koala.KKeyChooser
 
insert(KActionCollection) - Method in class org.kde.koala.KKeyDialog
Insert an action collection, i.e.
insert(KActionCollection, String) - Method in class org.kde.koala.KKeyDialog
Insert an action collection, i.e.
insert(String) - Method in class org.kde.koala.KPasswordEdit
Reimplementation
Insert - Static variable in class org.kde.koala.KStdGuiItem
 
insert() - Static method in class org.kde.koala.KStdGuiItem
 
insertAnimatedWidget(int, QObject, String, String, int) - Method in class org.kde.koala.KToolBar
Inserts an animated widget.
insertAnimatedWidget(int, QObject, String, String) - Method in class org.kde.koala.KToolBar
 
insertBefore(Node, Node) - Method in class org.kde.koala.Node
Inserts the node newChild before the existing child node refChild .
insertButton(String, int, boolean, String, int, KInstanceInterface) - Method in class org.kde.koala.KToolBar
Insert a button (a KToolBarButton) with a pixmap.
insertButton(String, int, boolean, String, int) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int, boolean) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int, String, QObject, String, boolean, String, int, KInstanceInterface) - Method in class org.kde.koala.KToolBar
This is the same as above, but with specified signals and slots to which this button will be connected.
insertButton(String, int, String, QObject, String, boolean, String, int) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int, String, QObject, String, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int, String, QObject, String, boolean) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int, String, QObject, String) - Method in class org.kde.koala.KToolBar
 
insertButton(QPixmap, int, boolean, String, int) - Method in class org.kde.koala.KToolBar
Inserts a button (a KToolBarButton) with the specified pixmap.
insertButton(QPixmap, int, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertButton(QPixmap, int, boolean) - Method in class org.kde.koala.KToolBar
 
insertButton(QPixmap, int) - Method in class org.kde.koala.KToolBar
 
insertButton(QPixmap, int, String, QObject, String, boolean, String, int) - Method in class org.kde.koala.KToolBar
This is the same as above, but with specified signals and slots to which this button will be connected.
insertButton(QPixmap, int, String, QObject, String, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertButton(QPixmap, int, String, QObject, String, boolean) - Method in class org.kde.koala.KToolBar
 
insertButton(QPixmap, int, String, QObject, String) - Method in class org.kde.koala.KToolBar
 
insertButton(String, int, QPopupMenu, boolean, String, int) - Method in class org.kde.koala.KToolBar
Inserts a button with popupmenu.
insertButton(String, int, QPopupMenu, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertButton(QPixmap, int, QPopupMenu, boolean, String, int) - Method in class org.kde.koala.KToolBar
Inserts a button with popupmenu.
insertButton(QPixmap, int, QPopupMenu, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertCatalogue(String) - Method in class org.kde.koala.KLocale
Adds another catalog to search for translation lookup.
insertCell(long) - Method in class org.kde.koala.HTMLTableRowElement
Insert an empty TD cell into this row.
insertChildClient(KXMLGUIClientInterface) - Method in class org.kde.koala.KEditToolbarWidget
Use this method to make a client a child client of another client.
insertChildClient(KXMLGUIClientInterface) - Method in class org.kde.koala.KMainWindow
Use this method to make a client a child client of another client.
insertChildClient(KXMLGUIClientInterface) - Method in class org.kde.koala.KXMLGUIClient
Use this method to make a client a child client of another client.
insertChildClient(KXMLGUIClientInterface) - Method in interface org.kde.koala.KXMLGUIClientInterface
 
insertChildClient(KXMLGUIClientInterface) - Method in class org.kde.koala.Plugin
Use this method to make a client a child client of another client.
insertCombo(String[], int, boolean, String, QObject, String, boolean, String, int, int, int) - Method in class org.kde.koala.KToolBar
Inserts a KComboBox with list.
insertCombo(String[], int, boolean, String, QObject, String, boolean, String, int, int) - Method in class org.kde.koala.KToolBar
 
insertCombo(String[], int, boolean, String, QObject, String, boolean, String, int) - Method in class org.kde.koala.KToolBar
 
insertCombo(String[], int, boolean, String, QObject, String, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertCombo(String[], int, boolean, String, QObject, String, boolean) - Method in class org.kde.koala.KToolBar
 
insertCombo(String[], int, boolean, String, QObject, String) - Method in class org.kde.koala.KToolBar
 
insertCombo(String, int, boolean, String, QObject, String, boolean, String, int, int, int) - Method in class org.kde.koala.KToolBar
Insert a KComboBox with text.
insertCombo(String, int, boolean, String, QObject, String, boolean, String, int, int) - Method in class org.kde.koala.KToolBar
 
insertCombo(String, int, boolean, String, QObject, String, boolean, String, int) - Method in class org.kde.koala.KToolBar
 
insertCombo(String, int, boolean, String, QObject, String, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertCombo(String, int, boolean, String, QObject, String, boolean) - Method in class org.kde.koala.KToolBar
 
insertCombo(String, int, boolean, String, QObject, String) - Method in class org.kde.koala.KToolBar
 
insertComboItem(int, String, int) - Method in class org.kde.koala.KToolBar
Inserts text in combobox id at position index.
insertComboList(int, String[], int) - Method in class org.kde.koala.KToolBar
Inserts list in combobox id at position index.
insertData(long, String) - Method in class org.kde.koala.CharacterData
Insert a string at the specified character offset.
insertDynamicItem(KURL, String, String, int) - Method in class org.kde.koala.KURLBar
Inserts a new dynamic item into the KURLBar and returns the created KURLBarItem.
insertDynamicItem(KURL, String, String) - Method in class org.kde.koala.KURLBar
 
insertDynamicItem(KURL, String) - Method in class org.kde.koala.KURLBar
 
inserted(KAction) - Method in interface org.kde.koala.KActionCollectionSignals
 
insertFixedItem(String, int, boolean) - Method in class org.kde.koala.KStatusBar
Inserts a fixed width text label into status bar.
insertFixedItem(String, int) - Method in class org.kde.koala.KStatusBar
 
Insertion - Static variable in class org.kde.koala.KCompletion
 
insertItem(KFileItem) - Method in class org.kde.koala.KCombiView
 
insertItem(String, int) - Method in class org.kde.koala.KEditListBox
See QListBox.insertItem()
insertItem(String) - Method in class org.kde.koala.KEditListBox
 
insertItem(KFileItem) - Method in class org.kde.koala.KFileDetailView
 
insertItem(KFileItem) - Method in class org.kde.koala.KFileIconView
 
insertItem(KFileItem) - Method in class org.kde.koala.KFilePreview
 
insertItem(KFileItem) - Method in class org.kde.koala.KFileView
The derived view must implement this function to add the file in the widget.
insertItem(KFileItem) - Method in interface org.kde.koala.KFileViewInterface
 
insertItem(QListViewItem) - Method in class org.kde.koala.KListViewItem
 
insertItem(String, int) - Method in class org.kde.koala.KPanelAppMenu
Inserts an item into the menu.
insertItem(String) - Method in class org.kde.koala.KPanelAppMenu
 
insertItem(QPixmap, String, int) - Method in class org.kde.koala.KPanelAppMenu
Inserts an item with a icon.
insertItem(QPixmap, String) - Method in class org.kde.koala.KPanelAppMenu
 
insertItem(String, int, int, boolean) - Method in class org.kde.koala.KStatusBar
Inserts a text label into the status bar.
insertItem(String, int, int) - Method in class org.kde.koala.KStatusBar
 
insertItem(String, int) - Method in class org.kde.koala.KStatusBar
 
insertItem(KURL, String, boolean, String, int) - Method in class org.kde.koala.KURLBar
Inserts a new item into the KURLBar and returns the created KURLBarItem.
insertItem(KURL, String, boolean, String) - Method in class org.kde.koala.KURLBar
 
insertItem(KURL, String, boolean) - Method in class org.kde.koala.KURLBar
 
insertItem(KURL, String) - Method in class org.kde.koala.KURLBar
 
insertItems(String[]) - Method in class org.kde.koala.KCompletion
Inserts items into the list of possible completions.
insertItems(String[], int) - Method in class org.kde.koala.KCompletionBox
Inserts items into the box.
insertItems(String[]) - Method in class org.kde.koala.KCompletionBox
 
insertItems(String[]) - Method in class org.kde.koala.KHistoryCombo
Inserts items into the combo, honoring pixmapProvider() Does not update the completionObject.
insertLined(String, int, String, QObject, String, boolean, String, int, int) - Method in class org.kde.koala.KToolBar
Inserts a KLineEdit.
insertLined(String, int, String, QObject, String, boolean, String, int) - Method in class org.kde.koala.KToolBar
 
insertLined(String, int, String, QObject, String, boolean, String) - Method in class org.kde.koala.KToolBar
 
insertLined(String, int, String, QObject, String, boolean) - Method in class org.kde.koala.KToolBar
 
insertLined(String, int, String, QObject, String) - Method in class org.kde.koala.KToolBar
 
insertLineSeparator(int, int) - Method in class org.kde.koala.KToolBar
Inserts a line separator into the toolbar with the given id.
insertLineSeparator(int) - Method in class org.kde.koala.KToolBar
 
insertLineSeparator() - Method in class org.kde.koala.KToolBar
 
insertMenu(QPixmap, String, int) - Method in class org.kde.koala.KPanelAppMenu
Inserts a sub menu with a icon.
insertMenu(QPixmap, String) - Method in class org.kde.koala.KPanelAppMenu
 
insertNewFiles(ArrayList) - Method in class org.kde.koala.KDirOperator
Adds a new list of KFileItems to the view (coming from KDirLister)
insertNode(Node) - Method in class org.kde.koala.Range
Inserts a node into the document or document fragment at the start of the range.
insertRow(long) - Method in class org.kde.koala.HTMLTableElement
Insert a new empty row in the table.
insertRow(long) - Method in class org.kde.koala.HTMLTableSectionElement
Insert a row into this section.
insertRule(String, long) - Method in class org.kde.koala.CSSMediaRule
Used to insert a new rule into the media block.
insertRule(String, long) - Method in class org.kde.koala.CSSStyleSheet
Used to insert a new rule into the style sheet.
insertSeparator(int, int) - Method in class org.kde.koala.KToolBar
Inserts a separator into the toolbar with the given id.
insertSeparator(int) - Method in class org.kde.koala.KToolBar
 
insertSeparator() - Method in class org.kde.koala.KToolBar
 
insertStringList(String[], int) - Method in class org.kde.koala.KEditListBox
See QListBox.insertStringList()
insertStringList(String[]) - Method in class org.kde.koala.KEditListBox
 
insertStrList(String[], int) - Method in class org.kde.koala.KEditListBox
See QListBox.insertStringList()
insertStrList(String[]) - Method in class org.kde.koala.KEditListBox
 
insertStrList(String[], int, int) - Method in class org.kde.koala.KEditListBox
See QListBox.insertStrList()
insertTab(QTab, int) - Method in class org.kde.koala.KTabBar
 
insertTab(QTab) - Method in class org.kde.koala.KTabBar
 
insertTab(QWidget, String, int) - Method in class org.kde.koala.KTabWidget
 
insertTab(QWidget, String) - Method in class org.kde.koala.KTabWidget
 
insertTab(QWidget, QIconSet, String, int) - Method in class org.kde.koala.KTabWidget
 
insertTab(QWidget, QIconSet, String) - Method in class org.kde.koala.KTabWidget
 
insertTab(QWidget, QTab, int) - Method in class org.kde.koala.KTabWidget
 
insertTab(QWidget, QTab) - Method in class org.kde.koala.KTabWidget
 
insertTearOffHandle() - Static method in class org.kde.koala.KGlobalSettings
Returns whether tear-off handles are inserted in KPopupMenus.
insertText(QTextStream) - Method in class org.kde.koala.KEdit
Insert text from the text stream into the edit widget.
insertTitle(String, int, int) - Method in class org.kde.koala.KPopupMenu
Inserts a title item with no icon.
insertTitle(String, int) - Method in class org.kde.koala.KPopupMenu
 
insertTitle(String) - Method in class org.kde.koala.KPopupMenu
 
insertTitle(QPixmap, String, int, int) - Method in class org.kde.koala.KPopupMenu
Inserts a title item with the given icon and title.
insertTitle(QPixmap, String, int) - Method in class org.kde.koala.KPopupMenu
 
insertTitle(QPixmap, String) - Method in class org.kde.koala.KPopupMenu
 
InsertTreeListItem(String[], QPixmap, QFrame) - Method in class org.kde.koala.KJanusWidget
 
insertURL(KURL, int) - Method in class org.kde.koala.KComboBox
Inserts url at position index into the combobox.
insertURL(KURL) - Method in class org.kde.koala.KComboBox
 
insertURL(QPixmap, KURL, int) - Method in class org.kde.koala.KComboBox
Inserts url with the pixmap &p pixmap at position index into the combobox.
insertURL(QPixmap, KURL) - Method in class org.kde.koala.KComboBox
 
insertWidget(int, int, QWidget, int) - Method in class org.kde.koala.KToolBar
Inserts a user-defined widget.
insertWidget(int, int, QWidget) - Method in class org.kde.koala.KToolBar
 
InServer - Static variable in class org.kde.koala.KEMailSettings
 
InServerLogin - Static variable in class org.kde.koala.KEMailSettings
 
InServerMBXType - Static variable in class org.kde.koala.KEMailSettings
 
InServerPass - Static variable in class org.kde.koala.KEMailSettings
 
InServerTLS - Static variable in class org.kde.koala.KEMailSettings
 
InServerType - Static variable in class org.kde.koala.KEMailSettings
 
installKDEPropertyMap() - Method in class org.kde.koala.KApplication
Install a Qt SQL property map with entries for all KDE widgets Call this in any application using KDE widgets in QSqlForm or QDataView.
installRBPopup(QPopupMenu) - Method in class org.kde.koala.KEdit
Install a context menu for KEdit.
installSigpipeHandler() - Static method in class org.kde.koala.KApplication
Installs a handler for the SIGPIPE signal.
installX11EventFilter(QWidget) - Method in class org.kde.koala.KApplication
Installs widget filter as global X11 event filter.
instance() - Method in class org.kde.koala.KActionCollection
The instance with which this class is associated.
instance() - Method in class org.kde.koala.KActionShortcutList
 
instance() - Method in class org.kde.koala.KCModule
 
instance() - Method in class org.kde.koala.KDataTool
Returns the instance of the part that created this tool.
instance() - Method in class org.kde.koala.KDataToolInfo
The instance of the service.
instance() - Method in class org.kde.koala.KEditToolbarWidget
 
instance() - Static method in class org.kde.koala.KGlobal
Returns the global instance.
instance() - Method in class org.kde.koala.KMainWindow
 
instance() - Static method in class org.kde.koala.KNotifyClient
Shortcut to KNotifyClient.Instance.current() :)
instance() - Method in class org.kde.koala.KShortcutList
The KInstance.
instance() - Method in class org.kde.koala.KXMLGUIClient
 
instance() - Method in interface org.kde.koala.KXMLGUIClientInterface
 
instance() - Method in class org.kde.koala.Plugin
 
instanceName() - Method in class org.kde.koala.KApplication
Returns the name of the instance
instanceName() - Method in class org.kde.koala.KInstance
Returns the name of the instance
instanceName() - Method in interface org.kde.koala.KInstanceInterface
 
insword(String, String, int) - Static method in class org.kde.koala.KStringHandler
Inserts a word into the string, and returns a new string with the word included.
IntelMMX - Static variable in class org.kde.koala.KCPUInfo
This enum contains the list of architecture extensions you can query.
IntelSSE - Static variable in class org.kde.koala.KCPUInfo
 
IntelSSE2 - Static variable in class org.kde.koala.KCPUInfo
 
Intensity - Static variable in class org.kde.koala.KImageEffect
This enum provides a modulation type specification
intensity(QImage, float) - Static method in class org.kde.koala.KImageEffect
Either brighten or dim the image by a specified percent.
intensity(KPixmap, float) - Static method in class org.kde.koala.KPixmapEffect
Either brightens or dims a pixmap by a specified ratio.
interfaces() - Method in class org.kde.koala.DCOPObject
Returns the names of the interfaces, specific ones last.
interfaces() - Method in interface org.kde.koala.DCOPObjectInterface
 
interfaces() - Method in class org.kde.koala.KPanelAppMenu
Returns the names of the interfaces, specific ones last.
interfaces() - Method in class org.kde.koala.KSycoca
Returns the names of the interfaces, specific ones last.
interfaces() - Method in class org.kde.koala.KUniqueApplication
Returns the names of the interfaces, specific ones last.
interfaces() - Method in class org.kde.koala.Observer
Returns the names of the interfaces, specific ones last.
interfaces() - Method in class org.kde.koala.Scheduler
Returns the names of the interfaces, specific ones last.
interfacesDynamic() - Method in class org.kde.koala.DCOPObject
This function is of interest when you used an IDL compiler to generate the implementation for interfaces() but you still want to list some interfaces dynamically.
interfacesDynamic() - Method in interface org.kde.koala.DCOPObjectInterface
 
interfacesDynamic() - Method in class org.kde.koala.KPanelAppMenu
This function is of interest when you used an IDL compiler to generate the implementation for interfaces() but you still want to list some interfaces dynamically.
interfacesDynamic() - Method in class org.kde.koala.KSycoca
This function is of interest when you used an IDL compiler to generate the implementation for interfaces() but you still want to list some interfaces dynamically.
interfacesDynamic() - Method in class org.kde.koala.KUniqueApplication
This function is of interest when you used an IDL compiler to generate the implementation for interfaces() but you still want to list some interfaces dynamically.
interfacesDynamic() - Method in class org.kde.koala.Observer
This function is of interest when you used an IDL compiler to generate the implementation for interfaces() but you still want to list some interfaces dynamically.
interfacesDynamic() - Method in class org.kde.koala.Scheduler
This function is of interest when you used an IDL compiler to generate the implementation for interfaces() but you still want to list some interfaces dynamically.
intermediateBuffer() - Method in class org.kde.koala.KSpell
Returns the partially spellchecked buffer.
internalGeometry() - Method in class org.kde.koala.KMdiChildView
Returns the geometry of this MDI child window as QWidget.geometry() does.
internalHasGroup(String) - Method in class org.kde.koala.KConfig
Returns true if the specified group is known.
internalMethod() - Method in class org.kde.koala.KDirWatch
Returns the preferred internal method to watch for changes.
internalSubset() - Method in class org.kde.koala.DocumentType
Introduced in DOM Level 2 The internal subset as a string.
interpret(StringBuffer, StringBuffer, StringBuffer) - Method in class org.kde.koala.KSpellConfig
This takes a dictionary file name and provides both a language abbreviation appropriate for the $LANG variable, and a human-readable name.
intraWordEditing() - Method in class org.kde.koala.KSpellingHighlighter
 
Invalid - Static variable in class org.kde.koala.KURL
 
InvalidCA - Static variable in class org.kde.koala.KSSLCertificate
 
invalidChar(int) - Method in interface org.kde.koala.KRestrictedLineSignals
Emitted when an invalid character was typed.
InvalidHost - Static variable in class org.kde.koala.KSSLCertificate
 
InvalidPurpose - Static variable in class org.kde.koala.KSSLCertificate
 
invertSelection() - Method in class org.kde.koala.KCombiView
 
invertSelection() - Method in class org.kde.koala.KFileDetailView
 
invertSelection() - Method in class org.kde.koala.KFileIconView
 
invertSelection() - Method in class org.kde.koala.KFilePreview
 
invertSelection() - Method in class org.kde.koala.KFileView
Inverts the current selection, i.e.
invertSelection() - Method in interface org.kde.koala.KFileViewInterface
 
invokeBrowser(String, String) - Method in class org.kde.koala.KApplication
Invokes the standard browser.
invokeBrowser(String) - Method in class org.kde.koala.KApplication
Invoke the standard browser.
invokeEditSlot(String) - Method in class org.kde.koala.KApplication
This method is used internally to determine which edit slots are implemented by the widget that has the focus, and to invoke those slots if available.
invokeHelp(String, String, String) - Method in class org.kde.koala.KApplication
Invokes the KHelpCenter HTML help viewer from docbook sources.
invokeHelp(String, String) - Method in class org.kde.koala.KApplication
 
invokeHelp(String) - Method in class org.kde.koala.KApplication
 
invokeHelp() - Method in class org.kde.koala.KApplication
 
invokeMailer(String, String, String) - Method in class org.kde.koala.KApplication
Convenience method; invokes the standard email application.
invokeMailer(String, String) - Method in class org.kde.koala.KApplication
 
invokeMailer(KURL, String, boolean) - Method in class org.kde.koala.KApplication
Invokes the standard email application.
invokeMailer(KURL, String) - Method in class org.kde.koala.KApplication
 
invokeMailer(KURL) - Method in class org.kde.koala.KApplication
 
invokeMailer(String, String, String, String, String, String, String[], String) - Method in class org.kde.koala.KApplication
Convenience method; invokes the standard email application.
invokeMailer(String, String, String, String, String, String, String[]) - Method in class org.kde.koala.KApplication
 
invokeMailer(String, String, String, String, String, String) - Method in class org.kde.koala.KApplication
 
invokeMailer(String, String, String, String, String) - Method in class org.kde.koala.KApplication
 
involuntary - Static variable in class org.kde.koala.KBufferedIO
 
Irrelevant - Static variable in class org.kde.koala.KSSLCertificate
 
is(String) - Method in class org.kde.koala.KMimeType
Do not use name()=="somename" anymore, to check for a given mimetype.
isActionEnabled(String) - Method in class org.kde.koala.BrowserExtension
 
isActive() - Method in class org.kde.koala.KRootPixmap
Returns true if the KRootPixmap is active.
isActive() - Method in class org.kde.koala.KToolBarButton
 
isAdFiltered(String) - Method in class org.kde.koala.KHTMLSettings
 
isAdFilterEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isAlive() - Method in class org.kde.koala.Slave
 
isAlternate() - Method in class org.kde.koala.KListViewItem
returns true if this item is to be drawn with the alternate background
isApplicationRegistered(String) - Method in class org.kde.koala.DCOPClient
Checks whether remApp is registered with the DCOP server.
isAsynchronous() - Method in class org.kde.koala.KAsyncIO
 
isAttached() - Method in class org.kde.koala.DCOPClient
Returns whether or not the client is attached to the server.
isAttached() - Method in class org.kde.koala.KMdiChildView
Returns true if the MDI view is a child window within the MDI mainframe widget or false if the MDI view is in toplevel mode
isAttachedNow() - Method in interface org.kde.koala.KMdiChildViewSignals
Signals this has been attached
isAttachedToForeignServer() - Method in class org.kde.koala.DCOPClient
Returns whether the client is attached to a server owned by another user.
isAuthorizedDesktopFile(String) - Static method in class org.kde.koala.KDesktopFile
Checks whether the user is authorized to run this desktop file.
isAutoConnectShortcuts() - Method in class org.kde.koala.KActionCollection
This indicates whether new actions which are created in this collection have their keyboard shortcuts automatically connected on construction.
isAutoDelayedActionsEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isAutoErrorHandlingEnabled() - Method in class org.kde.koala.Job
Returns whether automatic error handling is enabled or disabled.
isAutoWarningHandlingEnabled() - Method in class org.kde.koala.Job
Returns whether automatic warning handling is enabled or disabled.
isAvailable() - Method in class org.kde.koala.KRootPixmap
Checks if pseudo-transparency is available.
isBackRightClickEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isBuffered() - Method in class org.kde.koala.KAsyncIO
 
isBuilding() - Method in class org.kde.koala.KSycoca
 
isButtonOn(int) - Method in class org.kde.koala.KToolBar
Returns true if button is on and is a toggle button
isCaretMode() - Method in class org.kde.koala.KHTMLPart
Returns whether caret mode is on/off.
isChanged(String) - Static method in class org.kde.koala.KSycoca
When you receive a "databaseChanged" signal, you can query here if a change has occurred in a specific resource type.
isChecked() - Method in class org.kde.koala.KToggleAction
Returns the actual state of the action.
isClipboardEmpty() - Static method in class org.kde.koala.KIO
Checks whether the clipboard contains any URLs.
isCombinedAccess() - Method in class org.kde.koala.KAsyncIO
 
isCompletionObjectAutoDeleted() - Method in class org.kde.koala.KComboBox
Returns true if the completion object is deleted upon this widget's destruction.
isCompletionObjectAutoDeleted() - Method in class org.kde.koala.KCompletionBase
Returns true if the completion object is deleted upon this widget's destruction.
isCompletionObjectAutoDeleted() - Method in interface org.kde.koala.KCompletionBaseInterface
 
isCompletionObjectAutoDeleted() - Method in class org.kde.koala.KLineEdit
Returns true if the completion object is deleted upon this widget's destruction.
isConfigurable(int) - Method in class org.kde.koala.KAccelShortcutList
 
isConfigurable(int) - Method in class org.kde.koala.KActionShortcutList
 
isConfigurable(int) - Method in class org.kde.koala.KShortcutList
Checks whether the shortcut with the given index is configurable.
isConnected() - Method in class org.kde.koala.Slave
 
isContextMenuEnabled() - Method in class org.kde.koala.KComboBox
Returns true when the context menu is enabled.
isContextMenuEnabled() - Method in class org.kde.koala.KLineEdit
Returns true when the context menu is enabled.
isCSSPrimitiveValue() - Method in class org.kde.koala.CSSValue
 
isCSSStyleSheet() - Method in class org.kde.koala.StyleSheet
 
isCSSValueList() - Method in class org.kde.koala.CSSValue
not part of the DOM
isDefaultView(int) - Static method in class org.kde.koala.KFile
 
isDelayedIconSetLoadingEnabled() - Method in class org.kde.koala.KIconLoader
Checks whether delayed loading for QIconSet is enabled.
isDeleted() - Method in class org.kde.koala.KSycocaEntry
 
isDerived() - Method in class org.kde.koala.KServiceType
Checks whether this service type inherits another one.
isDesktopFile(String) - Static method in class org.kde.koala.KDesktopFile
Checks whether this is really a desktop file.
isDetached() - Method in class org.kde.koala.Range
not part of the DOM true if the range is detached
isDetachedNow() - Method in interface org.kde.koala.KMdiChildViewSignals
Signals this has been detached
isDetailView(int) - Static method in class org.kde.koala.KFile
 
isDir() - Method in class org.kde.koala.KFileItem
Returns true if this item represents a directory.
isDir() - Method in class org.kde.koala.KFileTreeViewItem
 
isDirectAccess() - Method in class org.kde.koala.KAsyncIO
 
isDirectory() - Method in class org.kde.koala.KArchiveDirectory
Checks whether this entry is a directory.
isDirectory() - Method in class org.kde.koala.KArchiveEntry
Checks whether the entry is a directory.
isDirectoryShared(String) - Static method in class org.kde.koala.KFileShare
Call this to know if a directory is currently shared
isDirty() - Method in class org.kde.koala.KConfigBase
Checks whether the config file has any dirty (modified) entries.
isDisposed() - Method in class org.kde.koala.DCOPClient
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.DCOPObject
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.DCOPObjectProxy
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutApplication
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutContainer
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutContributor
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutData
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutKDE
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutPerson
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutTranslator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAboutWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAccel
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAccelShortcutList
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KActionCollection
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KActionMenu
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KActionSeparator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KActionShortcutList
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KActiveLabel
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAnimWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KApplication
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAr
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KArchiveDirectory
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KArchiveEntry
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KArchiveFile
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KArrowButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KAudioPlayer
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KBugReport
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KButtonBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCalendarSystemFactory
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCatalogue
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCharSelect
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCharSelectTable
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCharsets
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCModule
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCModuleInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCModuleLoader
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCMultiDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KColor
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KColorButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KColorCells
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KColorCombo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KColorDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KColorDrag
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KColorPatch
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCombiView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KComboBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCommandHistory
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCompletion
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCompletionBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KConfig
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KConfigGroup
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KConfigGroupSaver
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KConfigINIBackEnd
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCPUInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCursor
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KCustomMenuEditor
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDataToolAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDataToolInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDatePicker
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDateTable
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDateTimeWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDateValidator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDateWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDCOPActionProxy
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDCOPPropertyProxy
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDEDesktopMimeType
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDesktopFile
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDialogBase
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDialogQueue
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDirLister
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDirOperator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDirSelectDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDirWatch
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDiskFreeSp
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockArea
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockMainWindow
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockManager
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockTabGroup
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockWidgetAbstractHeader
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockWidgetAbstractHeaderDrag
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockWidgetHeader
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDockWidgetHeaderDrag
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDoubleNumInput
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDoubleValidator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KDualColorButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEdFind
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEdGotoLine
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEdit
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEditListBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEditToolbar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEditToolbarWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEdReplace
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEMailSettings
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEntry
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KEntryKey
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KExecMimeType
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFile
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileDetailView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileFilterCombo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileIconView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileIconViewItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileListViewItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileMetaInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileMetaInfoGroup
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileMetaInfoItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFilePreview
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileShare
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileTreeBranch
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileTreeView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileTreeViewItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileTreeViewToolTip
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFileViewSignaler
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFilterDev
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFind
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFindDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFloatValidator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFolderType
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFontAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFontChooser
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFontCombo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFontDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFontRequester
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KFontSizeAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KGlobal
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KGlobalAccel
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KGlobalSettings
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KGradientSelector
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KGuiItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KHelpMenu
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KHistoryCombo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KHSSelector
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KHTMLPart
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KHTMLSettings
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KHTMLView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIconButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIconCanvas
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIconDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIconEffect
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIconLoader
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIconView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIconViewItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KImageEffect
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KImageIO
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KInstance
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIntNumInput
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIntSpinBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIntValidator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KIPC
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KJanusWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KKey
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KKeyButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KKeyChooser
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KKeyDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KKeyNative
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KKeySequence
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KLed
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KLibLoader
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KLineEdit
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KListAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KListBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KListView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KListViewItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KLocale
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMacroCommand
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMainWindow
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMD5
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMdiChildArea
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMdiChildView
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMdiMainFrm
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMdiTaskBar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMdiTaskBarButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMdiViewCloseEvent
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMdiWin32IconButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMenuBar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMessageBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMimeMagic
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMimeMagicResult
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMimeSourceFactory
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMimeType
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMimeTypeResolverHelper
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMimeTypeValidator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMultipleDrag
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMultiTabBar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMultiTabBarButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KMultiTabBarTab
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KOCRDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KOpenWithDlg
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPalette
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPaletteTable
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPanelApplet
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPanelAppMenu
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPanelExtension
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPassivePopup
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPasswordDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPasswordEdit
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPasteTextAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPixmap
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPixmapEffect
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPixmapIO
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPixmapSplitter
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPluginSelector
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPopupFrame
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPopupMenu
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPopupTitle
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPrintAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KProcess
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KProcIO
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KProgress
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KProgressDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KProtocolInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KProtocolManager
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KPushButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRadioAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRandomSequence
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRecentDocument
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRecentFilesAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KReplace
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KReplaceDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRestrictedLine
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRFCDate
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRootPermsIcon
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRootPixmap
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRootProp
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRuler
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KRun
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSaveFile
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KScanDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSelectAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSelector
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSeparator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KService
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KServiceGroup
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KServiceOffer
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KServiceSeparator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KServiceType
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KServiceTypeProfile
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSessionManaged
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KShellCompletion
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KShellProcess
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KShortcut
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KShred
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSimpleConfig
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSimpleFileFilter
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSMIMECrypto
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSpell
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSpellConfig
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSpellDlg
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSqueezedTextLabel
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSL
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertChain
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertDlg
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertDlgRet
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertificate
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertificateCache
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertificateFactory
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLCertificateHome
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLConnectionInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLInfoDlg
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLKeyGen
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLPeerInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLPKCS12
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLPKCS7
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLSession
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLSettings
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLSigners
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLX509Map
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSSLX509V3
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KStandardDirs
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KStaticDeleterBase
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KStatusBar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KStatusBarLabel
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KStdGuiItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KStringHandler
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KStringListValidator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSycoca
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSyntaxHighlighter
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KSystemTray
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTabBar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTabCtl
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTabWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTempDir
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTempFile
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTextBrowser
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTextEdit
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTimeWidget
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTipDatabase
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTipDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToggleAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToggleFullScreenAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToggleToolBarAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToolBar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToolBarButton
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToolBarPopupAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToolBarRadioGroup
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KToolBarSeparator
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KTrader
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KUniqueApplication
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURIFilter
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURIFilterData
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURL
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLBar
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLBarItem
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLBarItemDialog
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLBarListBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLComboBox
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLComboRequester
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLCompletion
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLDrag
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLLabel
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLPixmapProvider
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLRequester
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KURLRequesterDlg
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KValueSelector
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KWidgetAction
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KWindowInfo
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KWizard
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KWritePermsIcon
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KXMLGUIBuilder
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KXMLGUIClient
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KXMLGUIFactory
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KXYSelector
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KZip
Has the wrapped C++ instance been deleted?
isDisposed() - Method in class org.kde.koala.KZipFileEntry
Has the wrapped C++ instance been deleted?
isDockBackPossible() - Method in class org.kde.koala.KDockWidget
 
isDollarExpansion() - Method in class org.kde.koala.KConfigBase
Returns whether dollar expansion is on or off.
isDragEnabled() - Method in class org.kde.koala.KPushButton
 
isEditable() - Method in class org.kde.koala.KFileMetaInfoItem
You can query if the application can edit the item and write it back to the file with this method.
isEditable() - Method in class org.kde.koala.KHTMLPart
Returns true if the document is editable, false otherwise.
isEditable() - Method in class org.kde.koala.KSelectAction
When this action is plugged into a toolbar, it creates a combobox.
isEmpty() - Method in class org.kde.koala.KActionCollection
 
isEmpty() - Method in class org.kde.koala.KCompletion
Returns true when the completion object contains no entries.
isEmpty() - Method in class org.kde.koala.KFileMetaInfo
Returns false if the object contains data, true if it's empty.
isEmpty() - Method in class org.kde.koala.KFileMetaInfoGroup
Returns false if the object contains data, true if it's empty.
isEmpty() - Method in class org.kde.koala.KURL
 
isEnabled() - Method in class org.kde.koala.KAccel
Checks whether the KAccel is active.
isEnabled() - Method in class org.kde.koala.KAction
Returns true if this action is enabled.
isEnabled() - Method in class org.kde.koala.KGlobalAccel
Checks whether the accelerators are enabled.
isEnabled() - Method in class org.kde.koala.KGuiItem
 
isErrorPage() - Method in class org.kde.koala.TransferJob
Checks whether we got an error page.
isExecutable(String) - Static method in class org.kde.koala.BrowserRun
BIC: Obsoleted by KRun.isExecutable( StringserviceType ); @short BIC: Obsoleted by KRun.isExecutable( StringserviceType );
isExecutable(String) - Static method in class org.kde.koala.KRun
Returns whether serviceType refers to an executable program instead of a data file.
isExecutableFile(KURL, String) - Static method in class org.kde.koala.KRun
Returns wether the url of mimetype is executable.
isExecuteArea(QPoint) - Method in class org.kde.koala.KListView
This function determines whether the given coordinates are within the execute area.
isExecuteArea(int) - Method in class org.kde.koala.KListView
Same thing, but from an x coordinate only.
isFakingSDIApplication() - Method in class org.kde.koala.KMdiMainFrm
 
isFile() - Method in class org.kde.koala.KArchiveEntry
Checks whether the entry is a file.
isFile() - Method in class org.kde.koala.KArchiveFile
Checks whether this entry is a file.
isFile() - Method in class org.kde.koala.KFileItem
Returns true if this item represents a file (and not a a directory)
isFilterProtocol(KURL) - Static method in class org.kde.koala.KProtocolInfo
Returns whether the protocol can act as a filter protocol.
isFilterProtocol(String) - Static method in class org.kde.koala.KProtocolInfo
Same as above except you can supply just the protocol instead of the whole URL.
isFinished() - Method in class org.kde.koala.KDirLister
Returns true if no io operation is currently in progress.
isFixedOnly() - Method in class org.kde.koala.KFontRequester
 
isFixupEnabled() - Method in class org.kde.koala.KStringListValidator
 
isFloatEnabled() - Method in class org.kde.koala.KURLLabel
This feature is very similar to the "glow" feature in that the color of the label switches to the selected color when the cursor passes over it.
isFontComboEnabled() - Method in class org.kde.koala.KCharSelect
Returns wether the font combobox on the top is enabled or disabled.
isFormCompletionEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isGlobal(int) - Method in class org.kde.koala.KAccelShortcutList
 
isGlobal(int) - Method in class org.kde.koala.KShortcutList
Checks whether the shortcut with the given index is saved in the global configuration.
isGlowEnabled() - Method in class org.kde.koala.KURLLabel
When this is on, the text will switch to the selected color whenever the mouse passes over it.
isHelperProtocol(KURL) - Static method in class org.kde.koala.KProtocolInfo
Returns whether the protocol can act as a helper protocol.
isHelperProtocol(String) - Static method in class org.kde.koala.KProtocolInfo
Same as above except you can supply just the protocol instead of the whole URL.
isHelpMenuEnabled() - Method in class org.kde.koala.KMainWindow
Return true when the help menu is enabled
isHidden() - Method in class org.kde.koala.KFileItem
Checks whether the file is hidden.
isHideAdsEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isHTMLDocument() - Method in class org.kde.koala.Document
not part of the DOM
isHTMLElement() - Method in class org.kde.koala.Element
not part of the DOM
isImmutable() - Method in class org.kde.koala.KConfigBase
Checks whether this configuration file can be modified.
isImmutable() - Method in class org.kde.koala.KURLBar
 
isInactive() - Method in class org.kde.koala.KAsyncIO
 
isInDrag() - Method in class org.kde.koala.KMdiChildFrm
returns the mouse state "In Drag"
isInMaximizedChildFrmMode() - Method in class org.kde.koala.KMdiMainFrm
Returns whether the application's MDI views are in maximized state or not.
isInResize() - Method in class org.kde.koala.KMdiChildFrm
returns the mouse state "In Resize"
isInteractive() - Method in class org.kde.koala.Job
Returns whether message display is enabled or disabled.
isJavaEnabled(String) - Method in class org.kde.koala.KHTMLSettings
 
isJavaEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isJavaScriptDebugEnabled(String) - Method in class org.kde.koala.KHTMLSettings
 
isJavaScriptDebugEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isJavaScriptEnabled(String) - Method in class org.kde.koala.KHTMLSettings
 
isJavaScriptEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isJavaScriptErrorReportingEnabled(String) - Method in class org.kde.koala.KHTMLSettings
 
isJavaScriptErrorReportingEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isKeyPresent(KShortcut, boolean) - Method in class org.kde.koala.KKeyChooser
 
isKeyPresent(KShortcut) - Method in class org.kde.koala.KKeyChooser
 
isKnownProtocol(KURL) - Static method in class org.kde.koala.KProtocolInfo
Returns whether a protocol is installed that is able to handle url.
isKnownProtocol(String) - Static method in class org.kde.koala.KProtocolInfo
Same as above except you can supply just the protocol instead of the whole URL.
isLink() - Method in class org.kde.koala.KFileItem
Returns true if this item represents a link in the UNIX sense of a link.
isLocalFile() - Method in class org.kde.koala.KFileItem
Returns true if the file is a local file.
isLocalFile() - Method in class org.kde.koala.KURL
 
isLunar() - Method in class org.kde.koala.KCalendarSystem
Gets if the calendar is lunar based
isLunisolar() - Method in class org.kde.koala.KCalendarSystem
Gets if the calendar is lunisolar based
isMap() - Method in class org.kde.koala.HTMLImageElement
Use server-side image map.
isMarked() - Method in class org.kde.koala.KFileItem
Used when updating a directory.
isMaximized() - Method in class org.kde.koala.KMdiChildView
Tells if the window is minimized when attached to the Mdi manager, otherwise returns false.
isMaximizedNow() - Method in interface org.kde.koala.KMdiChildViewSignals
Signals this has been maximized
isMimeTypeKnown() - Method in class org.kde.koala.KFileItem
Returns the currently known mimetype of the file item.
isMinimized() - Method in class org.kde.koala.KMdiChildView
Tells if the window is minimized when attached to the Mdi manager, or if it is VISIBLE when 'floating'.
isMinimizedNow() - Method in interface org.kde.koala.KMdiChildViewSignals
Signals this has been minimized
isMisspelled(String) - Method in class org.kde.koala.KSpellingHighlighter
 
isModified() - Method in class org.kde.koala.AuthInfo
Use this method to check if the object was modified.
isModified() - Method in class org.kde.koala.KFileMetaInfoGroup
Returns true if an item as added or removed from the group.
isModified() - Method in class org.kde.koala.KFileMetaInfoItem
If you change an item, it is marked as "dirty".
isModified() - Method in class org.kde.koala.KHTMLPart
Checks whether the page contains unsubmitted form changes.
isModified() - Method in class org.kde.koala.KURLBar
 
isModified() - Method in class org.kde.koala.ReadWritePart
 
isMultiHead() - Static method in class org.kde.koala.KGlobalSettings
Returns if the user specified multihead.
isNotifyClick() - Method in class org.kde.koala.KTextBrowser
Returns whether a click on a link should be handled internally or if a signal should be emitted.
isNull() - Method in class org.kde.koala.AbstractView
not part of the DOM
isNull() - Method in class org.kde.koala.Counter
not part of the DOM
isNull() - Method in class org.kde.koala.CSSRule
not part of the DOM
isNull() - Method in class org.kde.koala.CSSRuleList
not part of the DOM
isNull() - Method in class org.kde.koala.CSSStyleDeclaration
not part of the DOM
isNull() - Method in class org.kde.koala.CSSValue
 
isNull() - Method in class org.kde.koala.CustomNodeFilter
 
isNull() - Method in class org.kde.koala.DocumentStyle
 
isNull() - Method in class org.kde.koala.DOMImplementation
not part of the DOM
isNull() - Method in class org.kde.koala.HTMLCollection
 
isNull() - Method in class org.kde.koala.KKey
Returns true if the key is null (after clear() or empty constructor).
isNull() - Method in class org.kde.koala.KKeyNative
Returns true if the key is null (after clear() or empty constructor).
isNull() - Method in class org.kde.koala.KKeySequence
Returns true if the key sequence is null (after clear() or empty constructor).
isNull() - Method in class org.kde.koala.KShortcut
Returns true if the shortcut is null (after clear() or empty constructor).
isNull() - Method in class org.kde.koala.LinkStyle
 
isNull() - Method in class org.kde.koala.NamedNodeMap
not part of the DOM
isNull() - Method in class org.kde.koala.Node
tests if this Node is 0.
isNull() - Method in class org.kde.koala.NodeFilter
not part of the DOM
isNull() - Method in class org.kde.koala.NodeIterator
not part of the DOM
isNull() - Method in class org.kde.koala.Range
not part of the DOM
isNull() - Method in class org.kde.koala.Rect
not part of the DOM
isNull() - Method in class org.kde.koala.StyleSheet
 
isNull() - Method in class org.kde.koala.TreeWalker
not part of the DOM
isOpen() - Method in class org.kde.koala.KAsyncIO
 
isOpened() - Method in class org.kde.koala.KArchive
Checks whether the archive is open.
isOpenMiddleClickEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isParentOf(KURL) - Method in class org.kde.koala.KURL
 
ispellErrors(KProcess, String, int) - Method in class org.kde.koala.KSpell
 
ispellExit(KProcess) - Method in class org.kde.koala.KSpell
 
isPermanent(KSSLCertificate) - Method in class org.kde.koala.KSSLCertificateCache
 
isPersistent() - Method in class org.kde.koala.KURLBarItem
returns whether this item is persistent (via KURLBar.writeConfig() and KURLBar.readConfig()) or not.
isPlugged() - Method in class org.kde.koala.KAction
returns whether the action is plugged into any container widget or not.
isPlugged(QWidget) - Method in class org.kde.koala.KAction
returns whether the action is plugged into the given container
isPlugged(QWidget, int) - Method in class org.kde.koala.KAction
returns whether the action is plugged into the given container with the given, container specific, id (often menu or toolbar id ) .
isPlugged(QWidget, QWidget) - Method in class org.kde.koala.KAction
returns whether the action is plugged into the given container with the given, container specific, representative container widget item.
isPluginsEnabled(String) - Method in class org.kde.koala.KHTMLSettings
 
isPluginsEnabled() - Method in class org.kde.koala.KHTMLSettings
 
isPreviewContents(int) - Static method in class org.kde.koala.KFile
 
isPreviewInfo(int) - Static method in class org.kde.koala.KFile
 
isProgressInfoEnabled() - Method in class org.kde.koala.ReadOnlyPart
Returns whether the part shows the progress info dialog used by internal KIO job.
isPropertyRequest(String) - Method in class org.kde.koala.KDCOPPropertyProxy
Convenience method, when using this class as object.
isPropertyRequest(String, QObject) - Static method in class org.kde.koala.KDCOPPropertyProxy
Returns true if the method request in the fun argument matches the signature of the three standard property methods or set/get methods for the properties of the object argument.
isRaised() - Method in class org.kde.koala.KToolBarButton
 
isRaw() - Method in class org.kde.koala.KAsyncIO
 
isReadable() - Method in class org.kde.koala.KAsyncIO
 
isReadable() - Method in class org.kde.koala.KFileItem
Checks whether the file or directory is readable.
isReadOnly() - Method in class org.kde.koala.KConfigBase
Returns the read-only status of the config object.
isReadOnly() - Method in class org.kde.koala.KDataToolInfo
Checks whether the DataTool is read-only.
isReadWrite() - Method in class org.kde.koala.KAsyncIO
 
isReadWrite() - Method in class org.kde.koala.ReadWritePart
 
isRegistered() - Method in class org.kde.koala.DCOPClient
Returns whether or not the client is registered at the server.
isRejecting() - Method in class org.kde.koala.KStringListValidator
 
isRelativeURL(String) - Static method in class org.kde.koala.KURL
 
isRemoved() - Method in class org.kde.koala.KFileMetaInfoItem
If you remove an item, it is only marked for removal for the file.
isRenameable(int) - Method in class org.kde.koala.KListView
 
isRestored() - Method in class org.kde.koala.KApplication
Is the application restored from the session manager?
isRestoredNow() - Method in interface org.kde.koala.KMdiChildViewSignals
Signals this has been restored (normalized)
isRestricted() - Static method in class org.kde.koala.KFileShare
Returns whether file sharing is restricted.
isRestrictedResource(String, String) - Method in class org.kde.koala.KStandardDirs
Checks whether a resource is restricted as part of the KIOSK framework.
isRestrictedResource(String) - Method in class org.kde.koala.KStandardDirs
 
isReversed() - Method in class org.kde.koala.KCombiView
Tells whether the current items are in reversed order (shortcut to sorting() & QDir.Reversed).
isReversed() - Method in class org.kde.koala.KFileDetailView
Tells whether the current items are in reversed order (shortcut to sorting() & QDir.Reversed).
isReversed() - Method in class org.kde.koala.KFileIconView
Tells whether the current items are in reversed order (shortcut to sorting() & QDir.Reversed).
isReversed() - Method in class org.kde.koala.KFilePreview
Tells whether the current items are in reversed order (shortcut to sorting() & QDir.Reversed).
isReversed() - Method in class org.kde.koala.KFileView
Tells whether the current items are in reversed order (shortcut to sorting() & QDir.Reversed).
isReversed() - Method in interface org.kde.koala.KFileViewInterface
 
isRoot() - Method in class org.kde.koala.KDirOperator
 
isRunning() - Method in class org.kde.koala.KProcess
Checks whether the process is running.
isRunning() - Method in class org.kde.koala.KURLCompletion
Check whether asynchronous completion is in progress.
isSelectable() - Method in class org.kde.koala.Part
Returns whether the part is selectable or not.
isSelected(KFileItem) - Method in class org.kde.koala.KCombiView
 
isSelected(KFileItem) - Method in class org.kde.koala.KDirOperator
 
isSelected(KFileItem) - Method in class org.kde.koala.KFileDetailView
 
isSelected(KFileItem) - Method in class org.kde.koala.KFileIconView
 
isSelected(KFileItem) - Method in class org.kde.koala.KFilePreview
 
isSelected(KFileItem) - Method in class org.kde.koala.KFileView
 
isSelected(KFileItem) - Method in interface org.kde.koala.KFileViewInterface
 
isSeparateDirs(int) - Static method in class org.kde.koala.KFile
 
isSequentialAccess() - Method in class org.kde.koala.KAsyncIO
 
isSet(String) - Method in class org.kde.koala.KCmdLineArgs
Read out a booleanean option or check for the presence of string option.
isShortcutConfigurable() - Method in class org.kde.koala.KAction
Returns true if this action's shortcut is configurable.
isSigner() - Method in class org.kde.koala.KSSLCertificate
Check if this is a signer certificate.
isSimpleView(int) - Static method in class org.kde.koala.KFile
 
isSolar() - Method in class org.kde.koala.KCalendarSystem
Gets if the calendar is solar based
isSortByDate(int) - Static method in class org.kde.koala.KFile
 
isSortByName(int) - Static method in class org.kde.koala.KFile
 
isSortBySize(int) - Static method in class org.kde.koala.KFile
 
isSortCaseInsensitive(int) - Static method in class org.kde.koala.KFile
 
isSortDirsFirst(int) - Static method in class org.kde.koala.KFile
 
isSoundsEnabled() - Method in class org.kde.koala.KCompletion
Tells you whether KCompletion will play sounds on certain occasions.
isSourceProtocol(KURL) - Static method in class org.kde.koala.KProtocolInfo
Returns whether the protocol can act as a source protocol.
isSqueezedTextEnabled() - Method in class org.kde.koala.KLineEdit
Returns true if text squeezing is enabled.
isStandardToolBarMenuEnabled() - Method in class org.kde.koala.KMainWindow
 
isStopped() - Method in class org.kde.koala.KDirWatch
Is scanning stopped? After creation of a KDirWatch instance, this is false.
isSupported(String, int) - Static method in class org.kde.koala.KImageIO
Test to see whether a MIME type is supported to reading/writing.
isSupported(String) - Static method in class org.kde.koala.KImageIO
 
isSupported(String, String) - Method in class org.kde.koala.Node
Introduced in DOM Level 2 Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
isSuspended() - Method in class org.kde.koala.DCOPClient
Returns whether DCOP events are being processed.
isSuspended() - Method in class org.kde.koala.TransferJob
Flow control.
isSwitchedOn() - Method in class org.kde.koala.KMdiTaskBar
 
isSynchronous() - Method in class org.kde.koala.KAsyncIO
 
isTabBarHidden() - Method in class org.kde.koala.KTabWidget
 
isTabEnabled(String) - Method in class org.kde.koala.KTabCtl
 
isTabHandling() - Method in class org.kde.koala.KCompletionBox
Default is false.
isTableSpinBoxEnabled() - Method in class org.kde.koala.KCharSelect
Returns wether the table spinbox on the top is enabled or disabled.
isTabRaised(int) - Method in class org.kde.koala.KMultiTabBar
return the state of a tab, identified by it's ID
isTabReorderingEnabled() - Method in class org.kde.koala.KTabBar
 
isTempFileSet() - Static method in class org.kde.koala.KCmdLineArgs
 
isTextExecutable(String) - Static method in class org.kde.koala.BrowserRun
 
isToolView() - Method in class org.kde.koala.KMdiChildView
Returns if this is added as MDI tool-view
isTopLevelMenu() - Method in class org.kde.koala.KMenuBar
Is our menubar a top-level (Macintosh style) menubar?
isTranslated() - Method in class org.kde.koala.KAsyncIO
 
isTriggerOnRelease() - Method in class org.kde.koala.KKeySequence
 
isType(int) - Method in class org.kde.koala.KSycocaEntry
 
isURLDropHandlingEnabled() - Method in class org.kde.koala.BrowserExtension
Returns whether url drop handling is enabled.
isURLDropsEnabled() - Method in class org.kde.koala.KComboBox
Returns true when decoded URL drops are enabled
isURLDropsEnabled() - Method in class org.kde.koala.KLineEdit
Returns true when decoded URL drops are enabled
isUtf8(String) - Static method in class org.kde.koala.KStringHandler
Guess whether a string is UTF8 encoded.
isValid() - Method in class org.kde.koala.KDataToolInfo
A DataToolInfo may be invalid if the KService passed to its constructor does not feature the service type "KDataTool".
isValid() - Method in class org.kde.koala.KFileMetaInfo
Returns true if the item is valid, i.e.
isValid() - Method in class org.kde.koala.KFileMetaInfoGroup
Returns true if the item is valid, i.e.
isValid() - Method in class org.kde.koala.KFileMetaInfoItem
Return true if the item is valid, i.e.
isValid() - Method in class org.kde.koala.KJanusWidget
Use this to verify that no memory allocation failed.
isValid() - Method in class org.kde.koala.KMimeMagicResult
Returns whether the result is valid (i.e.
isValid() - Method in class org.kde.koala.KProtocolInfo
Returns whether the protocol description file is valid.
isValid() - Method in class org.kde.koala.KService
Checks whether the service is valid.
isValid() - Method in class org.kde.koala.KServiceGroup
Checks whether the entry is valid, returns always true.
isValid() - Method in class org.kde.koala.KServiceOffer
Check whether the entry is valid.
isValid() - Method in class org.kde.koala.KServiceSeparator
 
isValid() - Method in class org.kde.koala.KServiceType
Checks whether the service type is valid.
isValid() - Method in class org.kde.koala.KSSLCertChain
Determine if this represents a valid certificate chain
isValid() - Method in class org.kde.koala.KSSLCertificate
Check if this is a valid certificate.
isValid(int) - Method in class org.kde.koala.KSSLCertificate
Check if this is a valid certificate.
isValid() - Method in class org.kde.koala.KSSLPKCS12
Check if the X.509 and private key are valid.
isValid(int) - Method in class org.kde.koala.KSSLPKCS12
Check if the X.509 and private key are valid.
isValid() - Method in class org.kde.koala.KSSLPKCS7
Return true if the chain is valid.
isValid() - Method in class org.kde.koala.KSycocaEntry
 
isValid() - Method in class org.kde.koala.KURL
 
isVertical() - Method in class org.kde.koala.KURLBar
 
isVertical() - Method in class org.kde.koala.KURLBarListBox
 
isViewTaskBarOn() - Method in class org.kde.koala.KMdiMainFrm
 
isWritable() - Method in class org.kde.koala.KAsyncIO
 
isWritable() - Method in class org.kde.koala.KFileItem
Checks whether the file or directory is writable.
italic() - Method in class org.kde.koala.KFontCombo
Returns the current italic status
item(long) - Method in class org.kde.koala.CSSRuleList
Used to retrieve a CSS rule by ordinal index.
item(long) - Method in class org.kde.koala.CSSStyleDeclaration
Used to retrieve the properties that have been explicitly set in this declaration block.
item(long) - Method in class org.kde.koala.CSSValueList
Used to retrieve a CSS rule by ordinal index.
item(long) - Method in class org.kde.koala.HTMLCollection
This method retrieves a node specified by ordinal index.
item(String) - Method in class org.kde.koala.KFileMetaInfo
Returns the KFileMetaInfoItem with the given key.
item(String) - Method in class org.kde.koala.KFileMetaInfoGroup
This method searches for the specified item.
item(int) - Method in class org.kde.koala.KFileMetaInfoGroup
Returns the item with the given hint.
item(long) - Method in class org.kde.koala.NamedNodeMap
Returns the index th item in the map.
itemAdded(QListViewItem) - Method in interface org.kde.koala.KListViewSignals
 
itemAtIndex(int) - Method in class org.kde.koala.KListView
Returns the item of index within the item tree or 0 if index doesn't exist in this list view.
itemDeleted(KFileItem) - Method in class org.kde.koala.KDirOperator
Removes the given KFileItem item from the view (usually called from KDirLister).
itemHighlighted(int) - Method in class org.kde.koala.KPopupMenu
 
itemIcon(KFileTreeViewItem, int) - Method in class org.kde.koala.KFileTreeView
 
itemIcon(KFileTreeViewItem) - Method in class org.kde.koala.KFileTreeView
 
itemId(int) - Method in class org.kde.koala.KAction
 
itemIndex(QListViewItem) - Method in class org.kde.koala.KListView
Returns the index of item within the item tree or -1 if item doesn't exist in this list view.
itemIndex(int) - Method in class org.kde.koala.KToolBar
Returns the index of the item id.
itemPressed(int) - Method in interface org.kde.koala.KStatusBarLabelSignals
 
itemReleased(int) - Method in interface org.kde.koala.KStatusBarLabelSignals
 
itemRemoved(QListViewItem) - Method in interface org.kde.koala.KListViewSignals
 
itemRenamed(QListViewItem, String, int) - Method in interface org.kde.koala.KListViewSignals
This signal gets emitted when an item is renamed via in-place renaming.
itemRenamed(QListViewItem) - Method in interface org.kde.koala.KListViewSignals
Same as above, but without the extra information.
items() - Method in class org.kde.koala.KCombiView
 
items() - Method in class org.kde.koala.KCompletion
Returns a list of all items inserted into KCompletion.
items() - Method in class org.kde.koala.KCompletionBox
Returns a list of all items currently in the box.
items(int) - Method in class org.kde.koala.KDirLister
Returns the items listed for the current url().
items() - Method in class org.kde.koala.KDirLister
 
items() - Method in class org.kde.koala.KEditListBox
 
items() - Method in class org.kde.koala.KFileDetailView
 
items() - Method in class org.kde.koala.KFileIconView
 
items() - Method in class org.kde.koala.KFilePreview
 
items() - Method in class org.kde.koala.KFileView
 
items() - Method in interface org.kde.koala.KFileViewInterface
 
items() - Method in class org.kde.koala.KSelectAction
 
itemSelected(String) - Method in class org.kde.koala.KRecentFilesAction
 
itemsFilteredByMime(ArrayList) - Method in interface org.kde.koala.KDirListerSignals
Send a list of items filtered-out by mime-type.
itemsForDir(KURL, int) - Method in class org.kde.koala.KDirLister
Returns the items listed for the given dir. This method will NOT start listing dir, you should only call this when receiving the finished() signal.
itemsForDir(KURL) - Method in class org.kde.koala.KDirLister
 
itemSize() - Method in class org.kde.koala.KPixmapSplitter
 
itemsMovable() - Method in class org.kde.koala.KListView
 
itemsRenameable() - Method in class org.kde.koala.KListView
 
itemsSummaryString(int, int, int, long, boolean) - Static method in class org.kde.koala.KIO
Helper for showing information about a set of files and directories

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _