Qt Jambi Home
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

A

abort() - Method in class com.trolltech.qt.gui.QPrintEngine
Instructs the print engine to abort the printing process.
abort() - Method in class com.trolltech.qt.gui.QPrinter
Aborts the current print run.
abort() - Method in class com.trolltech.qt.network.QAbstractSocket
Aborts the current connection and resets the socket.
abort() - Method in class com.trolltech.qt.network.QFtp
Aborts the current command and deletes all scheduled commands.
abort() - Method in class com.trolltech.qt.network.QHttp
Aborts the current request and deletes all scheduled requests.
abortHostLookup(int) - Static method in class com.trolltech.qt.network.QHostInfo
Aborts the host lookup with the ID lookupId, as returned by lookupHost().
about(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QMessageBox
Displays a simple about box with title title and text text.
aboutQt() - Static method in class com.trolltech.qt.gui.QApplication
Displays a simple message box about Qt.
aboutQt(QWidget) - Static method in class com.trolltech.qt.gui.QMessageBox
Equivalent to aboutQt(parent, QString()).
aboutQt(QWidget, String) - Static method in class com.trolltech.qt.gui.QMessageBox
Displays a simple message box about Qt, with the given title and centered over parent (if parent is not 0).
aboutQtJambi() - Static method in class com.trolltech.qt.gui.QApplication
Displays a simple message box about Qt Jambi.
aboutToActivate - Variable in class com.trolltech.qt.gui.QMdiSubWindow
QMdiSubWindow emits this signal immediately before it is activated.
aboutToBlock - Variable in class com.trolltech.qt.core.QAbstractEventDispatcher
This signal is emitted before the event loop calls a function that could block.
aboutToClose - Variable in class com.trolltech.qt.core.QIODevice
This signal is emitted when the device is about to close.
aboutToHide - Variable in class com.trolltech.qt.gui.QMenu
This signal is emitted just before the menu is hidden from the user.
aboutToQuit - Variable in class com.trolltech.qt.core.QCoreApplication
This signal is emitted when the application is about to quit the main event loop, e.g. when the event loop level drops to zero.
aboutToShow - Variable in class com.trolltech.qt.gui.QMenu
This signal is emitted just before the menu is shown to the user.
absoluteDir() - Method in class com.trolltech.qt.core.QFileInfo
Returns the file's absolute path as a QDir object.
absoluteFilePath(String) - Method in class com.trolltech.qt.core.QDir
Returns the absolute path name of a file in the directory.
absoluteFilePath() - Method in class com.trolltech.qt.core.QFileInfo
Returns the absolute path including the file name.
absolutePath() - Method in class com.trolltech.qt.core.QDir
Returns the absolute path (a path that starts with "/" or with a drive specification), which may contain symbolic links, but never contains redundant ".", ".." or multiple separators.
absolutePath() - Method in class com.trolltech.qt.core.QFileInfo
Returns the file's path absolute path.
accept() - Method in class com.trolltech.qt.core.QEvent
Sets the accept flag of the event object, the equivalent of callign setAccepted(true).
accept() - Method in class com.trolltech.qt.gui.QDialog
Hides the modal dialog and sets the result code to Accepted.
accept(QRect) - Method in class com.trolltech.qt.gui.QDragMoveEvent
The same as accept, but also notifies that future moves will also be acceptable if they remain within the r given on the widget.
accept() - Method in class com.trolltech.qt.gui.QFileDialog
This function is reimplemented for internal reasons.
acceptDrops() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item can accept drag and drop events; otherwise, returns false.
acceptDrops() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item can accept drag and drop events; otherwise, returns false.
acceptDrops() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item can accept drag and drop events; otherwise, returns false.
acceptDrops() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item can accept drag and drop events; otherwise, returns false.
acceptDrops() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item can accept drag and drop events; otherwise, returns false.
acceptDrops() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item can accept drag and drop events; otherwise, returns false.
acceptDrops() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item can accept drag and drop events; otherwise, returns false.
acceptDrops() - Method in class com.trolltech.qt.gui.QWidget
Returns whether drop events are enabled for this widget.
acceptDrops() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item can accept drag and drop events; otherwise, returns false.
accepted - Variable in class com.trolltech.qt.gui.QDialog
This signal is emitted when the dialog has been accepted either by the user or by calling accept or done with the QDialog::Accepted argument.
accepted - Variable in class com.trolltech.qt.gui.QDialogButtonBox
This signal is emitted when a button inside the button box is clicked, as long as it was defined with the AcceptRole or YesRole.
acceptedMouseButtons() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns the mouse buttons that this item accepts mouse events for.
acceptedMouseButtons() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns the mouse buttons that this item accepts mouse events for.
acceptedMouseButtons() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns the mouse buttons that this item accepts mouse events for.
acceptedMouseButtons() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns the mouse buttons that this item accepts mouse events for.
acceptedMouseButtons() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns the mouse buttons that this item accepts mouse events for.
acceptedMouseButtons() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns the mouse buttons that this item accepts mouse events for.
acceptedMouseButtons() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns the mouse buttons that this item accepts mouse events for.
acceptedMouseButtons() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns the mouse buttons that this item accepts mouse events for.
acceptMode() - Method in class com.trolltech.qt.gui.QFileDialog
Returns the accept mode of the dialog.
acceptProposedAction() - Method in class com.trolltech.qt.gui.QDropEvent
Sets the drop action to be the proposed action.
acceptProposedAction() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Sets the proposed action as accepted, i.e, the drop action is set to the proposed action.
acceptRichText() - Method in class com.trolltech.qt.gui.QTextEdit
Returns whether the text edit accepts rich text insertions by the user.
acceptsHoverEvents() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
acceptsHoverEvents() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
acceptsHoverEvents() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
acceptsHoverEvents() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
acceptsHoverEvents() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
acceptsHoverEvents() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
acceptsHoverEvents() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
acceptsHoverEvents() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if an item accepts hover events (QGraphicsSceneHoverEvent); otherwise, returns false.
accessibleDescription() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the item's accessible description.
accessibleDescription() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's description as seen by assistive technologies.
AccessibleDescriptionRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
A description of the item for accessibility purposes.
accessibleName() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's name as seen by assistive technologies.
accessibleText() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the item's accessible text.
AccessibleTextRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
The text to be used by accessibility extensions and plugins, such as screen readers.
accum() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the accumulation buffer is enabled; otherwise returns false.
accum() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the accumulation buffer is enabled; otherwise returns false.
accumBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the accumulation buffer size.
accumBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the accumulation buffer size.
acquire() - Method in class com.trolltech.qt.core.QSemaphore
Equivalent to acquire(1).
acquire(int) - Method in class com.trolltech.qt.core.QSemaphore
Tries to acquire n resources guarded by the semaphore.
action() - Method in class com.trolltech.qt.gui.QActionEvent
Returns the action that is changed, added, or removed.
actionAt(QPoint) - Method in class com.trolltech.qt.gui.QMenu
Returns the item at arg__1; returns 0 if there is no item there.
actionAt(QPoint) - Method in class com.trolltech.qt.gui.QMenuBar
actionAt(QPoint) - Method in class com.trolltech.qt.gui.QToolBar
Returns the action at point p.
actionAt(int, int) - Method in class com.trolltech.qt.gui.QToolBar
Returns the action at the point x, y.
actionChanged - Variable in class com.trolltech.qt.gui.QDrag
This signal is emitted when the action associated with the drag changes.
actionEvent(QActionEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
actionEvent(QActionEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
actionEvent(QActionEvent) - Method in class com.trolltech.qt.gui.QToolBar
This function is reimplemented for internal reasons.
actionEvent(QActionEvent) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
actionEvent(QActionEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler is called with the given arg__1 whenever the widget's actions are changed.
actionGeometry(QAction) - Method in class com.trolltech.qt.gui.QMenu
Returns the geometry of action arg__1.
actionGeometry(QAction) - Method in class com.trolltech.qt.gui.QMenuBar
actionGeometry(QAction) - Method in class com.trolltech.qt.gui.QToolBar
actionGroup() - Method in class com.trolltech.qt.gui.QAction
Returns the action group for this action.
actions() - Method in class com.trolltech.qt.gui.QActionGroup
Returns the list of this groups's actions.
actions() - Method in class com.trolltech.qt.gui.QInputContext
This is a preliminary interface for Qt 4.
actions() - Method in class com.trolltech.qt.gui.QWidget
Returns the (possibly empty) list of this widget's actions.
actionText(int, QAccessible.Text, int) - Method in class com.trolltech.qt.gui.QAccessibleInterface
Returns the text property t of the action action supported by the object, or of the object's child if child is not 0.
actionText(int, QAccessible.Text, int) - Method in class com.trolltech.qt.gui.QAccessibleObject
Returns the text property t of the action action supported by the object, or of the object's child if child is not 0.
actionText(int, QAccessible.Text, int) - Method in class com.trolltech.qt.gui.QAccessibleObjectEx

Returns the text property t of the action action supported by the object, or of the object's child if child is not 0.

actionText(int, QAccessible.Text, int) - Method in class com.trolltech.qt.gui.QAccessibleWidget
Returns the text property t of the action action supported by the object, or of the object's child if child is not 0.
actionText(int, QAccessible.Text, int) - Method in class com.trolltech.qt.gui.QAccessibleWidgetEx

Returns the text property t of the action action supported by the object, or of the object's child if child is not 0.

actionTriggered - Variable in class com.trolltech.qt.gui.QAbstractSlider
This signal is emitted when the slider action action is triggered.
actionTriggered - Variable in class com.trolltech.qt.gui.QToolBar
This signal is emitted when an action in this toolbar is triggered.
activate(QAction.ActionEvent) - Method in class com.trolltech.qt.gui.QAction
Sends the relevant signals for ActionEvent event.
activate() - Method in class com.trolltech.qt.gui.QLayout
Redoes the layout for parentWidget if necessary.
activated - Variable in class com.trolltech.qt.core.QSocketNotifier
This signal is emitted whenever the socket notifier is enabled and a socket event corresponding to its type occurs.
activated - Variable in class com.trolltech.qt.gui.QAbstractItemView
This signal is emitted when the item specified by index is activated by the user.
activated - Variable in class com.trolltech.qt.gui.QCalendarWidget
This signal is emitted whenever the user presses the Return or Enter key or double-clicks a date in the calendar widget.
activated - Variable in class com.trolltech.qt.gui.QComboBox
This signal is sent when an item in the combobox is activated by the user.
activated - Variable in class com.trolltech.qt.gui.QCompleter
This signal is sent when an item in the popup is activated by the user (by clicking or pressing return).
activated - Variable in class com.trolltech.qt.gui.QShortcut
This signal is emitted when the user types the shortcut's key sequence.
activated - Variable in class com.trolltech.qt.gui.QSystemTrayIcon
This signal is emitted when the user activates the system tray icon.
activatedAmbiguously - Variable in class com.trolltech.qt.gui.QShortcut
This signal is emitted when the user types a shortcut key sequence that is ambiguous.
activatedIndex - Variable in class com.trolltech.qt.gui.QComboBox
This signal is sent when an item in the combobox is activated by the user.
activatedIndex - Variable in class com.trolltech.qt.gui.QCompleter
This signal is sent when an item in the popup is activated by the user.
activateNextSubWindow() - Method in class com.trolltech.qt.gui.QMdiArea
Gives the keyboard focus to the next window in the list of child windows.
activateNextWindow() - Method in class com.trolltech.qt.gui.QWorkspace
Gives the input focus to the next window in the list of child windows.
activatePreviousSubWindow() - Method in class com.trolltech.qt.gui.QMdiArea
Gives the keyboard focus to the previous window in the list of child windows.
activatePreviousWindow() - Method in class com.trolltech.qt.gui.QWorkspace
Gives the input focus to the previous window in the list of child windows.
activateWindow() - Method in class com.trolltech.qt.gui.QWidget
Sets the top-level widget containing this widget to be the active window.
active() - Method in class com.trolltech.qt.gui.QPaintEngine
Returns the active state of this paint engine.
activeAction() - Method in class com.trolltech.qt.gui.QMenu
Returns the currently highlighted action, or 0 if no action is currently highlighted.
activeAction() - Method in class com.trolltech.qt.gui.QMenuBar
Returns the QAction that is currently highlighted.
activeModalWidget() - Static method in class com.trolltech.qt.gui.QApplication
Returns the active modal widget.
activePopupWidget() - Static method in class com.trolltech.qt.gui.QApplication
Returns the active popup widget.
activeStack() - Method in class com.trolltech.qt.gui.QUndoGroup
Returns the active stack of this group.
activeStackChanged - Variable in class com.trolltech.qt.gui.QUndoGroup
This signal is emitted whenever the active stack of the group changes.
activeSubControls() - Method in class com.trolltech.qt.gui.QStyleOptionComplex
Returns a bitwise OR of the various sub-controls that are active (pressed) for the complex control.
activeSubWindow() - Method in class com.trolltech.qt.gui.QMdiArea
Returns a pointer to the current active subwindow.
activeWindow() - Static method in class com.trolltech.qt.gui.QApplication
Returns the application top-level window that has the keyboard input focus, or 0 if no application window has the focus.
activeWindow() - Method in class com.trolltech.qt.gui.QWorkspace
Returns a pointer to the widget corresponding to the active child window, or 0 if no window is active.
actualSize(QSize, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to actualSize(size, mode, Off).
actualSize(QSize) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to actualSize(size, Normal, Off).
actualSize(QSize, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Returns the actual size of the icon for the requested size, mode, and state.
actualSize(QSize, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIconEngine
Returns the actual size of the icon the engine provides for the requested size, mode and state.
add(QPoint) - Method in class com.trolltech.qt.core.QPoint
Adds this QPoint to p and returns the result.
add(QPointF) - Method in class com.trolltech.qt.core.QPointF
Adds p to this QPointF and returns the result.
add(QSize) - Method in class com.trolltech.qt.core.QSize
Adds s to this QSize and returns the result.
add(QSizeF) - Method in class com.trolltech.qt.core.QSizeF
Adds s to this QSizeF and returns the result.
add(int, int) - Method in class com.trolltech.qt.gui.QPolygon
Adds the point (x, y) to the end of this QPolygon's point list.
add(QPoint) - Method in class com.trolltech.qt.gui.QPolygon
Adds pt to this polygon's point list.
add(QPolygon) - Method in class com.trolltech.qt.gui.QPolygon
Adds the points in p to the end of this polygons point list.
add(double, double) - Method in class com.trolltech.qt.gui.QPolygonF
Adds the point (x, y) to the end of this polygon's point list.
add(QPointF) - Method in class com.trolltech.qt.gui.QPolygonF
Adds pt to the end of this polygons point list.
add(QPolygonF) - Method in class com.trolltech.qt.gui.QPolygonF
Appends the points of p to the end of this polygons point list.
add(QTextBlock) - Method in class com.trolltech.qt.gui.QTextList
Makes the given block part of the list.
add(double) - Method in class com.trolltech.qt.gui.QTransform
Adds d to this QTransform.
addAction(QAction) - Method in class com.trolltech.qt.gui.QActionGroup
Adds the a to this group, and returns it.
addAction(String) - Method in class com.trolltech.qt.gui.QActionGroup
Creates and returns an action with text.
addAction(QIcon, String) - Method in class com.trolltech.qt.gui.QActionGroup
Creates and returns an action with text and an icon.
addAction(QIcon, String) - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new action with an icon and some text.
addAction(String) - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new action with text.
addAction(String, Object, String, QKeySequence) - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new action with the text text.
addAction(String, QSignalEmitter.AbstractSignal, QKeySequence) - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new action with the text text and specified shortcut.
addAction(String, Object, String) - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new action with the text text.
addAction(String, QSignalEmitter.AbstractSignal) - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new action with the given text.
addAction(QIcon, String, Object, String, QKeySequence) - Method in class com.trolltech.qt.gui.QMenu
This function creates a new action with the given icon, shortcut, and text.
addAction(QIcon, String, QSignalEmitter.AbstractSignal, QKeySequence) - Method in class com.trolltech.qt.gui.QMenu
This function creates a new action with the given icon, shortcut, and text.
addAction(QIcon, String, Object, String) - Method in class com.trolltech.qt.gui.QMenu
This method creates a new action with the given icon and text.
addAction(QIcon, String, QSignalEmitter.AbstractSignal) - Method in class com.trolltech.qt.gui.QMenu
This method creates an action with the given icon and text.
addAction(String) - Method in class com.trolltech.qt.gui.QMenuBar
This convenience function creates a new action with text.
addAction(String, Object, String) - Method in class com.trolltech.qt.gui.QMenuBar
This convenience function creates a new action with the given text.
addAction(String, QSignalEmitter.AbstractSignal) - Method in class com.trolltech.qt.gui.QMenuBar
This convenience function creates a new action with the given text.
addAction(String) - Method in class com.trolltech.qt.gui.QToolBar
Creates a new action with the given text.
addAction(QIcon, String) - Method in class com.trolltech.qt.gui.QToolBar
Creates a new action with the given icon and text.
addAction(QIcon, String, Object, String) - Method in class com.trolltech.qt.gui.QToolBar
Creates a new action with the icon icon and text text.
addAction(QIcon, String, QSignalEmitter.AbstractSignal) - Method in class com.trolltech.qt.gui.QToolBar
Creates a new action with the icon icon and text text.
addAction(String, Object, String) - Method in class com.trolltech.qt.gui.QToolBar
Creates a new action with text text.
addAction(String, QSignalEmitter.AbstractSignal) - Method in class com.trolltech.qt.gui.QToolBar
Creates a new action with text text.
addAction(QAction) - Method in class com.trolltech.qt.gui.QWidget
Appends the action action to this widget's list of actions.
addActions(List<QAction>) - Method in class com.trolltech.qt.gui.QWidget
Appends the actions actions to this widget's list of actions.
addApplicationFont(String) - Static method in class com.trolltech.qt.gui.QFontDatabase
Loads the font from the file specified by fileName and makes it available to the application.
addApplicationFontFromData(QByteArray) - Static method in class com.trolltech.qt.gui.QFontDatabase
Loads the font from binary data specified by fontData and makes it available to the application.
addBindValue(Object, QSql.ParamTypeFlag...) - Method in class com.trolltech.qt.sql.QSqlQuery
Adds the value val to the list of values when using positional value binding.
addBindValue(Object) - Method in class com.trolltech.qt.sql.QSqlQuery
Equivalent to addBindValue(val, QSql::In).
addBindValue(Object, QSql.ParamType) - Method in class com.trolltech.qt.sql.QSqlQuery
Adds the value val to the list of values when using positional value binding.
addBindValue(Object, QSql.ParamTypeFlag...) - Method in class com.trolltech.qt.sql.QSqlResult
Binds the value val of parameter type type to the next available position in the current record (row).
addBindValue(Object, QSql.ParamType) - Method in class com.trolltech.qt.sql.QSqlResult
Binds the value val of parameter type type to the next available position in the current record (row).
addButton(QAbstractButton, int) - Method in class com.trolltech.qt.gui.QButtonGroup
Adds the given arg__1 to the button group, with the given id.
addButton(QAbstractButton) - Method in class com.trolltech.qt.gui.QButtonGroup
Adds the given arg__1 to the end of the group's internal list of buttons.
addButton(QAbstractButton, QDialogButtonBox.ButtonRole) - Method in class com.trolltech.qt.gui.QDialogButtonBox
Adds the given button to the button box with the specified role.
addButton(String, QDialogButtonBox.ButtonRole) - Method in class com.trolltech.qt.gui.QDialogButtonBox
Creates a push button with the given text, adds it to the button box for the specified role, and returns the corresponding push button.
addButton(QDialogButtonBox.StandardButton) - Method in class com.trolltech.qt.gui.QDialogButtonBox
Adds a standard button to the button box if it is valid to do so, and returns a push button.
addButton(QAbstractButton, QMessageBox.ButtonRole) - Method in class com.trolltech.qt.gui.QMessageBox
Adds the given button to the message box with the specified role.
addButton(QMessageBox.StandardButton) - Method in class com.trolltech.qt.gui.QMessageBox
Adds a standard button to the message box if it is valid to do so, and returns the push button.
addButton(String, QMessageBox.ButtonRole) - Method in class com.trolltech.qt.gui.QMessageBox
Creates a button with the given text, adds it to the message box for the specified role, and returns it.
addChild(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Appends the child item to the list of children.
addChildLayout(QLayout) - Method in class com.trolltech.qt.gui.QLayout
This function is called from addLayout() or insertLayout() functions in subclasses to add layout l as a sub-layout.
addChildren(List<QTreeWidgetItem>) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Appends the given list of children to the item.
addChildWidget(QWidget) - Method in class com.trolltech.qt.gui.QLayout
This function is called from addWidget() functions in subclasses to add w as a child widget.
addControllingSignal(String) - Method in class com.trolltech.qt.gui.QAccessibleWidget
Registers signal as a controlling signal.
addData(QByteArray) - Method in class com.trolltech.qt.core.QCryptographicHash
/overload
addData(byte[]) - Method in class com.trolltech.qt.core.QCryptographicHash
Adds data to the cryptographic hash.
addData(QByteArray) - Method in class com.trolltech.qt.xml.QXmlStreamReader
Adds more data for the reader to read.
addData(String) - Method in class com.trolltech.qt.xml.QXmlStreamReader
Adds more data for the reader to read.
addDatabase(String) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Equivalent to addDatabase(type, QLatin1String( defaultConnection )).
addDatabase(String, String) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Adds a database to the list of database connections using the driver type and the connection name connectionName.
addDatabase(QSqlDriver) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Equivalent to addDatabase(driver, QLatin1String( defaultConnection )).
addDatabase(QSqlDriver, String) - Static method in class com.trolltech.qt.sql.QSqlDatabase
This function is useful if you need to set up the database connection and instantiate the driver yourself.
addDays(int) - Method in class com.trolltech.qt.core.QDate
Returns a QDate object containing a date days later than the date of this object (or earlier if days is negative).
addDays(int) - Method in class com.trolltech.qt.core.QDateTime
Returns a QDateTime object containing a datetime days days later than the datetime of this object (or earlier if days is negative).
addDockWidget(Qt.DockWidgetArea, QDockWidget) - Method in class com.trolltech.qt.gui.QMainWindow
Adds the given dockwidget to the specified area.
addDockWidget(Qt.DockWidgetArea, QDockWidget, Qt.Orientation) - Method in class com.trolltech.qt.gui.QMainWindow
Adds dockwidget into the given area in the direction specified by the orientation.
added() - Method in class com.trolltech.qt.core.QChildEvent
Returns true if type is QEvent::ChildAdded; otherwise returns false.
addEllipse(double, double, double, double, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addEllipse(x, y, w, h, pen, QBrush()).
addEllipse(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addEllipse(x, y, w, h, QPen(), QBrush()).
addEllipse(double, double, double, double, QPen, QBrush) - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling addEllipse(QRectF(x, y, w, h), pen, brush).
addEllipse(QRectF, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addEllipse(rect, pen, QBrush()).
addEllipse(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addEllipse(rect, QPen(), QBrush()).
addEllipse(QRectF, QPen, QBrush) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds an ellipse item to the scene, and returns the item pointer.
addEllipse(QRectF) - Method in class com.trolltech.qt.gui.QPainterPath
Creates an ellipse within the the specified rect and adds it to the painter path as a closed subpath.
addEllipse(double, double, double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Creates an ellipse within the bounding rectangle defined by its top-left corner at (x, y), w and h, and adds it to the painter path as a closed subpath.
addEnabledOption(QAbstractPrintDialog.PrintDialogOption) - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Adds the option option to the set of enabled options in this dialog.
addFile(String, QSize, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to addFile(fileName, size, mode, Off).
addFile(String, QSize) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to addFile(fileName, size, Normal, Off).
addFile(String) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to addFile(fileName, QSize(), Normal, Off).
addFile(String, QSize, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Adds a pixmap from the file with the given fileName to the icon, as a specialization for size, mode and state.
addFile(String, QSize, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIconEngine
Called by QIcon::addFile().
addItem(QLayoutItemInterface) - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
addItem(String) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to addItem(text, QVariant()).
addItem(String, Object) - Method in class com.trolltech.qt.gui.QComboBox
Adds an item to the combobox with the given text, and containing the specified userData.
addItem(QIcon, String) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to addItem(icon, text, QVariant()).
addItem(QIcon, String, Object) - Method in class com.trolltech.qt.gui.QComboBox
Adds an item to the combobox with the given icon and text, and containing the specified userData.
addItem(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsScene
Adds or moves the item item and all its childen to the scene.
addItem(QLayoutItemInterface, int, int, int, int, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QGridLayout
Adds item at position row, column, spanning rowSpan rows and columnSpan columns, and aligns it according to arg__6.
addItem(QLayoutItemInterface, int, int, int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Equivalent to addItem(item, row, column, rowSpan, columnSpan, 0).
addItem(QLayoutItemInterface, int, int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Equivalent to addItem(item, row, column, rowSpan, 1, 0).
addItem(QLayoutItemInterface, int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Equivalent to addItem(item, row, column, 1, 1, 0).
addItem(QLayoutItemInterface, int, int, int, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QGridLayout
Adds item at position row, column, spanning rowSpan rows and columnSpan columns, and aligns it according to arg__6.
addItem(QLayoutItemInterface) - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
addItem(QLayoutItemInterface) - Method in class com.trolltech.qt.gui.QLayout
Implemented in subclasses to add an arg__1.
addItem(QListWidgetItem) - Method in class com.trolltech.qt.gui.QListWidget
Inserts the item at the the end of the list widget.
addItem(String) - Method in class com.trolltech.qt.gui.QListWidget
Inserts an item with the text label at the end of the list widget.
addItem(QLayoutItemInterface) - Method in class com.trolltech.qt.gui.QStackedLayout
This function is reimplemented for internal reasons.
addItem(QWidget, QIcon, String) - Method in class com.trolltech.qt.gui.QToolBox
Adds the widget in a new tab at bottom of the toolbox.
addItem(QWidget, String) - Method in class com.trolltech.qt.gui.QToolBox
Adds the widget widget in a new tab at bottom of the toolbox.
addItems(List<String>) - Method in class com.trolltech.qt.gui.QComboBox
Adds each of the strings in the given texts to the combobox.
addItems(List<String>) - Method in class com.trolltech.qt.gui.QListWidget
Inserts items with the text labels at the end of the list widget.
additionalFormats() - Method in class com.trolltech.qt.gui.QTextLayout
Returns the list of additional formats supported by the text layout.
addLayout(QLayout) - Method in class com.trolltech.qt.gui.QBoxLayout
Equivalent to addLayout(layout, 0).
addLayout(QLayout, int) - Method in class com.trolltech.qt.gui.QBoxLayout
Adds layout to the end of the box, with serial stretch factor stretch.
addLayout(QLayout, int, int, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QGridLayout
Places the arg__1 at position (row, column) in the grid.
addLayout(QLayout, int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Equivalent to addLayout(arg__1, row, column, 0).
addLayout(QLayout, int, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QGridLayout
Places the arg__1 at position (row, column) in the grid.
addLayout(QLayout, int, int, int, int, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QGridLayout
This version adds the layout arg__1 to the cell grid, spanning multiple rows/columns.
addLayout(QLayout, int, int, int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Equivalent to addLayout(arg__1, row, column, rowSpan, columnSpan, 0).
addLayout(QLayout, int, int, int, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QGridLayout
This version adds the layout arg__1 to the cell grid, spanning multiple rows/columns.
addLibraryPath(String) - Static method in class com.trolltech.qt.core.QCoreApplication
Appends arg__1 to the end of the library path list.
addLine(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addLine(x1, y1, x2, y2, QPen()).
addLine(double, double, double, double, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling addLine(QLineF(x1, y1, x2, y2), pen).
addLine(QLineF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addLine(line, QPen()).
addLine(QLineF, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds a line item to the scene, and returns the item pointer.
addMapping(QWidget, int) - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Adds a mapping between a widget and a section from the model.
addMapping(QWidget, int, QByteArray) - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Essentially the same as addMapping, but adds the possibility to specify the property to use specifying propertyName.
addMenu(QIcon, String) - Method in class com.trolltech.qt.gui.QMenu
Appends a new QMenu with icon and title to the menu.
addMenu(QMenu) - Method in class com.trolltech.qt.gui.QMenu
This convenience function adds menu as a submenu to this menu.
addMenu(String) - Method in class com.trolltech.qt.gui.QMenu
Appends a new QMenu with title to the menu.
addMenu(QMenu) - Method in class com.trolltech.qt.gui.QMenuBar
Appends menu to the menu bar.
addMenu(String) - Method in class com.trolltech.qt.gui.QMenuBar
Appends a new QMenu with title to the menu bar.
addMenu(QIcon, String) - Method in class com.trolltech.qt.gui.QMenuBar
Appends a new QMenu with icon and title to the menu bar.
addMonths(int) - Method in class com.trolltech.qt.core.QDate
Returns a QDate object containing a date months later than the date of this object (or earlier if months is negative).
addMonths(int) - Method in class com.trolltech.qt.core.QDateTime
Returns a QDateTime object containing a datetime months months later than the datetime of this object (or earlier if months is negative).
addMSecs(long) - Method in class com.trolltech.qt.core.QDateTime
Returns a QDateTime object containing a datetime msecs miliseconds later than the datetime of this object (or earlier if msecs is negative).
addMSecs(int) - Method in class com.trolltech.qt.core.QTime
Returns a QTime object containing a time ms milliseconds later than the time of this object (or earlier if ms is negative).
addPage(QWizardPage) - Method in class com.trolltech.qt.gui.QWizard
Adds the given page to the wizard, and returns the page's ID.
addPath(String) - Method in class com.trolltech.qt.core.QFileSystemWatcher
Adds file to the file system watcher if file exists.
addPath(QPainterPath, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addPath(path, pen, QBrush()).
addPath(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addPath(path, QPen(), QBrush()).
addPath(QPainterPath, QPen, QBrush) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds a path item to the scene, and returns the item pointer.
addPath(QPainterPath) - Method in class com.trolltech.qt.gui.QPainterPath
Adds the given path to this path as a closed subpath.
addPaths(List<String>) - Method in class com.trolltech.qt.core.QFileSystemWatcher
Adds each path in files to the file system watcher.
addPermanentWidget(QWidget) - Method in class com.trolltech.qt.gui.QStatusBar
Equivalent to addPermanentWidget(widget, 0).
addPermanentWidget(QWidget, int) - Method in class com.trolltech.qt.gui.QStatusBar
Adds the given widget permanently to this status bar, reparenting the widget if it isn't already a child of this QStatusBar object.
addPixmap(QPixmap) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds a pixmap item to the scene, and returns the item pointer.
addPixmap(QPixmap, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to addPixmap(pixmap, mode, Off).
addPixmap(QPixmap) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to addPixmap(pixmap, Normal, Off).
addPixmap(QPixmap, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Adds pixmap to the icon, as a specialization for mode and state.
addPixmap(QPixmap, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIconEngine
Called by QIcon::addPixmap().
addPolygon(QPolygonF, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addPolygon(polygon, pen, QBrush()).
addPolygon(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addPolygon(polygon, QPen(), QBrush()).
addPolygon(QPolygonF, QPen, QBrush) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds a polygon item to the scene, and returns the item pointer.
addPolygon(QPolygonF) - Method in class com.trolltech.qt.gui.QPainterPath
Adds the given polygon to the path as an (unclosed) subpath.
addQueryItem(String, String) - Method in class com.trolltech.qt.core.QUrl
Inserts the pair key = value into the query string of the URL.
addRect(double, double, double, double, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addRect(x, y, w, h, pen, QBrush()).
addRect(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addRect(x, y, w, h, QPen(), QBrush()).
addRect(double, double, double, double, QPen, QBrush) - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling addRect(QRectF(x, y, w, h), pen, brush).
addRect(QRectF, QPen) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addRect(rect, pen, QBrush()).
addRect(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addRect(rect, QPen(), QBrush()).
addRect(QRectF, QPen, QBrush) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds a rectangle item to the scene, and returns the item pointer.
addRect(double, double, double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a rectangle at position (x, y), with the given w and h, as a closed subpath.
addRect(QRectF) - Method in class com.trolltech.qt.gui.QPainterPath
Adds the given rect to this path as a closed subpath.
addRegion(QRegion) - Method in class com.trolltech.qt.gui.QPainterPath
Adds the given region to the path by adding each rectangle in the region as a separate closed subpath.
addResource(int, QUrl, Object) - Method in class com.trolltech.qt.gui.QTextDocument
Adds the resource resource to the resource cache, using type and name as identifiers.
address - Variable in class com.trolltech.qt.network.QUdpSocket.HostInfo
 
addressEntries() - Method in class com.trolltech.qt.network.QNetworkInterface
Returns the list of IP addresses that this interface possesses along with their associated netmasks and broadcast addresses.
addresses() - Method in class com.trolltech.qt.network.QHostInfo
Returns the list of IP addresses associated with hostName.
addRoundRect(QRectF, int) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a rounded rectangle, rect, to the path.
addRoundRect(QRectF, int, int) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a rectangle rect with rounded corners to the path.
addRoundRect(double, double, double, double, int) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a rounded rectangle to the path, defined by the coordinates x and y with the specified w and h.
addRoundRect(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a rectangle with rounded corners to the path.
addScrollBarWidget(QWidget, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
Adds widget as a scroll bar widget in the location specified by alignment.
addScrollBarWidget(QWidget, Qt.Alignment) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
Adds widget as a scroll bar widget in the location specified by alignment.
addSearchPath(String, String) - Static method in class com.trolltech.qt.core.QDir
Adds path to the search path for prefix.
addSecs(int) - Method in class com.trolltech.qt.core.QDateTime
Returns a QDateTime object containing a datetime secs seconds later than the datetime of this object (or earlier if secs is negative).
addSecs(int) - Method in class com.trolltech.qt.core.QTime
Returns a QTime object containing a time secs seconds later than the time of this object (or earlier if secs is negative).
addSeparator() - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new separator action, i.e. an action with QAction::isSeparator() returning true, and adds the new action to this menu's list of actions.
addSeparator() - Method in class com.trolltech.qt.gui.QMenuBar
Appends a separator to the menu.
addSeparator() - Method in class com.trolltech.qt.gui.QToolBar
Adds a separator to the end of the toolbar.
addSimpleText(String) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addSimpleText(text, QFont()).
addSimpleText(String, QFont) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds a QGraphicsSimpleTextItem to the scene, and returns the item pointer.
addSpacing(int) - Method in class com.trolltech.qt.gui.QBoxLayout
Adds a non-stretchable space (a QSpacerItem) with size size to the end of this box layout.
addStack(QUndoStack) - Method in class com.trolltech.qt.gui.QUndoGroup
Adds stack to this group.
addStackedWidget(QWidget) - Method in class com.trolltech.qt.gui.QStackedLayout
Adds the given w to the end of this layout and returns the index position of the w.
addStretch() - Method in class com.trolltech.qt.gui.QBoxLayout
Equivalent to addStretch(0).
addStretch(int) - Method in class com.trolltech.qt.gui.QBoxLayout
Adds a stretchable space (a QSpacerItem) with zero minimum size and stretch factor stretch to the end of this box layout.
addStrut(int) - Method in class com.trolltech.qt.gui.QBoxLayout
Limits the perpendicular dimension of the box (e.g. height if the box is LeftToRight) to a minimum of arg__1.
addSubWindow(QWidget, Qt.WindowType...) - Method in class com.trolltech.qt.gui.QMdiArea
Adds widget as a new subwindow to the MDI area.
addSubWindow(QWidget) - Method in class com.trolltech.qt.gui.QMdiArea
Equivalent to addSubWindow(widget, 0).
addSubWindow(QWidget, Qt.WindowFlags) - Method in class com.trolltech.qt.gui.QMdiArea
Adds widget as a new subwindow to the MDI area.
addTab(QIcon, String) - Method in class com.trolltech.qt.gui.QTabBar
Adds a new tab with icon icon and text text.
addTab(String) - Method in class com.trolltech.qt.gui.QTabBar
Adds a new tab with text text.
addTab(QWidget, String) - Method in class com.trolltech.qt.gui.QTabWidget
Adds a tab with the given widget and arg__2 to the tab widget, and returns the index of the tab in the tab bar.
addTab(QWidget, QIcon, String) - Method in class com.trolltech.qt.gui.QTabWidget
Adds a tab with the given widget, icon, and label to the tab widget, and returns the index of the tab in the tab bar.
addText(String) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to addText(text, QFont()).
addText(String, QFont) - Method in class com.trolltech.qt.gui.QGraphicsScene
Creates and adds a text item to the scene, and returns the item pointer.
addText(QPointF, QFont, String) - Method in class com.trolltech.qt.gui.QPainterPath
Adds the given text to this path as a set of closed subpaths created from the f supplied.
addText(double, double, QFont, String) - Method in class com.trolltech.qt.gui.QPainterPath
Adds the given text to this path as a set of closed subpaths created from the f supplied.
addToGroup(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Adds the given item to this item group.
addToIndex() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
addToIndex() - Method in class com.trolltech.qt.gui.QGraphicsItem
addToIndex() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
addToIndex() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
addToIndex() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
addToIndex() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
addToIndex() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
addToIndex() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
addToolBar(QToolBar) - Method in class com.trolltech.qt.gui.QMainWindow
Equivalent of calling addToolBar(Qt::TopToolBarArea, toolbar)
addToolBar(Qt.ToolBarArea, QToolBar) - Method in class com.trolltech.qt.gui.QMainWindow
Adds the toolbar into the specified area in this main window.
addToolBar(String) - Method in class com.trolltech.qt.gui.QMainWindow
Creates a QToolBar object, setting its window title to title, and inserts it into the top toolbar area.
addToolBarBreak() - Method in class com.trolltech.qt.gui.QMainWindow
Equivalent to addToolBarBreak(Qt::TopToolBarArea).
addToolBarBreak(Qt.ToolBarArea) - Method in class com.trolltech.qt.gui.QMainWindow
Adds a toolbar break to the given area after all the other objects that are present.
addTopLevelItem(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Appends the item as a top-level item in the widget.
addTopLevelItems(List<QTreeWidgetItem>) - Method in class com.trolltech.qt.gui.QTreeWidget
Appends the list of items as a top-level items in the widget.
addValue(String, String) - Method in class com.trolltech.qt.network.QHttpHeader
Adds a new entry with the key and value.
addWidget(QWidget, int, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QBoxLayout
Adds arg__1 to the end of this box layout, with a stretch factor of stretch and alignment alignment.
addWidget(QWidget, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QBoxLayout
Adds arg__1 to the end of this box layout, with a stretch factor of stretch and alignment alignment.
addWidget(QWidget, int, int, int, int, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QGridLayout
This version adds the given arg__1 to the cell grid, spanning multiple rows/columns.
addWidget(QWidget, int, int, int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Equivalent to addWidget(arg__1, row, column, rowSpan, columnSpan, 0).
addWidget(QWidget, int, int, int, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QGridLayout
This version adds the given arg__1 to the cell grid, spanning multiple rows/columns.
addWidget(QWidget, int, int, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QGridLayout
Adds the given arg__1 to the cell grid at row, column.
addWidget(QWidget, int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Equivalent to addWidget(arg__1, row, column, 0).
addWidget(QWidget, int, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QGridLayout
Adds the given arg__1 to the cell grid at row, column.
addWidget(QWidget) - Method in class com.trolltech.qt.gui.QLayout
Adds widget w to this layout in a manner specific to the layout.
addWidget(QWidget) - Method in class com.trolltech.qt.gui.QSplitter
Adds the given widget to the splitter's layout after all the other items.
addWidget(QWidget) - Method in class com.trolltech.qt.gui.QStackedWidget
Appends the given w to this QStackedWidget and returns the index position.
addWidget(QWidget) - Method in class com.trolltech.qt.gui.QStatusBar
Equivalent to addWidget(widget, 0).
addWidget(QWidget, int) - Method in class com.trolltech.qt.gui.QStatusBar
Adds the given widget to this status bar, reparenting the widget if it isn't already a child of this QStatusBar object.
addWidget(QWidget) - Method in class com.trolltech.qt.gui.QToolBar
Adds the given widget to the toolbar as the toolbar's last item.
addWindow(QWidget, Qt.WindowType...) - Method in class com.trolltech.qt.gui.QWorkspace
Adds widget w as new sub window to the workspace.
addWindow(QWidget) - Method in class com.trolltech.qt.gui.QWorkspace
Equivalent to addWindow(w, 0).
addWindow(QWidget, Qt.WindowFlags) - Method in class com.trolltech.qt.gui.QWorkspace
Adds widget w as new sub window to the workspace.
addYears(int) - Method in class com.trolltech.qt.core.QDate
Returns a QDate object containing a date years later than the date of this object (or earlier if years is negative).
addYears(int) - Method in class com.trolltech.qt.core.QDateTime
Returns a QDateTime object containing a datetime years years later than the datetime of this object (or earlier if years is negative).
adjoint() - Method in class com.trolltech.qt.gui.QTransform
Returns the adjoint of this matrix.
adjust(int, int, int, int) - Method in class com.trolltech.qt.core.QRect
Adds x1, y1, x2 and y2 respectively to the existing coordinates of the rectangle.
adjust(double, double, double, double) - Method in class com.trolltech.qt.core.QRectF
Adds x1, y1, x2 and y2 respectively to the existing coordinates of the rectangle.
adjusted(int, int, int, int) - Method in class com.trolltech.qt.core.QRect
Returns a new rectangle with x1, y1, x2 and y2 added respectively to the existing coordinates of this rectangle.
adjusted(double, double, double, double) - Method in class com.trolltech.qt.core.QRectF
Returns a new rectangle with x1, y1, x2 and y2 added respectively to the existing coordinates of this rectangle.
adjustPosition(QWidget) - Method in class com.trolltech.qt.gui.QDialog
adjustSize() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Adjusts the text item to a reasonable size.
adjustSize() - Method in class com.trolltech.qt.gui.QTextDocument
Adjusts the document to a reasonable size.
adjustSize() - Method in class com.trolltech.qt.gui.QWidget
Adjusts the size of the widget to fit the contents.
advance(int) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
advance(int) - Method in class com.trolltech.qt.gui.QGraphicsItem
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
advance(int) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
advance(int) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
advance(int) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
advance(int) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
advance() - Method in class com.trolltech.qt.gui.QGraphicsScene
This slot advances the scene by one step, by calling QGraphicsItem::advance() for all items on the scene.
advance(int) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
advance(int) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This virtual function is called twice for all items by the QGraphicsScene::advance() slot.
afterAnimationStep(double) - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
This method is meant to be overridden in subclasses that need to execute additional code after a new step has taken place.
alert(QWidget) - Static method in class com.trolltech.qt.gui.QApplication
Equivalent to alert(widget, 0).
alert(QWidget, int) - Static method in class com.trolltech.qt.gui.QApplication
Causes an alert to be shown for widget if the window is not the active window.
aliases() - Method in class com.trolltech.qt.core.QTextCodec
Subclasses can return a number of aliases for the codec in question.
align() - Method in class com.trolltech.qt.gui.QLayoutItem
Returns the alignment of this QlayoutItem.
alignedRect(Qt.LayoutDirection, Qt.Alignment, QSize, QRect) - Static method in class com.trolltech.qt.gui.QStyle
Returns a new rectangle of the specified size that is aligned to the given rectangle according to the specified alignment and direction.
alignment() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns the alignment of the spin box.
alignment() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the alignment of the scene in the view when the whole scene is visible..
alignment() - Method in class com.trolltech.qt.gui.QGroupBox
Returns the alignment of the group box title..
alignment() - Method in class com.trolltech.qt.gui.QLabel
Returns the alignment of the label's contents.
alignment() - Method in class com.trolltech.qt.gui.QLayout
Returns the alignment of this item.
alignment() - Method in class com.trolltech.qt.gui.QLayoutItem
Returns the alignment of this item.
alignment() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Returns the alignment of this item.
alignment() - Method in class com.trolltech.qt.gui.QLineEdit
Returns the alignment of the line edit.
alignment() - Method in class com.trolltech.qt.gui.QProgressBar
Returns the alignment of the progress bar.
alignment() - Method in class com.trolltech.qt.gui.QScrollArea
Returns the alignment of the scroll area's widget.
alignment() - Method in class com.trolltech.qt.gui.QSpacerItem
Returns the alignment of this item.
alignment() - Method in class com.trolltech.qt.gui.QTextBlockFormat
Returns the paragraph's alignment.
alignment() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the alignment of the current paragraph.
alignment() - Method in class com.trolltech.qt.gui.QTextOption
Returns the text alignment defined by the option.
alignment() - Method in class com.trolltech.qt.gui.QTextTableFormat
Returns the table's alignment.
alignment() - Method in class com.trolltech.qt.gui.QWidgetItem
Returns the alignment of this item.
alignmentRect(QRect) - Method in class com.trolltech.qt.gui.QLayout
Returns the rectangle that should be covered when the geometry of this layout is set to arg__1, provided that this layout supports setAlignment.
allAddresses() - Static method in class com.trolltech.qt.network.QNetworkInterface
This convenience function returns all IP addresses found on the host machine.
allColumnsShowFocus() - Method in class com.trolltech.qt.gui.QTreeView
Returns whether items should show keyboard focus using all columns.
allFormats() - Method in class com.trolltech.qt.gui.QTextDocument
Returns a vector of text formats for all the formats used in the document.
allGray() - Method in class com.trolltech.qt.gui.QImage
Returns true if all the colors in the image are shades of gray (i.e. their red, green and blue components are equal); otherwise false.
allInterfaces() - Static method in class com.trolltech.qt.network.QNetworkInterface
Returns a listing of all the network interfaces found on the host machine.
allKeys() - Method in class com.trolltech.qt.core.QSettings
Returns a list of all keys, including subkeys, that can be read using the QSettings object.
allowedAreas() - Method in class com.trolltech.qt.gui.QDockWidget
Returns areas where the dock widget may be placed.
allowedAreas() - Method in class com.trolltech.qt.gui.QToolBar
Returns areas where the toolbar may be placed.
allowedAreasChanged - Variable in class com.trolltech.qt.gui.QDockWidget
This signal is emitted when the allowedAreas property changes.
allowedAreasChanged - Variable in class com.trolltech.qt.gui.QToolBar
This signal is emitted when the collection of allowed areas for the toolbar is changed.
allowsErrorInteraction() - Method in class com.trolltech.qt.gui.QSessionManager
Returns true if error interaction is permitted; otherwise returns false.
allowsInteraction() - Method in class com.trolltech.qt.gui.QSessionManager
Asks the session manager for permission to interact with the user.
allQueryItemValues(String) - Method in class com.trolltech.qt.core.QUrl
Returns the a list of query string values whose key is equal to key from the URL.
allValues(String) - Method in class com.trolltech.qt.network.QHttpHeader
Returns all the entries with the given key.
allWidgets() - Static method in class com.trolltech.qt.gui.QApplication
Returns a list of all the widgets in the application.
alpha() - Method in class com.trolltech.qt.gui.QColor
Returns the alpha color component of this color.
alpha() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the alpha buffer in the framebuffer is enabled; otherwise returns false.
alpha() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the alpha buffer in the framebuffer is enabled; otherwise returns false.
alphaBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the alpha buffer size.
alphaBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the alpha buffer size.
alphaChannel() - Method in class com.trolltech.qt.gui.QImage
Returns the alpha channel of the image as a new grayscale QImage in which each pixel's red, green, and blue values are given the alpha value of the original image.
alphaChannel() - Method in class com.trolltech.qt.gui.QPixmap
Returns the alpha channel of the pixmap as a new grayscale QPixmap in which each pixel's red, green, and blue values are given the alpha value of the original pixmap.
alphaF() - Method in class com.trolltech.qt.gui.QColor
Returns the alpha color component of this color.
alternateBase() - Method in class com.trolltech.qt.gui.QPalette
Returns the alternate base brush of the current color group.
alternatingRowColors() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns whether to draw the background using alternating colors.
ambig() - Method in class com.trolltech.qt.gui.QShortcutEvent
Returns true if the key sequence that triggered the event is ambiguous.
anchor() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the anchor position; this is the same as position unless there is a selection in which case position marks one end of the selection and anchor marks the other end.
anchorAt(QPointF) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the reference of the anchor at the given pos, or an empty string if no anchor exists at that point.
anchorAt(QPoint) - Method in class com.trolltech.qt.gui.QTextEdit
Returns the reference of the anchor at position pos, or an empty string if no anchor exists at that point.
anchorClicked - Variable in class com.trolltech.qt.gui.QTextBrowser
This signal is emitted when the user clicks an anchor.
anchorHref() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns the text format's hypertext link, or an empty string if none has been set.
anchorNames() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns the anchor names associated with this text format, or an empty string list if none has been set.
and(QBitArray) - Method in class com.trolltech.qt.core.QBitArray
Returns a bit array that is the AND of this bit array and other.
angle() - Method in class com.trolltech.qt.gui.QConicalGradient
Returns the start angle of the conical gradient in logical coordinates.
angle(QLineF) - Method in class com.trolltech.qt.gui.QLineF
Returns the angle (in degrees) between this line and the given l, taking the direction of the lines into account.
angleAtPercent(double) - Method in class com.trolltech.qt.gui.QPainterPath
Returns the angle perpendicular to the slope of the path at the percentage t.
animateClick() - Method in class com.trolltech.qt.gui.QAbstractButton
Equivalent to animateClick(100).
animateClick(int) - Method in class com.trolltech.qt.gui.QAbstractButton
Performs an animated click: the button is pressed immediately, and released msec milliseconds later (the default is 100 ms).
animated() - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns true if the current document contains animated elements; otherwise returns false.
animationDuration() - Method in class com.trolltech.qt.svg.QSvgRenderer
answerRect() - Method in class com.trolltech.qt.gui.QDragMoveEvent
Returns the rectangle in the widget where the drop will occur if accepted.
append(String) - Method in class com.trolltech.qt.core.QByteArray
This function appends the contents of other to the end of this QByteArray.
append(QByteArray) - Method in class com.trolltech.qt.core.QByteArray
This function appends the contents of other to the end of this QByteArray.
append(byte) - Method in class com.trolltech.qt.core.QByteArray
This function appends other to the end of this QByteArray.
append(QItemSelectionRange) - Method in class com.trolltech.qt.gui.QItemSelection
Inserts t at the end of the list.
append(QPoint) - Method in class com.trolltech.qt.gui.QPolygon
Inserts t at the end of the vector.
append(QPointF) - Method in class com.trolltech.qt.gui.QPolygonF
Inserts t at the end of the vector.
append(String) - Method in class com.trolltech.qt.gui.QTextEdit
Appends a new paragraph with text to the end of the text edit.
append(QSqlField) - Method in class com.trolltech.qt.sql.QSqlIndex
Appends the field field to the list of indexed fields.
append(QSqlField, boolean) - Method in class com.trolltech.qt.sql.QSqlIndex
Appends the field field to the list of indexed fields.
append(QSqlField) - Method in class com.trolltech.qt.sql.QSqlRecord
Append a copy of field field to the end of the record.
append(String, String, String, String) - Method in class com.trolltech.qt.xml.QXmlAttributes
Appends a new attribute entry to the list of attributes.
append(String, String, String) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Appends a new attribute with name in the namespace described with namespaceUri, and value value.
append(String, String) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Appends a new attribute with qualified name qualifiedName and value value.
append(QXmlStreamAttribute) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Appends the given attribute to the end of the vector.
appendChild(QDomNode) - Method in class com.trolltech.qt.xml.QDomNode
Appends newChild as the node's last child.
appendColumn(List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItem
Appends a column containing items.
appendColumn(List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItemModel
Appends a column containing items.
appendData(String) - Method in class com.trolltech.qt.xml.QDomCharacterData
Appends the string arg to the stored string.
appendRow(QStandardItem) - Method in class com.trolltech.qt.gui.QStandardItem
Appends a row containing item.
appendRow(List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItem
Appends a row containing items.
appendRow(QStandardItem) - Method in class com.trolltech.qt.gui.QStandardItemModel
When building a list or a tree that has only one column, this function provides a convenient way to append a single new item.
appendRow(List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItemModel
Appends a row containing items.
appendRows(List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItem
Appends rows containing items.
applicationDirPath() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns the directory that contains the application executable.
applicationFilePath() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns the file path of the application executable.
applicationFontFamilies(int) - Static method in class com.trolltech.qt.gui.QFontDatabase
Returns a list of font families for the given application font identified by id.
applicationName() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns the name of this application.
applicationProxy() - Static method in class com.trolltech.qt.network.QNetworkProxy
Returns the application level network proxying.
arcMoveTo(double, double, double, double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Creates a move to that lies on the arc that occupies the QRectF(x, y, w, h) at angle.
arcMoveTo(QRectF, double) - Method in class com.trolltech.qt.gui.QPainterPath
Creates a move to that lies on the arc that occupies the given rect at angle.
arcTo(QRectF, double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Creates an arc that occupies the given rect, beginning at the specified startAngle and extending arcLength degrees counter-clockwise.
arcTo(double, double, double, double, double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Creates an arc that occupies the rectangle QRectF(x, y, w, h), beginning at the specified startAngle and extending arcLength degrees counter-clockwise.
arguments() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns the list of command-line arguments.
arrangeIcons() - Method in class com.trolltech.qt.gui.QWorkspace
Arranges all iconified windows at the bottom of the workspace.
arrowType() - Method in class com.trolltech.qt.gui.QStyleOptionToolButton
Returns the direction of the arrow for the tool button.
arrowType() - Method in class com.trolltech.qt.gui.QToolButton
Returns whether the button displays an arrow instead of a normal icon.
ascent() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the ascent of the font.
ascent() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the ascent of the font.
ascent() - Method in class com.trolltech.qt.gui.QTextInlineObject
Returns the inline object's ascent.
ascent() - Method in class com.trolltech.qt.gui.QTextLine
Returns the line's ascent.
associatedWidgets() - Method in class com.trolltech.qt.gui.QAction
Returns a list of widgets this action has been added to.
at(int) - Method in class com.trolltech.qt.core.QBitArray
Returns the value of the bit at index position i.
at(int) - Method in class com.trolltech.qt.core.QByteArray
Returns the character at index position i in the byte array.
at(int) - Method in class com.trolltech.qt.core.QDir
Returns the file name at position i in the list of file names.
at(int) - Method in class com.trolltech.qt.gui.QItemSelection
Returns the item at index position i in the list.
at(int) - Method in class com.trolltech.qt.gui.QKeySequence
Returns the key at index i in this key sequence.
at(int) - Method in class com.trolltech.qt.gui.QPolygon
Returns the item at index position i in the vector.
at(int) - Method in class com.trolltech.qt.gui.QPolygonF
Returns the item at index position i in the vector.
at() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the current internal position of the query.
at() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the current (zero-based) row position of the result.
at(int) - Method in class com.trolltech.qt.xml.QDomNodeList
This function is provided for Qt API consistency.
at(int) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns the item at index position i in the vector.
atBlockEnd() - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if the cursor is at the end of a block; otherwise returns false.
atBlockStart() - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if the cursor is at the start of a block; otherwise returns false.
atEnd() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Returns true if the current position is at the end of the file; otherwise, returns false.
atEnd() - Method in class com.trolltech.qt.core.QBuffer
This function is reimplemented for internal reasons.
atEnd() - Method in class com.trolltech.qt.core.QDataStream
Returns true if the I/O device has reached the end position (end of the stream or file) or if there is no I/O device set; otherwise returns false.
atEnd() - Method in class com.trolltech.qt.core.QFile
Returns true if the end of the file has been reached; otherwise returns false.
atEnd() - Method in class com.trolltech.qt.core.QIODevice
Returns true if the current read and write position is at the end of the device (i.e. there is no more data available for reading on the device); otherwise returns false.
atEnd() - Method in class com.trolltech.qt.core.QProcess
This function is reimplemented for internal reasons.
atEnd() - Method in class com.trolltech.qt.core.QTextStream
Returns true if there is no more data to be read from the QTextStream; otherwise returns false.
atEnd() - Method in class com.trolltech.qt.gui.QTextBlock_iterator
Returns true if the current item is the last item in the text block.
atEnd() - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if the cursor is at the end of the document; otherwise returns false.
atEnd() - Method in class com.trolltech.qt.gui.QTextFrame_iterator
Returns true if the current item is the last item in the text frame.
atEnd() - Method in class com.trolltech.qt.network.QAbstractSocket
This function is reimplemented for internal reasons.
atEnd() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if the reader has read until the end of the XML document, or an error has occurred and reading has been aborted; otherwise returns false.
atStart() - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if the cursor is at the start of the document; otherwise returns false.
attachment() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the status of the depth and stencil buffers attached to this framebuffer object.
attachment() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the status of the depth and stencil buffers attached to this framebuffer object.
attribute(String) - Method in class com.trolltech.qt.xml.QDomElement
Equivalent to attribute(name, QString()).
attribute(String, String) - Method in class com.trolltech.qt.xml.QDomElement
Returns the attribute called name.
attributeDecl(String, String, String, String, String) - Method in class com.trolltech.qt.xml.QXmlDeclHandler
The reader calls this function to report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in interface com.trolltech.qt.xml.QXmlDeclHandlerInterface
The reader calls this function to report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
attributeNode(String) - Method in class com.trolltech.qt.xml.QDomElement
Returns the QDomAttr object that corresponds to the attribute called name.
attributeNodeNS(String, String) - Method in class com.trolltech.qt.xml.QDomElement
Returns the QDomAttr object that corresponds to the attribute with the local name localName and the namespace URI nsURI.
attributeNS(String, String) - Method in class com.trolltech.qt.xml.QDomElement
Equivalent to attributeNS(nsURI, localName, QString()).
attributeNS(String, String, String) - Method in class com.trolltech.qt.xml.QDomElement
Returns the attribute with the local name localName and the namespace URI nsURI.
attributes() - Method in class com.trolltech.qt.gui.QInputMethodEvent
Returns the list of attributes passed to the QInputMethodEvent constructor.
attributes() - Method in class com.trolltech.qt.xml.QDomElement
Returns a QDomNamedNodeMap containing all this element's attributes.
attributes() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the attributes of a StartElement.
authenticationRequired - Variable in class com.trolltech.qt.network.QHttp
 
authority() - Method in class com.trolltech.qt.core.QUrl
Returns the authority of the URL if it is defined; otherwise an empty string is returned.
autoBufferSwap() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if the widget is doing automatic GL buffer swapping; otherwise returns false.
autoBufferSwap() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if the widget is doing automatic GL buffer swapping; otherwise returns false.
autoClose() - Method in class com.trolltech.qt.gui.QProgressDialog
Returns whether the dialog gets hidden by reset.
autoDefault() - Method in class com.trolltech.qt.gui.QPushButton
Returns whether the push button is an auto default button.
autoDeleteMode() - Method in class com.trolltech.qt.QNativePointer
Returns the auto-delete mode of the pointer.
autoDetectUnicode() - Method in class com.trolltech.qt.core.QTextStream
Returns true if automatic Unicode detection is enabled; otherwise returns false.
autoExclusive() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns whether auto-exclusivity is enabled.
autoExpandDelay() - Method in class com.trolltech.qt.gui.QTreeView
Returns The delay time before items in a tree are opened during a drag and drop operation..
autoFillBackground() - Method in class com.trolltech.qt.gui.QWidget
Returns whether the widget background is filled automatically.
autoFormatting() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the enabled set of auto formatting features.
autoFormatting() - Method in class com.trolltech.qt.xml.QXmlStreamWriter
the auto-formatting flag of the stream writer
autoRaise() - Method in class com.trolltech.qt.gui.QToolButton
Returns whether auto-raising is enabled or not..
autoRemove() - Method in class com.trolltech.qt.core.QTemporaryFile
Returns true if the QTemporaryFile is in auto remove mode.
autoRepeat() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns whether autoRepeat is enabled.
autoRepeat() - Method in class com.trolltech.qt.gui.QAction
Returns whether the action can auto repeat.
autoRepeat() - Method in class com.trolltech.qt.gui.QShortcut
Returns whether the shortcut can auto repeat.
autoRepeatDelay() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns the initial delay of auto-repetition.
autoRepeatInterval() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns the interval of auto-repetition.
autoReset() - Method in class com.trolltech.qt.gui.QProgressDialog
Returns whether the progress dialog calls reset as soon as progress() equals totalSteps().
available() - Method in class com.trolltech.qt.core.QSemaphore
Returns the number of resources currently available to the semaphore.
availableCodecs() - Static method in class com.trolltech.qt.core.QTextCodec
Returns the list of all available codecs, by name.
availableGeometry(QPoint) - Method in class com.trolltech.qt.gui.QDesktopWidget
Returns the available geometry of the screen which contains point.
availableGeometry() - Method in class com.trolltech.qt.gui.QDesktopWidget
Equivalent to availableGeometry(-1).
availableGeometry(int) - Method in class com.trolltech.qt.gui.QDesktopWidget
Returns the available geometry of the screen with index screen.
availableGeometry(QWidget) - Method in class com.trolltech.qt.gui.QDesktopWidget
Returns the available geometry of the screen which contains widget.
availableMibs() - Static method in class com.trolltech.qt.core.QTextCodec
Returns the list of MIBs for all available codecs.
averageCharWidth() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the average width of glyphs in the font.
averageCharWidth() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the average width of glyphs in the font.
awake - Variable in class com.trolltech.qt.core.QAbstractEventDispatcher
This signal is emitted after the event loop returns from a function that could block.

B

back() - Method in class com.trolltech.qt.gui.QWizard
Goes back to the previous page.
background() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns the brush used to display the list item's background.
background() - Method in class com.trolltech.qt.gui.QMdiArea
Returns the background brush for the workspace.
background() - Method in class com.trolltech.qt.gui.QPainter
Returns the current background brush.
background() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the brush used to render the item's background.
background() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the brush used to render the item's background.
background() - Method in class com.trolltech.qt.gui.QTextFormat
Returns the brush used to paint the document's background.
background(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the brush used to render the background of the specified column.
background() - Method in class com.trolltech.qt.gui.QWorkspace
Returns the workspace's background.
backgroundBrush() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the background brush of the scene..
backgroundBrush() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the background brush of the scene..
backgroundBrush() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the background brush in the current paint engine state.
backgroundColor() - Method in class com.trolltech.qt.gui.QImageReader
Returns the background color that's used when reading an image.
backgroundColor() - Method in class com.trolltech.qt.gui.QMovie
Returns the background color of the movie.
backgroundColor() - Method in class com.trolltech.qt.gui.QStyleOptionFocusRect
Returns the background color on which the focus rectangle is being drawn.
backgroundMode() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the background mode in the current paint engine state.
backgroundMode() - Method in class com.trolltech.qt.gui.QPainter
Returns the current background mode.
BackgroundRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
The background brush used for items rendered with the default delegate.
backgroundRole() - Method in class com.trolltech.qt.gui.QWidget
Returns the background role of the widget.
backspace() - Method in class com.trolltech.qt.gui.QLineEdit
If no text is selected, deletes the character to the left of the text cursor and moves the cursor one position to the left.
backward() - Method in class com.trolltech.qt.gui.QTextBrowser
Changes the document displayed to the previous document in the list of documents built by navigating links.
backwardAvailable - Variable in class com.trolltech.qt.gui.QTextBrowser
This signal is emitted when the availability of backward changes.
base() - Method in class com.trolltech.qt.gui.QPalette
Returns the base brush of the current color group.
baseName() - Method in class com.trolltech.qt.core.QFileInfo
Returns the base name of the file without the path.
baseSize() - Method in class com.trolltech.qt.gui.QWidget
Returns the base size of the widget.
batchSize() - Method in class com.trolltech.qt.gui.QListView
Returns the number of items laid out in each batch if layoutMode is set to Batched.
beep() - Static method in class com.trolltech.qt.gui.QApplication
Sounds the bell, using the default volume and sound.
before() - Method in class com.trolltech.qt.gui.QActionEvent
If type is ActionAdded, returns the action that should appear before action.
beforeAnimationStep(double) - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
This method is meant to be overridden by subclassed that needs to execute additional code before a new step takes place.
beforeDelete - Variable in class com.trolltech.qt.sql.QSqlTableModel
This signal is emitted before the row is deleted.
beforeInsert - Variable in class com.trolltech.qt.sql.QSqlTableModel
This signal is emitted before a new row is inserted.
beforeUpdate - Variable in class com.trolltech.qt.sql.QSqlTableModel
This signal is emitted before the row is updated with the values from record.
begin(QPaintDeviceInterface) - Method in class com.trolltech.qt.gui.QPaintEngine
Reimplement this function to initialise your paint engine when painting is to start on the paint device pdev.
begin(QPaintDeviceInterface) - Method in class com.trolltech.qt.gui.QPainter
Begins painting the paint arg__1 and returns true if successful; otherwise returns false.
begin(QWidget) - Method in class com.trolltech.qt.gui.QPainter
This method initializes the painter to draw on widget.
begin(QWidget) - Method in class com.trolltech.qt.gui.QStylePainter
Begin painting operations on the specified w.
begin(QPaintDeviceInterface, QWidget) - Method in class com.trolltech.qt.gui.QStylePainter
Begin painting operations on paint device pd as if it was w.
begin() - Method in class com.trolltech.qt.gui.QTextBlock
Returns a text block iterator pointing to the beginning of the text block.
begin() - Method in class com.trolltech.qt.gui.QTextDocument
Returns the document's first text block.
begin() - Method in class com.trolltech.qt.gui.QTextFrame
Returns an iterator pointing to the first document element inside the frame.
begin() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns a frame iterator pointing to the beginning of the table's cell.
beginEditBlock() - Method in class com.trolltech.qt.gui.QTextCursor
Indicates the start of a block of editing operations on the document that should appear as a single operation from an undo/redo point of view.
beginEntryList(QDir.Filters, List<String>) - Method in class com.trolltech.qt.core.QFSFileEngine
Returns an instance of a QAbstractFileEngineIterator using filters for entry filtering and filterNames for name filtering.
beginGroup(String) - Method in class com.trolltech.qt.core.QSettings
Appends prefix to the current group.
beginInsertColumns(QModelIndex, int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Begins a column insertion operation.
beginInsertRows(QModelIndex, int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Begins a row insertion operation.
beginLayout() - Method in class com.trolltech.qt.gui.QTextLayout
Begins the layout process.
beginMacro(String) - Method in class com.trolltech.qt.gui.QUndoStack
Begins composition of a macro command with the given text description.
beginReadArray(String) - Method in class com.trolltech.qt.core.QSettings
Adds prefix to the current group and starts reading from an array.
beginRemoveColumns(QModelIndex, int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Begins a column removal operation.
beginRemoveRows(QModelIndex, int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Begins a row removal operation.
beginTransaction() - Method in class com.trolltech.qt.sql.QSqlDriver
This function is called to begin a transaction.
beginWriteArray(String) - Method in class com.trolltech.qt.core.QSettings
Equivalent to beginWriteArray(prefix, -1).
beginWriteArray(String, int) - Method in class com.trolltech.qt.core.QSettings
Adds prefix to the current group and starts writing an array of size size.
bind(QHostAddress, int) - Method in class com.trolltech.qt.network.QUdpSocket
Binds this socket to the address address and the port port.
bind(int) - Method in class com.trolltech.qt.network.QUdpSocket
Binds to QHostAddress.Any on port port.
bind(QHostAddress, int, QUdpSocket.BindMode) - Method in class com.trolltech.qt.network.QUdpSocket
Binds to address on port port, using the BindMode mode.
bind(int, QUdpSocket.BindMode) - Method in class com.trolltech.qt.network.QUdpSocket
Binds to QHostAddress.Any on port port, using the BindMode mode.
bind() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Switches rendering from the default, windowing system provided framebuffer to this framebuffer object.
bind() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Switches rendering from the default, windowing system provided framebuffer to this framebuffer object.
bindingSyntax() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the binding syntax used by prepared queries.
bindTexture(QImage, int) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(image, target, GL_RGBA).
bindTexture(QImage) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(image, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QImage, int, int) - Method in class com.trolltech.qt.opengl.QGLContext
Generates and binds a 2D GL texture to the current context, based on image.
bindTexture(String) - Method in class com.trolltech.qt.opengl.QGLContext
Reads the DirectDrawSurface (DDS) compressed file fileName and generates a 2D GL texture from it.
bindTexture(QPixmap, int) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(pixmap, target, GL_RGBA).
bindTexture(QPixmap) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(pixmap, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QPixmap, int, int) - Method in class com.trolltech.qt.opengl.QGLContext
Generates and binds a 2D GL texture based on pixmap.
bindTexture(QImage, int) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(image, target, GL_RGBA).
bindTexture(QImage) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(image, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QImage, int, int) - Method in class com.trolltech.qt.opengl.QGLContext
Generates and binds a 2D GL texture to the current context, based on image.
bindTexture(String) - Method in class com.trolltech.qt.opengl.QGLContext
Reads the DirectDrawSurface (DDS) compressed file fileName and generates a 2D GL texture from it.
bindTexture(QPixmap, int) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(pixmap, target, GL_RGBA).
bindTexture(QPixmap) - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to bindTexture(pixmap, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QPixmap, int, int) - Method in class com.trolltech.qt.opengl.QGLContext
Generates and binds a 2D GL texture based on pixmap.
bindTexture(String) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Reads the DirectDrawSurface (DDS) compressed file fileName and generates a 2D GL texture from it.
bindTexture(QImage) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to bindTexture(image, GL_TEXTURE_2D).
bindTexture(QImage, int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Generates and binds a 2D GL texture to the current context, based on image.
bindTexture(QPixmap) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to bindTexture(pixmap, GL_TEXTURE_2D).
bindTexture(QPixmap, int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Generates and binds a 2D GL texture based on pixmap.
bindTexture(String) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Reads the DirectDrawSurface (DDS) compressed file fileName and generates a 2D GL texture from it.
bindTexture(QImage) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to bindTexture(image, GL_TEXTURE_2D).
bindTexture(QImage, int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Generates and binds a 2D GL texture to the current context, based on image.
bindTexture(QPixmap) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to bindTexture(pixmap, GL_TEXTURE_2D).
bindTexture(QPixmap, int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Generates and binds a 2D GL texture based on pixmap.
bindTexture(QPixmap, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(pixmap, target, GL_RGBA).
bindTexture(QPixmap) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(pixmap, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QPixmap, int, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext:::bindTexture(pixmap, target, format) on the currently set context.
bindTexture(QImage, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(image, target, GL_RGBA).
bindTexture(QImage) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(image, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QImage, int, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext:::bindTexture(image, target, format) on the currently set context.
bindTexture(String) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext::bindTexture(fileName) on the currently set context.
bindTexture(QPixmap, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(pixmap, target, GL_RGBA).
bindTexture(QPixmap) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(pixmap, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QPixmap, int, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext:::bindTexture(pixmap, target, format) on the currently set context.
bindTexture(QImage, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(image, target, GL_RGBA).
bindTexture(QImage) - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to bindTexture(image, GL_TEXTURE_2D, GL_RGBA).
bindTexture(QImage, int, int) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext:::bindTexture(image, target, format) on the currently set context.
bindTexture(String) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext::bindTexture(fileName) on the currently set context.
bindToDynamicTexture(int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Binds the texture specified by texture to this pbuffer.
bindToDynamicTexture(int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Binds the texture specified by texture to this pbuffer.
bindValue(int, Object, QSql.ParamTypeFlag...) - Method in class com.trolltech.qt.sql.QSqlQuery
Set the placeholder in position pos to be bound to value val in the prepared statement.
bindValue(int, Object) - Method in class com.trolltech.qt.sql.QSqlQuery
Equivalent to bindValue(pos, val, QSql::In).
bindValue(int, Object, QSql.ParamType) - Method in class com.trolltech.qt.sql.QSqlQuery
Set the placeholder in position pos to be bound to value val in the prepared statement.
bindValue(String, Object, QSql.ParamTypeFlag...) - Method in class com.trolltech.qt.sql.QSqlQuery
Set the placeholder placeholder to be bound to value val in the prepared statement.
bindValue(String, Object) - Method in class com.trolltech.qt.sql.QSqlQuery
Equivalent to bindValue(placeholder, val, QSql::In).
bindValue(String, Object, QSql.ParamType) - Method in class com.trolltech.qt.sql.QSqlQuery
Set the placeholder placeholder to be bound to value val in the prepared statement.
bindValue(int, Object, QSql.ParamTypeFlag...) - Method in class com.trolltech.qt.sql.QSqlResult
Binds the value val of parameter type type to position index.
bindValue(int, Object, QSql.ParamType) - Method in class com.trolltech.qt.sql.QSqlResult
Binds the value val of parameter type type to position pos in the current record (row).
bindValue(String, Object, QSql.ParamTypeFlag...) - Method in class com.trolltech.qt.sql.QSqlResult
Binds the value val of parameter type Type to the placeholder name in the current record (row).
bindValue(String, Object, QSql.ParamType) - Method in class com.trolltech.qt.sql.QSqlResult
Binds the value val of parameter type type to the placeholder name in the current record (row).
bindValueType(int) - Method in class com.trolltech.qt.sql.QSqlResult
Returns the parameter type for the value bound at position pos.
bindValueType(String) - Method in class com.trolltech.qt.sql.QSqlResult
Returns the parameter type for the value bound with the given placeholder name.
BitArray - Static variable in class com.trolltech.qt.QVariant
 
bitmap() - Method in class com.trolltech.qt.gui.QCursor
Returns the cursor bitmap, or null if it is one of the standard cursors.
Bitmap - Static variable in class com.trolltech.qt.QVariant
 
bits() - Method in class com.trolltech.qt.gui.QImage
Returns a pointer to the first pixel data.
black - Static variable in class com.trolltech.qt.gui.QColor
 
black() - Method in class com.trolltech.qt.gui.QColor
Returns the black color component of this color.
blackF() - Method in class com.trolltech.qt.gui.QColor
Returns the black color component of this color.
block() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the block that contains the cursor.
blockBoundingRect(QTextBlock) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the bounding rectangle of block.
blockCharFormat() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the block character format of the block the cursor is in.
blockCount() - Method in class com.trolltech.qt.gui.QTextDocument
Returns the number of text blocks in the document.
blockCountChanged - Variable in class com.trolltech.qt.gui.QTextDocument
This signal is emitted when the total number of text blocks in the document changes.
blockFormat() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the QTextBlockFormat that describes block-specific properties.
blockFormat() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the block format of the block the cursor is in.
blockFormatChanged(QTextBlock) - Method in class com.trolltech.qt.gui.QTextBlockGroup
This function is called whenever the specified block of text is changed.
blockFormatIndex() - Method in class com.trolltech.qt.gui.QTextBlock
Returns an index into the document's internal list of block formats for the text block's format.
blockInserted(QTextBlock) - Method in class com.trolltech.qt.gui.QTextBlockGroup
Appends the given block to the end of the group.
blockList() - Method in class com.trolltech.qt.gui.QTextBlockGroup
Returns a (possibly empty) list of all the blocks that are part of the block group.
blockNumber() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the number of the block the cursor is in.
blockRemoved(QTextBlock) - Method in class com.trolltech.qt.gui.QTextBlockGroup
Removes the given block from the group; the block itself is not deleted, it simply isn't a member of this group anymore.
blockSignals(boolean) - Method in class com.trolltech.qt.core.QObject
If b is true, signals emitted by this object are blocked (i.e., emitted signals disappear into hyperspace).
blockSignals(boolean) - Method in class com.trolltech.qt.QSignalEmitter
Blocks this QSignalEmitter from emiting its signals.
blue - Static variable in class com.trolltech.qt.gui.QColor
 
blue() - Method in class com.trolltech.qt.gui.QColor
Returns the blue color component of this color.
blueBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the blue buffer size.
blueBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the blue buffer size.
blueF() - Method in class com.trolltech.qt.gui.QColor
Returns the blue color component of this color.
bold() - Method in class com.trolltech.qt.gui.QFont
Returns true if weight is a value greater than QFont::Normal; otherwise returns false.
bold(String, String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns true if the font that has family family and style style is bold; otherwise returns false.
bold() - Method in class com.trolltech.qt.gui.QFontInfo
Returns true if weight would return a value greater than QFont::Normal; otherwise returns false.
Boolean - Static variable in class com.trolltech.qt.QVariant
 
booleanAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
booleanValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of boolean type, this function returns its value.
boolProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property specified by propertyId.
border() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the width of the border in pixels.
borderBrush() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the brush used for the frame's border.
borderStyle() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the style of the frame's border.
bottom() - Method in class com.trolltech.qt.core.QRect
Returns the y-coordinate of the rectangle's bottom edge.
bottom() - Method in class com.trolltech.qt.core.QRectF
Returns the y-coordinate of the rectangle's bottom edge.
bottom - Variable in class com.trolltech.qt.gui.QContentsMargins
 
bottom() - Method in class com.trolltech.qt.gui.QDoubleValidator
Returns the validator's minimum acceptable value.
bottom() - Method in class com.trolltech.qt.gui.QIntValidator
Returns the validator's lowest acceptable value.
bottom() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns the row index corresponding to the lowermost selected row in the selection range.
bottomLeft() - Method in class com.trolltech.qt.core.QRect
Returns the position of the rectangle's bottom-left corner.
bottomLeft() - Method in class com.trolltech.qt.core.QRectF
Returns the position of the rectangle's bottom-left corner.
bottomMargin() - Method in class com.trolltech.qt.gui.QTextBlockFormat
Returns the paragraph's bottom margin.
bottomMargin() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the width of the frame's bottom margin in pixels.
bottomRight() - Method in class com.trolltech.qt.core.QRect
Returns the position of the rectangle's bottom-right corner.
bottomRight() - Method in class com.trolltech.qt.core.QRectF
Returns the position of the rectangle's bottom-right corner.
bottomRight() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns the index for the item located at the bottom-right corner of the selection range.
bottomRow() - Method in class com.trolltech.qt.gui.QTableWidgetSelectionRange
Returns the bottom row of the range.
bottomToTop() - Method in class com.trolltech.qt.gui.QStyleOptionProgressBarV2
Returns whether the text reads from bottom to top when the progress bar is vertical.
boundedTo(QSize) - Method in class com.trolltech.qt.core.QSize
Returns a size holding the minimum width and height of this size and the given arg__1.
boundedTo(QSizeF) - Method in class com.trolltech.qt.core.QSizeF
Returns a size holding the minimum width and height of this size and the given arg__1.
boundingRect() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This pure virtual function defines the outer bounds of the item as a rectangle; all painting must be restricted to inside an item's bounding rect.
boundingRect(String) - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the bounding rectangle of the characters in the string specified by text.
boundingRect(char) - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the rectangle that is covered by ink if character arg__1 were to be drawn at the origin of the coordinate system.
boundingRect(int, int, int, int, int, String, int, int[]) - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the bounding rectangle for the given text within the rectangle specified by the x and y coordinates, width, and height.
boundingRect(int, int, int, int, int, String, int) - Method in class com.trolltech.qt.gui.QFontMetrics
This is an overloaded method provided for convenience.
boundingRect(int, int, int, int, int, String) - Method in class com.trolltech.qt.gui.QFontMetrics
This is an overloaded method provided for convenience.
boundingRect(QRect, int, String, int, int[]) - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the bounding rectangle of the characters in the string specified by text, which is the set of pixels the text would cover if drawn at (0, 0).
boundingRect(QRect, int, String, int) - Method in class com.trolltech.qt.gui.QFontMetrics
This is an overloaded function provided for convenience.
boundingRect(QRect, int, String) - Method in class com.trolltech.qt.gui.QFontMetrics
This is an overloaded function provided for convenience.
boundingRect(String) - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the bounding rectangle of the characters in the string specified by string.
boundingRect(char) - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the bounding rectangle of the character arg__1 relative to the left-most point on the base line.
boundingRect(QRectF, int, String, int, int[]) - Method in class com.trolltech.qt.gui.QFontMetricsF
This is an overloaded function provided for convenience.
boundingRect(QRectF, int, String, int) - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the bounding rectangle of the characters in the given text.
boundingRect(QRectF, int, String) - Method in class com.trolltech.qt.gui.QFontMetricsF
This is an overloaded function provided for convenience.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsEllipseItem
This function is reimplemented for internal reasons.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsItem
This pure virtual function defines the outer bounds of the item as a rectangle; all painting must be restricted to inside an item's bounding rect.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This function is reimplemented for internal reasons.
boundingRect() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This pure virtual function defines the outer bounds of the item as a rectangle; all painting must be restricted to inside an item's bounding rect.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This function is reimplemented for internal reasons.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsPathItem
This function is reimplemented for internal reasons.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This function is reimplemented for internal reasons.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
This function is reimplemented for internal reasons.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsRectItem
This function is reimplemented for internal reasons.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
This function is reimplemented for internal reasons.
boundingRect() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
boundingRect(QRectF, String) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to boundingRect(rect, text, QTextOption()).
boundingRect(QRectF, String, QTextOption) - Method in class com.trolltech.qt.gui.QPainter
Instead of specifying flags as a bitwise OR of the Qt::AlignmentFlag and Qt::TextFlag, this overloaded function takes an o argument.
boundingRect(QRect, int, String) - Method in class com.trolltech.qt.gui.QPainter
Returns the bounding rectangle of the text as it will appear when drawn inside the given rect with the specified flags using the currently set font.
boundingRect(QRectF, int, String) - Method in class com.trolltech.qt.gui.QPainter
Returns the bounding rectangle of the text as it will appear when drawn inside the given rect with the specified flags using the currently set font; i.e the function tells you where the drawText function will draw when given the same arguments.
boundingRect(int, int, int, int, int, String) - Method in class com.trolltech.qt.gui.QPainter
Returns the bounding rectangle of the given text as it will appear when drawn inside the rectangle beginning at the point (x, y) with width w and height h.
boundingRect() - Method in class com.trolltech.qt.gui.QPainterPath
Returns the bounding rectangle of this painter path as a rectangle with floating point precision.
boundingRect() - Method in class com.trolltech.qt.gui.QPicture
Returns the picture's bounding rectangle or an invalid rectangle if the picture contains no data.
boundingRect() - Method in class com.trolltech.qt.gui.QPolygon
Returns the bounding rectangle of the polygon, or QRect(0, 0, 0, 0) if the polygon is empty.
boundingRect() - Method in class com.trolltech.qt.gui.QPolygonF
Returns the bounding rectangle of the polygon, or QRectF(0,0,0,0) if the polygon is empty.
boundingRect() - Method in class com.trolltech.qt.gui.QRegion
Returns the bounding rectangle of this region.
boundingRect() - Method in class com.trolltech.qt.gui.QTextLayout
The smallest rectangle that contains all the lines in the layout.
boundingRect() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns the bounding rectangle of this item.
boundsOnElement(String) - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns bounding rectangle of the item with the given id.
boundValue(int) - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the value for the placeholder at position pos.
boundValue(String) - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the value for the placeholder.
boundValue(int) - Method in class com.trolltech.qt.sql.QSqlResult
Returns the value bound at position pos in the current record (row).
boundValue(String) - Method in class com.trolltech.qt.sql.QSqlResult
Returns the value bound by the given placeholder name in the current record (row).
boundValueCount() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the number of bound values in the result.
boundValueName(int) - Method in class com.trolltech.qt.sql.QSqlResult
Returns the name of the bound value at position pos in the current record (row).
boundValues() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns a map of the bound values.
boundValues() - Method in class com.trolltech.qt.sql.QSqlResult
Returns a vector of the result's bound values for the current record (row).
brightText() - Method in class com.trolltech.qt.gui.QPalette
Returns the bright text foreground brush of the current color group.
broadcast() - Method in class com.trolltech.qt.network.QNetworkAddressEntry
Returns the broadcast address associated with the IPv4 address and netmask.
brush() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns the item's brush, or an empty brush if no brush has been set.
brush() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the brush in the current paint engine state.
brush() - Method in class com.trolltech.qt.gui.QPainter
Returns the painter's current brush.
brush(QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QPalette
Returns the brush that has been set for the given color cr in the current ColorGroup.
brush(QPalette.ColorGroup, QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QPalette
Returns the brush in the specified color cg, used for the given color cr.
brush() - Method in class com.trolltech.qt.gui.QPen
Returns the brush used to fill strokes generated with this pen.
Brush - Static variable in class com.trolltech.qt.QVariant
 
brushNeedsResolving() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns whether the coordinate of the fill have been specified as bounded by the current rendering operation and have to be resolved (about the currently rendered primitive).
brushOrigin() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the brush origin in the current paint engine state.
brushOrigin() - Method in class com.trolltech.qt.gui.QPainter
Returns the currently set brush origin.
brushProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property given by propertyId; if the property isn't of QVariant::Brush type, Qt::NoBrush is returned instead.
bspTreeDepth() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the depth of QGraphicsScene's BSP index tree.
buddy(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns a model index for the buddy of the item represented by index.
buddy() - Method in class com.trolltech.qt.gui.QLabel
Returns this label's buddy, or 0 if no buddy is currently set.
buddy(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
buffer() - Method in class com.trolltech.qt.core.QBuffer
This is the same as data.
BUILD_NUMBER - Static variable in class com.trolltech.qt.Utilities
Qt Library build number
buildKey() - Static method in class com.trolltech.qt.core.QLibraryInfo
Returns a unique key identifying this build of Qt and its configurations.
bundleName() - Method in class com.trolltech.qt.core.QFileInfo
Returns the name of the bundle.
button(int) - Method in class com.trolltech.qt.gui.QButtonGroup
Returns the button with the specified id, or 0 if no such button exists.
button(QDialogButtonBox.StandardButton) - Method in class com.trolltech.qt.gui.QDialogButtonBox
Returns the QPushButton corresponding to the standard button which, or 0 if the standard button doesn't exist in this button box.
button() - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the mouse button (if any) that caused the event.
button(QMessageBox.StandardButton) - Method in class com.trolltech.qt.gui.QMessageBox
Returns a pointer corresponding to the standard button which, or 0 if the standard button doesn't exist in this message box.
button() - Method in class com.trolltech.qt.gui.QMouseEvent
Returns the button that caused the event.
button() - Method in class com.trolltech.qt.gui.QPalette
Returns the button brush of the current color group.
button(QWizard.WizardButton) - Method in class com.trolltech.qt.gui.QWizard
Returns the button corresponding to role which.
buttonClicked - Variable in class com.trolltech.qt.gui.QButtonGroup
This signal is emitted when the given arg__1 is clicked.
buttonDownPos(Qt.MouseButton) - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the mouse cursor position in item coordinates where the specified button was clicked.
buttonDownScenePos(Qt.MouseButton) - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the mouse cursor position in scene coordinates where the specified button was clicked.
buttonDownScreenPos(Qt.MouseButton) - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the mouse cursor position in screen coordinates where the specified button was clicked.
buttonIdClicked - Variable in class com.trolltech.qt.gui.QButtonGroup
This signal is emitted when a button with the given arg__1 is clicked.
buttonIdPressed - Variable in class com.trolltech.qt.gui.QButtonGroup
This signal is emitted when a button with the given arg__1 is pressed down.
buttonIdReleased - Variable in class com.trolltech.qt.gui.QButtonGroup
This signal is emitted when a button with the given arg__1 is released.
buttonPressed - Variable in class com.trolltech.qt.gui.QButtonGroup
This signal is emitted when the given arg__1 is pressed down.
buttonReleased - Variable in class com.trolltech.qt.gui.QButtonGroup
This signal is emitted when the given arg__1 is released.
buttonRole(QAbstractButton) - Method in class com.trolltech.qt.gui.QDialogButtonBox
Returns the button role for the specified button.
buttons() - Method in class com.trolltech.qt.gui.QButtonGroup
Returns the list of this groups's buttons.
buttons() - Method in class com.trolltech.qt.gui.QDialogButtonBox
Returns a list of all the buttons that have been added to the button box.
buttons() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Returns a Qt::MouseButtons value indicating which buttons were pressed on the mouse when this mouse event was generated.
buttons() - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the combination of mouse buttons that were pressed at the time the event was sent.
buttons() - Method in class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
Returns the mouse buttons that were pressed when the wheel event occurred.
buttons() - Method in class com.trolltech.qt.gui.QMouseEvent
Returns the button state when the event was generated.
buttons() - Method in class com.trolltech.qt.gui.QWheelEvent
Returns the mouse state when the event occurred.
buttonSymbols() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns the current button symbol mode.
buttonSymbols() - Method in class com.trolltech.qt.gui.QStyleOptionSpinBox
Returns the type of button symbols to draw for the spin box.
buttonText() - Method in class com.trolltech.qt.gui.QPalette
Returns the button text foreground brush of the current color group.
buttonText(QWizard.WizardButton) - Method in class com.trolltech.qt.gui.QWizard
Returns the text on button which.
buttonText(QWizard.WizardButton) - Method in class com.trolltech.qt.gui.QWizardPage
Returns the text on button which on this page.
ByteArray - Static variable in class com.trolltech.qt.QVariant
 
byteAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
bytesAvailable() - Method in class com.trolltech.qt.core.QIODevice
Returns the number of bytes that are available for reading.
bytesAvailable() - Method in class com.trolltech.qt.core.QProcess
This function is reimplemented for internal reasons.
bytesAvailable() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the number of incoming bytes that are waiting to be read.
bytesAvailable() - Method in class com.trolltech.qt.network.QFtp
Returns the number of bytes that can be read from the data socket at the moment.
bytesAvailable() - Method in class com.trolltech.qt.network.QHttp
Returns the number of bytes that can be read from the response content at the moment.
bytesPerLine() - Method in class com.trolltech.qt.gui.QImage
Returns the number of bytes per image scanline.
bytesToWrite() - Method in class com.trolltech.qt.core.QIODevice
For buffered devices, this function returns the number of bytes waiting to be written.
bytesToWrite() - Method in class com.trolltech.qt.core.QProcess
This function is reimplemented for internal reasons.
bytesToWrite() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the number of bytes that are waiting to be written.
bytesWritten - Variable in class com.trolltech.qt.core.QIODevice
This signal is emitted every time a payload of data has been written to the device.
byteValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of byte type, this function returns its value.

C

c() - Static method in class com.trolltech.qt.core.QLocale
Returns a QLocale object initialized to the "C" locale.
c() - Method in class com.trolltech.qt.network.QIPv6Address
Returns this QIPv6Address as a byte array.
cacheEnabled() - Method in class com.trolltech.qt.gui.QTextLayout
Returns true if the complete layout information is cached; otherwise returns false.
cacheKey() - Method in class com.trolltech.qt.gui.QIcon
Returns a number that identifies the contents of this QIcon object.
cacheKey() - Method in class com.trolltech.qt.gui.QImage
Returns a number that identifies the contents of this QImage object.
cacheKey() - Method in class com.trolltech.qt.gui.QPalette
Returns a number that identifies the contents of this QPalette object.
cacheKey() - Method in class com.trolltech.qt.gui.QPixmap
Returns a number that identifies this QPixmap.
cacheLimit() - Static method in class com.trolltech.qt.gui.QPixmapCache
Returns the cache limit (in kilobytes).
cacheMode() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns which parts of the view are cached.
cacheMode() - Method in class com.trolltech.qt.gui.QMovie
Returns the movie's cache mode.
caching() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if caching is enabled; otherwise returns false.
calendarPopup() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the current calender popup showing mode..
cancel() - Method in class com.trolltech.qt.gui.QProgressDialog
Resets the progress dialog.
cancel() - Method in class com.trolltech.qt.gui.QSessionManager
Tells the session manager to cancel the shutdown process.
canceled - Variable in class com.trolltech.qt.gui.QProgressDialog
This signal is emitted when the cancel button is clicked.
canConvertToBitArray(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a bit array.
canConvertToBoolean(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to boolean.
canConvertToByteArray(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a byte array.
canConvertToChar(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a char.
canConvertToDate(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QDate.
canConvertToDateTime(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QDateTime.
canConvertToDouble(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a double; otherwise, returns false.
canConvertToInt(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to an int.
canConvertToLine(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QLine.
canConvertToLineF(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QLineF.
canConvertToList(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a list of type java.util.List.
canConvertToLocale(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QLocale.
canConvertToLong(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a long.
canConvertToMap(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a map (java.util.Map).
canConvertToPoint(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QPoint.
canConvertToPointF(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QPointF.
canConvertToRect(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QRect.
canConvertToRectF(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QRectF.
canConvertToRegExp(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QRegExp.
canConvertToSize(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QSize.
canConvertToSizeF(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QSizeF.
canConvertToString(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a string; otherwise, returns false.
canConvertToTime(Object) - Static method in class com.trolltech.qt.QVariant
Returns true if obj can be converted to a QTime.
canEncode(String) - Method in class com.trolltech.qt.core.QTextCodec
arg__1 contains the string being tested for encode-ability.
canEncode(char) - Method in class com.trolltech.qt.core.QTextCodec
Returns true if the Unicode character arg__1 can be fully encoded with this codec; otherwise returns false.
canFetchMore(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns true if there is more data available for parent, otherwise false.
canFetchMore(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
canFetchMore(QModelIndex) - Method in class com.trolltech.qt.sql.QSqlQueryModel
Returns true if it is possible to read more rows from the database.
canInsertFromMimeData(QMimeData) - Method in class com.trolltech.qt.gui.QTextEdit
This function returns true if the contents of the MIME data object, specified by source, can be decoded and inserted into the document.
canonicalFilePath() - Method in class com.trolltech.qt.core.QFileInfo
Returns the canonical path, i.e. a path without symbolic links or redundant "." or ".." elements.
canonicalPath() - Method in class com.trolltech.qt.core.QDir
Returns the canonical path, i.e. a path without symbolic links or redundant "." or ".." elements.
canonicalPath() - Method in class com.trolltech.qt.core.QFileInfo
Returns the canonical path, i.e. a path without symbolic links or redundant "." or ".." elements.
canPaste() - Method in class com.trolltech.qt.gui.QTextEdit
Returns whether text can be pasted from the clipboard into the textedit.
canRead() - Method in class com.trolltech.qt.gui.QImageIOHandler
Returns true if an image can be read from the device (i.e., the image format is supported, the device can be read from and the initial header information suggests that the image can be read); otherwise returns false.
canRead() - Method in class com.trolltech.qt.gui.QImageReader
Returns true if an image can be read for the device (i.e., the image format is supported, and the device seems to contain valid data); otherwise returns false.
canReadLine() - Method in class com.trolltech.qt.core.QBuffer
This function is reimplemented for internal reasons.
canReadLine() - Method in class com.trolltech.qt.core.QIODevice
Returns true if a complete line of data can be read from the device; otherwise returns false.
canReadLine() - Method in class com.trolltech.qt.core.QProcess
This function is reimplemented for internal reasons.
canReadLine() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns true if a line of data can be read from the socket; otherwise returns false.
canRedo() - Method in class com.trolltech.qt.gui.QUndoGroup
Returns the value of the active stack's QUndoStack::canRedo().
canRedo() - Method in class com.trolltech.qt.gui.QUndoStack
Returns true if there is a command available for redo; otherwise returns false.
canRedoChanged - Variable in class com.trolltech.qt.gui.QUndoGroup
This signal is emitted whenever the active stack emits QUndoStack::canRedoChanged() or the active stack changes.
canRedoChanged - Variable in class com.trolltech.qt.gui.QUndoStack
This signal is emitted whenever the value of canRedo changes.
canUndo() - Method in class com.trolltech.qt.gui.QUndoGroup
Returns the value of the active stack's QUndoStack::canUndo().
canUndo() - Method in class com.trolltech.qt.gui.QUndoStack
Returns true if there is a command available for undo; otherwise returns false.
canUndoChanged - Variable in class com.trolltech.qt.gui.QUndoGroup
This signal is emitted whenever the active stack emits QUndoStack::canUndoChanged() or the active stack changes.
canUndoChanged - Variable in class com.trolltech.qt.gui.QUndoStack
This signal is emitted whenever the value of canUndo changes.
canWrite() - Method in class com.trolltech.qt.gui.QImageWriter
Returns true if QImageWriter can write the image (i.e., the image format is supported and the assigned device is open for reading.
cap() - Method in class com.trolltech.qt.core.QRegExp
Equivalent to cap(0).
cap(int) - Method in class com.trolltech.qt.core.QRegExp
Returns the text captured by the nth subexpression.
capacity() - Method in class com.trolltech.qt.core.QByteArray
Returns the maximum number of bytes that can be stored in the byte array without forcing a reallocation.
capacity() - Method in class com.trolltech.qt.gui.QPolygon
Returns the maximum number of items that can be stored in the vector without forcing a reallocation.
capacity() - Method in class com.trolltech.qt.gui.QPolygonF
Returns the maximum number of items that can be stored in the vector without forcing a reallocation.
capacity() - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns the maximum number of items that can be stored in the vector without forcing a reallocation.
capStyle() - Method in class com.trolltech.qt.gui.QPainterPathStroker
Returns the cap style of the generated outlines.
capStyle() - Method in class com.trolltech.qt.gui.QPen
Returns the pen's cap style.
capturedTexts() - Method in class com.trolltech.qt.core.QRegExp
Returns a list of the captured text strings.
cascade() - Method in class com.trolltech.qt.gui.QWorkspace
Arranges all the child windows in a cascade pattern.
cascadeSubWindows() - Method in class com.trolltech.qt.gui.QMdiArea
Arranges all the child windows in a cascade pattern.
cascadingSectionResizes() - Method in class com.trolltech.qt.gui.QHeaderView
Returns whether interactive resizing will be cascaded to the following sections once the section being resized by the user has reached its minimum size.
caseSensitive() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Should return true if the underlying file system is case-sensitive; otherwise return false.
caseSensitive() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
caseSensitivity() - Method in class com.trolltech.qt.core.QRegExp
Returns Qt::CaseSensitive if the regexp is matched case sensitively; otherwise returns Qt::CaseInsensitive.
caseSensitivity() - Method in class com.trolltech.qt.core.QStringMatcher
Returns the case sensitivity setting for this string matcher.
caseSensitivity() - Method in class com.trolltech.qt.gui.QCompleter
Returns the case sensitivity of the matching.
cd(String) - Method in class com.trolltech.qt.core.QDir
Changes the QDir's directory to dirName.
cd(String) - Method in class com.trolltech.qt.network.QFtp
Changes the working directory of the server to dir.
cdUp() - Method in class com.trolltech.qt.core.QDir
Changes directory by moving one directory up from the QDir's current directory.
cellActivated - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted when the cell specified by row and column has been activated
cellAt(QTextCursor) - Method in class com.trolltech.qt.gui.QTextTable
Returns the table cell containing the given c.
cellAt(int, int) - Method in class com.trolltech.qt.gui.QTextTable
Returns the table cell at the given row and col in the table.
cellAt(int) - Method in class com.trolltech.qt.gui.QTextTable
Returns the table cell that contains the character at the given position in the document.
cellAtIndex(int) - Method in class com.trolltech.qt.gui.QAccessibleTableInterface
Equivalent to cellAtIndex(index, , , , , ).
cellChanged - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever the data of the item in the cell specified by row and column has changed.
cellClicked - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever a cell in the table is clicked.
cellDoubleClicked - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever a cell in the table is double clicked.
cellEntered - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted when the mouse cursor enters a cell.
cellPadding() - Method in class com.trolltech.qt.gui.QTextTableFormat
Returns the table's cell padding.
cellPressed - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever a cell the table is pressed.
cellRect(int, int) - Method in class com.trolltech.qt.gui.QGridLayout
Returns the geometry of the cell with row row and column column in the grid.
cellSpacing() - Method in class com.trolltech.qt.gui.QTextTableFormat
Returns the table's cell spacing.
cellWidget(int, int) - Method in class com.trolltech.qt.gui.QTableWidget
Returns the widget displayed in the cell in the given row and column.
center() - Method in class com.trolltech.qt.core.QRect
Returns the center point of the rectangle.
center() - Method in class com.trolltech.qt.core.QRectF
Returns the center point of the rectangle.
center() - Method in class com.trolltech.qt.gui.QConicalGradient
Returns the center of the conical gradient in logical coordinates.
center() - Method in class com.trolltech.qt.gui.QRadialGradient
Returns the center of this radial gradient in logical coordinates.
centerButtons() - Method in class com.trolltech.qt.gui.QDialogButtonBox
Returns whether the buttons in the button box are centered.
centerOn(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsView
Scrolls the contents of the viewport to ensure that the scene coordinate pos, is centered in the view.
centerOn(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsView
Scrolls the contents of the viewport to ensure that item is centered in the view.
centerOn(double, double) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
centralWidget() - Method in class com.trolltech.qt.gui.QMainWindow
Returns the central widget for the main window.
changed - Variable in class com.trolltech.qt.gui.QAction
This signal is emitted when an action has changed.
changed - Variable in class com.trolltech.qt.gui.QClipboard
This signal is emitted when the data for the given clipboard mode is changed.
changed - Variable in class com.trolltech.qt.gui.QGraphicsScene
 
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QAbstractSlider
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QDialogButtonBox
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QDockWidget
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QErrorMessage
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QFileDialog
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QFrame
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QMessageBox
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QProgressDialog
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QRubberBand
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QSplitter
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QTabWidget
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QToolBar
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QToolBox
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented to handle state changes.
changeEvent(QEvent) - Method in class com.trolltech.qt.gui.QWorkspace
This function is reimplemented for internal reasons.
changeOverrideCursor(QCursor) - Static method in class com.trolltech.qt.gui.QApplication
Changes the currently active application override cursor to arg__1.
changePersistentIndex(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Changes the QPersistentModelIndex that is equal to the given from model index to the given to model index.
changePersistentIndexList(List<QModelIndex>, List<QModelIndex>) - Method in class com.trolltech.qt.core.QAbstractItemModel
Changes the QPersistentModelIndexes that is equal to the indexes in the given from model index list to the given to model index list.
changeSize(int, int, QSizePolicy.Policy) - Method in class com.trolltech.qt.gui.QSpacerItem
Equivalent to changeSize(w, h, hData, QSizePolicy::Minimum).
changeSize(int, int) - Method in class com.trolltech.qt.gui.QSpacerItem
Equivalent to changeSize(w, h, QSizePolicy::Minimum, QSizePolicy::Minimum).
changeSize(int, int, QSizePolicy.Policy, QSizePolicy.Policy) - Method in class com.trolltech.qt.gui.QSpacerItem
Changes this spacer item to have preferred width w, preferred height h, horizontal size policy hData and vertical size policy vData.
Char - Static variable in class com.trolltech.qt.QVariant
 
characterOffset() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the current character offset, starting with 0.
characters(String) - Method in class com.trolltech.qt.xml.QXmlContentHandler
The reader calls this function when it has parsed a chunk of character data (either normal character data or character data inside a CDATA section; if you need to distinguish between those two types you must use QXmlLexicalHandler::startCDATA() and QXmlLexicalHandler::endCDATA()).
characters(String) - Method in interface com.trolltech.qt.xml.QXmlContentHandlerInterface
The reader calls this function when it has parsed a chunk of character data (either normal character data or character data inside a CDATA section; if you need to distinguish between those two types you must use QXmlLexicalHandler::startCDATA() and QXmlLexicalHandler::endCDATA()).
characters(String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
charAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
charFormat() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the QTextCharFormat that describes the block's character format.
charFormat() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the format of the character immediately before the cursor position.
charFormat() - Method in class com.trolltech.qt.gui.QTextFragment
Returns the text fragment's character format.
charFormatIndex() - Method in class com.trolltech.qt.gui.QTextBlock
Returns an index into the document's internal list of character formats for the text block's character format.
charFormatIndex() - Method in class com.trolltech.qt.gui.QTextFragment
Returns an index into the document's internal list of character formats for the text fragment's character format.
charValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of char type, this function returns its value.
charWidth(String, int) - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the width of the character at position pos in the string str.
check(QStyleOptionViewItem, QRect, Object) - Method in class com.trolltech.qt.gui.QItemDelegate
checked() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns whether the menu item is checked or not.
checkedAction() - Method in class com.trolltech.qt.gui.QActionGroup
Returns the currently checked action in the group, or 0 if none are checked.
checkedButton() - Method in class com.trolltech.qt.gui.QButtonGroup
Returns the button group's checked button, or 0 if no buttons are checked.
checkedId() - Method in class com.trolltech.qt.gui.QButtonGroup
Returns the id of the checkedButton, or -1 if no button is checked.
checkOverflow(int) - Method in class com.trolltech.qt.gui.QLCDNumber
Returns true if num is too big to be displayed in its entirety; otherwise returns false.
checkOverflow(double) - Method in class com.trolltech.qt.gui.QLCDNumber
Returns true if num is too big to be displayed in its entirety; otherwise returns false.
checkState() - Method in class com.trolltech.qt.gui.QCheckBox
Returns the check box's check state.
checkState() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns the checked state of the list item (see Qt::CheckState).
checkState() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the checked state of the item.
checkState() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the checked state of the table item.
checkState(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the check state of the label in the given column.
CheckStateRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
This role is used to obtain the checked state of an item (see Qt::CheckState).
checkStateSet() - Method in class com.trolltech.qt.gui.QAbstractButton
This virtual handler is called when setChecked was called, unless it was called from within nextCheckState.
checkStateSet() - Method in class com.trolltech.qt.gui.QCheckBox
This function is reimplemented for internal reasons.
checkType() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns the type of checkmark of the menu item.
child() - Method in class com.trolltech.qt.core.QChildEvent
Returns the child object that was added or removed.
child(int, int) - Method in class com.trolltech.qt.core.QModelIndex
Queries the model for a child index of this index.
child(int, int) - Method in class com.trolltech.qt.core.QPersistentModelIndex
Returns the child of the model index that is stored in the given row and column.
child() - Method in class com.trolltech.qt.gui.QAccessibleEvent
Returns the (1-based) index of the child to which the request applies.
child(int) - Method in class com.trolltech.qt.gui.QStandardItem
Equivalent to child(row, 0).
child(int, int) - Method in class com.trolltech.qt.gui.QStandardItem
Returns the child item at (row, column) if one has been set; otherwise returns 0.
child(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the item at the given index in the list of the item's children.
childAt(int, int) - Method in class com.trolltech.qt.gui.QAccessibleInterface
Returns the 1-based index of the child that contains the screen coordinates (x, y).
childAt(int, int) - Method in class com.trolltech.qt.gui.QAccessibleWidget
This function is reimplemented for internal reasons.
childAt(int, int) - Method in class com.trolltech.qt.gui.QAccessibleWidgetEx

Returns the 1-based index of the child that contains the screen coordinates (x, y).

childAt(QPoint) - Method in class com.trolltech.qt.gui.QWidget
Returns the visible child widget at point p in the widget's own coordinate system.
childAt(int, int) - Method in class com.trolltech.qt.gui.QWidget
Returns the visible child widget at the position (x, y) in the widget's coordinate system.
childCount() - Method in class com.trolltech.qt.gui.QAccessibleInterface
Returns the number of children that belong to this object.
childCount() - Method in class com.trolltech.qt.gui.QAccessibleWidget
This function is reimplemented for internal reasons.
childCount() - Method in class com.trolltech.qt.gui.QAccessibleWidgetEx

Returns the number of children that belong to this object.

childCount() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the number of child items.
childEvent(QChildEvent) - Method in class com.trolltech.qt.core.QObject
This event handler can be reimplemented in a subclass to receive child events.
childEvent(QChildEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
childEvent(QChildEvent) - Method in class com.trolltech.qt.gui.QLayout
This function is reimplemented for internal reasons.
childEvent(QChildEvent) - Method in class com.trolltech.qt.gui.QMdiArea
This function is reimplemented for internal reasons.
childEvent(QChildEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
childEvent(QChildEvent) - Method in class com.trolltech.qt.gui.QSplitter
This function is reimplemented for internal reasons.
childEvent(QChildEvent) - Method in class com.trolltech.qt.gui.QToolBar
This function is reimplemented for internal reasons.
childEvent(QChildEvent) - Method in class com.trolltech.qt.gui.QWorkspace
This function is reimplemented for internal reasons.
childFrames() - Method in class com.trolltech.qt.gui.QTextFrame
Returns a (possibly empty) list of the frame's child frames.
childGroups() - Method in class com.trolltech.qt.core.QSettings
Returns a list of all key top-level groups that contain keys that can be read using the QSettings object.
childIndex - Variable in class com.trolltech.qt.gui.QAccessibleInterface.Target
 
childIndicatorPolicy() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the item indicator policy.
childItems() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns a list of this item's children.
childItems() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns a list of this item's children.
childItems() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns a list of this item's children.
childItems() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns a list of this item's children.
childItems() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns a list of this item's children.
childItems() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns a list of this item's children.
childItems() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns a list of child objects.
childItems() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns a list of child objects.
childKeys() - Method in class com.trolltech.qt.core.QSettings
Returns a list of all top-level keys that can be read using the QSettings object.
childNodes() - Method in class com.trolltech.qt.xml.QDomNode
Returns a list of all direct child nodes.
children() - Method in class com.trolltech.qt.core.QObject
Returns a list of child objects.
childrenBoundingRect() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenBoundingRect() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenBoundingRect() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenBoundingRect() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenBoundingRect() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenBoundingRect() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenBoundingRect() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenBoundingRect() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns the bounding rect of this item's descendents (i.e., its children, their children, etc.) in local coordinates.
childrenCollapsible() - Method in class com.trolltech.qt.gui.QSplitter
Returns whether child widgets can be resized down to size 0 by the user.
childrenRect() - Method in class com.trolltech.qt.gui.QWidget
Returns the bounding rectangle of the widget's children.
childrenRegion() - Method in class com.trolltech.qt.gui.QWidget
Returns the combined region occupied by the widget's children.
chooseContext() - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to chooseContext(0).
chooseContext(QGLContext) - Method in class com.trolltech.qt.opengl.QGLContext
This semi-internal function is called by create.
chooseContext() - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to chooseContext(0).
chooseContext(QGLContext) - Method in class com.trolltech.qt.opengl.QGLContext
This semi-internal function is called by create.
chop(int) - Method in class com.trolltech.qt.core.QByteArray
Removes n bytes from the end of the byte array.
cleanChanged - Variable in class com.trolltech.qt.gui.QUndoGroup
This signal is emitted whenever the active stack emits QUndoStack::cleanChanged() or the active stack changes.
cleanChanged - Variable in class com.trolltech.qt.gui.QUndoStack
This signal is emitted whenever the stack enters or leaves the clean state.
cleanIcon() - Method in class com.trolltech.qt.gui.QUndoView
Returns the icon used to represent the clean state..
cleanIndex() - Method in class com.trolltech.qt.gui.QUndoStack
Returns the clean index.
cleanPath(String) - Static method in class com.trolltech.qt.core.QDir
Removes all multiple directory separators "/" and resolves any "."s or ".."s found in the path, path.
cleanText() - Method in class com.trolltech.qt.gui.QDoubleSpinBox
Returns the text of the spin box excluding any prefix, suffix, or leading or trailing whitespace..
cleanText() - Method in class com.trolltech.qt.gui.QSpinBox
Returns the text of the spin box excluding any prefix, suffix, or leading or trailing whitespace..
cleanup() - Static method in class com.trolltech.qt.gui.QColormap
cleanup() - Static method in class com.trolltech.qt.gui.QFont
cleanupPage(int) - Method in class com.trolltech.qt.gui.QWizard
This virtual function is called by QWizard when the user clicks Back (unless the QWizard::IndependentPages option is set).
cleanupPage() - Method in class com.trolltech.qt.gui.QWizardPage
This virtual function is called by QWizard::cleanupPage() when the user clicks Back (unless the QWizard::IndependentPages option is set).
clear() - Method in class com.trolltech.qt.core.QBitArray
Clears the contents of the bit array and makes it empty.
clear() - Method in class com.trolltech.qt.core.QByteArray
Clears the contents of the byte array and makes it empty.
clear() - Method in class com.trolltech.qt.core.QSettings
Removes all entries in the primary location associated to this QSettings object.
clear() - Method in class com.trolltech.qt.core.QUrl
Resets the content of the QUrl.
clear() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Clears the lineedit of all text but prefix and suffix.
clear() - Method in class com.trolltech.qt.gui.QBitmap
Clears the bitmap, setting all its bits to Qt::color0.
clear() - Method in class com.trolltech.qt.gui.QClipboard
Equivalent to clear(Clipboard).
clear(QClipboard.Mode) - Method in class com.trolltech.qt.gui.QClipboard
Clear the clipboard contents.
clear() - Method in class com.trolltech.qt.gui.QComboBox
Clears the combobox, removing all items.
clear() - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
clear() - Method in class com.trolltech.qt.gui.QDialogButtonBox
Clears the button box, deleting all buttons within it.
clear() - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
Clears the scheduled transformations used for the animation, but retains the item and timeline.
clear() - Method in class com.trolltech.qt.gui.QItemSelection
Removes all items from the list.
clear() - Method in class com.trolltech.qt.gui.QItemSelectionModel
Clears the selection model.
clear() - Method in class com.trolltech.qt.gui.QLabel
Clears any label contents.
clear() - Method in class com.trolltech.qt.gui.QLineEdit
Clears the contents of the line edit.
clear() - Method in class com.trolltech.qt.gui.QListWidget
Removes all items and selections in the view.
clear() - Method in class com.trolltech.qt.gui.QMenu
Removes all the menu's actions.
clear() - Method in class com.trolltech.qt.gui.QMenuBar
Removes all the actions from the menu bar.
clear() - Method in class com.trolltech.qt.gui.QMimeData
Removes all the MIME type and data entries in the object.
clear() - Static method in class com.trolltech.qt.gui.QPixmapCache
Removes all pixmaps from the cache.
clear() - Method in class com.trolltech.qt.gui.QPolygon
Removes all the elements from the vector.
clear() - Method in class com.trolltech.qt.gui.QPolygonF
Removes all the elements from the vector.
clear() - Method in class com.trolltech.qt.gui.QStandardItemModel
Removes all items (including header items) from the model and sets the number of rows and columns to zero.
clear() - Method in class com.trolltech.qt.gui.QTableWidget
Removes all items in the view.
clear() - Method in class com.trolltech.qt.gui.QTabWidget
Removes all the pages, but does not delete them.
clear() - Method in class com.trolltech.qt.gui.QTextDocument
Clears the document.
clear() - Method in class com.trolltech.qt.gui.QTextEdit
Deletes all the text in the text edit.
clear() - Method in class com.trolltech.qt.gui.QToolBar
Removes all actions from the toolbar.
clear() - Method in class com.trolltech.qt.gui.QTreeWidget
Clears the tree widget by removing all of its items and selections.
clear() - Method in class com.trolltech.qt.gui.QUndoStack
Clears the command stack by deleting all commands on it, and returns the stack to the clean state.
clear() - Method in class com.trolltech.qt.network.QHostAddress
Sets the host address to 0.0.0.0.
clear(QFlags<T>) - Method in class com.trolltech.qt.QFlags
Clears the flag other.
clear(T...) - Method in class com.trolltech.qt.QFlags
Clears all flags in ts.
clear() - Method in class com.trolltech.qt.sql.QSqlField
Clears the value of the field and sets it to NULL.
clear() - Method in class com.trolltech.qt.sql.QSqlQuery
Clears the result set and releases any resources held by the query.
clear() - Method in class com.trolltech.qt.sql.QSqlQueryModel
Clears the model and releases any acquired resource.
clear() - Method in class com.trolltech.qt.sql.QSqlRecord
Removes all the record's fields.
clear() - Method in class com.trolltech.qt.sql.QSqlRelationalTableModel
This function is reimplemented for internal reasons.
clear() - Method in class com.trolltech.qt.sql.QSqlResult
Clears the entire result set and releases any associated resources.
clear() - Method in class com.trolltech.qt.sql.QSqlTableModel
This function is reimplemented for internal reasons.
clear() - Method in class com.trolltech.qt.xml.QDomNode
Converts the node into a null node; if it was not a null node before, its type and contents are deleted.
clear() - Method in class com.trolltech.qt.xml.QXmlAttributes
Clears the list of attributes.
clear() - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Removes all the elements from the vector.
clear() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Removes any device or data from the reader, and resets its state to the initial state.
clearAdditionalFormats() - Method in class com.trolltech.qt.gui.QTextLayout
Clears the list of additional formats supported by the text layout.
clearAll() - Method in class com.trolltech.qt.QFlags
Clears all flags.
clearBackground() - Method in class com.trolltech.qt.gui.QTextFormat
Clears the brush used to paint the document's background.
clearBit(int) - Method in class com.trolltech.qt.core.QBitArray
Sets the bit at index position i to 0.
clearColumnWidthConstraints() - Method in class com.trolltech.qt.gui.QTextTableFormat
Clears the column width constraints for the table.
clearContents() - Method in class com.trolltech.qt.gui.QTableWidget
Removes all items not in the headers from the view.
clearDirty(QPaintEngine.DirtyFlag...) - Method in class com.trolltech.qt.gui.QPaintEngine
clearDirty(QPaintEngine.DirtyFlags) - Method in class com.trolltech.qt.gui.QPaintEngine
clearEditText() - Method in class com.trolltech.qt.gui.QComboBox
Clears the contents of the line edit used for editing in the combobox.
clearFocus() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Takes keyboard input focus from the item.
clearFocus() - Method in class com.trolltech.qt.gui.QGraphicsItem
Takes keyboard input focus from the item.
clearFocus() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Takes keyboard input focus from the item.
clearFocus() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Takes keyboard input focus from the item.
clearFocus() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Takes keyboard input focus from the item.
clearFocus() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Takes keyboard input focus from the item.
clearFocus() - Method in class com.trolltech.qt.gui.QGraphicsScene
Clears focus from the scene.
clearFocus() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Takes keyboard input focus from the item.
clearFocus() - Method in class com.trolltech.qt.gui.QWidget
Takes keyboard input focus from the widget.
clearFocus() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Takes keyboard input focus from the item.
clearForeground() - Method in class com.trolltech.qt.gui.QTextFormat
Clears the brush used to paint the document's foreground.
clearHistory() - Method in class com.trolltech.qt.gui.QTextBrowser
Clears the history of visited documents and disables the forward and backward navigation.
clearMapping() - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Clears all mappings.
clearMask() - Method in class com.trolltech.qt.gui.QWidget
Removes any mask set by setMask.
clearMaximumDate() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Resets the maximum date of the date time edit.
clearMaximumTime() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Resets the maximum time of the date time edit.
clearMessage() - Method in class com.trolltech.qt.gui.QSplashScreen
Removes the message being displayed on the splash screen
clearMessage() - Method in class com.trolltech.qt.gui.QStatusBar
Removes any temporary message being shown.
clearMinimumDate() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Resets the minimum date of the date time edit.
clearMinimumTime() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Resets the minimum time of the date time edit.
clearPendingCommands() - Method in class com.trolltech.qt.network.QFtp
Deletes all pending commands from the list of scheduled commands.
clearPendingRequests() - Method in class com.trolltech.qt.network.QHttp
Deletes all pending requests from the list of scheduled requests.
clearProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Clears the value of the property given by propertyId
clearPropertyFlags() - Method in class com.trolltech.qt.gui.QListView
Clears the QListView-specific property flags.
clearSelection() - Method in class com.trolltech.qt.gui.QAbstractItemView
Clears all selected items.
clearSelection() - Method in class com.trolltech.qt.gui.QGraphicsScene
Clears the current selection.
clearSelection() - Method in class com.trolltech.qt.gui.QItemSelectionModel
Clears the selection in the selection model.
clearSelection() - Method in class com.trolltech.qt.gui.QTextCursor
Clears the current selection by setting the anchor to the cursor position.
clearValues() - Method in class com.trolltech.qt.sql.QSqlRecord
Clears the value of all fields in the record and sets each field to null.
click() - Method in class com.trolltech.qt.gui.QAbstractButton
Performs a click.
clicked - Variable in class com.trolltech.qt.gui.QAbstractButton
This signal is emitted when the button is activated (i.e. pressed down then released while the mouse cursor is inside the button), when the shortcut key is typed, or when click or animateClick is called.
clicked - Variable in class com.trolltech.qt.gui.QAbstractItemView
This signal is emitted when a mouse button is clicked.
clicked - Variable in class com.trolltech.qt.gui.QCalendarWidget
This signal is emitted when a mouse button is clicked.
clicked - Variable in class com.trolltech.qt.gui.QDialogButtonBox
This signal is emitted when a button inside the button box is clicked.
clicked - Variable in class com.trolltech.qt.gui.QGroupBox
This signal is emitted when the check box is activated (i.e. pressed down then released while the mouse cursor is inside the button), or when the shortcut key is typed, Notably, this signal is not emitted if you call setChecked.
clickedButton() - Method in class com.trolltech.qt.gui.QMessageBox
Returns the button that was clicked by the user, or 0 if the user hit the Esc key and no escape button was set.
clip() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_PaintContext
Returns a hint to the layout avoiding that paragraphs, frames or text that are clearly outside the specified rectangle, are drawn.
clipboard() - Static method in class com.trolltech.qt.gui.QApplication
Returns a pointer to the application global clipboard.
clipOperation() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the clip operation in the current paint engine state.
clipPath() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the clip path in the current paint engine state.
clipPath() - Method in class com.trolltech.qt.gui.QPainter
Returns the currently clip as a path.
clipRect() - Method in class com.trolltech.qt.gui.QImageReader
Returns the clip rect (also known as the ROI, or Region Of Interest) of the image.
clipRegion() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the clip region in the current paint engine state.
clipRegion() - Method in class com.trolltech.qt.gui.QPainter
Returns the currently set clip region.
clone() - Method in class com.trolltech.qt.gui.QIconEngineV2
Returns a clone of this icon engine.
clone() - Method in class com.trolltech.qt.gui.QListWidgetItem
Creates an exact copy of the item.
clone() - Method in class com.trolltech.qt.gui.QStandardItem
Returns a copy of this item.
clone() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Creates a copy of the item.
clone() - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to clone(0).
clone(QObject) - Method in class com.trolltech.qt.gui.QTextDocument
Creates a new QTextDocument that is a copy of this text document.
clone() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Creates a deep copy of the item and of its children.
clone() - Method in class com.trolltech.qt.QPair
Returns a copy of this object.
cloneDatabase(QSqlDatabase, String) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Clones the database connection other and and stores it as connectionName.
cloneNode() - Method in class com.trolltech.qt.xml.QDomNode
Equivalent to cloneNode(true).
cloneNode(boolean) - Method in class com.trolltech.qt.xml.QDomNode
Creates a deep (not shallow) copy of the QDomNode.
closable() - Method in class com.trolltech.qt.gui.QStyleOptionDockWidget
Returns whether the dock window is closable.
close() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Closes the file, returning true if successful; otherwise returns false.
close() - Method in class com.trolltech.qt.core.QBuffer
This function is reimplemented for internal reasons.
close() - Method in class com.trolltech.qt.core.QFile
This function is reimplemented for internal reasons.
close() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
close() - Method in class com.trolltech.qt.core.QIODevice
First emits aboutToClose, then closes the device and sets its OpenMode to NotOpen.
close() - Method in class com.trolltech.qt.core.QProcess
Closes all communication with the process.
close() - Method in class com.trolltech.qt.gui.QWidget
Closes this widget.
close() - Method in class com.trolltech.qt.network.QAbstractSocket
Disconnects the socket's connection with the host.
close() - Method in class com.trolltech.qt.network.QFtp
Closes the connection to the FTP server.
close() - Method in class com.trolltech.qt.network.QHttp
Closes the connection; this is useful if you have a keep-alive connection and want to close it.
close() - Method in class com.trolltech.qt.network.QTcpServer
Closes the server.
close() - Method in class com.trolltech.qt.sql.QSqlDatabase
Closes the database connection, freeing any resources acquired, and invalidating any existing QSqlQuery objects that are used with the database.
close() - Method in class com.trolltech.qt.sql.QSqlDriver
Derived classes must reimplement this pure virtual function in order to close the database connection.
closeActiveSubWindow() - Method in class com.trolltech.qt.gui.QMdiArea
Closes the active subwindow.
closeActiveWindow() - Method in class com.trolltech.qt.gui.QWorkspace
Closes the child window that is currently active.
closeAllSubWindows() - Method in class com.trolltech.qt.gui.QMdiArea
Closes all subwindows by sending a QCloseEvent to each window.
closeAllWindows() - Static method in class com.trolltech.qt.gui.QApplication
Closes all top-level windows.
closeAllWindows() - Method in class com.trolltech.qt.gui.QWorkspace
Closes all child windows.
closeEditor - Variable in class com.trolltech.qt.gui.QAbstractItemDelegate
This signal is emitted when the user has finished editing an item using the specified editor.
closeEditor(QWidget, QAbstractItemDelegate.EndEditHint) - Method in class com.trolltech.qt.gui.QAbstractItemView
Closes the given editor, and releases it.
closeEvent(QCloseEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
closeEvent(QCloseEvent) - Method in class com.trolltech.qt.gui.QDialog
This function is reimplemented for internal reasons.
closeEvent(QCloseEvent) - Method in class com.trolltech.qt.gui.QDockWidget
This function is reimplemented for internal reasons.
closeEvent(QCloseEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
closeEvent(QCloseEvent) - Method in class com.trolltech.qt.gui.QMessageBox
This function is reimplemented for internal reasons.
closeEvent(QCloseEvent) - Method in class com.trolltech.qt.gui.QProgressDialog
This function is reimplemented for internal reasons.
closeEvent(QCloseEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive widget close events.
closePersistentEditor(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
Closes the persistent editor for the item at the given index.
closePersistentEditor(QListWidgetItem) - Method in class com.trolltech.qt.gui.QListWidget
Closes the persistent editor for the given item.
closePersistentEditor(QTableWidgetItem) - Method in class com.trolltech.qt.gui.QTableWidget
Closes the persistent editor for item.
closePersistentEditor(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Equivalent to closePersistentEditor(item, 0).
closePersistentEditor(QTreeWidgetItem, int) - Method in class com.trolltech.qt.gui.QTreeWidget
Closes the persistent editor for the item in the given column.
closeReadChannel(QProcess.ProcessChannel) - Method in class com.trolltech.qt.core.QProcess
Closes the read channel channel.
closestAcceptableSize(QWidget, QSize) - Static method in class com.trolltech.qt.gui.QLayout
Returns a size that satisfies all size constraints on w, including heightForWidth and that is as close as possible to s.
closestLegalPosition(int, int) - Method in class com.trolltech.qt.gui.QSplitter
Returns the closest legal position to arg__1 of the widget with index arg__2.
closestLegalPosition(int) - Method in class com.trolltech.qt.gui.QSplitterHandle
Returns the closest legal position to p of the splitter handle.
closeSubpath() - Method in class com.trolltech.qt.gui.QPainterPath
Closes the current subpath by drawing a line to the beginning of the subpath, automatically starting a new path.
closeWriteChannel() - Method in class com.trolltech.qt.core.QProcess
Schedules the write channel of QProcess to be closed.
closingDown() - Method in class com.trolltech.qt.core.QAbstractEventDispatcher
closingDown() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns true if the application objects are being destroyed; otherwise returns false.
codec() - Method in class com.trolltech.qt.core.QTextStream
Returns the codec that is current assigned to the stream.
codec() - Method in class com.trolltech.qt.xml.QXmlStreamWriter
Returns the codec that is currently assigned to the stream.
codecForCStrings() - Static method in class com.trolltech.qt.core.QTextCodec
Returns the codec used by QString to convert to and from const char * and QByteArrays.
codecForHtml(QByteArray) - Static method in class com.trolltech.qt.core.QTextCodec
codecForLocale() - Static method in class com.trolltech.qt.core.QTextCodec
Returns a pointer to the codec most suitable for this locale.
codecForMib(int) - Static method in class com.trolltech.qt.core.QTextCodec
Returns the QTextCodec which matches the MIBenum mib.
codecForName(QByteArray) - Static method in class com.trolltech.qt.core.QTextCodec
Searches all installed QTextCodec objects and returns the one which best matches name; the match is case-insensitive.
codecForName(String) - Static method in class com.trolltech.qt.core.QTextCodec
Searches all installed QTextCodec objects and returns the one which best matches name; the match is case-insensitive.
collapse(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Collapses the model item specified by the index.
collapseAll() - Method in class com.trolltech.qt.gui.QTreeView
Collapses all expanded items.
collapsed - Variable in class com.trolltech.qt.gui.QTreeView
This signal is emitted when the item specified by index is collapsed.
collapseItem(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Closes the item.
collateCopies() - Method in class com.trolltech.qt.gui.QPrinter
Returns true if collation is turned on when multiple copies is selected.
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item collides with other; otherwise returns false.
collidesWithItem(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to collidesWithItem(other, Qt::IntersectsItemShape).
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item collides with other; otherwise returns false.
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item collides with other; otherwise returns false.
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item collides with other; otherwise returns false.
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item collides with other; otherwise returns false.
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item collides with other; otherwise returns false.
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item collides with other; otherwise returns false.
collidesWithItem(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item collides with other; otherwise returns false.
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item collides with path.
collidesWithPath(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to collidesWithPath(path, Qt::IntersectsItemShape).
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item collides with path.
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item collides with path.
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item collides with path.
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item collides with path.
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item collides with path.
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item collides with path.
collidesWithPath(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item collides with path.
collidingItems(Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns a list of all items that collide with this item.
collidingItems() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns a list of all items that collide with this item.
collidingItems(Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns a list of all items that collide with this item.
collidingItems(Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns a list of all items that collide with this item.
collidingItems(Qt.ItemSelectionMode) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns a list of all items that collide with this item.
collidingItems(Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns a list of all items that collide with this item.
collidingItems(Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns a list of all items that collide with this item.
collidingItems(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns a list of all items that collide with item.
collidingItems(QGraphicsItemInterface, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns a list of all items that collide with item.
collidingItems(Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns a list of all items that collide with this item.
collidingItems(Qt.ItemSelectionMode) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns a list of all items that collide with this item.
color() - Method in class com.trolltech.qt.gui.QBrush
Returns the brush color.
color(int) - Method in class com.trolltech.qt.gui.QImage
Returns the color in the color table at index i.
color(QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QPalette
Returns the color that has been set for the given color cr in the current ColorGroup.
color(QPalette.ColorGroup, QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QPalette
Returns the color in the specified color cg, used for the given color cr.
color() - Method in class com.trolltech.qt.gui.QPen
Returns the color of this pen's brush.
Color - Static variable in class com.trolltech.qt.QVariant
 
color0 - Static variable in class com.trolltech.qt.gui.QColor
 
color1 - Static variable in class com.trolltech.qt.gui.QColor
 
colorAt(int) - Method in class com.trolltech.qt.gui.QColormap
Returns a QColor for the pixel.
colorData() - Method in class com.trolltech.qt.gui.QMimeData
Returns a color if the data stored in the object represents a color (MIME type application/x-color); otherwise returns a null variant.
colorIndex(QColor) - Method in class com.trolltech.qt.opengl.QGLContext
colorIndex(QColor) - Method in class com.trolltech.qt.opengl.QGLContext
colormap() - Method in class com.trolltech.qt.gui.QColormap
Returns a vector of colors which represents the devices colormap for Indexed and Gray modes.
colormap() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the colormap for this widget.
colormap() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the colormap for this widget.
colorMode() - Method in class com.trolltech.qt.gui.QPrinter
Returns the current color mode.
colorNames() - Static method in class com.trolltech.qt.gui.QColor
Returns a QStringList containing the color names Qt knows about.
colorProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property given by propertyId; if the property isn't of QVariant::Color type, an invalid color is returned instead.
colorSpec() - Static method in class com.trolltech.qt.gui.QApplication
Returns the color specification.
colorTable() - Method in class com.trolltech.qt.gui.QImage
Returns a list of the colors contained in the image's color table, or an empty list if the image does not have a color table
column() - Method in class com.trolltech.qt.core.QModelIndex
Returns the column this model index refers to.
column() - Method in class com.trolltech.qt.core.QPersistentModelIndex
Returns the column this persistent model index refers to.
column() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the column where the item is located in its parent's child table, or -1 if the item has no parent.
column - Variable in class com.trolltech.qt.gui.QTableArea
 
column(QTableWidgetItem) - Method in class com.trolltech.qt.gui.QTableWidget
Returns the column for the item.
column() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the column of the item in the table.
column() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns the number of the column in the table that contains this cell.
columnAt(int) - Method in class com.trolltech.qt.gui.QTableView
Returns the column in which the given x-coordinate, x, in contents coordinates is located.
columnAt(int) - Method in class com.trolltech.qt.gui.QTreeView
Returns the column in the tree view whose header covers the x coordinate given.
columnCount() - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to columnCount(QModelIndex()).
columnCount(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the number of columns for the children of the given parent.
columnCount(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractListModel
Deprecated. 
columnCount(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns the number of columns in the parent model item.
columnCount() - Method in class com.trolltech.qt.gui.QGridLayout
Returns the number of columns in this grid.
columnCount() - Method in class com.trolltech.qt.gui.QMenu
If a menu does not fit on the screen it lays itself out so that it does fit.
columnCount(QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Returns the number of columns for the given parent.
columnCount(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
columnCount() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the number of child item columns that the item has.
columnCount(QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
columnCount - Variable in class com.trolltech.qt.gui.QTableArea
 
columnCount() - Method in class com.trolltech.qt.gui.QTableWidget
Returns the number of columns in the table.
columnCount() - Method in class com.trolltech.qt.gui.QTableWidgetSelectionRange
Returns the number of columns in the range.
columnCount(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeModel
This function is reimplemented for internal reasons.
columnCount() - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the number of columns displayed in the tree widget.
columnCount() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the number of columns in the item.
columnCount(QModelIndex) - Method in class com.trolltech.qt.sql.QSqlQueryModel
This function is reimplemented for internal reasons.
columnCountChanged(int, int) - Method in class com.trolltech.qt.gui.QTableView
This slot is called whenever columns are added or deleted.
columnCountChanged(int, int) - Method in class com.trolltech.qt.gui.QTreeView
Informs the tree view that the number of columns in the tree view has changed from oldCount to newCount.
columnIntersectsSelection(int, QModelIndex) - Method in class com.trolltech.qt.gui.QItemSelectionModel
Returns true if there are any items selected in the column with the given parent.
columnMinimumWidth(int) - Method in class com.trolltech.qt.gui.QGridLayout
Returns the column spacing for column column.
columnMoved(int, int, int) - Method in class com.trolltech.qt.gui.QTableView
This slot is called to change the index of the given column in the table view.
columnMoved() - Method in class com.trolltech.qt.gui.QTreeView
This slot is called whenever a column has been moved.
columnNumber() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the position of the cursor within its containing line.
columnNumber() - Method in class com.trolltech.qt.xml.QDomNode
For nodes created by QDomDocument::setContent(), this function returns the column number in the XML document where the node was parsed.
columnNumber() - Method in class com.trolltech.qt.xml.QXmlLocator
Returns the column number (starting at 1) or -1 if there is no column number available.
columnNumber() - Method in class com.trolltech.qt.xml.QXmlParseException
Returns the column number where the error occurred.
columnNumber() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the current column number, starting with 0.
columnResized(int, int, int) - Method in class com.trolltech.qt.gui.QTableView
This slot is called to change the width of the given column.
columnResized(int, int, int) - Method in class com.trolltech.qt.gui.QTreeView
This function is called whenever column's size is changed in the header.
columns() - Method in class com.trolltech.qt.gui.QTextTable
Returns the number of columns in the table.
columns() - Method in class com.trolltech.qt.gui.QTextTableFormat
Returns the number of columns specified by the table format.
columnSpan(int, int) - Method in class com.trolltech.qt.gui.QTableView
Returns the column span of the table element at (row, column).
columnSpan() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns the number of columns this cell spans.
columnStretch(int) - Method in class com.trolltech.qt.gui.QGridLayout
Returns the stretch factor for column column.
columnViewportPosition(int) - Method in class com.trolltech.qt.gui.QTableView
Returns the x-coordinate in contents coordinates of the given column.
columnViewportPosition(int) - Method in class com.trolltech.qt.gui.QTreeView
Returns the horizontal position of the column in the viewport.
columnWidth(int) - Method in class com.trolltech.qt.gui.QTableView
Returns the width of the given column.
columnWidth(int) - Method in class com.trolltech.qt.gui.QTreeView
Returns the width of the column.
columnWidthConstraints() - Method in class com.trolltech.qt.gui.QTextTableFormat
Returns a list of constraints used by this table format to control the appearance of columns in a table.
columnWidths() - Method in class com.trolltech.qt.gui.QColumnView
Returns a list of the width of all the columns in this view.
com.trolltech.qt - package com.trolltech.qt
Classes that implement the Qt Jambi framework.
com.trolltech.qt.core - package com.trolltech.qt.core
Core non-GUI classes used by other modules.
com.trolltech.qt.designer - package com.trolltech.qt.designer
Classes for extending Qt Designer
com.trolltech.qt.gui - package com.trolltech.qt.gui
Graphical user interface components.
com.trolltech.qt.network - package com.trolltech.qt.network
Classes for network programming.
com.trolltech.qt.opengl - package com.trolltech.qt.opengl
OpenGL support classes.
com.trolltech.qt.opengl - package com.trolltech.qt.opengl
OpenGL support classes.
com.trolltech.qt.sql - package com.trolltech.qt.sql
Classes for database integration using SQL.
com.trolltech.qt.svg - package com.trolltech.qt.svg
Classes for displaying the contents of SVG files.
com.trolltech.qt.xml - package com.trolltech.qt.xml
Classes for handling XML.
combinedLayoutSpacing(QSizePolicy.ControlTypes, QSizePolicy.ControlTypes, Qt.Orientation, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QStyle
Returns the spacing that should be used between controls1 and controls2 in a layout.
combinedLayoutSpacing(QSizePolicy.ControlTypes, QSizePolicy.ControlTypes, Qt.Orientation, QStyleOption) - Method in class com.trolltech.qt.gui.QStyle
This is an overloaded mthod provided for convenience.
combinedLayoutSpacing(QSizePolicy.ControlTypes, QSizePolicy.ControlTypes, Qt.Orientation) - Method in class com.trolltech.qt.gui.QStyle
This is an overloaded mthod provided for convenience.
combinedMatrix() - Method in class com.trolltech.qt.gui.QPainter
Returns the transformation matrix combining the current window/viewport and world transformation.
combinedTransform() - Method in class com.trolltech.qt.gui.QPainter
Returns the transformation matrix combining the current window/viewport and world transformation.
commandFinished - Variable in class com.trolltech.qt.network.QFtp
This signal is emitted when processing the command identified by arg__1 has finished.
commandStarted - Variable in class com.trolltech.qt.network.QFtp
This signal is emitted when processing the command identified by arg__1 starts.
comment(String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
comment(String) - Method in class com.trolltech.qt.xml.QXmlLexicalHandler
The reader calls this function to report an XML comment anywhere in the document.
comment(String) - Method in interface com.trolltech.qt.xml.QXmlLexicalHandlerInterface
The reader calls this function to report an XML comment anywhere in the document.
commit() - Method in class com.trolltech.qt.sql.QSqlDatabase
Commits a transaction to the database if the driver supports transactions and a transaction has been started.
commitData - Variable in class com.trolltech.qt.gui.QAbstractItemDelegate
This signal must be emitted when the editor widget has completed editing the data, and wants to write it back into the model.
commitData(QWidget) - Method in class com.trolltech.qt.gui.QAbstractItemView
Commit the data in the editor to the model.
commitData(QSessionManager) - Method in class com.trolltech.qt.gui.QApplication
This function deals with session management.
commitDataRequest - Variable in class com.trolltech.qt.gui.QApplication
This signal deals with session management.
commitString() - Method in class com.trolltech.qt.gui.QInputMethodEvent
Returns the text that should get added to (or replace parts of) the text of the editor widget.
commitTransaction() - Method in class com.trolltech.qt.sql.QSqlDriver
This function is called to commit a transaction.
compareTo(Object) - Method in class com.trolltech.qt.core.QByteArray
compareTo(Object) - Method in class com.trolltech.qt.core.QDate
compareTo(Object) - Method in class com.trolltech.qt.core.QDateTime
compareTo(Object) - Method in class com.trolltech.qt.core.QPersistentModelIndex
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.trolltech.qt.core.QTime
compareTo(Object) - Method in class com.trolltech.qt.core.QUrl
compareTo(Object) - Method in class com.trolltech.qt.core.QUuid
compareTo(Object) - Method in class com.trolltech.qt.gui.QFont
compareTo(Object) - Method in class com.trolltech.qt.gui.QKeySequence
compareTo(Object) - Method in class com.trolltech.qt.gui.QTextBlock
compareTo(Object) - Method in class com.trolltech.qt.gui.QTextCursor
compareTo(Object) - Method in class com.trolltech.qt.gui.QTextFragment
complete() - Method in class com.trolltech.qt.gui.QCompleter
Equivalent to complete(QRect()).
complete(QRect) - Method in class com.trolltech.qt.gui.QCompleter
For QCompleter::PopupCompletion and QCompletion::UnfilteredPopupCompletion modes, calling this function displays the popup displaying the current completions.
completeBaseName() - Method in class com.trolltech.qt.core.QFileInfo
Returns the complete base name of the file without the path.
completeChanged - Variable in class com.trolltech.qt.gui.QWizardPage
This signal is emitted whenever the complete state of the page (i.e., the value of isComplete) changes.
completer() - Method in class com.trolltech.qt.gui.QComboBox
Returns the completer that is used to auto complete text input for the combobox.
completer() - Method in class com.trolltech.qt.gui.QLineEdit
Returns the current QCompleter that provides completions.
completeSuffix() - Method in class com.trolltech.qt.core.QFileInfo
Returns the complete suffix of the file.
completionColumn() - Method in class com.trolltech.qt.gui.QCompleter
Returns the column in the model in which completions are searched for..
completionCount() - Method in class com.trolltech.qt.gui.QCompleter
Returns the number of completions for the current prefix.
completionMode() - Method in class com.trolltech.qt.gui.QCompleter
Returns how the completions are provided to the user.
completionModel() - Method in class com.trolltech.qt.gui.QCompleter
Returns the completion model.
completionPrefix() - Method in class com.trolltech.qt.gui.QCompleter
Returns the completion prefix used to provide completions..
completionRole() - Method in class com.trolltech.qt.gui.QCompleter
Returns the item role to be used to query the contents of items for matching..
compositionMode() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the composition mode in the current paint engine state.
compositionMode() - Method in class com.trolltech.qt.gui.QPainter
Returns the current composition mode.
compression() - Method in class com.trolltech.qt.gui.QImageWriter
Returns the compression of the image.
configuration - Static variable in class com.trolltech.qt.Utilities
The Configuration of Qt Jambi.
confirmOverwrite() - Method in class com.trolltech.qt.gui.QFileDialog
Returns whether the filedialog should ask before accepting a selected file, when the accept mode is AcceptSave.
connect(Object, String, Qt.ConnectionType) - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Connects the signal to a method in an object.
connect(Object, String) - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Creates an auto-connection from this signal to the specified object and method.
connect(QSignalEmitter.AbstractSignal) - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Creates an auto connection from this signal to another.
connect(QSignalEmitter.AbstractSignal, Qt.ConnectionType) - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Creates a connection from this signal to another.
connected - Variable in class com.trolltech.qt.network.QAbstractSocket
This signal is emitted after connectToHost() has been called and a connection has been successfully established.
ConnectionException - Exception in com.trolltech.qt
The ConnectionException class is thrown when connecting to a signal fails.
ConnectionException(String) - Constructor for exception com.trolltech.qt.ConnectionException
Creates a new ConnectionException with the specified message.
ConnectionException() - Constructor for exception com.trolltech.qt.ConnectionException
Creates a new ConnectionException.
connectionNames() - Static method in class com.trolltech.qt.sql.QSqlDatabase
Returns a list containing the names of all connections.
connectOptions() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the connection options string used for this connection.
connectPath(QPainterPath) - Method in class com.trolltech.qt.gui.QPainterPath
Connects the given path to this path by adding a line from the last element of this path to the first element of the given path.
connectSlotsByName() - Method in class com.trolltech.qt.core.QObject
Searches recursively for all child objects of the given object, and connects matching signals from them to slots of object that follow the following form.
connectToHost(String, int, QIODevice.OpenMode) - Method in class com.trolltech.qt.network.QAbstractSocket
Attempts to make a connection to host on the given port.
connectToHost(QHostAddress, int, QIODevice.OpenMode) - Method in class com.trolltech.qt.network.QAbstractSocket
Attempts to make a connection to address on port port with open mode mode.
connectToHost(String) - Method in class com.trolltech.qt.network.QFtp
Equivalent to connectToHost(host, 21).
connectToHost(String, char) - Method in class com.trolltech.qt.network.QFtp
Connects to the FTP server host using port port.
connectToHostImplementation(String, int, QIODevice.OpenMode) - Method in class com.trolltech.qt.network.QAbstractSocket
Contains the implementation of connectToHost().
connectToModel(QAbstractItemModel) - Method in class com.trolltech.qt.gui.QProxyModel
contains(byte) - Method in class com.trolltech.qt.core.QByteArray
Returns true if the byte array contains the character c; otherwise returns false.
contains(QByteArray) - Method in class com.trolltech.qt.core.QByteArray
Returns true if the byte array contains an occurrence of the byte array a; otherwise returns false.
contains(String) - Method in class com.trolltech.qt.core.QByteArray
Returns true there is at least one occurrence of str in this QByteArray.
contains(int, int) - Method in class com.trolltech.qt.core.QRect
Returns true if the point (x, y) is inside this rectangle, otherwise returns false.
contains(QRect) - Method in class com.trolltech.qt.core.QRect
Equivalent to contains(r, false).
contains(QRect, boolean) - Method in class com.trolltech.qt.core.QRect
Returns true if the given r is inside this rectangle.
contains(int, int, boolean) - Method in class com.trolltech.qt.core.QRect
Returns true if the point (x, y) is inside or on the edge of the rectangle, otherwise returns false.
contains(QPoint) - Method in class com.trolltech.qt.core.QRect
Equivalent to contains(p, false).
contains(QPoint, boolean) - Method in class com.trolltech.qt.core.QRect
Returns true if the the given p is inside or on the edge of the rectangle, otherwise returns false.
contains(QRectF) - Method in class com.trolltech.qt.core.QRectF
Returns true if the given r is inside this rectangle; otherwise returns false.
contains(double, double) - Method in class com.trolltech.qt.core.QRectF
Returns true if the point (x, y) is inside or on the edge of the rectangle; otherwise returns false.
contains(QPointF) - Method in class com.trolltech.qt.core.QRectF
Returns true if the given p is inside or on the edge of the rectangle; otherwise returns false.
contains(String) - Method in class com.trolltech.qt.core.QSettings
Returns true if there exists a setting called key; returns false otherwise.
contains(QPointF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item contains point, which is in local coordinates; otherwise, false is returned.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsEllipseItem
This function is reimplemented for internal reasons.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item contains point, which is in local coordinates; otherwise, false is returned.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item contains point, which is in local coordinates; otherwise, false is returned.
contains(QPointF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item contains point, which is in local coordinates; otherwise, false is returned.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This function is reimplemented for internal reasons.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPathItem
This function is reimplemented for internal reasons.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This function is reimplemented for internal reasons.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
This function is reimplemented for internal reasons.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsRectItem
This function is reimplemented for internal reasons.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
This function is reimplemented for internal reasons.
contains(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
contains(QModelIndex) - Method in class com.trolltech.qt.gui.QItemSelection
Returns true if the selection contains the given index; otherwise returns false.
contains(QModelIndex) - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns true if the model item specified by the index lies within the range of selected items; otherwise returns false.
contains(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns true if the model item specified by (row, column) and with parentIndex as the parent item lies within the range of selected items; otherwise returns false.
contains(QRectF) - Method in class com.trolltech.qt.gui.QPainterPath
Returns true if the given rect is inside the path, otherwise returns false.
contains(QPainterPath) - Method in class com.trolltech.qt.gui.QPainterPath
Returns true if the given path p is contained within the current path.
contains(QPointF) - Method in class com.trolltech.qt.gui.QPainterPath
Returns true if the given pt is inside the path, otherwise returns false.
contains(QPoint) - Method in class com.trolltech.qt.gui.QPolygon
Returns true if the vector contains an occurrence of t; otherwise returns false.
contains(QPointF) - Method in class com.trolltech.qt.gui.QPolygonF
Returns true if the vector contains an occurrence of t; otherwise returns false.
contains(QRect) - Method in class com.trolltech.qt.gui.QRegion
Returns true if the region overlaps the rectangle r; otherwise returns false.
contains(QPoint) - Method in class com.trolltech.qt.gui.QRegion
Returns true if the region contains the point p; otherwise returns false.
contains(int) - Method in class com.trolltech.qt.gui.QTextBlock
Returns true if the given position is located within the text block; otherwise returns false.
contains(int) - Method in class com.trolltech.qt.gui.QTextFragment
Returns true if the text fragment contains the text at the given position in the document; otherwise returns false.
contains() - Static method in class com.trolltech.qt.sql.QSqlDatabase
Equivalent to contains(QLatin1String( defaultConnection )).
contains(String) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Returns true if the list of database connections contains connectionName; otherwise returns false.
contains(String) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns true if there is a field in the record called name; otherwise returns false.
contains(QPointF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item contains point, which is in local coordinates; otherwise, false is returned.
contains(String) - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
Returns true if the map contains a node called name; otherwise returns false.
contains(QXmlStreamAttribute) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns true if the vector contains an occurrence of t; otherwise returns false.
containsPoint(QPoint, Qt.FillRule) - Method in class com.trolltech.qt.gui.QPolygon
Returns true if the given pt is inside the polygon according to the specified fillRule; otherwise returns false.
containsPoint(QPointF, Qt.FillRule) - Method in class com.trolltech.qt.gui.QPolygonF
Returns true if the given pt is inside the polygon according to the specified fillRule; otherwise returns false.
contentHandler() - Method in class com.trolltech.qt.xml.QXmlReader
Returns the content handler or 0 if none was set.
contentHandler() - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
contentLength() - Method in class com.trolltech.qt.network.QHttpHeader
Returns the value of the special HTTP header field content-length.
contentsChange - Variable in class com.trolltech.qt.gui.QTextDocument
This signal is emitted whenever the document's content changes; for example, when text is inserted or deleted, or when formatting is applied.
contentsChanged - Variable in class com.trolltech.qt.gui.QTextDocument
This signal is emitted whenever the document's content changes; for example, when text is inserted or deleted, or when formatting is applied.
contentsRect() - Method in class com.trolltech.qt.gui.QLayout
Returns the layout's geometry rectangle, but taking into account the contents margins.
contentsRect() - Method in class com.trolltech.qt.gui.QWidget
Returns the area inside the widget's margins.
contentsSize() - Method in class com.trolltech.qt.gui.QListView
contentType() - Method in class com.trolltech.qt.network.QHttpHeader
Returns the value of the special HTTP header field content-type.
context() - Method in class com.trolltech.qt.gui.QShortcut
Returns the context in which the shortcut is valid.
context() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the context of this widget.
context() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the context of this widget.
contextMenu() - Method in class com.trolltech.qt.gui.QSystemTrayIcon
Returns the current context menu for the system tray entry.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler can be reimplemented in a subclass to process context menu events.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive context menu events for the viewport widget.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QDialog
This function is reimplemented for internal reasons.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler can be reimplemented in a subclass to process context menu events.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler can be reimplemented in a subclass to process context menu events.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler can be reimplemented in a subclass to process context menu events.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler can be reimplemented in a subclass to process context menu events.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler can be reimplemented in a subclass to process context menu events.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive context menu events.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QLineEdit
Shows the standard context menu created with createStandardContextMenu.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QMainWindow
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QScrollBar
This function is reimplemented for internal reasons.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QTextEdit
Shows the standard context menu created with createStandardContextMenu.
contextMenuEvent(QContextMenuEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive widget context menu events.
contextMenuEvent(QGraphicsSceneContextMenuEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler can be reimplemented in a subclass to process context menu events.
contextMenuPolicy() - Method in class com.trolltech.qt.gui.QWidget
Returns how the widget shows a context menu.
controlPointRect() - Method in class com.trolltech.qt.gui.QPainterPath
Returns the rectangle containing all the points and control points in this path.
controlType() - Method in class com.trolltech.qt.gui.QSizePolicy
Returns the control type associated with the widget for which this size policy applies.
controlTypes() - Method in class com.trolltech.qt.gui.QLayout
Returns the control type(s) for the layout item.
controlTypes() - Method in class com.trolltech.qt.gui.QLayoutItem
Returns the control type(s) for the layout item.
controlTypes() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Returns the control type(s) for the layout item.
controlTypes() - Method in class com.trolltech.qt.gui.QSpacerItem
Returns the control type(s) for the layout item.
controlTypes() - Method in class com.trolltech.qt.gui.QWidgetItem
Returns the control type(s) for the layout item.
convertFromUnicode(char[], int, QTextCodec_ConverterState) - Method in class com.trolltech.qt.core.QTextCodec
QTextCodec subclasses must reimplement this function.
convertTo(QColor.Spec) - Method in class com.trolltech.qt.gui.QColor
Creates a copy of this color in the format specified by colorSpec.
convertToFormat(QImage.Format, List<Integer>, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QImage
Returns a copy of the image converted to the given f, using the specified colorTable.
convertToFormat(QImage.Format, List<Integer>) - Method in class com.trolltech.qt.gui.QImage
Returns a copy of the image converted to the given format, using the specified colorTable.
convertToFormat(QImage.Format, List<Integer>, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QImage
Returns a copy of the image converted to the given f, using the specified colorTable.
convertToFormat(QImage.Format, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QImage
Returns a copy of the image in the given f.
convertToFormat(QImage.Format) - Method in class com.trolltech.qt.gui.QImage
Equivalent to convertToFormat(f, Qt::AutoColor).
convertToFormat(QImage.Format, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QImage
Returns a copy of the image in the given f.
convertToGLFormat(QImage) - Static method in class com.trolltech.qt.opengl.QGLWidget
Converts the image img into the unnamed format expected by OpenGL functions such as glTexImage2D().
convertToGLFormat(QImage) - Static method in class com.trolltech.qt.opengl.QGLWidget
Converts the image img into the unnamed format expected by OpenGL functions such as glTexImage2D().
convertToUnicode(byte[], int, QTextCodec_ConverterState) - Method in class com.trolltech.qt.core.QTextCodec
QTextCodec subclasses must reimplement this function.
coordinateMode() - Method in class com.trolltech.qt.gui.QGradient
coordinateOffset() - Method in class com.trolltech.qt.gui.QPaintEngine
copy(String) - Method in class com.trolltech.qt.core.QAbstractFileEngine
Copies the contents of this file to a file with the name newName.
copy(String) - Method in class com.trolltech.qt.core.QFile
Copies the file currently specified by fileName to a file called newName.
copy(String, String) - Static method in class com.trolltech.qt.core.QFile
Copies the file fileName to newName.
copy(String) - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
copy() - Method in class com.trolltech.qt.gui.QImage
Equivalent to copy(QRect()).
copy(QRect) - Method in class com.trolltech.qt.gui.QImage
Returns a sub-area of the image as a new image.
copy(int, int, int, int) - Method in class com.trolltech.qt.gui.QImage
The returned image is copied from the position (x, y) in this image, and will always have the given w and h.
copy() - Method in class com.trolltech.qt.gui.QLineEdit
Copies the selected text to the clipboard, if there is any, and if echoMode is Normal.
copy(int, int, int, int) - Method in class com.trolltech.qt.gui.QPixmap
Returns a deep copy of the subset of the pixmap that is specified by the rectangle QRect( x, y, width, height).
copy() - Method in class com.trolltech.qt.gui.QPixmap
Equivalent to copy(QRect()).
copy(QRect) - Method in class com.trolltech.qt.gui.QPixmap
Returns a deep copy of the subset of the pixmap that is specified by the given rect.
copy() - Method in class com.trolltech.qt.gui.QTextEdit
Copies any selected text to the clipboard.
copyAvailable - Variable in class com.trolltech.qt.gui.QTextEdit
This signal is emitted when text is selected or de-selected in the text edit.
copyOfBytes() - Method in class com.trolltech.qt.gui.QImage
Returns a copy of the image data.
corner(Qt.Corner) - Method in class com.trolltech.qt.gui.QMainWindow
Returns the dock widget area that occupies the specified corner.
corner() - Method in class com.trolltech.qt.gui.QStyleOptionSizeGrip
The corner in which the size grip is located.
cornerWidget() - Method in class com.trolltech.qt.gui.QAbstractScrollArea
Returns the widget in the corner between the two scroll bars.
cornerWidget() - Method in class com.trolltech.qt.gui.QMenuBar
Equivalent to cornerWidget(Qt::TopRightCorner).
cornerWidget(Qt.Corner) - Method in class com.trolltech.qt.gui.QMenuBar
cornerWidget() - Method in class com.trolltech.qt.gui.QTabWidget
Equivalent to cornerWidget(Qt::TopRightCorner).
cornerWidget(Qt.Corner) - Method in class com.trolltech.qt.gui.QTabWidget
Returns the widget shown in the corner of the tab widget or 0.
cornerWidgets() - Method in class com.trolltech.qt.gui.QStyleOptionTab
Returns an OR combination of CornerWidget values indicating the corner widgets of the tab bar.
correctionMode() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns the mode to correct an Intermediate value if editing finishes.
count(boolean) - Method in class com.trolltech.qt.core.QBitArray
If on is true, this function returns the number of 1-bits stored in the bit array; otherwise the number of 0-bits is returned.
count() - Method in class com.trolltech.qt.core.QBitArray
Same as size.
count(byte) - Method in class com.trolltech.qt.core.QByteArray
Returns the number of occurrences of character c in the byte array.
count(QByteArray) - Method in class com.trolltech.qt.core.QByteArray
Returns the number of (potentially overlapping) occurrences of byte array a in this byte array.
count(String) - Method in class com.trolltech.qt.core.QByteArray
Returns the number of occurrences of str in this QByteArray.
count() - Method in class com.trolltech.qt.core.QDir
Returns the total number of directories and files in the directory.
count() - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
count() - Method in class com.trolltech.qt.gui.QComboBox
Returns the number of items in the combobox.
count() - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
count() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the number of sections in the header.
count(QItemSelectionRange) - Method in class com.trolltech.qt.gui.QItemSelection
Returns the number of occurrences of t in the list.
count() - Method in class com.trolltech.qt.gui.QItemSelection
Returns the number of items in the list.
count() - Method in class com.trolltech.qt.gui.QKeyEvent
Returns the number of keys involved in this event.
count() - Method in class com.trolltech.qt.gui.QKeySequence
Returns the number of keys in the key sequence.
count() - Method in class com.trolltech.qt.gui.QLayout
Must be implemented in subclasses to return the number of items in the layout.
count() - Method in class com.trolltech.qt.gui.QListWidget
Returns the number of items in the list including any hidden items..
count(QPoint) - Method in class com.trolltech.qt.gui.QPolygon
Returns the number of occurrences of t in the vector.
count() - Method in class com.trolltech.qt.gui.QPolygon
Same as size.
count(QPointF) - Method in class com.trolltech.qt.gui.QPolygonF
Returns the number of occurrences of t in the vector.
count() - Method in class com.trolltech.qt.gui.QPolygonF
Same as size.
count() - Method in class com.trolltech.qt.gui.QSplitter
Returns the number of widgets contained in the splitter's layout.
count() - Method in class com.trolltech.qt.gui.QStackedLayout
Returns the number of widgets contained in the layout.
count() - Method in class com.trolltech.qt.gui.QStackedWidget
Returns the number of widgets contained by this stacked widget.
count() - Method in class com.trolltech.qt.gui.QTabBar
Returns the number of tabs in the tab bar.
count() - Method in class com.trolltech.qt.gui.QTabWidget
Returns the number of tabs in the tab bar.
count() - Method in class com.trolltech.qt.gui.QTextList
Returns the number of items in the list.
count() - Method in class com.trolltech.qt.gui.QToolBox
Returns The number of items contained in the toolbox..
count() - Method in class com.trolltech.qt.gui.QUndoStack
Returns the number of commands on the stack.
count() - Method in class com.trolltech.qt.sql.QSqlRecord
Returns the number of fields in the record.
count() - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
This function is provided for Qt API consistency.
count() - Method in class com.trolltech.qt.xml.QDomNodeList
This function is provided for Qt API consistency.
count() - Method in class com.trolltech.qt.xml.QXmlAttributes
Returns the number of attributes in the list.
count(QXmlStreamAttribute) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns the number of occurrences of t in the vector.
count() - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Same as size.
countriesForLanguage(QLocale.Language) - Static method in class com.trolltech.qt.core.QLocale
Returns the list of countries that have entires for lang in Qt's locale database.
country() - Method in class com.trolltech.qt.core.QLocale
Returns the country of this locale.
countryToString(QLocale.Country) - Static method in class com.trolltech.qt.core.QLocale
Returns a QString containing the name of country.
create(String) - Static method in class com.trolltech.qt.core.QAbstractFileEngine
Creates and returns a QAbstractFileEngine suitable for processing fileName.
create(String) - Method in class com.trolltech.qt.core.QAbstractFileEngineHandler
Creates a file engine for file fileName.
create(String, QObject) - Static method in class com.trolltech.qt.gui.QInputContextFactory
Creates and returns a QInputContext object for the input context specified by key with the given parent.
create(String) - Static method in class com.trolltech.qt.gui.QStyleFactory
Creates a QStyle object that matches the given arg__1.
create() - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to create(0).
create(QGLContext) - Method in class com.trolltech.qt.opengl.QGLContext
Creates the GL context.
create() - Method in class com.trolltech.qt.opengl.QGLContext
Equivalent to create(0).
create(QGLContext) - Method in class com.trolltech.qt.opengl.QGLContext
Creates the GL context.
create(String) - Method in class com.trolltech.qt.QClassPathFileEngineHandler

Creates a file engine for file fileName.

createAction() - Static method in class com.trolltech.qt.gui.QWhatsThis
Equivalent to createAction(0).
createAction(QObject) - Static method in class com.trolltech.qt.gui.QWhatsThis
Returns a ready-made QAction, used to invoke "What's This?" context help, with the given parent.
createAlphaMask(Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QImage
Builds and returns a 1-bpp mask from the alpha buffer in this image.
createAlphaMask() - Method in class com.trolltech.qt.gui.QImage
Equivalent to createAlphaMask(Qt::AutoColor).
createAlphaMask(Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QImage
Builds and returns a 1-bpp mask from the alpha buffer in this image.
createAttribute(String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new attribute called name that can be inserted into an element, e.g. using QDomElement::setAttributeNode().
createAttributeNS(String, String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new attribute with namespace support that can be inserted into an element.
createCDATASection(String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new CDATA section for the string data that can be inserted into the document, e.g. using QDomNode::appendChild().
createCharPointer(String) - Static method in class com.trolltech.qt.QNativePointer
Creates a char* from the input string
createCharPointerPointer(String[]) - Static method in class com.trolltech.qt.QNativePointer
Creates a char** native pointer from the array of input strings.
createColumn(QModelIndex) - Method in class com.trolltech.qt.gui.QColumnView
To use a custom widget for the final column when you select an item overload this function and return a widget.
createComment(String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new comment for the string data that can be inserted into the document, e.g. using QDomNode::appendChild().
created() - Method in class com.trolltech.qt.core.QFileInfo
Returns the date and time when the file was created.
createDocument(String, String, QDomDocumentType) - Method in class com.trolltech.qt.xml.QDomImplementation
Creates a DOM document with the document type doctype.
createDocumentFragment() - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new document fragment, that can be used to hold parts of the document, e.g. when doing complex manipulations of the document tree.
createDocumentType(String, String, String) - Method in class com.trolltech.qt.xml.QDomImplementation
Creates a document type node for the name qName.
createdWidgets() - Method in class com.trolltech.qt.gui.QWidgetAction
Returns the list of widgets that have been using createWidget and are currently in use by widgets the action has been added to.
createEditor(QWidget, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemDelegate
Returns the editor to be used for editing the data item with the given index.
createEditor(QWidget, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QItemDelegate
Returns the widget used to edit the item specified by index for editing.
createEditor(int, QWidget) - Method in class com.trolltech.qt.gui.QItemEditorFactory
Creates an editor widget with the given parent for the specified type of data, and returns it as a QWidget.
createElement(String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new element called tagName that can be inserted into the DOM tree, e.g. using QDomNode::appendChild().
createElementNS(String, String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new element with namespace support that can be inserted into the DOM tree.
createEntityReference(String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new entity reference called name that can be inserted into the document, e.g. using QDomNode::appendChild().
createExtendedKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers, int, int, int, String, boolean) - Static method in class com.trolltech.qt.gui.QKeyEvent
Equivalent to createExtendedKeyEvent(type, key, modifiers, nativeScanCode, nativeVirtualKey, nativeModifiers, text, autorep, 1).
createExtendedKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers, int, int, int, String) - Static method in class com.trolltech.qt.gui.QKeyEvent
Equivalent to createExtendedKeyEvent(type, key, modifiers, nativeScanCode, nativeVirtualKey, nativeModifiers, text, false, 1).
createExtendedKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers, int, int, int) - Static method in class com.trolltech.qt.gui.QKeyEvent
Equivalent to createExtendedKeyEvent(type, key, modifiers, nativeScanCode, nativeVirtualKey, nativeModifiers, QString(), false, 1).
createExtendedKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers, int, int, int, String, boolean, char) - Static method in class com.trolltech.qt.gui.QKeyEvent
createHandle() - Method in class com.trolltech.qt.gui.QSplitter
Returns a new splitter handle as a child widget of this splitter.
createHeuristicMask() - Method in class com.trolltech.qt.gui.QImage
Equivalent to createHeuristicMask(true).
createHeuristicMask(boolean) - Method in class com.trolltech.qt.gui.QImage
Creates and returns a 1-bpp heuristic mask for this image.
createHeuristicMask() - Method in class com.trolltech.qt.gui.QPixmap
Equivalent to createHeuristicMask(true).
createHeuristicMask(boolean) - Method in class com.trolltech.qt.gui.QPixmap
Creates and returns a heuristic mask for this pixmap.
createIndex(int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to createIndex(row, column, 0).
createIndex(int, int, QNativePointer) - Method in class com.trolltech.qt.core.QAbstractItemModel
Creates a model index for the given row and column with the internal pointer data.
createIndex(int, int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Creates a model index for the given row and column with the internal identifier, id.
createItemGroup(List<QGraphicsItemInterface>) - Method in class com.trolltech.qt.gui.QGraphicsScene
Groups all items in items into a new QGraphicsItemGroup, and returns a pointer to the group.
createLine() - Method in class com.trolltech.qt.gui.QTextLayout
Returns a new text line to be laid out if there is text to be inserted into the layout; otherwise returns an invalid text line.
createList(QTextListFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Creates and returns a new list with the given format, and makes the current paragraph the cursor is in the first list item.
createList(QTextListFormat.Style) - Method in class com.trolltech.qt.gui.QTextCursor
Creates and returns a new list with the given style, making the cursor's current paragraph the first list item.
createLocalFile(String) - Static method in class com.trolltech.qt.core.QTemporaryFile
Works on the given fileName rather than an existing QFile object.
createLocalFile(QFile) - Static method in class com.trolltech.qt.core.QTemporaryFile
Creates and returns a local temporary file whose contents are a copy of the contents of the given file.
createMaskFromColor(int) - Method in class com.trolltech.qt.gui.QImage
Equivalent to createMaskFromColor(color, Qt::MaskInColor).
createMaskFromColor(int, Qt.MaskMode) - Method in class com.trolltech.qt.gui.QImage
Creates and returns a mask for this image based on the given color value.
createMaskFromColor(QColor) - Method in class com.trolltech.qt.gui.QPixmap
Creates and returns a mask for this pixmap based on the given maskColor.
createMaskFromColor(QColor, Qt.MaskMode) - Method in class com.trolltech.qt.gui.QPixmap
Creates and returns a mask for this pixmap based on the given maskColor.
createMimeDataFromSelection() - Method in class com.trolltech.qt.gui.QTextEdit
This function returns a new MIME data object to represent the contents of the text edit's current selection.
createObject(QTextFormat) - Method in class com.trolltech.qt.gui.QTextDocument
Creates and returns a new document object (a QTextObject), based on the given f.
createObject() - Method in class com.trolltech.qt.sql.QSqlDriverCreatorBase
Reimplement this function to returns a new instance of a QSqlDriver subclass.
createPopupMenu() - Method in class com.trolltech.qt.gui.QMainWindow
Returns a popup menu containing checkable entries for the toolbars and dock widgets present in the main window.
createProcessingInstruction(String, String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a new processing instruction that can be inserted into the document, e.g. using QDomNode::appendChild().
createQFlags(QAbstractFileEngine.FileFlag...) - Static method in enum com.trolltech.qt.core.QAbstractFileEngine.FileFlag
 
createQFlags(QDir.Filter...) - Static method in enum com.trolltech.qt.core.QDir.Filter
 
createQFlags(QDir.SortFlag...) - Static method in enum com.trolltech.qt.core.QDir.SortFlag
 
createQFlags(QDirIterator.IteratorFlag...) - Static method in enum com.trolltech.qt.core.QDirIterator.IteratorFlag
 
createQFlags(QEventLoop.ProcessEventsFlag...) - Static method in enum com.trolltech.qt.core.QEventLoop.ProcessEventsFlag
 
createQFlags(QFile.Permission...) - Static method in enum com.trolltech.qt.core.QFile.Permission
 
createQFlags(QIODevice.OpenModeFlag...) - Static method in enum com.trolltech.qt.core.QIODevice.OpenModeFlag
 
createQFlags(QLocale.NumberOption...) - Static method in enum com.trolltech.qt.core.QLocale.NumberOption
 
createQFlags(Qt.AlignmentFlag...) - Static method in enum com.trolltech.qt.core.Qt.AlignmentFlag
 
createQFlags(Qt.DockWidgetArea...) - Static method in enum com.trolltech.qt.core.Qt.DockWidgetArea
 
createQFlags(Qt.DropAction...) - Static method in enum com.trolltech.qt.core.Qt.DropAction
 
createQFlags(Qt.ImageConversionFlag...) - Static method in enum com.trolltech.qt.core.Qt.ImageConversionFlag
 
createQFlags(Qt.ItemFlag...) - Static method in enum com.trolltech.qt.core.Qt.ItemFlag
 
createQFlags(Qt.KeyboardModifier...) - Static method in enum com.trolltech.qt.core.Qt.KeyboardModifier
 
createQFlags(Qt.MatchFlag...) - Static method in enum com.trolltech.qt.core.Qt.MatchFlag
 
createQFlags(Qt.MouseButton...) - Static method in enum com.trolltech.qt.core.Qt.MouseButton
 
createQFlags(Qt.Orientation...) - Static method in enum com.trolltech.qt.core.Qt.Orientation
 
createQFlags(Qt.TextInteractionFlag...) - Static method in enum com.trolltech.qt.core.Qt.TextInteractionFlag
 
createQFlags(Qt.ToolBarArea...) - Static method in enum com.trolltech.qt.core.Qt.ToolBarArea
 
createQFlags(Qt.WindowState...) - Static method in enum com.trolltech.qt.core.Qt.WindowState
 
createQFlags(Qt.WindowType...) - Static method in enum com.trolltech.qt.core.Qt.WindowType
 
createQFlags(QTextCodec.ConversionFlag...) - Static method in enum com.trolltech.qt.core.QTextCodec.ConversionFlag
 
createQFlags(QTextStream.NumberFlag...) - Static method in enum com.trolltech.qt.core.QTextStream.NumberFlag
 
createQFlags(QUrl.FormattingOption...) - Static method in enum com.trolltech.qt.core.QUrl.FormattingOption
 
createQFlags(QAbstractItemView.EditTrigger...) - Static method in enum com.trolltech.qt.gui.QAbstractItemView.EditTrigger
 
createQFlags(QAbstractPrintDialog.PrintDialogOption...) - Static method in enum com.trolltech.qt.gui.QAbstractPrintDialog.PrintDialogOption
 
createQFlags(QAbstractSpinBox.StepEnabledFlag...) - Static method in enum com.trolltech.qt.gui.QAbstractSpinBox.StepEnabledFlag
 
createQFlags(QAccessible.RelationFlag...) - Static method in enum com.trolltech.qt.gui.QAccessible.RelationFlag
 
createQFlags(QAccessible.StateFlag...) - Static method in enum com.trolltech.qt.gui.QAccessible.StateFlag
 
createQFlags(QDateTimeEdit.Section...) - Static method in enum com.trolltech.qt.gui.QDateTimeEdit.Section
 
createQFlags(QDialogButtonBox.StandardButton...) - Static method in enum com.trolltech.qt.gui.QDialogButtonBox.StandardButton
 
createQFlags(QDockWidget.DockWidgetFeature...) - Static method in enum com.trolltech.qt.gui.QDockWidget.DockWidgetFeature
 
createQFlags(QFileDialog.Option...) - Static method in enum com.trolltech.qt.gui.QFileDialog.Option
 
createQFlags(QFontComboBox.FontFilter...) - Static method in enum com.trolltech.qt.gui.QFontComboBox.FontFilter
 
createQFlags(QGraphicsItem.GraphicsItemFlag...) - Static method in enum com.trolltech.qt.gui.QGraphicsItem.GraphicsItemFlag
 
createQFlags(QGraphicsScene.SceneLayer...) - Static method in enum com.trolltech.qt.gui.QGraphicsScene.SceneLayer
 
createQFlags(QGraphicsView.CacheModeFlag...) - Static method in enum com.trolltech.qt.gui.QGraphicsView.CacheModeFlag
 
createQFlags(QGraphicsView.OptimizationFlag...) - Static method in enum com.trolltech.qt.gui.QGraphicsView.OptimizationFlag
 
createQFlags(QItemSelectionModel.SelectionFlag...) - Static method in enum com.trolltech.qt.gui.QItemSelectionModel.SelectionFlag
 
createQFlags(QMainWindow.DockOption...) - Static method in enum com.trolltech.qt.gui.QMainWindow.DockOption
 
createQFlags(QMdiArea.AreaOption...) - Static method in enum com.trolltech.qt.gui.QMdiArea.AreaOption
 
createQFlags(QMdiSubWindow.SubWindowOption...) - Static method in enum com.trolltech.qt.gui.QMdiSubWindow.SubWindowOption
 
createQFlags(QMessageBox.StandardButton...) - Static method in enum com.trolltech.qt.gui.QMessageBox.StandardButton
 
createQFlags(QPaintEngine.DirtyFlag...) - Static method in enum com.trolltech.qt.gui.QPaintEngine.DirtyFlag
 
createQFlags(QPaintEngine.PaintEngineFeature...) - Static method in enum com.trolltech.qt.gui.QPaintEngine.PaintEngineFeature
 
createQFlags(QPainter.RenderHint...) - Static method in enum com.trolltech.qt.gui.QPainter.RenderHint
 
createQFlags(QSizePolicy.ControlType...) - Static method in enum com.trolltech.qt.gui.QSizePolicy.ControlType
 
createQFlags(QStyle.StateFlag...) - Static method in enum com.trolltech.qt.gui.QStyle.StateFlag
 
createQFlags(QStyleOptionButton.ButtonFeature...) - Static method in enum com.trolltech.qt.gui.QStyleOptionButton.ButtonFeature
 
createQFlags(QStyleOptionFrameV2.FrameFeature...) - Static method in enum com.trolltech.qt.gui.QStyleOptionFrameV2.FrameFeature
 
createQFlags(QStyleOptionTab.CornerWidget...) - Static method in enum com.trolltech.qt.gui.QStyleOptionTab.CornerWidget
 
createQFlags(QStyleOptionToolBar.ToolBarFeature...) - Static method in enum com.trolltech.qt.gui.QStyleOptionToolBar.ToolBarFeature
 
createQFlags(QStyleOptionToolButton.ToolButtonFeature...) - Static method in enum com.trolltech.qt.gui.QStyleOptionToolButton.ToolButtonFeature
 
createQFlags(QStyleOptionViewItemV2.ViewItemFeature...) - Static method in enum com.trolltech.qt.gui.QStyleOptionViewItemV2.ViewItemFeature
 
createQFlags(QTextDocument.FindFlag...) - Static method in enum com.trolltech.qt.gui.QTextDocument.FindFlag
 
createQFlags(QTextEdit.AutoFormattingFlag...) - Static method in enum com.trolltech.qt.gui.QTextEdit.AutoFormattingFlag
 
createQFlags(QTextFormat.PageBreakFlag...) - Static method in enum com.trolltech.qt.gui.QTextFormat.PageBreakFlag
 
createQFlags(QTextItem.RenderFlag...) - Static method in enum com.trolltech.qt.gui.QTextItem.RenderFlag
 
createQFlags(QTextOption.Flag...) - Static method in enum com.trolltech.qt.gui.QTextOption.Flag
 
createQFlags(QTreeWidgetItemIterator.IteratorFlag...) - Static method in enum com.trolltech.qt.gui.QTreeWidgetItemIterator.IteratorFlag
 
createQFlags(QWidget.RenderFlag...) - Static method in enum com.trolltech.qt.gui.QWidget.RenderFlag
 
createQFlags(QWizard.WizardOption...) - Static method in enum com.trolltech.qt.gui.QWizard.WizardOption
 
createQFlags(QNetworkInterface.InterfaceFlag...) - Static method in enum com.trolltech.qt.network.QNetworkInterface.InterfaceFlag
 
createQFlags(QUdpSocket.BindFlag...) - Static method in enum com.trolltech.qt.network.QUdpSocket.BindFlag
 
createQFlags(QGL.FormatOption...) - Static method in enum com.trolltech.qt.opengl.QGL.FormatOption
 
createQFlags(QGL.FormatOption...) - Static method in enum com.trolltech.qt.opengl.QGL.FormatOption
 
createQFlags(QGLFormat.OpenGLVersionFlag...) - Static method in enum com.trolltech.qt.opengl.QGLFormat.OpenGLVersionFlag
 
createQFlags(QGLFormat.OpenGLVersionFlag...) - Static method in enum com.trolltech.qt.opengl.QGLFormat.OpenGLVersionFlag
 
createQFlags(QSql.ParamTypeFlag...) - Static method in enum com.trolltech.qt.sql.QSql.ParamTypeFlag
 
createRedoAction(QObject) - Method in class com.trolltech.qt.gui.QUndoGroup
Equivalent to createRedoAction(parent, QString()).
createRedoAction(QObject, String) - Method in class com.trolltech.qt.gui.QUndoGroup
Creates an redo QAction object with parent parent.
createRedoAction(QObject) - Method in class com.trolltech.qt.gui.QUndoStack
Equivalent to createRedoAction(parent, QString()).
createRedoAction(QObject, String) - Method in class com.trolltech.qt.gui.QUndoStack
Creates an redo QAction object with the given parent.
createResult() - Method in class com.trolltech.qt.sql.QSqlDriver
Creates an empty SQL result on the database.
createStandardContextMenu() - Method in class com.trolltech.qt.gui.QLineEdit
This function creates the standard context menu which is shown when the user clicks on the line edit with the right mouse button.
createStandardContextMenu() - Method in class com.trolltech.qt.gui.QTextEdit
This function creates the standard context menu which is shown when the user clicks on the line edit with the right mouse button.
createStroke(QPainterPath) - Method in class com.trolltech.qt.gui.QPainterPathStroker
Generates a new path that is a fillable area representing the outline of the given path.
createTextNode(String) - Method in class com.trolltech.qt.xml.QDomDocument
Creates a text node for the string data that can be inserted into the document tree, e.g. using QDomNode::appendChild().
createUndoAction(QObject) - Method in class com.trolltech.qt.gui.QUndoGroup
Equivalent to createUndoAction(parent, QString()).
createUndoAction(QObject, String) - Method in class com.trolltech.qt.gui.QUndoGroup
Creates an undo QAction object with parent parent.
createUndoAction(QObject) - Method in class com.trolltech.qt.gui.QUndoStack
Equivalent to createUndoAction(parent, QString()).
createUndoAction(QObject, String) - Method in class com.trolltech.qt.gui.QUndoStack
Creates an undo QAction object with the given parent.
createUuid() - Static method in class com.trolltech.qt.core.QUuid
Returns a new UUID of DCE variant, and Random type.
createWidget(QWidget) - Method in class com.trolltech.qt.gui.QItemEditorCreatorBase
Returns an editor widget with the given parent.
createWidget(QWidget) - Method in class com.trolltech.qt.gui.QWidgetAction
This function is called whenever the action is added to a container widget that supports custom widgets.
createWinId() - Method in class com.trolltech.qt.gui.QWidget
creator() - Method in class com.trolltech.qt.gui.QPrinter
Returns the name of the application that created the document.
critical(String) - Method in class com.trolltech.qt.core.QMessageHandler
Implement this method to be notified about critical messages
critical(QWidget, String, String, QMessageBox.StandardButtons) - Static method in class com.trolltech.qt.gui.QMessageBox
Equivalent to critical(parent, title, text, buttons, NoButton).
critical(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QMessageBox
Equivalent to critical(parent, title, text, Ok, NoButton).
critical(QWidget, String, String, QMessageBox.StandardButtons, QMessageBox.StandardButton) - Static method in class com.trolltech.qt.gui.QMessageBox
Opens a critical message box with the title title and the text text.
critical(QWidget, String, String, QMessageBox.StandardButton, QMessageBox.StandardButton) - Static method in class com.trolltech.qt.gui.QMessageBox
cubicTo(QPointF, QPointF, QPointF) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a cubic Bezier curve between the current position and the given endPt using the control points specified by ctrlPt1, and ctrlPt2.
cubicTo(double, double, double, double, double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a cubic Bezier curve between the current position and the end point (endPtx, endPty) with control points specified by (ctrlPt1x, ctrlPt1y) and (ctrlPt2x, ctrlPt2y).
current() - Static method in class com.trolltech.qt.core.QDir
Returns the application's current directory.
current() - Method in class com.trolltech.qt.gui.QTreeWidgetItemIterator
Returns the current item.
currentBlock() - Method in class com.trolltech.qt.gui.QTextFrame_iterator
Returns the current block the iterator points to.
currentBlockState() - Method in class com.trolltech.qt.gui.QSyntaxHighlighter
Returns the state of the current text block.
currentBlockUserData() - Method in class com.trolltech.qt.gui.QSyntaxHighlighter
Returns the QTextBlockUserData object previously attached to the current text block.
currentCellChanged - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever the current cell changes.
currentChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
This slot is called when a new item becomes the current item.
currentChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QColumnView
This function is reimplemented for internal reasons.
currentChanged - Variable in class com.trolltech.qt.gui.QFileDialog
When the current file changes, this signal is emitted with the new file name as the path parameter.
currentChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
currentChanged - Variable in class com.trolltech.qt.gui.QItemSelectionModel
This signal is emitted whenever the current item changes.
currentChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
currentChanged - Variable in class com.trolltech.qt.gui.QStackedLayout
This signal is emitted whenever the current widget in the layout changes.
currentChanged - Variable in class com.trolltech.qt.gui.QStackedWidget
This signal is emitted whenever the current widget changes.
currentChanged - Variable in class com.trolltech.qt.gui.QTabBar
This signal is emitted when the tab bar's current tab changes.
currentChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QTableView
This function is reimplemented for internal reasons.
currentChanged - Variable in class com.trolltech.qt.gui.QTabWidget
This signal is emitted whenever the current page index changes.
currentChanged - Variable in class com.trolltech.qt.gui.QToolBox
This signal is emitted when the current item is changed.
currentChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
currentCharFormat() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the char format that is used when inserting new text.
currentCharFormatChanged - Variable in class com.trolltech.qt.gui.QTextEdit
This signal is emitted if the current character format has changed, for example caused by a change of the cursor position.
currentColorGroup() - Method in class com.trolltech.qt.gui.QPalette
Returns the palette's current color group.
currentColumn() - Method in class com.trolltech.qt.gui.QTableWidget
Returns the column of the current item.
currentColumn() - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the current column in the tree widget.
currentColumnChanged - Variable in class com.trolltech.qt.gui.QItemSelectionModel
This signal is emitted if the current item changes and its column is different to the column of the previous current item.
currentCommand() - Method in class com.trolltech.qt.network.QFtp
Returns the command type of the FTP command being executed or None if there is no command being executed.
currentCompletion() - Method in class com.trolltech.qt.gui.QCompleter
Returns the current completion string.
currentContext() - Static method in class com.trolltech.qt.opengl.QGLContext
Returns the current context, i.e. the context to which any OpenGL commands will currently be directed.
currentContext() - Static method in class com.trolltech.qt.opengl.QGLContext
Returns the current context, i.e. the context to which any OpenGL commands will currently be directed.
currentDate() - Static method in class com.trolltech.qt.core.QDate
Returns the current date, as reported by the system clock.
currentDateTime() - Static method in class com.trolltech.qt.core.QDateTime
Returns the current datetime, as reported by the system clock, in the local time zone.
currentDestinationDevice() - Method in class com.trolltech.qt.network.QHttp
Returns the QIODevice pointer that is used as to store the data of the HTTP request being executed.
currentDevice() - Method in class com.trolltech.qt.network.QFtp
Returns the QIODevice pointer that is used by the FTP command to read data from or store data to.
currentFileInfo() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
The virtual function returns a QFileInfo for the current directory entry.
currentFileName() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
This pure virtual function returns the name of the current directory entry, excluding the path.
currentFilePath() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
Returns the path to the current directory entry.
currentFont() - Method in class com.trolltech.qt.gui.QFontComboBox
Returns the currently selected font.
currentFont() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the font of the current format.
currentFontChanged - Variable in class com.trolltech.qt.gui.QFontComboBox
This signal is emitted whenever the current font changes, with the new f.
currentFrame() - Method in class com.trolltech.qt.core.QTimeLine
Returns the frame corresponding to the current time.
currentFrame() - Method in class com.trolltech.qt.gui.QTextCursor
Returns a pointer to the current frame.
currentFrame() - Method in class com.trolltech.qt.gui.QTextFrame_iterator
Returns the current frame pointed to by the iterator, or 0 if the iterator currently points to a block.
currentFrame() - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns the current frame of the document's animation, or 0 if the document is not animated.
currentFrameNumber() - Method in class com.trolltech.qt.gui.QMovie
Returns the sequence number of the current frame.
currentIcon() - Method in class com.trolltech.qt.gui.QStyleOptionComboBox
Returns the icon for the current item of the combo box.
currentId() - Method in class com.trolltech.qt.gui.QWizard
Returns the ID of the current page.
currentId() - Method in class com.trolltech.qt.network.QFtp
Returns the identifier of the FTP command that is being executed or 0 if there is no command being executed.
currentId() - Method in class com.trolltech.qt.network.QHttp
Returns the identifier of the HTTP request being executed or 0 if there is no request being executed (i.e. they've all finished).
currentIdChanged - Variable in class com.trolltech.qt.gui.QWizard
This signal is emitted when the current page changes, with the new current id.
currentImage() - Method in class com.trolltech.qt.gui.QMovie
Returns the current frame as a QImage.
currentImageNumber() - Method in class com.trolltech.qt.gui.QImageIOHandler
For image formats that support animation, this function returns the sequence number of the current image in the animation.
currentImageNumber() - Method in class com.trolltech.qt.gui.QImageReader
For image formats that support animation, this function returns the sequence number of the current frame.
currentImageRect() - Method in class com.trolltech.qt.gui.QImageIOHandler
Returns the rect of the current image.
currentImageRect() - Method in class com.trolltech.qt.gui.QImageReader
For image formats that support animation, this function returns the rect for the current frame.
currentIndex() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the model index of the current item.
currentIndex() - Method in class com.trolltech.qt.gui.QComboBox
Returns the index of the current item in the combobox.
currentIndex() - Method in class com.trolltech.qt.gui.QCompleter
Returns the model index of the current completion in the completionModel.
currentIndex() - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Returns the current row or column.
currentIndex() - Method in class com.trolltech.qt.gui.QItemSelectionModel
Returns the model item index for the current item, or an invalid index if there is no current item.
currentIndex() - Method in class com.trolltech.qt.gui.QStackedLayout
Returns the index position of the widget that is visible.
currentIndex() - Method in class com.trolltech.qt.gui.QStackedWidget
Returns the index position of the widget that is visible.
currentIndex() - Method in class com.trolltech.qt.gui.QTabBar
Returns the index of the tab bar's visible tab.
currentIndex() - Method in class com.trolltech.qt.gui.QTabWidget
Returns the index position of the current tab page.
currentIndex() - Method in class com.trolltech.qt.gui.QToolBox
Returns The index of the current item, or -1 if the toolbox is empty..
currentIndexChanged - Variable in class com.trolltech.qt.gui.QComboBox
This signal is sent whenever the currentIndex in the combobox changes either through user interaction or programmatically.
currentIndexChanged - Variable in class com.trolltech.qt.gui.QDataWidgetMapper
This signal is emitted after the current index has changed and all widgets were populated with new data.
currentItem() - Method in class com.trolltech.qt.gui.QListWidget
Returns the current item.
currentItem() - Method in class com.trolltech.qt.gui.QTableWidget
Returns the current item.
currentItem() - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the current item in the tree widget.
currentItemChanged - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted whenever the current item changes.
currentItemChanged - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever the current item changes.
currentItemChanged - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the current item changes.
currentList() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the current list if the cursor position is inside a block that is part of a list; otherwise returns 0.
currentMessage() - Method in class com.trolltech.qt.gui.QStatusBar
Returns the temporary message currently shown, or an empty string if there is no such message.
currentPage() - Method in class com.trolltech.qt.gui.QWizard
Returns a pointer to the current page, or 0 if there is no current page (e.g., before the wizard is shown).
currentPageChanged - Variable in class com.trolltech.qt.gui.QCalendarWidget
This signal is emitted when the currently shown month is changed.
currentPath() - Static method in class com.trolltech.qt.core.QDir
Returns the absolute path of the application's current directory.
currentPath() - Static method in class com.trolltech.qt.core.QFSFileEngine
Equivalent to currentPath(QString()).
currentPath(String) - Static method in class com.trolltech.qt.core.QFSFileEngine
Returns the canonicalized form of the current path used by the file engine for the drive specified by path.
currentPixmap() - Method in class com.trolltech.qt.gui.QMovie
Returns the current frame as a QPixmap.
currentPosition() - Method in class com.trolltech.qt.gui.QPainterPath
Returns the current position of the path.
currentRequest() - Method in class com.trolltech.qt.network.QHttp
Returns the request header of the HTTP request being executed.
currentRow() - Method in class com.trolltech.qt.gui.QCompleter
Returns the current row.
currentRow() - Method in class com.trolltech.qt.gui.QListWidget
Returns the row of the current item..
currentRow() - Method in class com.trolltech.qt.gui.QTableWidget
Returns the row of the current item.
currentRowChanged - Variable in class com.trolltech.qt.gui.QItemSelectionModel
This signal is emitted if the current item changes and its row is different to the row of the previous current item.
currentRowChanged - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted whenever the current item changes.
currentSection() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the current section of the spinbox setCurrentSection().
currentSectionIndex() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the current section index of the spinbox.
currentSourceDevice() - Method in class com.trolltech.qt.network.QHttp
Returns the QIODevice pointer that is used as the data source of the HTTP request being executed.
currentStringChanged - Variable in class com.trolltech.qt.gui.QComboBox
This signal is sent whenever the currentIndex in the combobox changes either through user interaction or programmatically.
currentSubWindow() - Method in class com.trolltech.qt.gui.QMdiArea
Returns a pointer to the current subwindow, or 0 if there is no current subwindow.
currentTable() - Method in class com.trolltech.qt.gui.QTextCursor
Returns a pointer to the current table if the cursor position is inside a block that is part of a table; otherwise returns 0.
currentText() - Method in class com.trolltech.qt.gui.QComboBox
Returns the text of the current item.
currentText() - Method in class com.trolltech.qt.gui.QStyleOptionComboBox
Returns the text for the current item of the combo box.
currentTextChanged - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted whenever the current item changes.
currentTime() - Static method in class com.trolltech.qt.core.QTime
Returns the current time as reported by the system clock.
currentTime() - Method in class com.trolltech.qt.core.QTimeLine
Returns the current time of the time line..
currentValue() - Method in class com.trolltech.qt.core.QTimeLine
Returns the value corresponding to the current time.
currentWidget() - Method in class com.trolltech.qt.gui.QStackedLayout
Returns the current widget, or 0 if there are no widgets in this layout.
currentWidget() - Method in class com.trolltech.qt.gui.QStackedWidget
Returns the current widget, or 0 if there are no child widgets.
currentWidget() - Method in class com.trolltech.qt.gui.QTabWidget
Returns a pointer to the page currently being displayed by the tab dialog.
currentWidget() - Method in class com.trolltech.qt.gui.QToolBox
Returns a pointer to the current widget, or 0 if there is no such item.
cursor() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns the current cursor shape for the item.
cursor() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_Selection
Returns the selection's cursor.
cursor() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns the current cursor shape for the item.
cursor() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns the current cursor shape for the item.
cursor() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns the current cursor shape for the item.
cursor() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns the current cursor shape for the item.
cursor() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns the current cursor shape for the item.
cursor() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns the current cursor shape for the item.
cursor() - Method in class com.trolltech.qt.gui.QTextEdit_ExtraSelection
A cursor that contains a selection in a QTextDocument
cursor() - Method in class com.trolltech.qt.gui.QWidget
Returns the cursor shape for this widget.
Cursor - Static variable in class com.trolltech.qt.QVariant
 
cursor() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns the current cursor shape for the item.
cursorBackward(boolean) - Method in class com.trolltech.qt.gui.QLineEdit
Equivalent to cursorBackward(mark, 1).
cursorBackward(boolean, int) - Method in class com.trolltech.qt.gui.QLineEdit
Moves the cursor back steps characters.
cursorFlashTime() - Static method in class com.trolltech.qt.gui.QApplication
Returns the text cursor's flash (blink) time in milliseconds.
cursorForPosition(QPoint) - Method in class com.trolltech.qt.gui.QTextEdit
returns a QTextCursor at position pos (in viewport coordinates).
cursorForward(boolean) - Method in class com.trolltech.qt.gui.QLineEdit
Equivalent to cursorForward(mark, 1).
cursorForward(boolean, int) - Method in class com.trolltech.qt.gui.QLineEdit
Moves the cursor forward steps characters.
cursorName() - Method in class com.trolltech.qt.sql.QSqlIndex
Returns the name of the cursor which the index is associated with.
cursorPosition() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_PaintContext
Returns the position within the document, where the cursor line should be drawn..
cursorPosition() - Method in class com.trolltech.qt.gui.QLineEdit
Returns the current cursor position for this line edit.
cursorPositionAt(QPoint) - Method in class com.trolltech.qt.gui.QLineEdit
Returns the cursor position under the point pos.
cursorPositionChanged - Variable in class com.trolltech.qt.gui.QLineEdit
This signal is emitted whenever the cursor moves.
cursorPositionChanged - Variable in class com.trolltech.qt.gui.QTextDocument
This signal is emitted whenever the position of a cursor changed due to an editing operation.
cursorPositionChanged - Variable in class com.trolltech.qt.gui.QTextEdit
This signal is emitted whenever the position of the cursor changed.
cursorRect() - Method in class com.trolltech.qt.gui.QTextEdit
returns a rectangle (in viewport coordinates) that includes the cursor of the text edit.
cursorRect(QTextCursor) - Method in class com.trolltech.qt.gui.QTextEdit
returns a rectangle (in viewport coordinates) that includes the cursor.
cursorToX(int) - Method in class com.trolltech.qt.gui.QTextLine
Equivalent to cursorToX(cursorPos, Leading).
cursorToX(int, QTextLine.Edge) - Method in class com.trolltech.qt.gui.QTextLine
Converts the cursor position cursorPos to the corresponding x position inside the line, taking account of the edge.
cursorWidth() - Method in class com.trolltech.qt.gui.QTextEdit
This property specifies the width of the cursor in pixels.
cursorWordBackward(boolean) - Method in class com.trolltech.qt.gui.QLineEdit
Moves the cursor one word backward.
cursorWordForward(boolean) - Method in class com.trolltech.qt.gui.QLineEdit
Moves the cursor one word forward.
curveShape() - Method in class com.trolltech.qt.core.QTimeLine
Returns the shape of the timeline curve..
curveThreshold() - Method in class com.trolltech.qt.gui.QPainterPathStroker
Returns the curve flattening threshold for the generated outlines.
customButtonClicked - Variable in class com.trolltech.qt.gui.QWizard
This signal is emitted when the user clicks a custom button.
customColor(int) - Static method in class com.trolltech.qt.gui.QColorDialog
Returns custom color number arg__1 as a QRgb value.
customContextMenuRequested - Variable in class com.trolltech.qt.gui.QWidget
This signal is emitted when the widget's contextMenuPolicy is Qt::CustomContextMenu, and the user has requested a context menu on the widget.
customCount() - Static method in class com.trolltech.qt.gui.QColorDialog
Returns the number of custom colors supported by QColorDialog.
customEvent(QEvent) - Method in class com.trolltech.qt.core.QObject
This event handler can be reimplemented in a subclass to receive custom events.
cut() - Method in class com.trolltech.qt.gui.QLineEdit
Copies the selected text to the clipboard and deletes it, if there is any, and if echoMode is Normal.
cut() - Method in class com.trolltech.qt.gui.QTextEdit
Copies the selected text to the clipboard and deletes it from the text edit.
cyan - Static variable in class com.trolltech.qt.gui.QColor
 
cyan() - Method in class com.trolltech.qt.gui.QColor
Returns the cyan color component of this color.
cyanF() - Method in class com.trolltech.qt.gui.QColor
Returns the cyan color component of this color.

D

dark() - Method in class com.trolltech.qt.gui.QPalette
Returns the dark brush of the current color group.
darkBlue - Static variable in class com.trolltech.qt.gui.QColor
 
darkCyan - Static variable in class com.trolltech.qt.gui.QColor
 
darker() - Method in class com.trolltech.qt.gui.QColor
Equivalent to darker(200).
darker(int) - Method in class com.trolltech.qt.gui.QColor
Returns a darker (or lighter) color, but does not change this object.
darkGray - Static variable in class com.trolltech.qt.gui.QColor
 
darkGreen - Static variable in class com.trolltech.qt.gui.QColor
 
darkMagenta - Static variable in class com.trolltech.qt.gui.QColor
 
darkRed - Static variable in class com.trolltech.qt.gui.QColor
 
darkYellow - Static variable in class com.trolltech.qt.gui.QColor
 
dashOffset() - Method in class com.trolltech.qt.gui.QPainterPathStroker
Returns the dash offset for the generated outlines.
dashOffset() - Method in class com.trolltech.qt.gui.QPen
Returns the dash offset for the pen.
dashPattern() - Method in class com.trolltech.qt.gui.QPainterPathStroker
Returns the dash pattern for the generated outlines.
dashPattern() - Method in class com.trolltech.qt.gui.QPen
Returns the dash pattern of this pen.
data(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to data(index, Qt::DisplayRole).
data(QModelIndex, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the data stored under the given role for the item referred to by the index.
data(int, int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the data with the specified role at row row and column col
data(int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the data in the display role at row row and column col.
data() - Method in class com.trolltech.qt.core.QBuffer
Returns the data contained in the buffer.
data() - Method in class com.trolltech.qt.core.QByteArray
Returns a pointer to the data stored in the byte array.
data() - Method in class com.trolltech.qt.core.QModelIndex
Queries the model for the default data for this index.
data(int) - Method in class com.trolltech.qt.core.QModelIndex
Queries the model for data for this index.
data() - Method in class com.trolltech.qt.core.QPersistentModelIndex
Equivalent to data(Qt::DisplayRole).
data(int) - Method in class com.trolltech.qt.core.QPersistentModelIndex
Returns the data for the given role for the item referred to by the index.
data(int) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns this item's custom data for the key key as a QVariant.
data(QModelIndex, int) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
This function is reimplemented for internal reasons.
data() - Method in class com.trolltech.qt.gui.QAction
Returns the user data as set in QAction::setData.
data(QModelIndex, int) - Method in class com.trolltech.qt.gui.QDirModel
Returns the data for the model item index with the given role.
data(int) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns this item's custom data for the key key as a QVariant.
data(int) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns this item's custom data for the key key as a QVariant.
data(int) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns this item's custom data for the key key as a QVariant.
data(int) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns this item's custom data for the key key as a QVariant.
data(int) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns this item's custom data for the key key as a QVariant.
data(int) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns this item's custom data for the key key as a QVariant.
data(int) - Method in class com.trolltech.qt.gui.QListWidgetItem
This function returns the item's data for a given role (see Qt::ItemDataRole).
data(String) - Method in class com.trolltech.qt.gui.QMimeData
Returns the data stored in the object in the format described by the MIME type specified by mimetype.
data() - Method in class com.trolltech.qt.gui.QPicture
Returns the picture data.
data(QModelIndex, int) - Method in class com.trolltech.qt.gui.QProxyModel
Returns the data stored in the item with the given index under the specified role.
data(QModelIndex, int) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
data() - Method in class com.trolltech.qt.gui.QStandardItem
Equivalent to data(Qt::UserRole + 1).
data(int) - Method in class com.trolltech.qt.gui.QStandardItem
Returns the item's data for the given role, or an invalid QVariant if there is no data for the role.
data(QModelIndex, int) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
data(QModelIndex, int) - Method in class com.trolltech.qt.gui.QStringListModel
Returns data for the specified role, from the item with the given index.
data(int) - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the item's data for the given role.
data(QModelIndex, int) - Method in class com.trolltech.qt.gui.QTreeModel
This function is reimplemented for internal reasons.
data(Object, int) - Method in class com.trolltech.qt.gui.QTreeModel
Returns the data stored under the given role for the item referred to by the value.
data(int, int) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the value for the item's column and role.
data(QModelIndex, int) - Method in class com.trolltech.qt.sql.QSqlQueryModel
Returns the value for the specified item and role.
data(QModelIndex, int) - Method in class com.trolltech.qt.sql.QSqlRelationalTableModel
This function is reimplemented for internal reasons.
data(int) - Method in class com.trolltech.qt.sql.QSqlResult
Returns the data for field i in the current row as a QVariant.
data(QModelIndex, int) - Method in class com.trolltech.qt.sql.QSqlTableModel
This function is reimplemented for internal reasons.
data(int) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns this item's custom data for the key key as a QVariant.
data() - Method in class com.trolltech.qt.xml.QDomCharacterData
Returns the string stored in this object.
data() - Method in class com.trolltech.qt.xml.QDomProcessingInstruction
Returns the content of this processing instruction.
data() - Method in class com.trolltech.qt.xml.QXmlInputSource
Returns the data the input source contains or an empty string if the input source does not contain any data.
data1() - Method in class com.trolltech.qt.core.QUuid
Returns the data of this QUuid.
data2() - Method in class com.trolltech.qt.core.QUuid
Returns the data of this QUuid.
data3() - Method in class com.trolltech.qt.core.QUuid
Returns the data of this QUuid.
data4() - Method in class com.trolltech.qt.core.QUuid
Returns the data of this QUuid.
database(String) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Equivalent to database(connectionName, true).
database() - Static method in class com.trolltech.qt.sql.QSqlDatabase
Equivalent to database(QLatin1String( defaultConnection ), true).
database(String, boolean) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Returns the database connection called connectionName.
database() - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns a pointer to the used QSqlDatabase or 0 if no database was set.
databaseName() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the connection's database name; it may be empty.
databaseText() - Method in class com.trolltech.qt.sql.QSqlError
Returns the text of the error as reported by the database.
dataChanged - Variable in class com.trolltech.qt.core.QAbstractItemModel
This signal is emitted whenever the data in an existing item changes.
dataChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
This slot is called when items are changed in the model.
dataChanged - Variable in class com.trolltech.qt.gui.QClipboard
This signal is emitted when the clipboard data is changed.
dataChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
dataChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
dataChanged(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
dataReadProgress - Variable in class com.trolltech.qt.network.QHttp
This signal is emitted when this object reads data from a HTTP server to indicate the current progress of the download.
dataSendProgress - Variable in class com.trolltech.qt.network.QHttp
This signal is emitted when this object sends data to a HTTP server to inform it about the progress of the upload.
dataTransferProgress - Variable in class com.trolltech.qt.network.QFtp
This signal is emitted in response to a get or put request to indicate the current progress of the download or upload.
date() - Method in class com.trolltech.qt.core.QDateTime
Returns the date part of the datetime.
date() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the QDate that is set in the QDateTimeEdit.
Date - Static variable in class com.trolltech.qt.QVariant
 
dateChanged - Variable in class com.trolltech.qt.gui.QDateTimeEdit
This signal is emitted whenever the date is changed.
dateEditAcceptDelay() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns the time an inactive date edit is shown before its contents are accepted.
dateFormat() - Method in class com.trolltech.qt.core.QLocale
Equivalent to dateFormat(LongFormat).
dateFormat(QLocale.FormatType) - Method in class com.trolltech.qt.core.QLocale
Returns the date format used for the current locale.
dateTextFormat(QDate) - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns a QTextCharFormat for date.
dateTextFormat() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns a QMap from QDate to QTextCharFormat showing all dates that use a special format that alters their rendering.
dateTime() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the QDateTime that is set in the QDateTimeEdit.
DateTime - Static variable in class com.trolltech.qt.QVariant
 
dateTimeChanged - Variable in class com.trolltech.qt.gui.QDateTimeEdit
This signal is emitted whenever the date or time is changed.
dateTimeFromText(String) - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns an appropriate datetime for the given text.
day() - Method in class com.trolltech.qt.core.QDate
Returns the day of the month (1 to 31) of this date.
dayName(int) - Method in class com.trolltech.qt.core.QLocale
Equivalent to dayName(arg__1, LongFormat).
dayName(int, QLocale.FormatType) - Method in class com.trolltech.qt.core.QLocale
Returns the localized name of arg__1, in the format specified by format.
dayOfWeek() - Method in class com.trolltech.qt.core.QDate
Returns the weekday (1 to 7) for this date.
dayOfYear() - Method in class com.trolltech.qt.core.QDate
Returns the day of the year (1 to 365) for this date.
daysInMonth() - Method in class com.trolltech.qt.core.QDate
Returns the number of days in the month (28 to 31) for this date.
daysInYear() - Method in class com.trolltech.qt.core.QDate
Returns the number of days in the year (365 or 366) for this date.
daysTo(QDate) - Method in class com.trolltech.qt.core.QDate
Returns the number of days from this date to arg__1 (which is negative if arg__1 is earlier than this date).
daysTo(QDateTime) - Method in class com.trolltech.qt.core.QDateTime
Returns the number of days from this datetime to the arg__1 datetime.
debug(String) - Method in class com.trolltech.qt.core.QMessageHandler
Implement this method to be notified about debug messages.
decimalPoint() - Method in class com.trolltech.qt.core.QLocale
Returns the decimal point character of this locale.
decimals() - Method in class com.trolltech.qt.gui.QDoubleSpinBox
Returns the precision of the spin box, in decimals.
decimals() - Method in class com.trolltech.qt.gui.QDoubleValidator
Returns the validator's maximum number of digits after the decimal point.
declaringClassName() - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Returns the name of the class containing the signal
declHandler() - Method in class com.trolltech.qt.xml.QXmlReader
Returns the declaration handler or 0 if none was set.
declHandler() - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
decodeData(int, int, QModelIndex, QDataStream) - Method in class com.trolltech.qt.core.QAbstractItemModel
decodeName(QByteArray) - Static method in class com.trolltech.qt.core.QFile
This does the reverse of QFile::encodeName() using localFileName.
decodeName(String) - Static method in class com.trolltech.qt.core.QFile
Returns the Unicode version of the given localFileName.
decoration(QStyleOptionViewItem, Object) - Method in class com.trolltech.qt.gui.QItemDelegate
decorationAlignment() - Method in class com.trolltech.qt.gui.QStyleOptionViewItem
Returns the alignment of the decoration for the item.
decorationPosition() - Method in class com.trolltech.qt.gui.QStyleOptionViewItem
Returns the position of the decoration for the item.
DecorationRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
The data to be rendered as a decoration (usually an icon).
decorationSize() - Method in class com.trolltech.qt.gui.QStyleOptionViewItem
Returns the size of the decoration for the item.
defaultAction() - Method in class com.trolltech.qt.gui.QMenu
Returns the current default action.
defaultAction() - Method in class com.trolltech.qt.gui.QToolButton
Returns the default action.
defaultAlignment() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the default alignment of the text in each header section.
defaultButton() - Method in class com.trolltech.qt.gui.QMessageBox
Returns the button that should be the message box's default button.
defaultConnection() - Static method in class com.trolltech.qt.sql.QSqlDatabase
Returns this QSqlDatabase's default connection.
defaultDepth() - Static method in class com.trolltech.qt.gui.QPixmap
Returns the default pixmap depth used by the application.
defaultFactory() - Static method in class com.trolltech.qt.gui.QItemEditorFactory
Returns the default item editor factory.
defaultFamily() - Method in class com.trolltech.qt.gui.QFont
Returns the family name that corresponds to the current style hint.
defaultFont() - Method in class com.trolltech.qt.gui.QTextDocument
Returns the default font used to display the document's text.
defaultFormat() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns the default QGLFormat for the application.
defaultFormat() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns the default QGLFormat for the application.
defaultOverlayFormat() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns the default QGLFormat for overlay contexts.
defaultOverlayFormat() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns the default QGLFormat for overlay contexts.
defaultSectionSize() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the default size of the header sections before resizing..
defaultSize() - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns the default size of the document contents.
defaultStyleSheet() - Method in class com.trolltech.qt.gui.QTextDocument
The default style sheet is applied to all newly HTML formatted text that is inserted into the document, for example using setHtml or QTextCursor::insertHtml().
defaultSuffix() - Method in class com.trolltech.qt.gui.QFileDialog
Returns suffix added to the filename if no other suffix was specified.
defaultTextColor() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns the default text color that is used to for unformatted text.
defaultTextOption() - Method in class com.trolltech.qt.gui.QTextDocument
Returns the default text option will be set on all QTextLayouts in the document..
defaultValue() - Method in class com.trolltech.qt.sql.QSqlField
Returns the field's default value (which may be NULL).
defaultWidget() - Method in class com.trolltech.qt.gui.QWidgetAction
Returns the default widget.
del() - Method in class com.trolltech.qt.gui.QLineEdit
If no text is selected, deletes the character to the right of the text cursor.
delete() - Method in class com.trolltech.qt.QNativePointer
This function deletes the internal pointer.
deleteArray() - Method in class com.trolltech.qt.QNativePointer
This function deletes elements in the array of this QNativePointer.
deleteChar() - Method in class com.trolltech.qt.gui.QTextCursor
If there is no selected text, deletes the character at the current cursor position; otherwise deletes the selected text.
deleteData(int, int) - Method in class com.trolltech.qt.xml.QDomCharacterData
Deletes a substring of length count from position offset.
deletePreviousChar() - Method in class com.trolltech.qt.gui.QTextCursor
If there is no selected text, deletes the character before the current cursor position; otherwise deletes the selected text.
deleteRowFromTable(int) - Method in class com.trolltech.qt.sql.QSqlTableModel
Deletes the given row from the currently active database table.
deleteTexture(int) - Method in class com.trolltech.qt.opengl.QGLContext
Removes the texture identified by tx_id from the texture cache.
deleteTexture(int) - Method in class com.trolltech.qt.opengl.QGLContext
Removes the texture identified by tx_id from the texture cache.
deleteTexture(int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Removes the texture identified by texture_id from the texture cache.
deleteTexture(int) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Removes the texture identified by texture_id from the texture cache.
deleteTexture(int) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext::deleteTexture(tx_id) on the currently set context.
deleteTexture(int) - Method in class com.trolltech.qt.opengl.QGLWidget
Calls QGLContext::deleteTexture(tx_id) on the currently set context.
deleteWidget(QWidget) - Method in class com.trolltech.qt.gui.QWidgetAction
This function is called whenever the action is removed from a container widget that displays the action using a custom widget previously created using createWidget.
delta() - Method in class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
Returns the distance that the wheel is rotated, in eighths (1/8s) of a degree.
delta() - Method in class com.trolltech.qt.gui.QWheelEvent
Returns the distance that the wheel is rotated, in eighths of a degree.
depth() - Method in class com.trolltech.qt.gui.QColormap
Returns the depth of the device.
depth() - Method in class com.trolltech.qt.gui.QImage
Returns the depth of the image.
depth() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in class com.trolltech.qt.gui.QPicture
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in class com.trolltech.qt.gui.QPixmap
Returns the depth of the pixmap.
depth() - Method in class com.trolltech.qt.gui.QPrinter
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in class com.trolltech.qt.gui.QWidget
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the depth buffer is enabled; otherwise returns false.
depth() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the depth buffer is enabled; otherwise returns false.
depth() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the bit depth (number of bit planes) of the paint device.
depth() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the bit depth (number of bit planes) of the paint device.
depthBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the depth buffer size.
depthBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the depth buffer size.
descent() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the descent of the font.
descent() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the descent of the font.
descent() - Method in class com.trolltech.qt.gui.QTextInlineObject
Returns the inline object's descent.
descent() - Method in class com.trolltech.qt.gui.QTextLine
Returns the line's descent.
description(String) - Static method in class com.trolltech.qt.gui.QInputContextFactory
Returns an internationalized brief description of the QInputContext object specified by key.
description() - Method in class com.trolltech.qt.gui.QPictureIO
Returns the picture description string.
deselect() - Method in class com.trolltech.qt.gui.QLineEdit
Deselects any selected text.
designable - Variable in class com.trolltech.qt.QtPropertyManager.Entry
Deprecated. A method that returns true if the property can be edited in a GUI builder; otherwise, false.
desktop() - Static method in class com.trolltech.qt.gui.QApplication
Returns the desktop widget (also called the root window).
desktopSettingsAware() - Static method in class com.trolltech.qt.gui.QApplication
Returns true if Qt is set to use the system's standard colors, fonts, etc.; otherwise returns false.
destroy(boolean) - Method in class com.trolltech.qt.gui.QWidget
Equivalent to destroy(destroyWindow, true).
destroy() - Method in class com.trolltech.qt.gui.QWidget
Equivalent to destroy(true, true).
destroy(boolean, boolean) - Method in class com.trolltech.qt.gui.QWidget
Frees up window system resources.
destroyItemGroup(QGraphicsItemGroup) - Method in class com.trolltech.qt.gui.QGraphicsScene
Reparents all items in group to group's parent item, then removes group from the scene, and finally deletes it.
det() - Method in class com.trolltech.qt.gui.QMatrix
Returns the matrix's determinant.
det() - Method in class com.trolltech.qt.gui.QTransform
Returns the matrix's determinant.
detachFromResultSet() - Method in class com.trolltech.qt.sql.QSqlResult
detailedText() - Method in class com.trolltech.qt.gui.QMessageBox
Returns the text to be displayed in the details area..
determinant() - Method in class com.trolltech.qt.gui.QTransform
Returns the matrix's determinant.
device() - Method in class com.trolltech.qt.core.QDataStream
Returns the I/O device currently set.
device() - Method in class com.trolltech.qt.core.QTextStream
Returns the current device associated with the QTextStream, or 0 if no device has been assigned.
device() - Method in class com.trolltech.qt.gui.QImageIOHandler
Returns the device currently assigned to the QImageIOHandler.
device() - Method in class com.trolltech.qt.gui.QImageReader
Returns the device currently assigned to QImageReader, or 0 if no device has been assigned.
device() - Method in class com.trolltech.qt.gui.QImageWriter
Returns the device currently assigned to QImageWriter, or 0 if no device has been assigned.
device() - Method in class com.trolltech.qt.gui.QMovie
Returns the device QMovie reads image data from.
device() - Method in class com.trolltech.qt.gui.QPainter
Returns the paint device on which this painter is currently painting, or 0 if the painter is not active.
device() - Method in class com.trolltech.qt.gui.QTabletEvent
Returns the type of device that generated the event.
device() - Method in class com.trolltech.qt.opengl.QGLContext
Returns the paint device set for this context.
device() - Method in class com.trolltech.qt.opengl.QGLContext
Returns the paint device set for this context.
device() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the current device associated with the QXmlStreamReader, or 0 if no device has been assigned.
device() - Method in class com.trolltech.qt.xml.QXmlStreamWriter
Returns the current device associated with the QXmlStreamWriter, or 0 if no device has been assigned.
deviceIsPixmap() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if the paint device of this context is a pixmap; otherwise returns false.
deviceIsPixmap() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if the paint device of this context is a pixmap; otherwise returns false.
deviceMatrix() - Method in class com.trolltech.qt.gui.QPainter
Returns the matrix that transforms from logical coordinates to device coordinates of the platform dependent paint device.
deviceTransform(QTransform) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
deviceTransform(QTransform) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
deviceTransform(QTransform) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
deviceTransform(QTransform) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
deviceTransform(QTransform) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
deviceTransform(QTransform) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
deviceTransform(QTransform) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
deviceTransform() - Method in class com.trolltech.qt.gui.QPainter
Returns the matrix that transforms from logical coordinates to device coordinates of the platform dependent paint device.
deviceTransform(QTransform) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns this item's device transformation matrix, using viewportTransform to map from scene to device coordinates.
devType() - Method in class com.trolltech.qt.gui.QImage
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.gui.QPaintDevice
devType() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
devType() - Method in class com.trolltech.qt.gui.QPicture
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.gui.QPixmap
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.gui.QPrinter
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.gui.QWidget
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
This function is reimplemented for internal reasons.
devType() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
This function is reimplemented for internal reasons.
dialWrapping() - Method in class com.trolltech.qt.gui.QStyleOptionSlider
Returns whether the dial should wrap or not.
dir() - Method in class com.trolltech.qt.core.QFileInfo
Returns the path of the object's parent directory as a QDir object.
direction() - Method in class com.trolltech.qt.core.QTimeLine
Returns the direction of the timeline when QTimeLine is in Running state..
direction() - Method in class com.trolltech.qt.gui.QBoxLayout
Returns the direction of the box.
direction() - Method in class com.trolltech.qt.gui.QStyleOption
Returns the text layout direction that should be used when drawing text in the control.
directories() - Method in class com.trolltech.qt.core.QFileSystemWatcher
Returns a list of paths to directories that are being watched.
directory() - Method in class com.trolltech.qt.gui.QFileDialog
Returns the directory currently being displayed in the dialog.
directoryChanged - Variable in class com.trolltech.qt.core.QFileSystemWatcher
This signal is emitted when the directory at a specified path, is modified (e.g., when a file is added, modified or deleted) or removed from disk.
directoryEntered - Variable in class com.trolltech.qt.gui.QFileDialog
This signal is emitted when the user enters a directory.
directRendering() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if direct rendering is enabled; otherwise returns false.
directRendering() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if direct rendering is enabled; otherwise returns false.
dirName() - Method in class com.trolltech.qt.core.QDir
Returns the name of the directory; this is not the same as the path, e.g. a directory with the name "mail", might have the path "/var/spool/mail".
dirtyRegionOffset() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the offset of the dirty regions in the view.
disableGarbageCollection() - Method in interface com.trolltech.qt.QtJambiInterface
Disables garbage collection for the object that implements the interface.
discardCommand() - Method in class com.trolltech.qt.gui.QSessionManager
Returns the currently set discard command.
disconnect(Object, String) - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Disconnects the signal from a method in an object if the two were previously connected by a call to connect.
disconnect(Object) - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Removes any connection from this signal to the specified receiving object
disconnect() - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Removes all connections from this signal.
disconnect(QSignalEmitter.AbstractSignal) - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Disconnects a signal from another signal if the two were previously connected by a call to connect.
disconnect() - Method in class com.trolltech.qt.QSignalEmitter
Disconnect all connections originating in this signal emitter.
disconnect(Object) - Method in class com.trolltech.qt.QSignalEmitter
Disconnect all connections made from this signal emitter to a specific object.
disconnected - Variable in class com.trolltech.qt.network.QAbstractSocket
This signal is emitted when the socket has been disconnected.
disconnectFromHost() - Method in class com.trolltech.qt.network.QAbstractSocket
Attempts to close the socket.
disconnectFromHostImplementation() - Method in class com.trolltech.qt.network.QAbstractSocket
Contains the implementation of disconnectFromHost.
disconnectFromModel(QAbstractItemModel) - Method in class com.trolltech.qt.gui.QProxyModel
display(String) - Method in class com.trolltech.qt.gui.QLCDNumber
Sets the displayed value rounded to the nearest integer to str.
display(double) - Method in class com.trolltech.qt.gui.QLCDNumber
Sets the displayed value rounded to the nearest integer to num.
display(int) - Method in class com.trolltech.qt.gui.QLCDNumber
Sets the displayed value rounded to the nearest integer to num.
displayAlignment() - Method in class com.trolltech.qt.gui.QStyleOptionViewItem
Returns the alignment of the display value for the item.
displayColumn() - Method in class com.trolltech.qt.sql.QSqlRelation
Returns the column from table tableName that should be presented to the user instead of a foreign key.
displayedSections() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the currently displayed fields of the date time edit.
displayFormat() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the format used to display the time/date of the date time edit.
displayName(String) - Static method in class com.trolltech.qt.gui.QInputContextFactory
Returns a user friendly internationalized name of the QInputContext object specified by key.
DisplayRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
The key data to be rendered (usually text).
displayText() - Method in class com.trolltech.qt.gui.QLineEdit
Returns the displayed text.
dispose() - Method in class com.trolltech.qt.QtJambiObject
Explicitly removes the native resources held by the object.
disposed() - Method in class com.trolltech.qt.core.QCoreApplication
Called either as the native resources that belong to the object are being cleaned up or directly before the object is finalized.
disposed() - Method in class com.trolltech.qt.QtJambiObject
Called either as the native resources that belong to the object are being cleaned up or directly before the object is finalized.
disposeLater() - Method in class com.trolltech.qt.core.QObject
Schedules this object for deletion.
divide(double) - Method in class com.trolltech.qt.core.QPoint
Divides this QPoint by divisor d and returns the result.
divide(double) - Method in class com.trolltech.qt.core.QPointF
Divides this QPointF by deviser s and returns the result.
divide(double) - Method in class com.trolltech.qt.core.QSize
Divides this QSize by divisor d and returns the result.
divide(double) - Method in class com.trolltech.qt.core.QSizeF
Divides this QSizeF by the divisor d and returns the result.
divide(double) - Method in class com.trolltech.qt.gui.QTransform
Divides this QTransform by d.
doAction(int, int, List<Object>) - Method in class com.trolltech.qt.gui.QAccessibleInterface
Asks the object, or the object's child if child is not 0, to execute action using the parameters, params.
doAction(int, int, List<Object>) - Method in class com.trolltech.qt.gui.QAccessibleObject
Asks the object, or the object's child if child is not 0, to execute action using the parameters, params.
doAction(int, int, List<Object>) - Method in class com.trolltech.qt.gui.QAccessibleObjectEx

Asks the object, or the object's child if child is not 0, to execute action using the parameters, params.

doAction(int, int, List<Object>) - Method in class com.trolltech.qt.gui.QAccessibleWidget
Asks the object, or the object's child if child is not 0, to execute action using the parameters, params.
doAction(int, int, List<Object>) - Method in class com.trolltech.qt.gui.QAccessibleWidgetEx

Asks the object, or the object's child if child is not 0, to execute action using the parameters, params. Returns true if the action could be executed; otherwise returns false.

action can be a predefined or a custom action.

doAutoScroll() - Method in class com.trolltech.qt.gui.QAbstractItemView
dockLocationChanged - Variable in class com.trolltech.qt.gui.QDockWidget
This signal is emitted when the dock widget is moved to another dock area, or is moved to a different location in its current dock area.
dockOptions() - Method in class com.trolltech.qt.gui.QMainWindow
Returns the docking behavior of QMainWindow.
dockWidgetArea(QDockWidget) - Method in class com.trolltech.qt.gui.QMainWindow
Returns the Qt::DockWidgetArea for dockwidget.
docName() - Method in class com.trolltech.qt.gui.QPrinter
Returns the document name.
doctype() - Method in class com.trolltech.qt.xml.QDomDocument
Returns the document type of this document.
document() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the text document that this layout is operating on.
document() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns the item's text document.
document() - Method in class com.trolltech.qt.gui.QSyntaxHighlighter
Returns the QTextDocument on which this syntax highlighter is installed.
document() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the text document this text block belongs to, or 0 if the text block does not belong to any document.
document() - Method in class com.trolltech.qt.gui.QTextEdit
Returns a pointer to the underlying document.
document() - Method in class com.trolltech.qt.gui.QTextObject
Returns the document this object belongs to.
documentChanged(int, int, int) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
This function is called whenever the contents of the document change.
documentElement() - Method in class com.trolltech.qt.xml.QDomDocument
Returns the root element of the document.
documentLayout() - Method in class com.trolltech.qt.gui.QTextDocument
Returns the document layout for this document.
documentSize() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the total size of the document.
documentSizeChanged - Variable in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
This signal is emitted when the size of the document changes.
documentTitle() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the title of the document parsed from the text..
doItemsLayout() - Method in class com.trolltech.qt.gui.QAbstractItemView
doItemsLayout() - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
doItemsLayout() - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
doItemsLayout() - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
done(int) - Method in class com.trolltech.qt.gui.QDialog
Closes the dialog and sets its result code to arg__1.
done(int) - Method in class com.trolltech.qt.gui.QErrorMessage
This function is reimplemented for internal reasons.
done(int) - Method in class com.trolltech.qt.gui.QFileDialog
This function is reimplemented for internal reasons.
done(int) - Method in class com.trolltech.qt.gui.QWizard
This function is reimplemented for internal reasons.
done - Variable in class com.trolltech.qt.network.QFtp
This signal is emitted when the last pending command has finished; (it is emitted after the last command's commandFinished signal).
done - Variable in class com.trolltech.qt.network.QHttp
This signal is emitted when the last pending request has finished; (it is emitted after the last request's requestFinished signal).
doneCurrent() - Method in class com.trolltech.qt.opengl.QGLContext
Makes no GL context the current context.
doneCurrent() - Method in class com.trolltech.qt.opengl.QGLContext
Makes no GL context the current context.
doneCurrent() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Makes no context the current OpenGL context.
doneCurrent() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Makes no context the current OpenGL context.
doneCurrent() - Method in class com.trolltech.qt.opengl.QGLWidget
Makes no GL context the current context.
doneCurrent() - Method in class com.trolltech.qt.opengl.QGLWidget
Makes no GL context the current context.
dotsPerMeterX() - Method in class com.trolltech.qt.gui.QImage
Returns the number of pixels that fit horizontally in a physical meter.
dotsPerMeterY() - Method in class com.trolltech.qt.gui.QImage
Returns the number of pixels that fit vertically in a physical meter.
Double - Static variable in class com.trolltech.qt.QVariant
 
doubleAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
doubleBuffer() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if double buffering is enabled; otherwise returns false.
doubleBuffer() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if double buffering is enabled; otherwise returns false.
doubleBuffer() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if the contained GL rendering context has double buffering; otherwise returns false.
doubleBuffer() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if the contained GL rendering context has double buffering; otherwise returns false.
doubleClicked - Variable in class com.trolltech.qt.gui.QAbstractItemView
This signal is emitted when a mouse button is double-clicked.
doubleClickInterval() - Static method in class com.trolltech.qt.gui.QApplication
Returns the time limit in milliseconds that distinguishes a double click from two consecutive mouse clicks.
doubleProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property specified by propertyId.
doubleSidedPrinting() - Method in class com.trolltech.qt.gui.QPrinter
Returns true if double side printing is enabled.
doubleValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of double type, this function returns its value.
dragDropMode() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the drag and drop event the view will act upon.
dragDropOverwriteMode() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the view's drag and drop behavior.
dragEnabled() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns whether the view supports dragging of its own items.
dragEnabled() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether the lineedit starts a drag if the user presses and moves the mouse on some selected text.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive drag enter events for this item.
dragEnterEvent(QDragEnterEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when a drag and drop operation enters the widget.
dragEnterEvent(QDragEnterEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive drag enter events (passed in arg__1), for the viewport widget.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive drag enter events for this item.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive drag enter events for this item.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive drag enter events for this item.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive drag enter events for this item.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive drag enter events for this item.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive drag enter events for the scene.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
dragEnterEvent(QDragEnterEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
dragEnterEvent(QDragEnterEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
dragEnterEvent(QDragEnterEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
dragEnterEvent(QDragEnterEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler is called when a drag is in progress and the mouse enters this widget.
dragEnterEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive drag enter events for this item.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive drag leave events for this item.
dragLeaveEvent(QDragLeaveEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called when the item being dragged leaves the view.
dragLeaveEvent(QDragLeaveEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive drag leave events (passed in arg__1), for the viewport widget.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive drag leave events for this item.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive drag leave events for this item.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive drag leave events for this item.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive drag leave events for this item.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive drag leave events for this item.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive drag leave events for the scene.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
dragLeaveEvent(QDragLeaveEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
dragLeaveEvent(QDragLeaveEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
dragLeaveEvent(QDragLeaveEvent) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
dragLeaveEvent(QDragLeaveEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
dragLeaveEvent(QDragLeaveEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler is called when a drag is in progress and the mouse leaves this widget.
dragLeaveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive drag leave events for this item.
dragMode() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the behavior for dragging the mouse over the scene while the left mouse button is pressed..
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive drag move events for this item.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called continuously with the given event during a drag and drop operation over the widget.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive drag move events (passed in arg__1), for the viewport widget.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive drag move events for this item.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive drag move events for this item.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive drag move events for this item.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive drag move events for this item.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive drag move events for this item.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive drag move events for the scene.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
dragMoveEvent(QDragMoveEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler is called if a drag is in progress, and when any of the following conditions occur: the cursor enters this widget, the cursor moves within this widget, or a modifier key is pressed on the keyboard while this widget has the focus.
dragMoveEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive drag move events for this item.
draw(QPainter, QAbstractTextDocumentLayout_PaintContext) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Draws the layout on the given painter with the given context.
draw(QPainter, QPointF, List<QTextLayout_FormatRange>) - Method in class com.trolltech.qt.gui.QTextLayout
Draws the whole layout on the painter p at the position specified by pos.
draw(QPainter, QPointF, List<QTextLayout_FormatRange>, QRectF) - Method in class com.trolltech.qt.gui.QTextLayout
Draws the whole layout on the painter p at the position specified by pos.
draw(QPainter, QPointF) - Method in class com.trolltech.qt.gui.QTextLine
This is an overloaded method provided for convenience.
drawArc(QRectF, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the arc defined by the given rect, a and alen.
drawArc(int, int, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the arc defined by the rectangle beginning at (x, y) with the specified w and h, and the given a and alen.
drawArc(QRect, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the arc defined by the given arg__1, a and alen.
drawBackground(QPainter, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Draws the background of the scene using painter, before any items and the foreground are drawn.
drawBackground(QPainter, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsView
Draws the background of the scene using painter, before any items and the foreground are drawn.
drawBackground(QPainter, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QItemDelegate
Renders the item background for the given index, using the given painter and style option.
drawBase() - Method in class com.trolltech.qt.gui.QTabBar
Returns defines whether or not tab bar should draw its base..
drawBranches(QPainter, QRect, QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Draws the branches in the tree view on the same row as the model item index, using the painter given.
drawCheck(QPainter, QStyleOptionViewItem, QRect, Qt.CheckState) - Method in class com.trolltech.qt.gui.QItemDelegate
Renders a check indicator within the rectangle specified by rect, using the given painter and style option, using the given state.
drawChord(int, int, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the chord defined by the rectangle beginning at (x, y) with the specified w and h, and the given a and alen.
drawChord(QRect, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the chord defined by the given arg__1, a and alen.
drawChord(QRectF, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the chord defined by the given rect, a and alen.
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
Draws the given control using the provided painter with the style options specified by option.
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCommonStyle
Draws the given cc using the provided p with the style options specified by opt.
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QMotifStyle
Draws the given cc using the provided p with the style options specified by opt.
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
Draws the given control using the provided painter with the style options specified by option.
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPainter) - Method in class com.trolltech.qt.gui.QStyle
Equivalent to drawComplexControl(cc, opt, p, 0).
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QStyle
Draws the given cc using the provided p with the style options specified by opt.
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex) - Method in class com.trolltech.qt.gui.QStylePainter
Use the widget's style to draw a complex control cc specified by the QStyleOptionComplex opt.
drawComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QWindowsStyle
Draws the given cc using the provided p with the style options specified by opt.
drawContents(QPainter) - Method in class com.trolltech.qt.gui.QSplashScreen
Draw the contents of the splash screen using painter painter.
drawContents(QPainter) - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to drawContents(painter, QRectF()).
drawContents(QPainter, QRectF) - Method in class com.trolltech.qt.gui.QTextDocument
Draws the content of the document with painter painter, clipped to rect.
drawControl(QStyle.ControlElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCDEStyle
Draws the given element with the provided p with the style options specified by opt.
drawControl(QStyle.ControlElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
Draws the given ce with the provided painter with the style options specified by option.
drawControl(QStyle.ControlElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCommonStyle
Draws the given element with the provided p with the style options specified by opt.
drawControl(QStyle.ControlElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QMotifStyle
Draws the given element with the provided p with the style options specified by opt.
drawControl(QStyle.ControlElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
Draws the given element with the provided painter with the style options specified by option.
drawControl(QStyle.ControlElement, QStyleOption, QPainter) - Method in class com.trolltech.qt.gui.QStyle
Equivalent to drawControl(element, opt, p, 0).
drawControl(QStyle.ControlElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QStyle
Draws the given element with the provided p with the style options specified by opt.
drawControl(QStyle.ControlElement, QStyleOption) - Method in class com.trolltech.qt.gui.QStylePainter
Use the widget's style to draw a control element ce specified by QStyleOption opt.
drawControl(QStyle.ControlElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QWindowsStyle
Draws the given element with the provided p with the style options specified by opt.
drawConvexPolygon(QPolygonF) - Method in class com.trolltech.qt.gui.QPainter
Draws the convex polygon defined by polygon using the current pen and brush.
drawConvexPolygon(QPolygon) - Method in class com.trolltech.qt.gui.QPainter
Draws the convex polygon defined by polygon using the current pen and brush.
drawCursor(QPainter, QPointF, int, int) - Method in class com.trolltech.qt.gui.QTextLayout
Draws a text cursor with the current pen and the specified width at the given pos using the p specified.
drawCursor(QPainter, QPointF, int) - Method in class com.trolltech.qt.gui.QTextLayout
Draws a text cursor with the current pen at the given pos using the p specified.
drawDecoration(QPainter, QStyleOptionViewItem, QRect, QPixmap) - Method in class com.trolltech.qt.gui.QItemDelegate
Renders the decoration pixmap within the rectangle specified by rect using the given painter and style option.
drawDisplay(QPainter, QStyleOptionViewItem, QRect, String) - Method in class com.trolltech.qt.gui.QItemDelegate
Renders the item view text within the rectangle specified by rect using the given painter and style option.
drawEllipse(QRect) - Method in class com.trolltech.qt.gui.QPaintEngine
The default implementation of this function calls the floating point version of this function
drawEllipse(QRectF) - Method in class com.trolltech.qt.gui.QPaintEngine
Reimplement this function to draw the largest ellipse that can be contained within rectangle r.
drawEllipse(QRectF) - Method in class com.trolltech.qt.gui.QPainter
Draws the ellipse defined by the given r.
drawEllipse(QRect) - Method in class com.trolltech.qt.gui.QPainter
Draws the ellipse defined by the given r.
drawEllipse(int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the ellipse defined by the rectangle beginning at (x, y) with the given w and h.
drawFocus(QPainter, QStyleOptionViewItem, QRect) - Method in class com.trolltech.qt.gui.QItemDelegate
Renders the region within the rectangle specified by rect, indicating that it has the focus, using the given painter and style option.
drawForeground(QPainter, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Draws the foreground of the scene using painter, after the background and all items have been drawn.
drawForeground(QPainter, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsView
Draws the foreground of the scene using painter, after the background and all items are drawn.
drawFrame(QPainter) - Method in class com.trolltech.qt.gui.QFrame
drawImage(QRectF, QImage, QRectF, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPaintEngine
Reimplement this function to draw the part of the pm specified by the sr rectangle in the given r using the given conversion flags flags, to convert it to a pixmap.
drawImage(QRectF, QImage, QRectF) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawImage(r, pm, sr, Qt::AutoColor).
drawImage(QRectF, QImage, QRectF, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPaintEngine
Reimplement this function to draw the part of the pm specified by the sr rectangle in the given r using the given conversion flags flags, to convert it to a pixmap.
drawImage(QPoint, QImage, QRect, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sr of the given image with its origin at the given p.
drawImage(QPoint, QImage, QRect) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(p, image, sr, Qt::AutoColor).
drawImage(QPoint, QImage, QRect, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sr of the given image with its origin at the given p.
drawImage(QPointF, QImage, QRectF, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sr of the given image with its origin at the given p.
drawImage(QPointF, QImage, QRectF) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(p, image, sr, Qt::AutoColor).
drawImage(QPointF, QImage, QRectF, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sr of the given image with its origin at the given p.
drawImage(QRect, QImage) - Method in class com.trolltech.qt.gui.QPainter
Draws the given image into the given r.
drawImage(QRectF, QImage, QRectF, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sourceRect of the given image into the targetRect rectangle in the paint device.
drawImage(QRectF, QImage, QRectF) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(targetRect, image, sourceRect, Qt::AutoColor).
drawImage(QRectF, QImage, QRectF, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sourceRect of the given image into the targetRect rectangle in the paint device.
drawImage(int, int, QImage, int, int, int, int, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPainter
Draws an image at (x, y) by copying a part of image into the paint device.
drawImage(int, int, QImage, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(x, y, image, sx, sy, sw, sh, Qt::AutoColor).
drawImage(int, int, QImage, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(x, y, image, sx, sy, sw, -1, Qt::AutoColor).
drawImage(int, int, QImage, int, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(x, y, image, sx, sy, -1, -1, Qt::AutoColor).
drawImage(int, int, QImage, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(x, y, image, sx, 0, -1, -1, Qt::AutoColor).
drawImage(int, int, QImage) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(x, y, image, 0, 0, -1, -1, Qt::AutoColor).
drawImage(int, int, QImage, int, int, int, int, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPainter
Draws an image at (x, y) by copying a part of image into the paint device.
drawImage(QPointF, QImage) - Method in class com.trolltech.qt.gui.QPainter
Draws the given image at the given p.
drawImage(QPoint, QImage) - Method in class com.trolltech.qt.gui.QPainter
Draws the given image at the given p.
drawImage(QRect, QImage, QRect, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sourceRect of the given image into the targetRect rectangle in the paint device.
drawImage(QRect, QImage, QRect) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawImage(targetRect, image, sourceRect, Qt::AutoColor).
drawImage(QRect, QImage, QRect, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sourceRect of the given image into the targetRect rectangle in the paint device.
drawImage(QRectF, QImage) - Method in class com.trolltech.qt.gui.QPainter
Draws the given image into the given r.
drawInlineObject(QPainter, QRectF, QTextInlineObject, int, QTextFormat) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Called to draw the inline object object on the given painter within the rectangle specified by rect using the text format specified by format.
drawItemPixmap(QPainter, QRect, int, QPixmap) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
This function is reimplemented for internal reasons.
drawItemPixmap(QPainter, QRect, int, QPixmap) - Method in class com.trolltech.qt.gui.QStyle
Draws the given pixmap in the specified rect, according to the specified alignment, using the provided painter.
drawItemPixmap(QRect, int, QPixmap) - Method in class com.trolltech.qt.gui.QStylePainter
Draws the pixmap in rectangle r.
drawItems(QPainter, QGraphicsItemInterface[], QStyleOptionGraphicsItem[]) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to drawItems(painter, items, options, , 0).
drawItems(QPainter, QGraphicsItemInterface[], QStyleOptionGraphicsItem[], QWidget) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to drawItems(painter, items, options, widget, 0).
drawItems(QPainter, QGraphicsItemInterface[], QStyleOptionGraphicsItem[]) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to drawItems(painter, items, options, ).
drawItemText(QPainter, QRect, int, QPalette, boolean, String, QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
Draws the given text in the specified rect using the provided painter and pal.
drawItemText(QPainter, QRect, int, QPalette, boolean, String) - Method in class com.trolltech.qt.gui.QStyle
Equivalent to drawItemText(painter, rect, flags, pal, enabled, text, QPalette::NoRole).
drawItemText(QPainter, QRect, int, QPalette, boolean, String, QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QStyle
Draws the given text in the specified rect using the provided painter and pal.
drawItemText(QRect, int, QPalette, boolean, String) - Method in class com.trolltech.qt.gui.QStylePainter
Equivalent to drawItemText(r, flags, pal, enabled, text, QPalette::NoRole).
drawItemText(QRect, int, QPalette, boolean, String, QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QStylePainter
Draws the text in rectangle r and palette pal.
drawLine(QLine) - Method in class com.trolltech.qt.gui.QPainter
Draws a line defined by line.
drawLine(QPoint, QPoint) - Method in class com.trolltech.qt.gui.QPainter
Draws a line from p1 to p2.
drawLine(QPointF, QPointF) - Method in class com.trolltech.qt.gui.QPainter
Draws a line from p1 to p2.
drawLine(int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a line from (x1, y1) to (x2, y2) and sets the current pen position to (x2, y2).
drawLine(QLineF) - Method in class com.trolltech.qt.gui.QPainter
Draws a line defined by line.
drawLines(QLineF[]) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawLines(lines, ).
drawLines(QLine[]) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawLines(lines, ).
drawLines(List<QLine>) - Method in class com.trolltech.qt.gui.QPainter
Draws the set of lines defined by the list lines using the current pen and brush.
drawLinesF(List<QLineF>) - Method in class com.trolltech.qt.gui.QPainter
Draws the set of lines defined by the list lines using the current pen and brush.
drawLinesFromPoints(List<QPoint>) - Method in class com.trolltech.qt.gui.QPainter
Draws a line for each pair of points in the vector pointPairs using the current pen.
drawLinesFromPointsF(List<QPointF>) - Method in class com.trolltech.qt.gui.QPainter
Draws a line for each pair of points in the vector pointPairs using the current pen.
drawPath(QPainterPath) - Method in class com.trolltech.qt.gui.QPaintEngine
The default implementation ignores the path and does nothing.
drawPath(QPainterPath) - Method in class com.trolltech.qt.gui.QPainter
Draws the given painter path using the current pen for outline and the current brush for filling.
drawPicture(QPoint, QPicture) - Method in class com.trolltech.qt.gui.QPainter
Replays the given picture at the given p.
drawPicture(QPointF, QPicture) - Method in class com.trolltech.qt.gui.QPainter
Replays the given picture at the given p.
drawPicture(int, int, QPicture) - Method in class com.trolltech.qt.gui.QPainter
Draws the given picture at point (x, y).
drawPie(int, int, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the pie defined by the rectangle beginning at (x, y) with the specified w and h, and the given a and alen.
drawPie(QRect, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a pie defined by the given arg__1, a and and alen.
drawPie(QRectF, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a pie defined by the given rect, a and and alen.
drawPixmap(QRectF, QPixmap, QRectF) - Method in class com.trolltech.qt.gui.QPaintEngine
Reimplement this function to draw the part of the pm specified by the sr rectangle in the given r.
drawPixmap(QRect, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Draws the given pm into the given r.
drawPixmap(QPoint, QPixmap, QRect) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sr of the given pm with its origin at the given p.
drawPixmap(QRectF, QPixmap, QRectF) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sourceRect of the given pixmap into the given targetRect in the paint device.
drawPixmap(QPointF, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Draws the given pm with its origin at the given p.
drawPixmap(int, int, int, int, QPixmap, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion with the origin (sx, sy), width sw and height sh, of the given pm , at the point (x, y), with a width of w and a height of h.
drawPixmap(int, int, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Draws the given pm at position (x, y).
drawPixmap(QPoint, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Draws the given pm with its origin at the given p.
drawPixmap(QPointF, QPixmap, QRectF) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sr of the given pm with its origin at the given p.
drawPixmap(int, int, int, int, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Draws the pm into the rectangle at position (x, y) with the given w and h.
drawPixmap(int, int, QPixmap, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a pixmap at (x, y) by copying a part of the given pm into the paint device.
drawPixmap(QRect, QPixmap, QRect) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangular portion sourceRect of the given pixmap into the given targetRect in the paint device.
drawPoint(QPointF) - Method in class com.trolltech.qt.gui.QPainter
Draws a single point at the given pt using the current pen's color.
drawPoint(int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a single point at position (x, y).
drawPoint(QPoint) - Method in class com.trolltech.qt.gui.QPainter
Draws a single point at the given p using the current pen's color.
drawPoints(QPointF[]) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawPoints(points, ).
drawPoints(QPoint[]) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawPoints(points, ).
drawPoints(QPolygon) - Method in class com.trolltech.qt.gui.QPainter
Draws the points in the vector points.
drawPoints(QPolygonF) - Method in class com.trolltech.qt.gui.QPainter
Draws the points in the vector points.
drawPolygon(QPointF[], QPaintEngine.PolygonDrawMode) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawPolygon(points, mode, ).
drawPolygon(QPoint[], QPaintEngine.PolygonDrawMode) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawPolygon(points, mode, ).
drawPolygon(QPolygonF) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawPolygon(polygon, Qt::OddEvenFill).
drawPolygon(QPolygonF, Qt.FillRule) - Method in class com.trolltech.qt.gui.QPainter
Draws the polygon defined by the given polygon using the fill rule fillRule.
drawPolygon(QPolygon) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawPolygon(polygon, Qt::OddEvenFill).
drawPolygon(QPolygon, Qt.FillRule) - Method in class com.trolltech.qt.gui.QPainter
Draws the polygon defined by the given polygon using the fill rule fillRule.
drawPolyline(QPolygon) - Method in class com.trolltech.qt.gui.QPainter
Draws the polyline defined by the given polygon using the current pen.
drawPolyline(QPolygonF) - Method in class com.trolltech.qt.gui.QPainter
Draws the polyline defined by the given polyline using the current pen.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCDEStyle
Draws the given primitive pe with the provided p using the style options specified by opt.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
Draws the given primitive elem with the provided painter using the style options specified by option.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QCommonStyle
Draws the given primitive pe with the provided p using the style options specified by opt.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QMotifStyle
Draws the given primitive pe with the provided p using the style options specified by opt.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
Draws the given primitive element with the provided painter using the style options specified by option.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter) - Method in class com.trolltech.qt.gui.QStyle
Equivalent to drawPrimitive(pe, opt, p, 0).
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QStyle
Draws the given primitive pe with the provided p using the style options specified by opt.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption) - Method in class com.trolltech.qt.gui.QStylePainter
Use the widget's style to draw a primitive element pe specified by QStyleOption opt.
drawPrimitive(QStyle.PrimitiveElement, QStyleOption, QPainter, QWidget) - Method in class com.trolltech.qt.gui.QWindowsStyle
Draws the given primitive pe with the provided p using the style options specified by opt.
drawRect(int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a rectangle with upper left corner at (x1, y1) and with the given w and h.
drawRect(QRectF) - Method in class com.trolltech.qt.gui.QPainter
Draws the current rect with the current pen and brush.
drawRect(QRect) - Method in class com.trolltech.qt.gui.QPainter
Draws the current rect with the current pen and brush.
drawRects(QRect[]) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawRects(rects, ).
drawRects(QRectF[]) - Method in class com.trolltech.qt.gui.QPaintEngine
Equivalent to drawRects(rects, ).
drawRects(List<QRect>) - Method in class com.trolltech.qt.gui.QPainter
Draws the given rectangles using the current pen and brush.
drawRectsF(List<QRectF>) - Method in class com.trolltech.qt.gui.QPainter
Draws the given rectangles using the current pen and brush.
drawRoundRect(QRect, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawRoundRect(r, xround, 25).
drawRoundRect(QRect) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawRoundRect(r, 25, 25).
drawRoundRect(QRect, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangle r with rounded corners.
drawRoundRect(QRectF, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawRoundRect(r, xround, 25).
drawRoundRect(QRectF) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawRoundRect(r, 25, 25).
drawRoundRect(QRectF, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a rectangle r with rounded corners.
drawRoundRect(int, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawRoundRect(x, y, w, h, arg__5, 25).
drawRoundRect(int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawRoundRect(x, y, w, h, 25, 25).
drawRoundRect(int, int, int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws the rectangle x, y, w, h with rounded corners.
drawRow(QPainter, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Draws the row in the tree view that contains the model item index, using the painter given.
drawText(QRectF, String) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawText(r, text, QTextOption()).
drawText(QRectF, String, QTextOption) - Method in class com.trolltech.qt.gui.QPainter
Draws the given text in the r specified using the o to control its positioning and orientation.
drawText(int, int, String) - Method in class com.trolltech.qt.gui.QPainter
Draws the given s at position (x, y), using the painter's currently defined text direction.
drawText(QPointF, String) - Method in class com.trolltech.qt.gui.QPainter
Draws the given s with the currently defined text direction, beginning at the given p.
drawText(QPoint, String) - Method in class com.trolltech.qt.gui.QPainter
Draws the given s with the currently defined text direction, beginning at the given p.
drawText(QRect, int, String, QRect) - Method in class com.trolltech.qt.gui.QPainter
Draws the given text within the provided rectangle.
drawText(QRect, int, String) - Method in class com.trolltech.qt.gui.QPainter
This is an overloaded function provided for convenience.
drawText(QRectF, int, String, QRectF) - Method in class com.trolltech.qt.gui.QPainter
Draws the given text within the provided rectangle.
drawText(QRectF, int, String) - Method in class com.trolltech.qt.gui.QPainter
This is an overloaded method provided for convenience.
drawText(int, int, int, int, int, String, QRect) - Method in class com.trolltech.qt.gui.QPainter
Draws the given text within the rectangle with origin (x, y), width and height.
drawText(int, int, int, int, int, String) - Method in class com.trolltech.qt.gui.QPainter
This is an overloaded method provided for convenience.
drawTextItem(QPointF, QTextItem) - Method in class com.trolltech.qt.gui.QPaintEngine
This function draws the text item textItem at position p.
drawTextItem(int, int, QTextItem) - Method in class com.trolltech.qt.gui.QPainter
drawTextItem(QPoint, QTextItem) - Method in class com.trolltech.qt.gui.QPainter
drawTextItem(QPointF, QTextItem) - Method in class com.trolltech.qt.gui.QPainter
drawTiledPixmap(QRectF, QPixmap, QPointF) - Method in class com.trolltech.qt.gui.QPaintEngine
Reimplement this function to draw the pixmap in the given r, starting at the given s.
drawTiledPixmap(QRectF, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawTiledPixmap(rect, pm, QPointF()).
drawTiledPixmap(QRectF, QPixmap, QPointF) - Method in class com.trolltech.qt.gui.QPainter
Draws a tiled pm, inside the given rect with its origin at the given offset.
drawTiledPixmap(int, int, int, int, QPixmap, int) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawTiledPixmap(x, y, w, h, arg__5, sx, 0).
drawTiledPixmap(int, int, int, int, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawTiledPixmap(x, y, w, h, arg__5, 0, 0).
drawTiledPixmap(int, int, int, int, QPixmap, int, int) - Method in class com.trolltech.qt.gui.QPainter
Draws a tiled arg__5 in the specified rectangle.
drawTiledPixmap(QRect, QPixmap) - Method in class com.trolltech.qt.gui.QPainter
Equivalent to drawTiledPixmap(arg__1, arg__2, QPoint()).
drawTiledPixmap(QRect, QPixmap, QPoint) - Method in class com.trolltech.qt.gui.QPainter
Draws a tiled arg__2, inside the given arg__1 with its origin at the given arg__3.
drawTree(QPainter, QRegion) - Method in class com.trolltech.qt.gui.QTreeView
Draws the part of the tree intersecting the given region using the specified painter.
driver() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the database driver used to access the database connection.
driver() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the database driver associated with the query.
driver() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the driver associated with the result.
driverName() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the connection's driver name.
drivers() - Static method in class com.trolltech.qt.sql.QSqlDatabase
Returns a list of all the available database drivers.
driverText() - Method in class com.trolltech.qt.sql.QSqlError
Returns the text of the error as reported by the driver.
drives() - Static method in class com.trolltech.qt.core.QDir
Returns a list of the root directories on this system.
drives() - Static method in class com.trolltech.qt.core.QFSFileEngine
Returns the list of drives in the file system as a list of QFileInfo objects.
dropAction() - Method in class com.trolltech.qt.gui.QDropEvent
Returns the action to be performed on the data by the target.
dropAction() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Returns the action that was performed in this drag and drop.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive drop events for this item.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when a drop event occurs over the widget.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive drop events (passed in arg__1), for the viewport widget.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive drop events for this item.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive drop events for this item.
dropEvent(QGraphicsSceneDragDropEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive drop events for this item.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive drop events for this item.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive drop events for this item.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive drop events for the scene.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QListWidget
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QTableWidget
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QTreeWidget
This function is reimplemented for internal reasons.
dropEvent(QDropEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler is called when the drag is dropped on this widget.
dropEvent(QGraphicsSceneDragDropEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive drop events for this item.
dropIndicatorPosition() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the position of the drop indicator in relation to the closest item.
dropMimeData(QMimeData, Qt.DropAction, int, int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Handles the data supplied by a drag and drop operation that ended with the given action.
dropMimeData(QMimeData, Qt.DropAction, int, int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractListModel
This function is reimplemented for internal reasons.
dropMimeData(QMimeData, Qt.DropAction, int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractTableModel
This function is reimplemented for internal reasons.
dropMimeData(QMimeData, Qt.DropAction, int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Handles the data supplied by a drag and drop operation that ended with the given action over the row in the model specified by the row and column and by the parent index.
dropMimeData(int, QMimeData, Qt.DropAction) - Method in class com.trolltech.qt.gui.QListWidget
Handles the data supplied by a drag and drop operation that ended with the given action in the given index.
dropMimeData(QMimeData, Qt.DropAction, int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Returns true if the model accepts the data dropped onto an attached view for the specified action; otherwise returns false.
dropMimeData(QMimeData, Qt.DropAction, int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
dropMimeData(int, int, QMimeData, Qt.DropAction) - Method in class com.trolltech.qt.gui.QTableWidget
Handles the data supplied by a drag and drop operation that ended with the given action in the given row and column.
dropMimeData(QTreeWidgetItem, int, QMimeData, Qt.DropAction) - Method in class com.trolltech.qt.gui.QTreeWidget
Handles the data supplied by a drag and drop operation that ended with the given action in the index in the given parent item.
DTDHandler() - Method in class com.trolltech.qt.xml.QXmlReader
Returns the DTD handler or 0 if none was set.
DTDHandler() - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
dumpObjectInfo() - Method in class com.trolltech.qt.core.QObject
Dumps information about signal connections, etc.
dumpObjectTree() - Method in class com.trolltech.qt.core.QObject
Dumps a tree of children to the debug output.
duplicatesEnabled() - Method in class com.trolltech.qt.gui.QComboBox
Returns whether the user can enter duplicate items into the combobox.
duration() - Method in class com.trolltech.qt.core.QTimeLine
Returns the total duration of the timeline in milliseconds..
dx() - Method in class com.trolltech.qt.gui.QLine
Returns the horizontal component of the line's vector.
dx() - Method in class com.trolltech.qt.gui.QLineF
Returns the horizontal component of the line's vector.
dx() - Method in class com.trolltech.qt.gui.QMatrix
Returns the horizontal translation factor.
dx() - Method in class com.trolltech.qt.gui.QTransform
Returns the horizontal translation factor.
dy() - Method in class com.trolltech.qt.gui.QLine
Returns the vertical component of the line's vector.
dy() - Method in class com.trolltech.qt.gui.QLineF
Returns the vertical component of the line's vector.
dy() - Method in class com.trolltech.qt.gui.QMatrix
Returns the vertical translation factor.
dy() - Method in class com.trolltech.qt.gui.QTransform
Returns the vertical translation factor.
dynamicPropertyNames() - Method in class com.trolltech.qt.core.QObject
Returns the names of all properties that were dynamically added to the object using setProperty().
dynamicSortFilter() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns whether the proxy model is dynamically sorted and filtered whenever the contents of the source model change.

E

echoMode() - Method in class com.trolltech.qt.gui.QLineEdit
Returns the line edit's echo mode.
edit(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
Starts editing the item corresponding to the given index if it is editable.
edit(QModelIndex, QAbstractItemView.EditTrigger, QEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
Starts editing the item at index, creating an editor if necessary, and returns true if the view's State is now EditingState; otherwise returns false.
editable() - Method in class com.trolltech.qt.gui.QStyleOptionComboBox
Returns whether or not the combobox is editable or not.
editingFinished - Variable in class com.trolltech.qt.gui.QAbstractSpinBox
This signal is emitted editing is finished.
editingFinished - Variable in class com.trolltech.qt.gui.QLineEdit
This signal is emitted when the Return or Enter key is pressed or the line edit loses focus.
editItem(QListWidgetItem) - Method in class com.trolltech.qt.gui.QListWidget
Starts editing the item if it is editable.
editItem(QTableWidgetItem) - Method in class com.trolltech.qt.gui.QTableWidget
Starts editing the item if it is editable.
editItem(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Equivalent to editItem(item, 0).
editItem(QTreeWidgetItem, int) - Method in class com.trolltech.qt.gui.QTreeWidget
Starts editing the item in the given column if it is editable.
editorDestroyed(QObject) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called when the given editor has been destroyed.
editorEvent(QEvent, QAbstractItemModel, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemDelegate
Whenever an event occurs, this function is called with the event model option and the index that corresponds to the item being edited.
editorEvent(QEvent, QAbstractItemModel, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QItemDelegate
This function is reimplemented for internal reasons.
EditRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
The data in a form suitable for editing in an editor.
editStrategy() - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns the current edit strategy.
editTextChanged - Variable in class com.trolltech.qt.gui.QComboBox
This signal is emitted when the text in the combobox's line edit widget is changed.
editTriggers() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns which actions will initiate item editing.
elapsed() - Method in class com.trolltech.qt.core.QTime
Returns the number of milliseconds that have elapsed since the last time start or restart was called.
elementAt(int) - Method in class com.trolltech.qt.gui.QPainterPath
Returns the element at the given i in the painter path.
elementById(String) - Method in class com.trolltech.qt.xml.QDomDocument
Returns the element whose ID is equal to elementId.
elementCount() - Method in class com.trolltech.qt.gui.QPainterPath
Returns the number of path elements in the painter path.
elementExists(String) - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns true if the element with the given id exists in the currently parsed SVG file and is a renderable element.
elementId() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns the XML ID the element that is currently being renderer.
elementsByTagName(String) - Method in class com.trolltech.qt.xml.QDomDocument
Returns a QDomNodeList, that contains all the elements in the document with the name tagname.
elementsByTagName(String) - Method in class com.trolltech.qt.xml.QDomElement
Returns a QDomNodeList containing all descendent elements of this element that are called tagname.
elementsByTagNameNS(String, String) - Method in class com.trolltech.qt.xml.QDomDocument
Returns a QDomNodeList that contains all the elements in the document with the local name localName and a namespace URI of nsURI.
elementsByTagNameNS(String, String) - Method in class com.trolltech.qt.xml.QDomElement
Returns a QDomNodeList containing all the descendent elements of this element with the local name localName and the namespace URI nsURI.
elidedText(String, Qt.TextElideMode, int) - Method in class com.trolltech.qt.gui.QFontMetrics
Equivalent to elidedText(text, mode, width, 0).
elidedText(String, Qt.TextElideMode, int, int) - Method in class com.trolltech.qt.gui.QFontMetrics
If the string text is wider than width, returns an elided version of the string (i.e., a string with "..." in it).
elidedText(String, Qt.TextElideMode, double) - Method in class com.trolltech.qt.gui.QFontMetricsF
Equivalent to elidedText(text, mode, width, 0).
elidedText(String, Qt.TextElideMode, double, int) - Method in class com.trolltech.qt.gui.QFontMetricsF
If the string text is wider than width, returns an elided version of the string (i.e., a string with "..." in it).
elideMode() - Method in class com.trolltech.qt.gui.QTabBar
Returns how to elide text in the tab bar.
elideMode() - Method in class com.trolltech.qt.gui.QTabWidget
Returns how to elide text in the tab bar.
emit() - Method in class com.trolltech.qt.QSignalEmitter.Signal0
Emits the signal.
emit(A) - Method in class com.trolltech.qt.QSignalEmitter.Signal1
Emits the signal.
emit(A, B) - Method in class com.trolltech.qt.QSignalEmitter.Signal2
Emits the signal.
emit(A, B, C) - Method in class com.trolltech.qt.QSignalEmitter.Signal3
Emits the signal.
emit(A, B, C, D) - Method in class com.trolltech.qt.QSignalEmitter.Signal4
Emits the signal.
emit(A, B, C, D, E) - Method in class com.trolltech.qt.QSignalEmitter.Signal5
Emits the signal.
emit(A, B, C, D, E, F) - Method in class com.trolltech.qt.QSignalEmitter.Signal6
Emits the signal.
emit(A, B, C, D, E, F, G) - Method in class com.trolltech.qt.QSignalEmitter.Signal7
Emits the signal.
emit(A, B, C, D, E, F, G, H) - Method in class com.trolltech.qt.QSignalEmitter.Signal8
Emits the signal.
emit(A, B, C, D, E, F, G, H, I) - Method in class com.trolltech.qt.QSignalEmitter.Signal9
Emits the signal.
emitSelectionChanged(QItemSelection, QItemSelection) - Method in class com.trolltech.qt.gui.QItemSelectionModel
Compares the two selections newSelection and oldSelection and emits selectionChanged with the deselected and selected items.
empty() - Method in class com.trolltech.qt.gui.QItemSelection
This function is provided for STL compatibility.
empty() - Method in class com.trolltech.qt.gui.QPolygon
This function is provided for STL compatibility.
empty() - Method in class com.trolltech.qt.gui.QPolygonF
This function is provided for STL compatibility.
empty() - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
This function is provided for STL compatibility.
emptyLabel() - Method in class com.trolltech.qt.gui.QUndoView
Returns the label used for the empty state..
enabledOptions() - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Returns the set of enabled options in this dialog.
encodeData(List<QModelIndex>, QDataStream) - Method in class com.trolltech.qt.core.QAbstractItemModel
encodedQuery() - Method in class com.trolltech.qt.core.QUrl
Returns the query string of the URL in percent encoded form.
encodeName(String) - Static method in class com.trolltech.qt.core.QFile
By default, this function converts fileName to the local 8-bit encoding determined by the user's locale.
end(boolean) - Method in class com.trolltech.qt.gui.QLineEdit
Moves the text cursor to the end of the line unless it is already there.
end() - Method in class com.trolltech.qt.gui.QPaintEngine
Reimplement this function to finish painting on the current paint device.
end() - Method in class com.trolltech.qt.gui.QPainter
Ends painting.
end() - Method in class com.trolltech.qt.gui.QTextBlock
Returns a text block iterator pointing to the end of the text block.
end() - Method in class com.trolltech.qt.gui.QTextDocument
This function returns a block to test for the end of the document while iterating over it.
end() - Method in class com.trolltech.qt.gui.QTextFrame
Returns an iterator pointing to the last document element inside the frame.
end() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns a frame iterator pointing to the end of the table's cell.
endArray() - Method in class com.trolltech.qt.core.QSettings
Closes the array that was started using beginReadArray or beginWriteArray.
endCDATA() - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
endCDATA() - Method in class com.trolltech.qt.xml.QXmlLexicalHandler
The reader calls this function to report the end of a CDATA section.
endCDATA() - Method in interface com.trolltech.qt.xml.QXmlLexicalHandlerInterface
The reader calls this function to report the end of a CDATA section.
endDocument() - Method in class com.trolltech.qt.xml.QXmlContentHandler
The reader calls this function after it has finished parsing.
endDocument() - Method in interface com.trolltech.qt.xml.QXmlContentHandlerInterface
The reader calls this function after it has finished parsing.
endDocument() - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
endDTD() - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
endDTD() - Method in class com.trolltech.qt.xml.QXmlLexicalHandler
The reader calls this function to report the end of a DTD declaration, if any.
endDTD() - Method in interface com.trolltech.qt.xml.QXmlLexicalHandlerInterface
The reader calls this function to report the end of a DTD declaration, if any.
endEditBlock() - Method in class com.trolltech.qt.gui.QTextCursor
Indicates the end of a block of editing operations on the document that should appear as a single operation from an undo/redo point of view.
endElement(String, String, String) - Method in class com.trolltech.qt.xml.QXmlContentHandler
The reader calls this function when it has parsed an end element tag with the qualified name qName, the local name localName and the namespace URI namespaceURI.
endElement(String, String, String) - Method in interface com.trolltech.qt.xml.QXmlContentHandlerInterface
The reader calls this function when it has parsed an end element tag with the qualified name qName, the local name localName and the namespace URI namespaceURI.
endElement(String, String, String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
endEntity(String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
endEntity(String) - Method in class com.trolltech.qt.xml.QXmlLexicalHandler
The reader calls this function to report the end of an entity called name.
endEntity(String) - Method in interface com.trolltech.qt.xml.QXmlLexicalHandlerInterface
The reader calls this function to report the end of an entity called name.
endEntryList() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
endFrame() - Method in class com.trolltech.qt.core.QTimeLine
Returns the end frame, which is the frame corresponding to the end of the timeline (i.e., the frame for which the current value is 1).
endGroup() - Method in class com.trolltech.qt.core.QSettings
Resets the group to what it was before the corresponding beginGroup call.
endInsertColumns() - Method in class com.trolltech.qt.core.QAbstractItemModel
Ends a column insertion operation.
endInsertRows() - Method in class com.trolltech.qt.core.QAbstractItemModel
Ends a row insertion operation.
endLayout() - Method in class com.trolltech.qt.gui.QTextLayout
Ends the layout process.
endMacro() - Method in class com.trolltech.qt.gui.QUndoStack
Ends composition of a macro command.
EndOfData() - Static method in class com.trolltech.qt.xml.QXmlInputSource
Returns true if the end of the available data has been met.
EndOfDocument() - Static method in class com.trolltech.qt.xml.QXmlInputSource
Returns true if the end of the XML document has been reached.
endPrefixMapping(String) - Method in class com.trolltech.qt.xml.QXmlContentHandler
The reader calls this function to signal the end of a prefix mapping for the prefix prefix.
endPrefixMapping(String) - Method in interface com.trolltech.qt.xml.QXmlContentHandlerInterface
The reader calls this function to signal the end of a prefix mapping for the prefix prefix.
endPrefixMapping(String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
endRemoveColumns() - Method in class com.trolltech.qt.core.QAbstractItemModel
Ends a column removal operation.
endRemoveRows() - Method in class com.trolltech.qt.core.QAbstractItemModel
Ends a row removal operation.
endsWith(QByteArray) - Method in class com.trolltech.qt.core.QByteArray
Returns true if this byte array ends with byte array a; otherwise returns false.
endsWith(byte) - Method in class com.trolltech.qt.core.QByteArray
Returns true if this byte array ends with character c; otherwise returns false.
endsWith(String) - Method in class com.trolltech.qt.core.QByteArray
Returns true if this QByteArray ends with str; otherwise, returns false.
ensureCursorVisible() - Method in class com.trolltech.qt.gui.QTextEdit
Ensures that the cursor is visible by scrolling the text edit if necessary.
ensurePolished() - Method in class com.trolltech.qt.gui.QWidget
Ensures that the widget has been polished by QStyle (i.e., has a proper font and palette).
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(double, double, double, double, int) - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to ensureVisible(x, y, w, h, xmargin, 50).
ensureVisible(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to ensureVisible(x, y, w, h, 50, 50).
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureVisible(QRectF, int) - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to ensureVisible(rect, xmargin, 50).
ensureVisible(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to ensureVisible(rect, 50, 50).
ensureVisible() - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to ensureVisible(QRectF(), 50, 50).
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.gui.QGraphicsItem
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(double, double, double, double, int, int) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureVisible(QRectF, int, int) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(QRectF, int) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to ensureVisible(rect, xmargin, 50).
ensureVisible(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to ensureVisible(rect, 50, 50).
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
Scrolls the contents of the viewport so that the scene rectangle rect is visible, with margins specified in pixels by xmargin and ymargin.
ensureVisible(QGraphicsItemInterface, int) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to ensureVisible(item, xmargin, 50).
ensureVisible(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to ensureVisible(item, 50, 50).
ensureVisible(QGraphicsItemInterface, int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
Scrolls the contents of the viewport so that the center of item item is visible, with margins specified in pixels by xmargin and ymargin.
ensureVisible(double, double, double, double, int) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to ensureVisible(x, y, w, h, xmargin, 50).
ensureVisible(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to ensureVisible(x, y, w, h, 50, 50).
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
ensureVisible(int, int, int) - Method in class com.trolltech.qt.gui.QScrollArea
Equivalent to ensureVisible(x, y, xmargin, 50).
ensureVisible(int, int) - Method in class com.trolltech.qt.gui.QScrollArea
Equivalent to ensureVisible(x, y, 50, 50).
ensureVisible(int, int, int, int) - Method in class com.trolltech.qt.gui.QScrollArea
Scrolls the contents of the scroll area so that the point (x, y) is visible inside the region of the viewport with margins specified in pixels by xmargin and ymargin.
ensureVisible(QRectF, int, int) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
If this item is part of a scene that is viewed by a QGraphicsView, this convenience function will attempt to scroll the view to ensure that rect is visible inside the view's viewport.
ensureVisible(double, double, double, double, int, int) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling ensureVisible(QRectF(x, y, w, h), xmargin, ymargin):
ensureWidgetVisible(QWidget, int) - Method in class com.trolltech.qt.gui.QScrollArea
Equivalent to ensureWidgetVisible(childWidget, xmargin, 50).
ensureWidgetVisible(QWidget) - Method in class com.trolltech.qt.gui.QScrollArea
Equivalent to ensureWidgetVisible(childWidget, 50, 50).
ensureWidgetVisible(QWidget, int, int) - Method in class com.trolltech.qt.gui.QScrollArea
Scrolls the contents of the scroll area so that the childWidget of QScrollArea::widget() is visible inside the viewport with margins specified in pixels by xmargin and ymargin.
entered - Variable in class com.trolltech.qt.gui.QAbstractItemView
This signal is emitted when the mouse cursor enters the item specified by index.
enterEvent(QEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
enterEvent(QEvent) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
enterEvent(QEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented in a subclass to receive widget enter events which are passed in the arg__1 parameter.
enterWhatsThisMode() - Static method in class com.trolltech.qt.gui.QWhatsThis
This function switches the user interface into "What's This?" mode.
entities() - Method in class com.trolltech.qt.xml.QDomDocumentType
Returns a map of all entities described in the DTD.
entityDeclarations() - Method in class com.trolltech.qt.xml.QXmlStreamReader
If the state() is DTD, this function returns the DTD's unparsed (external) entity declarations.
entityResolver() - Method in class com.trolltech.qt.xml.QXmlReader
Returns the entity resolver or 0 if none was set.
entityResolver() - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
entryColor(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the QRgb value in the colorcell with index idx.
entryColor(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the QRgb value in the colorcell with index idx.
entryInfoList(List<String>, QDir.Filters, QDir.SortFlag...) - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryInfoList(List<String>, QDir.Filters) - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryInfoList(List<String>) - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryInfoList(List<String>, QDir.Filters, QDir.SortFlags) - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryInfoList(QDir.Filters, QDir.SortFlag...) - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryInfoList(QDir.Filters) - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryInfoList() - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryInfoList(QDir.Filters, QDir.SortFlags) - Method in class com.trolltech.qt.core.QDir
Returns a list of QFileInfo objects for all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryList(QDir.Filters, List<String>) - Method in class com.trolltech.qt.core.QAbstractFileEngine
Requests that a list of all the files matching the filters list based on the filterNames in the file engine's directory are returned.
entryList(List<String>, QDir.Filters, QDir.SortFlag...) - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryList(List<String>, QDir.Filters) - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryList(List<String>) - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryList(List<String>, QDir.Filters, QDir.SortFlags) - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryList(QDir.Filters, QDir.SortFlag...) - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryList(QDir.Filters) - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryList() - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters() and setFilter(), and sorted according to the flags set with setSorting().
entryList(QDir.Filters, QDir.SortFlags) - Method in class com.trolltech.qt.core.QDir
Returns a list of the names of all the files and directories in the directory, ordered according to the name and attribute filters previously set with setNameFilters and setFilter, and sorted according to the flags set with setSorting.
entryList(QDir.Filters, List<String>) - Method in class com.trolltech.qt.core.QFSFileEngine
Requests that a list of all the files matching the filters list based on the filterNames in the file engine's directory are returned.
entryRgb(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the QRgb value in the colorcell with index idx.
entryRgb(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the QRgb value in the colorcell with index idx.
environment() - Method in class com.trolltech.qt.core.QProcess
Returns the environment that QProcess will use when starting a process, or an empty QStringList if no environment has been set using setEnvironment.
equal(QUrlInfo, QUrlInfo, int) - Static method in class com.trolltech.qt.network.QUrlInfo
Returns true if i1 equals to i2; otherwise returns false.
equals(Object) - Method in class com.trolltech.qt.core.QBitArray
equals(Object) - Method in class com.trolltech.qt.core.QByteArray
equals(Object) - Method in class com.trolltech.qt.core.QDate
equals(Object) - Method in class com.trolltech.qt.core.QDateTime
equals(Object) - Method in class com.trolltech.qt.core.QDir
equals(Object) - Method in class com.trolltech.qt.core.QFileInfo
equals(Object) - Method in class com.trolltech.qt.core.QLocale
equals(Object) - Method in class com.trolltech.qt.core.QModelIndex
Compares this model index to another
equals(Object) - Method in class com.trolltech.qt.core.QPersistentModelIndex
equals(Object) - Method in class com.trolltech.qt.core.QPoint
equals(Object) - Method in class com.trolltech.qt.core.QPointF
equals(Object) - Method in class com.trolltech.qt.core.QRect
equals(Object) - Method in class com.trolltech.qt.core.QRectF
equals(Object) - Method in class com.trolltech.qt.core.QRegExp
equals(Object) - Method in class com.trolltech.qt.core.QSize
equals(Object) - Method in class com.trolltech.qt.core.QSizeF
equals(Object) - Method in class com.trolltech.qt.core.QTime
equals(Object) - Method in class com.trolltech.qt.core.QUrl
equals(Object) - Method in class com.trolltech.qt.core.QUuid
equals(Object) - Method in class com.trolltech.qt.gui.QBrush
equals(Object) - Method in class com.trolltech.qt.gui.QColor
equals(Object) - Method in class com.trolltech.qt.gui.QFont
equals(Object) - Method in class com.trolltech.qt.gui.QFontMetrics
equals(Object) - Method in class com.trolltech.qt.gui.QFontMetricsF
equals(Object) - Method in class com.trolltech.qt.gui.QGradient
equals(Object) - Method in class com.trolltech.qt.gui.QImage
equals(Object) - Method in class com.trolltech.qt.gui.QItemSelection
equals(Object) - Method in class com.trolltech.qt.gui.QItemSelectionRange
equals(Object) - Method in class com.trolltech.qt.gui.QKeySequence
equals(Object) - Method in class com.trolltech.qt.gui.QLine
equals(Object) - Method in class com.trolltech.qt.gui.QLineF
equals(Object) - Method in class com.trolltech.qt.gui.QMatrix
equals(Object) - Method in class com.trolltech.qt.gui.QPainterPath
equals(Object) - Method in class com.trolltech.qt.gui.QPainterPath_Element
equals(Object) - Method in class com.trolltech.qt.gui.QPalette
equals(Object) - Method in class com.trolltech.qt.gui.QPen
equals(Object) - Method in class com.trolltech.qt.gui.QPolygon
equals(Object) - Method in class com.trolltech.qt.gui.QPolygonF
equals(Object) - Method in class com.trolltech.qt.gui.QRegion
equals(Object) - Method in class com.trolltech.qt.gui.QSizePolicy
equals(Object) - Method in class com.trolltech.qt.gui.QTextBlock
equals(Object) - Method in class com.trolltech.qt.gui.QTextBlock_iterator
equals(Object) - Method in class com.trolltech.qt.gui.QTextCursor
equals(Object) - Method in class com.trolltech.qt.gui.QTextFormat
equals(Object) - Method in class com.trolltech.qt.gui.QTextFragment
equals(Object) - Method in class com.trolltech.qt.gui.QTextFrame_iterator
equals(Object) - Method in class com.trolltech.qt.gui.QTextLength
equals(Object) - Method in class com.trolltech.qt.gui.QTextTableCell
equals(Object) - Method in class com.trolltech.qt.gui.QTransform
equals(Object) - Method in class com.trolltech.qt.network.QAuthenticator
equals(Object) - Method in class com.trolltech.qt.network.QHostAddress
equals(Object) - Method in class com.trolltech.qt.network.QUrlInfo
equals(Object) - Method in class com.trolltech.qt.opengl.QGLFormat
equals(Object) - Method in class com.trolltech.qt.opengl.QGLFormat
equals(Object) - Method in class com.trolltech.qt.QFlags
equals(Object) - Method in class com.trolltech.qt.QPair
Returns true if this pair is the same as the other pair.
equals(Object) - Method in class com.trolltech.qt.sql.QSqlField
equals(Object) - Method in class com.trolltech.qt.sql.QSqlRecord
equals(Object) - Method in class com.trolltech.qt.xml.QDomImplementation
equals(Object) - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
equals(Object) - Method in class com.trolltech.qt.xml.QDomNode
equals(Object) - Method in class com.trolltech.qt.xml.QDomNodeList
equals(Object) - Method in class com.trolltech.qt.xml.QXmlStreamAttribute
equals(Object) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
equals(Object) - Method in class com.trolltech.qt.xml.QXmlStreamEntityDeclaration
equals(Object) - Method in class com.trolltech.qt.xml.QXmlStreamNamespaceDeclaration
equals(Object) - Method in class com.trolltech.qt.xml.QXmlStreamNotationDeclaration
eraseRect(int, int, int, int) - Method in class com.trolltech.qt.gui.QPainter
Erases the area inside the rectangle beginning at (x, y) with the given w and h.
eraseRect(QRectF) - Method in class com.trolltech.qt.gui.QPainter
Erases the area inside the given arg__1.
eraseRect(QRect) - Method in class com.trolltech.qt.gui.QPainter
Erases the area inside the given arg__1.
error() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Returns the QFile::FileError that resulted from the last failed operation.
error() - Method in class com.trolltech.qt.core.QFile
Returns the file error status.
error - Variable in class com.trolltech.qt.core.QProcess
This signal is emitted when an error occurs with the process.
error() - Method in class com.trolltech.qt.core.QProcess
Returns the type of error that occurred last.
error() - Method in class com.trolltech.qt.gui.QImageReader
Returns the type of error that occurred last.
error() - Method in class com.trolltech.qt.gui.QImageWriter
Returns the type of error that last occurred.
error - Variable in class com.trolltech.qt.gui.QMovie
This signal is emitted by QMovie when the error error occurred during playback.
error - Variable in class com.trolltech.qt.network.QAbstractSocket
This signal is emitted after an error occurred.
error() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the type of error that last occurred.
error() - Method in class com.trolltech.qt.network.QFtp
Returns the last error that occurred.
error() - Method in class com.trolltech.qt.network.QHostInfo
Returns the type of error that occurred if the host name lookup failed; otherwise returns NoError.
error() - Method in class com.trolltech.qt.network.QHttp
Returns the last error that occurred.
error(QXmlParseException) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
error(QXmlParseException) - Method in class com.trolltech.qt.xml.QXmlErrorHandler
A reader might use this function to report a recoverable error.
error(QXmlParseException) - Method in interface com.trolltech.qt.xml.QXmlErrorHandlerInterface
A reader might use this function to report a recoverable error.
error() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the type of the current error, or NoError if no error occurred.
errorColumn - Variable in class com.trolltech.qt.xml.QDomDocument.Result
 
errorHandler() - Method in class com.trolltech.qt.xml.QXmlReader
Returns the error handler or 0 if none is set.
errorHandler() - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
errorLine - Variable in class com.trolltech.qt.xml.QDomDocument.Result
 
errorMessage - Variable in class com.trolltech.qt.xml.QDomDocument.Result
 
errorString() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Returns the human-readable message appropriate to the current error reported by error.
errorString() - Method in class com.trolltech.qt.core.QIODevice
Returns a human-readable description of the last device error that occurred.
errorString() - Method in class com.trolltech.qt.core.QRegExp
Returns a text string that explains why a regexp pattern is invalid the case being; otherwise returns "no error occurred".
errorString() - Method in class com.trolltech.qt.core.QUrl
Returns a text string that explains why an URL is invalid in the case being; otherwise returns an empty string.
errorString() - Method in class com.trolltech.qt.gui.QImageReader
Returns a human readable description of the last error that occurred.
errorString() - Method in class com.trolltech.qt.gui.QImageWriter
Returns a human readable description of the last error that occurred.
errorString() - Method in class com.trolltech.qt.network.QFtp
Returns a human-readable description of the last error that occurred.
errorString() - Method in class com.trolltech.qt.network.QHostInfo
If the lookup failed, this function returns a human readable description of the error; otherwise "Unknown error" is returned.
errorString() - Method in class com.trolltech.qt.network.QHttp
Returns a human-readable description of the last error that occurred.
errorString() - Method in class com.trolltech.qt.network.QTcpServer
Returns a human readable description of the last error that occurred.
errorString() - Method in class com.trolltech.qt.xml.QXmlContentHandler
The reader calls this function to get an error string, e.g. if any of the handler functions returns false.
errorString() - Method in interface com.trolltech.qt.xml.QXmlContentHandlerInterface
The reader calls this function to get an error string, e.g. if any of the handler functions returns false.
errorString() - Method in class com.trolltech.qt.xml.QXmlDeclHandler
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in interface com.trolltech.qt.xml.QXmlDeclHandlerInterface
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
errorString() - Method in class com.trolltech.qt.xml.QXmlDTDHandler
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in interface com.trolltech.qt.xml.QXmlDTDHandlerInterface
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in class com.trolltech.qt.xml.QXmlEntityResolver
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in interface com.trolltech.qt.xml.QXmlEntityResolverInterface
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in class com.trolltech.qt.xml.QXmlErrorHandler
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in interface com.trolltech.qt.xml.QXmlErrorHandlerInterface
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in class com.trolltech.qt.xml.QXmlLexicalHandler
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in interface com.trolltech.qt.xml.QXmlLexicalHandlerInterface
The reader calls this function to get an error string if any of the handler functions returns false.
errorString() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the error message that was set with raiseError.
escape(String) - Static method in class com.trolltech.qt.core.QRegExp
Returns the string str with every regexp special character escaped with a backslash.
escapeButton() - Method in class com.trolltech.qt.gui.QMessageBox
Returns the button that is activated when escape is pressed.
escapeIdentifier(String, QSqlDriver.IdentifierType) - Method in class com.trolltech.qt.sql.QSqlDriver
Returns the identifier escaped according to the database rules.
event(QEvent) - Method in class com.trolltech.qt.core.QCoreApplication
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.core.QObject
This virtual function receives events to an object and should return true if the event arg__1 was recognized and processed.
event(QEvent) - Method in class com.trolltech.qt.core.QSettings
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.core.QSocketNotifier
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QAbstractSlider
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QAction
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QApplication
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QCalendarWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QCheckBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QCompleter
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QDial
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QDialogButtonBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QDockWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QFocusFrame
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QFontComboBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QFrame
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
Processes the event event, and dispatches it to the respective event handlers.
event(QEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QLCDNumber
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QListWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QMainWindow
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QMdiArea
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QMessageBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QMotifStyle
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QProgressBar
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QPushButton
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QRadioButton
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QRubberBand
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QScrollArea
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QScrollBar
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QShortcut
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QSlider
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QSpinBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QSplashScreen
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QSplitter
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QSplitterHandle
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QStackedWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QStatusBar
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QSystemTrayIcon
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QTableWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QTabWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QToolBar
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QToolBox
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QTreeWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QWidget
This is the main event handler; it handles event arg__1.
event(QEvent) - Method in class com.trolltech.qt.gui.QWidgetAction
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QWizard
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.gui.QWorkspace
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.opengl.QGLWidget
This function is reimplemented for internal reasons.
event(QEvent) - Method in class com.trolltech.qt.opengl.QGLWidget
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.core.QObject
Filters events if this object has been installed as an event filter for the arg__1 object.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QCompleter
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QDialog
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QFocusFrame
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QItemDelegate
Returns true if the given object is a valid QWidget and the given event is handled; otherwise returns false.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QMdiArea
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QMotifStyle
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QScrollArea
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QWindowsStyle
This function is reimplemented for internal reasons.
eventFilter(QObject, QEvent) - Method in class com.trolltech.qt.gui.QWorkspace
This function is reimplemented for internal reasons.
exactMatch(String) - Method in class com.trolltech.qt.core.QRegExp
Returns true if str is matched exactly by this regular expression; otherwise returns false.
exactMatch() - Method in class com.trolltech.qt.gui.QFont
Returns true if a window system font exactly matching the settings of this font is available.
exactMatch() - Method in class com.trolltech.qt.gui.QFontInfo
Returns true if the matched window system font is exactly the same as the one specified by the font; otherwise returns false.
exclusive() - Method in class com.trolltech.qt.gui.QButtonGroup
Returns whether the button group is exclusive.
exec() - Static method in class com.trolltech.qt.core.QCoreApplication
Enters the main event loop and waits until exit is called.
exec(QEventLoop.ProcessEventsFlag...) - Method in class com.trolltech.qt.core.QEventLoop
Enters the main event loop and waits until exit is called.
exec() - Method in class com.trolltech.qt.core.QEventLoop
Equivalent to exec(AllEvents).
exec(QEventLoop.ProcessEventsFlags) - Method in class com.trolltech.qt.core.QEventLoop
Enters the main event loop and waits until exit is called.
exec() - Method in class com.trolltech.qt.gui.QAbstractPageSetupDialog
This virtual function is called to pop up the dialog.
exec() - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
This virtual function is called to pop up the dialog.
exec() - Static method in class com.trolltech.qt.gui.QApplication
Enters the main event loop and waits until exit is called or the main widget is destroyed, and returns the value that was set to exit (which is 0 if exit is called via quit).
exec() - Method in class com.trolltech.qt.gui.QDialog
Shows the dialog as a modal dialog, blocking until the user closes it.
exec(Qt.DropAction...) - Method in class com.trolltech.qt.gui.QDrag
Starts the drag and drop operation and returns a value indicating the requested drop action when it is completed.
exec() - Method in class com.trolltech.qt.gui.QDrag
Equivalent to exec(Qt::MoveAction).
exec(Qt.DropActions) - Method in class com.trolltech.qt.gui.QDrag
Starts the drag and drop operation and returns a value indicating the requested drop action when it is completed.
exec(Qt.DropActions, Qt.DropAction) - Method in class com.trolltech.qt.gui.QDrag
Starts the drag and drop operation and returns a value indicating the requested drop action when it is completed.
exec() - Method in class com.trolltech.qt.gui.QMenu
Executes this menu synchronously.
exec(QPoint) - Method in class com.trolltech.qt.gui.QMenu
Equivalent to exec(pos, 0).
exec(QPoint, QAction) - Method in class com.trolltech.qt.gui.QMenu
Executes this menu synchronously.
exec(List<QAction>, QPoint) - Static method in class com.trolltech.qt.gui.QMenu
Equivalent to exec(actions, pos, 0).
exec(List<QAction>, QPoint, QAction) - Static method in class com.trolltech.qt.gui.QMenu
Executes this menu synchronously.
exec() - Method in class com.trolltech.qt.gui.QPageSetupDialog
This function is reimplemented for internal reasons.
exec() - Method in class com.trolltech.qt.gui.QPrintDialog
This function is reimplemented for internal reasons.
exec() - Method in class com.trolltech.qt.sql.QSqlDatabase
Equivalent to exec(QString()).
exec(String) - Method in class com.trolltech.qt.sql.QSqlDatabase
Executes a SQL statement on the database and returns a QSqlQuery object.
exec(String) - Method in class com.trolltech.qt.sql.QSqlQuery
Executes the SQL in query.
exec() - Method in class com.trolltech.qt.sql.QSqlQuery
Executes a previously prepared SQL query.
exec() - Method in class com.trolltech.qt.sql.QSqlResult
Executes the query, returning true if successful; otherwise returns false.
execBatch() - Method in class com.trolltech.qt.sql.QSqlQuery
Equivalent to execBatch(ValuesAsRows).
execBatch(QSqlQuery.BatchExecutionMode) - Method in class com.trolltech.qt.sql.QSqlQuery
Executes a previously prepared SQL query in a batch.
execBatch() - Method in class com.trolltech.qt.sql.QSqlResult
Equivalent to execBatch(false).
execBatch(boolean) - Method in class com.trolltech.qt.sql.QSqlResult
execute(String) - Static method in class com.trolltech.qt.core.QProcess
Starts the program program in a new process.
execute(String, List<String>) - Static method in class com.trolltech.qt.core.QProcess
Starts the program program with the arguments arguments in a new process, waits for it to finish, and then returns the exit code of the process.
executeDelayedItemsLayout() - Method in class com.trolltech.qt.gui.QAbstractItemView
Executes the scheduled layouts without waiting for the event processing to begin.
executedQuery() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the last query that was successfully executed.
executedQuery() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the query that was actually executed.
exists(String) - Method in class com.trolltech.qt.core.QDir
Returns true if the file called name exists; otherwise returns false.
exists() - Method in class com.trolltech.qt.core.QDir
Returns true if the directory exists; otherwise returns false.
exists() - Method in class com.trolltech.qt.core.QFile
Returns true if the file specified by fileName exists; otherwise returns false.
exists(String) - Static method in class com.trolltech.qt.core.QFile
Returns true if the file specified by fileName exists; otherwise returns false.
exists() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if the file exists; otherwise returns false.
exit() - Static method in class com.trolltech.qt.core.QCoreApplication
Equivalent to exit(0).
exit(int) - Static method in class com.trolltech.qt.core.QCoreApplication
Tells the application to exit with a return code.
exit() - Method in class com.trolltech.qt.core.QEventLoop
Equivalent to exit(0).
exit(int) - Method in class com.trolltech.qt.core.QEventLoop
Tells the event loop to exit with a return code.
exitCode() - Method in class com.trolltech.qt.core.QProcess
Returns the exit code of the last process that finished.
exitStatus() - Method in class com.trolltech.qt.core.QProcess
Returns the exit status of the last process that finished.
expand(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Expands the model item specified by the index.
expandAll() - Method in class com.trolltech.qt.gui.QTreeView
Expands all expandable items.
expanded - Variable in class com.trolltech.qt.gui.QTreeView
This signal is emitted when the item specified by index is expanded.
expandedTo(QSize) - Method in class com.trolltech.qt.core.QSize
Returns a size holding the maximum width and height of this size and the given arg__1.
expandedTo(QSizeF) - Method in class com.trolltech.qt.core.QSizeF
Returns a size holding the maximum width and height of this size and the given arg__1.
expandingDirections() - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
expandingDirections() - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
expandingDirections() - Method in class com.trolltech.qt.gui.QLayout
Returns whether this layout can make use of more space than sizeHint.
expandingDirections() - Method in class com.trolltech.qt.gui.QLayoutItem
Returns whether this layout item can make use of more space than sizeHint.
expandingDirections() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Returns whether this layout item can make use of more space than sizeHint.
expandingDirections() - Method in class com.trolltech.qt.gui.QSizePolicy
Returns whether a widget can make use of more space than the QWidget::sizeHint() function indicates.
expandingDirections() - Method in class com.trolltech.qt.gui.QSpacerItem
This function is reimplemented for internal reasons.
expandingDirections() - Method in class com.trolltech.qt.gui.QWidgetItem
This function is reimplemented for internal reasons.
expandItem(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Expands the item.
expandToDepth(int) - Method in class com.trolltech.qt.gui.QTreeView
Expands all expandable items to the given depth.
exponential() - Method in class com.trolltech.qt.core.QLocale
Returns the exponential character of this locale.
exposedRect() - Method in class com.trolltech.qt.gui.QStyleOptionGraphicsItem
Returns the exposed rectangle, in item coordinates.
extension(Object) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsEllipseItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsItem
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
extension(Object) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsPathItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsRectItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
extension(Object) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
externalEntityDecl(String, String, String) - Method in class com.trolltech.qt.xml.QXmlDeclHandler
The reader calls this function to report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in interface com.trolltech.qt.xml.QXmlDeclHandlerInterface
The reader calls this function to report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
extraSelections() - Method in class com.trolltech.qt.gui.QTextEdit
Returns previously set extra selections.

F

fallbackLocale() - Method in class com.trolltech.qt.core.QSystemLocale
Returns a fallback locale, that will get used for everything that is not explicitly overridden by the system locale.
fallbacksEnabled() - Method in class com.trolltech.qt.core.QSettings
Returns true if fallbacks are enabled; returns false otherwise.
families() - Method in class com.trolltech.qt.gui.QFontDatabase
Returns a sorted list of the available font families.
families(QFontDatabase.WritingSystem) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns a sorted list of the available font families which support the writingSystem.
family() - Method in class com.trolltech.qt.gui.QFont
Returns the requested font family name, i.e. the name set in the constructor or the last setFont() call.
family() - Method in class com.trolltech.qt.gui.QFontInfo
Returns the family name of the matched window system font.
fatal(String) - Method in class com.trolltech.qt.core.QMessageHandler
Implement this method to be notified about fatal messages.
fatalError(QXmlParseException) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
fatalError(QXmlParseException) - Method in class com.trolltech.qt.xml.QXmlErrorHandler
A reader must use this function to report a non-recoverable error.
fatalError(QXmlParseException) - Method in interface com.trolltech.qt.xml.QXmlErrorHandlerInterface
A reader must use this function to report a non-recoverable error.
feature(String) - Method in class com.trolltech.qt.xml.QXmlReader
Equivalent to feature(name, 0).
feature(String) - Method in class com.trolltech.qt.xml.QXmlSimpleReader
Equivalent to feature(name, 0).
features() - Method in class com.trolltech.qt.gui.QDockWidget
Returns whether the dock widget is movable, closable, and floatable.
features() - Method in class com.trolltech.qt.gui.QStyleOptionButton
Returns a bitwise OR of the features that describe this button.
features() - Method in class com.trolltech.qt.gui.QStyleOptionFrameV2
Returns a bitwise OR of the features that describe this frame..
features() - Method in class com.trolltech.qt.gui.QStyleOptionGroupBox
Returns the features of the group box frame.
features() - Method in class com.trolltech.qt.gui.QStyleOptionToolBar
This variable holds whether the toolbar is movable or not.
features() - Method in class com.trolltech.qt.gui.QStyleOptionToolButton
Returns an OR combination of the tool button's features.
features() - Method in class com.trolltech.qt.gui.QStyleOptionViewItemV2
Returns a bitwise OR of the features that describe this view item.
featuresChanged - Variable in class com.trolltech.qt.gui.QDockWidget
This signal is emitted when the features property changes.
fetch(int) - Method in class com.trolltech.qt.sql.QSqlResult
Positions the result to an arbitrary (zero-based) row i.
fetchData() - Method in class com.trolltech.qt.xml.QXmlInputSource
This function reads more data from the device that was set during construction.
fetchFirst() - Method in class com.trolltech.qt.sql.QSqlResult
Positions the result to the first record (row 0) in the result.
fetchLast() - Method in class com.trolltech.qt.sql.QSqlResult
Positions the result to the last record (last row) in the result.
fetchMore(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Fetches any available data for the items with the parent specified by the parent index.
fetchMore(QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Fetches more child items of the given parent.
fetchMore(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
fetchMore(QModelIndex) - Method in class com.trolltech.qt.sql.QSqlQueryModel
Fetches more rows from a database.
fetchNext() - Method in class com.trolltech.qt.sql.QSqlResult
Positions the result to the next available record (row) in the result.
fetchPrevious() - Method in class com.trolltech.qt.sql.QSqlResult
Positions the result to the previous record (row) in the result.
field(String) - Method in class com.trolltech.qt.gui.QWizard
Returns the value of the field called name.
field(String) - Method in class com.trolltech.qt.gui.QWizardPage
Returns the value of the field called name.
field(int) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns the field at position i.
field(String) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns the field called name.
fieldAlignment() - Method in class com.trolltech.qt.core.QTextStream
Returns the current field alignment.
fieldIndex(String) - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns the index of the field fieldName.
fieldName(int) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns the name of the field at position i.
fieldWidth() - Method in class com.trolltech.qt.core.QTextStream
Returns the current field width.
file() - Method in class com.trolltech.qt.gui.QFileOpenEvent
Returns the file that is being opened.
fileChanged - Variable in class com.trolltech.qt.core.QFileSystemWatcher
This signal is emitted when the file at the specified path is modified or removed from disk.
fileEngine() - Method in class com.trolltech.qt.core.QFile
fileEngine() - Method in class com.trolltech.qt.core.QTemporaryFile
This function is reimplemented for internal reasons.
fileFlags(QAbstractFileEngine.FileFlag...) - Method in class com.trolltech.qt.core.QAbstractFileEngine
This function should return the set of OR'd flags that are true for the file engine's file, and that are in the type's OR'd members.
fileFlags() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Equivalent to fileFlags(FileInfoAll).
fileFlags(QAbstractFileEngine.FileFlags) - Method in class com.trolltech.qt.core.QAbstractFileEngine
This function should return the set of OR'd flags that are true for the file engine's file, and that are in the type's OR'd members.
fileFlags(QAbstractFileEngine.FileFlags) - Method in class com.trolltech.qt.core.QFSFileEngine
This function should return the set of OR'd flags that are true for the file engine's file, and that are in the type's OR'd members.
fileIcon(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns the icons for the item stored in the model under the given index.
fileInfo() - Method in class com.trolltech.qt.core.QDirIterator
Returns a QFileInfo for the current directory entry.
fileInfo(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns the file information for the specified model index.
fileMode() - Method in class com.trolltech.qt.gui.QFileDialog
Returns the file mode of the dialog.
fileName() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Equivalent to fileName(DefaultName).
fileName(QAbstractFileEngine.FileName) - Method in class com.trolltech.qt.core.QAbstractFileEngine
Return the file engine's current file name in the format specified by file.
fileName() - Method in class com.trolltech.qt.core.QDirIterator
Returns the file name for the current directory entry, without the path prepended.
fileName() - Method in class com.trolltech.qt.core.QFile
Returns the name set by setFileName or to the QFile constructors.
fileName() - Method in class com.trolltech.qt.core.QFileInfo
Returns the name of the file, excluding the path.
fileName(QAbstractFileEngine.FileName) - Method in class com.trolltech.qt.core.QFSFileEngine
Return the file engine's current file name in the format specified by file.
fileName() - Method in class com.trolltech.qt.core.QSettings
Returns the path where settings written using this QSettings object are stored.
fileName(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns the name of the item stored in the model under the index given.
fileName() - Method in class com.trolltech.qt.gui.QImageReader
If the currently assigned device is a QFile, or if setFileName has been called, this function returns the name of the file QImageReader reads from.
fileName() - Method in class com.trolltech.qt.gui.QImageWriter
If the currently assigned device is a QFile, or if setFileName has been called, this function returns the name of the file QImageWriter writes to.
fileName() - Method in class com.trolltech.qt.gui.QMovie
Returns the name of the file that QMovie reads image data from.
fileName() - Method in class com.trolltech.qt.gui.QPictureIO
Returns the file name currently set.
fileName() - Method in class com.trolltech.qt.gui.QSound
Returns the filename associated with this QSound object.
filePath(String) - Method in class com.trolltech.qt.core.QDir
Returns the path name of a file in the directory.
filePath() - Method in class com.trolltech.qt.core.QDirIterator
Returns the full file path for the current directory entry.
filePath() - Method in class com.trolltech.qt.core.QFileInfo
Returns the file name, including the path (which may be absolute or relative).
filePath(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns the path of the item stored in the model under the index given.
files() - Method in class com.trolltech.qt.core.QFileSystemWatcher
Returns a list of paths to files that are being watched.
filesSelected - Variable in class com.trolltech.qt.gui.QFileDialog
 
fileTemplate() - Method in class com.trolltech.qt.core.QTemporaryFile
Returns the set file template.
fileTime(QAbstractFileEngine.FileTime) - Method in class com.trolltech.qt.core.QAbstractFileEngine
If time is CreationTime, return when the file was created.
fileTime(QAbstractFileEngine.FileTime) - Method in class com.trolltech.qt.core.QFSFileEngine
If time is CreationTime, return when the file was created.
fill(boolean, int, int) - Method in class com.trolltech.qt.core.QBitArray
Sets bits at index positions first up to and excluding last to val.
fill(boolean) - Method in class com.trolltech.qt.core.QBitArray
Equivalent to fill(val, -1).
fill(boolean, int) - Method in class com.trolltech.qt.core.QBitArray
Sets every bit in the bit array to val, returning true if successful; otherwise returns false.
fill(byte, int) - Method in class com.trolltech.qt.core.QByteArray
Sets every byte in the byte array to character b.
fill(byte) - Method in class com.trolltech.qt.core.QByteArray
Sets every byte in the byte array to character b.
fill(int) - Method in class com.trolltech.qt.gui.QImage
Fills the entire image with the given pixel.
fill() - Method in class com.trolltech.qt.gui.QPixmap
Equivalent to fill(Qt::white).
fill(QColor) - Method in class com.trolltech.qt.gui.QPixmap
Fills the pixmap with the given fillColor.
fill(QWidget, int, int) - Method in class com.trolltech.qt.gui.QPixmap
Fills the pixmap with the widget's background color or pixmap.
fill(QWidget, QPoint) - Method in class com.trolltech.qt.gui.QPixmap
Fills the pixmap with the widget's background color or pixmap according to the given offset.
fill(QPoint, int) - Method in class com.trolltech.qt.gui.QPolygon
Assigns t to all items in the vector.
fill(QPointF, int) - Method in class com.trolltech.qt.gui.QPolygonF
Assigns t to all items in the vector.
fill(QXmlStreamAttribute, int) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Assigns t to all items in the vector.
fillPath(QPainterPath, QBrush) - Method in class com.trolltech.qt.gui.QPainter
Fills the given path using the given brush.
fillRect(QRect, QBrush) - Method in class com.trolltech.qt.gui.QPainter
Fills the given arg__1 with the given arg__2.
fillRect(int, int, int, int, QBrush) - Method in class com.trolltech.qt.gui.QPainter
Fills the rectangle beginning at (x, y) with the given w and h, using the given arg__5.
fillRect(QRectF, QBrush) - Method in class com.trolltech.qt.gui.QPainter
Fills the given arg__1 with the given arg__2.
fillRule() - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
Returns the fill rule of the polygon.
fillRule() - Method in class com.trolltech.qt.gui.QPainterPath
Returns the painter path's currently set fill rule.
filter() - Method in class com.trolltech.qt.core.QDir
Returns the value set by setFilter
filter() - Method in class com.trolltech.qt.gui.QDirModel
Returns the filter specification for the directory model.
filter - Variable in class com.trolltech.qt.gui.QFileDialog.Filter
 
filter() - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns the currently set filter.
filterAcceptsColumn(int, QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns true if the value in the item in the column indicated by the given source_column and source_parent should be included in the model.
filterAcceptsRow(int, QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns true if the value in the item in the row indicated by the given source_row and source_parent should be included in the model.
filterCaseSensitivity() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns the case sensitivity of the QRegExp pattern used to filter the contents of the source model.
filterEvent(QEvent) - Method in class com.trolltech.qt.gui.QInputContext
This function can be reimplemented in a subclass to filter input events.
filterKeyColumn() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns the column where the key used to filter the contents of the source model is read from..
filterRegExp() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns the QRegExp used to filter the contents of the source model.
filterRole() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns the item role that is used to query the source model's data when filtering items.
filters() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
Returns the entry filters for this iterator.
filters() - Method in class com.trolltech.qt.gui.QFileDialog
Returns the file type filters that are in operation on this file dialog.
filterSelected - Variable in class com.trolltech.qt.gui.QFileDialog
This signal is emitted when the user selects a filter.
finalize() - Method in class com.trolltech.qt.QNativePointer
finalize() - Method in class com.trolltech.qt.QtJambiObject
Called before the java object is removed by the garbage collector.
finalStop() - Method in class com.trolltech.qt.gui.QLinearGradient
Returns the final stop point of this linear gradient in logical coordinates.
find(String, QPixmap) - Static method in class com.trolltech.qt.gui.QPixmapCache
Looks for a cached pixmap associated with the key in the cache.
find(QRegExp, int, QTextDocument.FindFlag...) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence, matching the regular expression, expr, in the document.
find(QRegExp, int) - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to find(expr, from, 0).
find(QRegExp) - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to find(expr, 0, 0).
find(QRegExp, int, QTextDocument.FindFlags) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence, matching the regular expression, expr, in the document.
find(String, int, QTextDocument.FindFlag...) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence of the string, subString, in the document.
find(String, int) - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to find(subString, from, 0).
find(String) - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to find(subString, 0, 0).
find(String, int, QTextDocument.FindFlags) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence of the string, subString, in the document.
find(String, QTextCursor, QTextDocument.FindFlag...) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence of the string, subString, in the document.
find(String, QTextCursor) - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to find(subString, from, 0).
find(String, QTextCursor, QTextDocument.FindFlags) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence of the string, subString, in the document.
find(QRegExp, QTextCursor, QTextDocument.FindFlag...) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence, matching the regular expression, expr, in the document.
find(QRegExp, QTextCursor) - Method in class com.trolltech.qt.gui.QTextDocument
Equivalent to find(expr, from, 0).
find(QRegExp, QTextCursor, QTextDocument.FindFlags) - Method in class com.trolltech.qt.gui.QTextDocument
Finds the next occurrence, matching the regular expression, expr, in the document.
find(String, QTextDocument.FindFlag...) - Method in class com.trolltech.qt.gui.QTextEdit
Finds the next occurrence of the string, exp, using the given options.
find(String) - Method in class com.trolltech.qt.gui.QTextEdit
Equivalent to find(exp, 0).
find(String, QTextDocument.FindFlags) - Method in class com.trolltech.qt.gui.QTextEdit
Finds the next occurrence of the string, exp, using the given options.
find(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the index of the color color.
find(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the index of the color color.
findBlock(int) - Method in class com.trolltech.qt.gui.QTextDocument
Returns the text block that contains the pos-th character.
findBufferChanged - Variable in class com.trolltech.qt.gui.QClipboard
This signal is emitted when the find buffer is changed.
findChild() - Method in class com.trolltech.qt.core.QObject
Returns a child of this object, or 0 if there is no such object.
findChild(Class<?>) - Method in class com.trolltech.qt.core.QObject
Returns the child of this object that is an instance of cl.
findChild(Class<?>, String) - Method in class com.trolltech.qt.core.QObject
Returns the child of this object that is an instance of cl, and has the specified name.
findChildren() - Method in class com.trolltech.qt.core.QObject
Returns all children of this QObject, or an empty list if it has no children.
findChildren(Class<?>) - Method in class com.trolltech.qt.core.QObject
Returns all children of this object which are instances of class cl, or an empty list if there are no such objects.
findChildren(Class<?>, String) - Method in class com.trolltech.qt.core.QObject
Returns all children of this object which are instances of class cl with specified name, or an empty list if there are no such objects.
findChildren(Class<?>, QRegExp) - Method in class com.trolltech.qt.core.QObject
Returns all children of this object which are instances of class cl with a name that matches name, or an empty list if there are no such objects.
findData(Object, int, Qt.MatchFlag...) - Method in class com.trolltech.qt.gui.QComboBox
Returns the index of the item containing the given data for the given role; otherwise returns -1.
findData(Object, int) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to findData(data, role, Qt::MatchExactly | Qt::MatchCaseSensitive).
findData(Object) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to findData(data, Qt::UserRole, Qt::MatchExactly | Qt::MatchCaseSensitive).
findData(Object, int, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QComboBox
Returns the index of the item containing the given data for the given role; otherwise returns -1.
findItems(String, Qt.MatchFlag...) - Method in class com.trolltech.qt.gui.QListWidget
Finds items with the text that matches the string text using the given flags.
findItems(String, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QListWidget
Finds items with the text that matches the string text using the given flags.
findItems(String, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns a list of items that match the given text, using the given flags.
findItems(String) - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns a list of items that match the given text.
findItems(String, Qt.MatchFlags, int) - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns a list of items that match the given text, using the given flags, in the given column.
findItems(String, Qt.MatchFlag...) - Method in class com.trolltech.qt.gui.QTableWidget
Finds items that matches the text using the given flags.
findItems(String, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QTableWidget
Finds items that matches the text using the given flags.
findItems(String, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns a list of items that match the given text, using the given flags.
findItems(String, Qt.MatchFlags, int) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns a list of items that match the given text, using the given flags, in the given column.
findNearest(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the index of the color that is the closest match to color color.
findNearest(int) - Method in class com.trolltech.qt.opengl.QGLColormap
Returns the index of the color that is the closest match to color color.
findProperties(Class) - Static method in class com.trolltech.qt.QtPropertyManager
Deprecated. Returns the properties of class cl.
findPropertiesRecursive(Class) - Static method in class com.trolltech.qt.QtPropertyManager
Deprecated. Returns a HashMap of properties declared by cl and its ancestors.
findText(String, Qt.MatchFlag...) - Method in class com.trolltech.qt.gui.QComboBox
Returns the index of the item containing the given text; otherwise returns -1.
findText(String) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to findText(text, Qt::MatchExactly | Qt::MatchCaseSensitive).
findText(String, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QComboBox
Returns the index of the item containing the given text; otherwise returns -1.
finish(QWidget) - Method in class com.trolltech.qt.gui.QSplashScreen
Makes the splash screen wait until the widget w is displayed before calling close on itself.
finished - Variable in class com.trolltech.qt.core.QProcess
This signal is obsolete.
finished - Variable in class com.trolltech.qt.core.QTimeLine
This signal is emitted when QTimeLine finishes (i.e., reaches the end of its time line), and does not loop.
finished - Variable in class com.trolltech.qt.gui.QDialog
This signal is emitted when the dialog's result code has been set, either by the user or by calling done, accept, or reject.
finished - Variable in class com.trolltech.qt.gui.QMovie
This signal is emitted when the movie has finished.
finished - Variable in class com.trolltech.qt.QThread
The finished signal is emitted after the QThread has finished executing its runnable target.
finishedWithStatusCode - Variable in class com.trolltech.qt.core.QProcess
This signal is emitted when the process finishes.
first - Variable in class com.trolltech.qt.QPair
First value of the pair.
first() - Method in class com.trolltech.qt.sql.QSqlQuery
Retrieves the first record in the result, if available, and positions the query on the retrieved record.
first() - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
firstChild() - Method in class com.trolltech.qt.xml.QDomNode
Returns the first child of the node.
firstChildElement() - Method in class com.trolltech.qt.xml.QDomNode
Equivalent to firstChildElement(QString()).
firstChildElement(String) - Method in class com.trolltech.qt.xml.QDomNode
Returns the first child element with tag name tagName if tagName is non-empty; otherwise returns the first child element.
firstCursorPosition() - Method in class com.trolltech.qt.gui.QTextFrame
Returns the first cursor position inside the frame.
firstCursorPosition() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns the first valid cursor position in this cell.
firstDayOfWeek() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns a value identifying the day displayed in the first column..
firstPosition() - Method in class com.trolltech.qt.gui.QTextFrame
Returns the first document position inside the frame.
firstPosition() - Method in class com.trolltech.qt.gui.QTextTableCell
fitInView(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to fitInView(x, y, w, h, Qt::IgnoreAspectRatio).
fitInView(double, double, double, double, Qt.AspectRatioMode) - Method in class com.trolltech.qt.gui.QGraphicsView
This convenience function is equivalent to calling fitInView(QRectF(x, y, w, h), aspectRadioMode).
fitInView(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to fitInView(rect, Qt::IgnoreAspectRatio).
fitInView(QRectF, Qt.AspectRatioMode) - Method in class com.trolltech.qt.gui.QGraphicsView
Scales the view matrix and scrolls the scroll bars to ensure that the scene rectangle rect fits inside the viewport.
fitInView(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to fitInView(item, Qt::IgnoreAspectRatio).
fitInView(QGraphicsItemInterface, Qt.AspectRatioMode) - Method in class com.trolltech.qt.gui.QGraphicsView
Ensures that item fits tightly inside the view, scaling the view according to aspectRadioMode.
fixedPitch() - Method in class com.trolltech.qt.gui.QFont
Returns true if fixed pitch has been set; otherwise returns false.
fixedPitch() - Method in class com.trolltech.qt.gui.QFontInfo
Returns the fixed pitch value of the matched window system font.
fixup(String) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This virtual function is called by the QAbstractSpinBox if the input is not validated to QValidator::Acceptable when Return is pressed or interpretText is called.
fixup(String) - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
fixup(String) - Method in class com.trolltech.qt.gui.QDoubleSpinBox
This function is reimplemented for internal reasons.
fixup(String) - Method in class com.trolltech.qt.gui.QSpinBox
This function is reimplemented for internal reasons.
fixup(String) - Method in class com.trolltech.qt.gui.QValidator
This function attempts to change arg__1 to be valid according to this validator's rules.
flags(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the item flags for the given index.
flags() - Method in class com.trolltech.qt.core.QPersistentModelIndex
Returns the flags for the item referred to by the index.
flags() - Method in class com.trolltech.qt.core.QTextCodec_ConverterState
Returns the ConversionFlags of this ConverterState object.
flags() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns this item's flags.
flags(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
This function is reimplemented for internal reasons.
flags(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns the item flags for the given index in the model.
flags() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns this item's flags.
flags() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns this item's flags.
flags() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns this item's flags.
flags() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns this item's flags.
flags() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns this item's flags.
flags() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns this item's flags.
flags() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns the item flags for this item (see Qt::ItemFlags).
flags(QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Returns the item flags for the given index.
flags(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
flags() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the item flags for the item.
flags(QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
flags(QModelIndex) - Method in class com.trolltech.qt.gui.QStringListModel
Returns the flags for the item with the given index.
flags() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the flags used to describe the item.
flags() - Method in class com.trolltech.qt.gui.QTextOption
Returns the flags associated with the option.
flags() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the flags used to describe the item.
flags() - Method in class com.trolltech.qt.network.QNetworkInterface
Returns the flags associated with this network interface.
flags(QModelIndex) - Method in class com.trolltech.qt.sql.QSqlTableModel
This function is reimplemented for internal reasons.
flags() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns this item's flags.
floatable() - Method in class com.trolltech.qt.gui.QStyleOptionDockWidget
Returns whether the dock window is floatable.
floatAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
floatValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of float type, this function returns its value.
flow() - Method in class com.trolltech.qt.gui.QListView
Returns which direction the items layout should flow..
flush() - Method in class com.trolltech.qt.core.QAbstractEventDispatcher
Flushes the event queue.
flush() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Flushes the open file, returning true if successful; otherwise returns false.
flush() - Static method in class com.trolltech.qt.core.QCoreApplication
Flushes the platform specific event queues.
flush() - Method in class com.trolltech.qt.core.QFile
Flushes any buffered data to the file.
flush() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
flush() - Method in class com.trolltech.qt.core.QTextStream
Flushes any buffered data waiting to be written to the device.
flush() - Method in class com.trolltech.qt.network.QAbstractSocket
This function writes as much as possible from the internal write buffer to the underlying network socket, without blocking.
focalPoint() - Method in class com.trolltech.qt.gui.QRadialGradient
Returns the focal point of this radial gradient in logical coordinates.
focusChanged - Variable in class com.trolltech.qt.gui.QApplication
This signal is emitted when the widget that has keyboard focus changed from old to now, i.e. because the user pressed the tab-key, clicked into a widget or changed the active window.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive focus in events for this item.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when the widget obtains the focus.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive focus in events for this item.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive focus in events for this item.
focusInEvent(QFocusEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive focus in events for this item.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive focus in events for this item.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive focus in events for this item.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive focus in events.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QPushButton
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus received) for the widget.
focusInEvent(QFocusEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive focus in events for this item.
focusItem() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the scene's current focus item, or 0 if no item currently has focus.
focusNextChild() - Method in class com.trolltech.qt.gui.QWidget
Finds a new widget to give the keyboard focus to, as appropriate for Tab, and returns true if it can find a new widget, or false if it can't.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is reimplemented for internal reasons.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QScrollArea
This function is reimplemented for internal reasons.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is reimplemented for internal reasons.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
focusNextPrevChild(boolean) - Method in class com.trolltech.qt.gui.QWidget
Finds a new widget to give the keyboard focus to, as appropriate for Tab and Shift+Tab, and returns true if it can find a new widget, or false if it can't.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive focus out events for this item.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when the widget looses the focus.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive focus out events for this item.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive focus out events for this item.
focusOutEvent(QFocusEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive focus out events for this item.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive focus out events for this item.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive focus out events for this item.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive focus out events.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QPushButton
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus lost) for the widget.
focusOutEvent(QFocusEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive focus out events for this item.
focusPolicy() - Method in class com.trolltech.qt.gui.QWidget
Returns the way the widget accepts keyboard focus.
focusPreviousChild() - Method in class com.trolltech.qt.gui.QWidget
Finds a new widget to give the keyboard focus to, as appropriate for Shift+Tab, and returns true if it can find a new widget, or false if it can't.
focusProxy() - Method in class com.trolltech.qt.gui.QWidget
Returns the focus proxy, or 0 if there is no focus proxy.
focusWidget() - Static method in class com.trolltech.qt.gui.QApplication
Returns the application widget that has the keyboard input focus, or 0 if no widget in this application has the focus.
focusWidget() - Method in class com.trolltech.qt.gui.QInputContext
focusWidget() - Method in class com.trolltech.qt.gui.QWidget
Returns the last child of this widget that setFocus had been called on.
font() - Method in class com.trolltech.qt.gui.QAction
Returns the action's font.
font(QWidget) - Static method in class com.trolltech.qt.gui.QApplication
Returns the default font for the arg__1.
font() - Static method in class com.trolltech.qt.gui.QApplication
Returns the default application font.
font(String, String, int) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns a QFont object that has family family, style style and point size pointSize.
font - Variable in class com.trolltech.qt.gui.QFontDialog.Result
 
font() - Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Returns the font that is used to draw the item's text.
font() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns the item's font, which is used to render the text.
font() - Method in class com.trolltech.qt.gui.QInputContext
Returns the font of the current input widget
font() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns the font used to display this list item's text.
font() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the font in the current paint engine state.
font() - Method in class com.trolltech.qt.gui.QPainter
Returns the currently set font used for drawing text.
font() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the font used to render the item's text.
font() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns the font used for the menu item text.
font() - Method in class com.trolltech.qt.gui.QStyleOptionToolButton
Returns the font that is used for the text.
font() - Method in class com.trolltech.qt.gui.QStyleOptionViewItem
Returns the font used for the item.
font() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the font used to render the item's text.
font() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns the font for this character format.
font() - Method in class com.trolltech.qt.gui.QTextLayout
Returns the current font that is used for the layout, or a default font if none is set.
font() - Static method in class com.trolltech.qt.gui.QToolTip
Returns the font used to render tooltips.
font(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the font used to render the text in the specified column.
font() - Method in class com.trolltech.qt.gui.QWidget
Returns the font currently set for the widget.
Font - Static variable in class com.trolltech.qt.QVariant
 
fontEmbeddingEnabled() - Method in class com.trolltech.qt.gui.QPrinter
Returns true if font embedding is enabled.
fontFamily() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns the text format's font family.
fontFamily() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the font family of the current format.
fontFilters() - Method in class com.trolltech.qt.gui.QFontComboBox
Returns the filter for the combobox.
fontFixedPitch() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns true if the text format's font is fixed pitch; otherwise returns false.
fontInfo() - Method in class com.trolltech.qt.gui.QPainter
Returns the font info for the painter if the painter is active.
fontInfo() - Method in class com.trolltech.qt.gui.QWidget
Returns the font info for the widget's current font.
fontItalic() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns true if the text format's font is italic; otherwise returns false.
fontItalic() - Method in class com.trolltech.qt.gui.QTextEdit
Returns true if the font of the current format is italic; otherwise returns false.
fontMetrics() - Static method in class com.trolltech.qt.gui.QApplication
Returns display (screen) font metrics for the application font.
fontMetrics() - Method in class com.trolltech.qt.gui.QPainter
Returns the font metrics for the painter if the painter is active.
fontMetrics() - Method in class com.trolltech.qt.gui.QStyleOption
Returns the font metrics that should be used when drawing text in the control.
fontMetrics() - Method in class com.trolltech.qt.gui.QWidget
Returns the font metrics for the widget's current font.
fontOverline() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns true if the text format's font is overlined; otherwise returns false.
fontPointSize() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns the font size used to display text in this format.
fontPointSize() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the point size of the font of the current format.
FontRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
The font used for items rendered with the default delegate.
fontStrikeOut() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns true if the text format's font is struck out (has a horizontal line drawn through it); otherwise returns false.
fontUnderline() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns true if the text format's font is underlined; otherwise returns false.
fontUnderline() - Method in class com.trolltech.qt.gui.QTextEdit
Returns true if the font of the current format is underlined; otherwise returns false.
fontWeight() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns the text format's font weight.
fontWeight() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the font weight of the current format.
forceShow() - Method in class com.trolltech.qt.gui.QProgressDialog
Shows the dialog if it is still hidden after the algorithm has been started and minimumDuration milliseconds have passed.
foreground() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns the brush used to display the list item's foreground (e.g. text).
foreground() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the brush used to render the item's foreground (e.g. text).
foreground() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the brush used to render the item's foreground (e.g. text).
foreground() - Method in class com.trolltech.qt.gui.QTextFormat
Returns the brush used to render foreground details, such as text, frame outlines, and table borders.
foreground(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the brush used to render the foreground (e.g. text) of the specified column.
foregroundBrush() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the foreground brush of the scene..
foregroundBrush() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the foreground brush of the scene..
ForegroundRole - Static variable in class com.trolltech.qt.core.Qt.ItemDataRole
The foreground brush (text color, typically) used for items rendered with the default delegate.
foregroundRole() - Method in class com.trolltech.qt.gui.QWidget
Returns the foreground role.
format(int) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the character format that is applicable at the given pos.
format() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_Selection
Returns the format of the selection.
format() - Method in class com.trolltech.qt.gui.QImage
Returns the format of the image.
format() - Method in class com.trolltech.qt.gui.QImageIOHandler
Returns the format that is currently assigned to QImageIOHandler.
format() - Method in class com.trolltech.qt.gui.QImageReader
Returns the format QImageReader uses for reading images.
format() - Method in class com.trolltech.qt.gui.QImageWriter
Returns the format QImageWriter uses for writing images.
format() - Method in class com.trolltech.qt.gui.QMovie
Returns the format that QMovie uses when decoding image data.
format() - Method in class com.trolltech.qt.gui.QPictureIO
Returns the picture format string or null if no format has been explicitly set.
format() - Method in class com.trolltech.qt.gui.QProgressBar
Returns the string used to generate the current text.
format(int) - Method in class com.trolltech.qt.gui.QSyntaxHighlighter
Returns the format at pos inside the syntax highlighter's current text block.
format() - Method in class com.trolltech.qt.gui.QTextEdit_ExtraSelection
A format that is used to specify a foreground or background brush/color for the selection.
format() - Method in class com.trolltech.qt.gui.QTextInlineObject
Returns format of the inline object within the text layout.
format() - Method in class com.trolltech.qt.gui.QTextLayout_FormatRange
Specifies the format to apply.
format() - Method in class com.trolltech.qt.gui.QTextObject
Returns the text object's format.
format() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns the cell's character format.
format() - Method in class com.trolltech.qt.opengl.QGLContext
Returns the frame buffer format that was obtained (this may be a subset of what was requested).
format() - Method in class com.trolltech.qt.opengl.QGLContext
Returns the frame buffer format that was obtained (this may be a subset of what was requested).
format() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the format of the pbuffer.
format() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the format of the pbuffer.
format() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the format of the contained GL rendering context.
format() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the format of the contained GL rendering context.
formatIndex(int) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
formatIndex() - Method in class com.trolltech.qt.gui.QTextInlineObject
Returns an integer describing the format of the inline object within the text layout.
formatIndex() - Method in class com.trolltech.qt.gui.QTextObject
Returns the index of the object's format in the document's internal list of formats.
formats() - Method in class com.trolltech.qt.gui.QMimeData
Returns a list of formats supported by the object.
formatValue(QSqlField) - Method in class com.trolltech.qt.sql.QSqlDriver
Equivalent to formatValue(field, false).
formatValue(QSqlField, boolean) - Method in class com.trolltech.qt.sql.QSqlDriver
Returns a string representation of the field value for the database.
forward() - Method in class com.trolltech.qt.gui.QTextBrowser
Changes the document displayed to the next document in the list of documents built by navigating links.
forwardAvailable - Variable in class com.trolltech.qt.gui.QTextBrowser
This signal is emitted when the availability of forward changes.
fragment() - Method in class com.trolltech.qt.core.QUrl
Returns the fragment of the URL.
fragment() - Method in class com.trolltech.qt.gui.QTextBlock_iterator
Returns the text fragment the iterator currently points to.
frame() - Method in class com.trolltech.qt.gui.QStyleOptionComboBox
Returns whether the combo box has a frame.
frame() - Method in class com.trolltech.qt.gui.QStyleOptionSpinBox
Returns whether the spin box has a frame.
frameAt(int) - Method in class com.trolltech.qt.gui.QTextDocument
frameBoundingRect(QTextFrame) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the bounding rectacle of frame.
frameChanged - Variable in class com.trolltech.qt.core.QTimeLine
QTimeLine emits this signal at regular intervals when in Running state, but only if the current frame changes.
frameChanged - Variable in class com.trolltech.qt.gui.QMovie
This signal is emitted when the frame number has changed to frameNumber.
frameCount() - Method in class com.trolltech.qt.gui.QMovie
Returns the number of frames in the movie.
frameFormat() - Method in class com.trolltech.qt.gui.QTextFrame
Returns the frame's format.
frameForTime(int) - Method in class com.trolltech.qt.core.QTimeLine
Returns the frame corresponding to the time msec.
frameGeometry() - Method in class com.trolltech.qt.gui.QWidget
Returns geometry of the widget relative to its parent including any window frame.
frameRect() - Method in class com.trolltech.qt.gui.QFrame
Returns the frame's rectangle.
frameRect() - Method in class com.trolltech.qt.gui.QMovie
Returns the rect of the last frame.
frameShadow() - Method in class com.trolltech.qt.gui.QFrame
Returns the frame shadow value from the frame style.
frameShape() - Method in class com.trolltech.qt.gui.QFrame
Returns the frame shape value from the frame style.
frameSize() - Method in class com.trolltech.qt.gui.QWidget
Returns the size of the widget including any window frame.
framesPerSecond() - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns the number of frames per second to be shown.
frameStyle() - Method in class com.trolltech.qt.gui.QFrame
Returns the frame style.
frameWidth() - Method in class com.trolltech.qt.gui.QFrame
Returns the width of the frame that is drawn..
free() - Method in class com.trolltech.qt.QNativePointer
This function deletes the internal pointer.
fromAce(QByteArray) - Static method in class com.trolltech.qt.core.QUrl
Returns the Unicode form of the given domain name arg__1, which is encoded in the ASCII Compatible Encoding (ACE).
fromBase64(QByteArray) - Static method in class com.trolltech.qt.core.QByteArray
Returns a decoded copy of the Base64 array base64.
fromCmyk(int, int, int, int) - Static method in class com.trolltech.qt.gui.QColor
Equivalent to fromCmyk(c, m, y, k, 255).
fromCmyk(int, int, int, int, int) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the given CMYK color values: c (cyan), m (magenta), y (yellow), k (black), and a (alpha-channel, i.e. transparency).
fromCmykF(double, double, double, double) - Static method in class com.trolltech.qt.gui.QColor
Equivalent to fromCmykF(c, m, y, k, 1.0).
fromCmykF(double, double, double, double, double) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the given CMYK color values: c (cyan), m (magenta), y (yellow), k (black), and a (alpha-channel, i.e. transparency).
fromData(QSize, byte[], QImage.Format) - Static method in class com.trolltech.qt.gui.QBitmap
Constructs a bitmap with the given size, and sets the contents to the bits supplied.
fromData(QSize, byte[]) - Static method in class com.trolltech.qt.gui.QBitmap
This is an overloaded constructor provided for convenience.
fromData(QByteArray, String) - Static method in class com.trolltech.qt.gui.QImage
This is an overloaded method provided for convenience.
fromData(QByteArray) - Static method in class com.trolltech.qt.gui.QImage
This is an overloaded method provided for convenience.
fromEncoded(QByteArray) - Static method in class com.trolltech.qt.core.QUrl
Parses url and returns the corresponding QUrl.
fromEncoded(QByteArray, QUrl.ParsingMode) - Static method in class com.trolltech.qt.core.QUrl
Parses the URL using mode.
fromHex(QByteArray) - Static method in class com.trolltech.qt.core.QByteArray
Returns a decoded copy of the hex encoded array hexEncoded.
fromHsv(int, int, int) - Static method in class com.trolltech.qt.gui.QColor
Equivalent to fromHsv(h, s, v, 255).
fromHsv(int, int, int, int) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the HSV color values, h (hue), s (saturation), v (value), and a (alpha-channel, i.e. transparency).
fromHsvF(double, double, double) - Static method in class com.trolltech.qt.gui.QColor
Equivalent to fromHsvF(h, s, v, 1.0).
fromHsvF(double, double, double, double) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the HSV color values, h (hue), s (saturation), v (value), and a (alpha-channel, i.e. transparency).
fromHtml(String) - Static method in class com.trolltech.qt.gui.QTextDocumentFragment
Returns a QTextDocumentFragment based on the arbitrary piece of HTML in the given html.
fromHtml(String, QTextDocument) - Static method in class com.trolltech.qt.gui.QTextDocumentFragment
Returns a QTextDocumentFragment based on the arbitrary piece of HTML in the given html.
fromImage(QImage, Qt.ImageConversionFlags) - Static method in class com.trolltech.qt.gui.QBitmap
Returns a copy of the given image converted to a bitmap using the specified image conversion flags.
fromImage(QImage, Qt.ImageConversionFlag...) - Static method in class com.trolltech.qt.gui.QPixmap
Converts the given image to a pixmap using the specified flags to control the conversion.
fromImage(QImage) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to fromImage(image, Qt::AutoColor).
fromImage(QImage, Qt.ImageConversionFlags) - Static method in class com.trolltech.qt.gui.QPixmap
Converts the given image to a pixmap using the specified flags to control the conversion.
fromJulianDay(int) - Static method in class com.trolltech.qt.core.QDate
Converts the Julian day jd to a QDate.
fromList(List<QPoint>) - Static method in class com.trolltech.qt.gui.QPolygon
Returns a QVector object with the data contained in list.
fromList(List<QPointF>) - Static method in class com.trolltech.qt.gui.QPolygonF
Returns a QVector object with the data contained in list.
fromList(List<QXmlStreamAttribute>) - Static method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns a QVector object with the data contained in list.
fromLocalFile(String) - Static method in class com.trolltech.qt.core.QUrl
Returns a QUrl representation of localfile, interpreted as a local file.
fromName(String) - Static method in class com.trolltech.qt.network.QHostInfo
Looks up the IP address(es) for the given host name.
fromNative(long, QNativePointer.Type, int) - Static method in class com.trolltech.qt.QNativePointer
This function creates a QNativePointer from an existing c++ pointer.
fromNative(long, int, int) - Static method in class com.trolltech.qt.QNativePointer
This is an overloaded function provided for convenience.
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QAbstractEventDispatcher
This function returns the QAbstractEventDispatcher instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QAbstractFileEngine
This function returns the QAbstractFileEngine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QAbstractFileEngineHandler
This function returns the QAbstractFileEngineHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QAbstractFileEngineIterator
This function returns the QAbstractFileEngineIterator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QAbstractItemModel
This function returns the QAbstractItemModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QAbstractListModel
This function returns the QAbstractListModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QBasicTimer
This function returns the QBasicTimer instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QBitArray
This function returns the QBitArray instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QBuffer
This function returns the QBuffer instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QByteArray
This function returns the QByteArray instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QByteArrayMatcher
This function returns the QByteArrayMatcher instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QChildEvent
This function returns the QChildEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QCoreApplication
This function returns the QCoreApplication instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QCryptographicHash
This function returns the QCryptographicHash instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QDataStream
This function returns the QDataStream instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QDate
This function returns the QDate instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QDateTime
This function returns the QDateTime instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QDir
This function returns the QDir instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QDirIterator
This function returns the QDirIterator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QDynamicPropertyChangeEvent
This function returns the QDynamicPropertyChangeEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QEvent
This function returns the QEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QEventLoop
This function returns the QEventLoop instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QFile
This function returns the QFile instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QFileInfo
This function returns the QFileInfo instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QFileSystemWatcher
This function returns the QFileSystemWatcher instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QFSFileEngine
This function returns the QFSFileEngine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QIODevice
This function returns the QIODevice instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QLibraryInfo
This function returns the QLibraryInfo instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QLocale
This function returns the QLocale instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QMutex
This function returns the QMutex instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QObject
This function returns the QObject instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QPersistentModelIndex
This function returns the QPersistentModelIndex instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QPoint
This function returns the QPoint instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QPointF
This function returns the QPointF instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QProcess
This function returns the QProcess instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QRect
This function returns the QRect instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QRectF
This function returns the QRectF instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QRegExp
This function returns the QRegExp instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QSemaphore
This function returns the QSemaphore instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QSettings
This function returns the QSettings instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QSignalMapper
This function returns the QSignalMapper instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QSize
This function returns the QSize instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QSizeF
This function returns the QSizeF instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QSocketNotifier
This function returns the QSocketNotifier instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QStringMatcher
This function returns the QStringMatcher instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QSystemLocale
This function returns the QSystemLocale instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTemporaryFile
This function returns the QTemporaryFile instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTextCodec
This function returns the QTextCodec instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTextCodec_ConverterState
This function returns the QTextCodec_ConverterState instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTextDecoder
This function returns the QTextDecoder instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTextEncoder
This function returns the QTextEncoder instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTextStream
This function returns the QTextStream instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTime
This function returns the QTime instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTimeLine
This function returns the QTimeLine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTimer
This function returns the QTimer instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTimerEvent
This function returns the QTimerEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QTranslator
This function returns the QTranslator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QUrl
This function returns the QUrl instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QUuid
This function returns the QUuid instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.core.QWaitCondition
This function returns the QWaitCondition instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractButton
This function returns the QAbstractButton instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This function returns the QAbstractGraphicsShapeItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractItemDelegate
This function returns the QAbstractItemDelegate instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractItemView
This function returns the QAbstractItemView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractPageSetupDialog
This function returns the QAbstractPageSetupDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractPrintDialog
This function returns the QAbstractPrintDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractProxyModel
This function returns the QAbstractProxyModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractScrollArea
This function returns the QAbstractScrollArea instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractSlider
This function returns the QAbstractSlider instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractSpinBox
This function returns the QAbstractSpinBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractTableModel
This function returns the QAbstractTableModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
This function returns the QAbstractTextDocumentLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_PaintContext
This function returns the QAbstractTextDocumentLayout_PaintContext instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_Selection
This function returns the QAbstractTextDocumentLayout_Selection instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessible
This function returns the QAccessible instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessible2Interface
This function returns the QAccessible2Interface instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleBridge
This function returns the QAccessibleBridge instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleEvent
This function returns the QAccessibleEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleInterface
This function returns the QAccessibleInterface instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleInterfaceEx
This function returns the QAccessibleInterfaceEx instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleObject
This function returns the QAccessibleObject instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleObjectEx
This function returns the QAccessibleObjectEx instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleTableInterface
This function returns the QAccessibleTableInterface instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleWidget
This function returns the QAccessibleWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAccessibleWidgetEx
This function returns the QAccessibleWidgetEx instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QAction
This function returns the QAction instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QActionEvent
This function returns the QActionEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QActionGroup
This function returns the QActionGroup instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QApplication
This function returns the QApplication instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QBitmap
This function returns the QBitmap instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QBoxLayout
This function returns the QBoxLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QBrush
This function returns the QBrush instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QButtonGroup
This function returns the QButtonGroup instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCalendarWidget
This function returns the QCalendarWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCDEStyle
This function returns the QCDEStyle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCheckBox
This function returns the QCheckBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCleanlooksStyle
This function returns the QCleanlooksStyle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QClipboard
This function returns the QClipboard instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QClipboardEvent
This function returns the QClipboardEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCloseEvent
This function returns the QCloseEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QColor
This function returns the QColor instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QColorDialog
This function returns the QColorDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QColormap
This function returns the QColormap instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QColumnView
This function returns the QColumnView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QComboBox
This function returns the QComboBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCommonStyle
This function returns the QCommonStyle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCompleter
This function returns the QCompleter instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QConicalGradient
This function returns the QConicalGradient instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QContextMenuEvent
This function returns the QContextMenuEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QCursor
This function returns the QCursor instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDataWidgetMapper
This function returns the QDataWidgetMapper instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDateEdit
This function returns the QDateEdit instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDateTimeEdit
This function returns the QDateTimeEdit instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDesktopServices
This function returns the QDesktopServices instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDesktopWidget
This function returns the QDesktopWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDial
This function returns the QDial instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDialog
This function returns the QDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDialogButtonBox
This function returns the QDialogButtonBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDirModel
This function returns the QDirModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDockWidget
This function returns the QDockWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDoubleSpinBox
This function returns the QDoubleSpinBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDoubleValidator
This function returns the QDoubleValidator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDrag
This function returns the QDrag instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDragEnterEvent
This function returns the QDragEnterEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDragLeaveEvent
This function returns the QDragLeaveEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDragMoveEvent
This function returns the QDragMoveEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDragResponseEvent
This function returns the QDragResponseEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QDropEvent
This function returns the QDropEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QErrorMessage
This function returns the QErrorMessage instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFileDialog
This function returns the QFileDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFileIconProvider
This function returns the QFileIconProvider instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFileOpenEvent
This function returns the QFileOpenEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFocusEvent
This function returns the QFocusEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFocusFrame
This function returns the QFocusFrame instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFont
This function returns the QFont instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFontComboBox
This function returns the QFontComboBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFontDatabase
This function returns the QFontDatabase instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFontDialog
This function returns the QFontDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFontInfo
This function returns the QFontInfo instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFontMetrics
This function returns the QFontMetrics instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFontMetricsF
This function returns the QFontMetricsF instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QFrame
This function returns the QFrame instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGradient
This function returns the QGradient instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsEllipseItem
This function returns the QGraphicsEllipseItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsItem
This function returns the QGraphicsItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsItemAnimation
This function returns the QGraphicsItemAnimation instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsItemGroup
This function returns the QGraphicsItemGroup instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsLineItem
This function returns the QGraphicsLineItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsPathItem
This function returns the QGraphicsPathItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This function returns the QGraphicsPixmapItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsPolygonItem
This function returns the QGraphicsPolygonItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsRectItem
This function returns the QGraphicsRectItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsScene
This function returns the QGraphicsScene instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSceneContextMenuEvent
This function returns the QGraphicsSceneContextMenuEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
This function returns the QGraphicsSceneDragDropEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSceneEvent
This function returns the QGraphicsSceneEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSceneHelpEvent
This function returns the QGraphicsSceneHelpEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSceneHoverEvent
This function returns the QGraphicsSceneHoverEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
This function returns the QGraphicsSceneMouseEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
This function returns the QGraphicsSceneWheelEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
This function returns the QGraphicsSimpleTextItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsTextItem
This function returns the QGraphicsTextItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGraphicsView
This function returns the QGraphicsView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGridLayout
This function returns the QGridLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QGroupBox
This function returns the QGroupBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QHBoxLayout
This function returns the QHBoxLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QHeaderView
This function returns the QHeaderView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QHelpEvent
This function returns the QHelpEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QHideEvent
This function returns the QHideEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QHoverEvent
This function returns the QHoverEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QIcon
This function returns the QIcon instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QIconDragEvent
This function returns the QIconDragEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QIconEngine
This function returns the QIconEngine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QIconEngineV2
This function returns the QIconEngineV2 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QImage
This function returns the QImage instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QImageIOHandler
This function returns the QImageIOHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QImageReader
This function returns the QImageReader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QImageWriter
This function returns the QImageWriter instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QInputContext
This function returns the QInputContext instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QInputContextFactory
This function returns the QInputContextFactory instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QInputDialog
This function returns the QInputDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QInputEvent
This function returns the QInputEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QInputMethodEvent
This function returns the QInputMethodEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QInputMethodEvent_Attribute
This function returns the QInputMethodEvent_Attribute instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QIntValidator
This function returns the QIntValidator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QItemDelegate
This function returns the QItemDelegate instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QItemEditorCreatorBase
This function returns the QItemEditorCreatorBase instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QItemEditorFactory
This function returns the QItemEditorFactory instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QItemSelection
This function returns the QItemSelection instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QItemSelectionModel
This function returns the QItemSelectionModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QItemSelectionRange
This function returns the QItemSelectionRange instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QKeyEvent
This function returns the QKeyEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QKeySequence
This function returns the QKeySequence instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLabel
This function returns the QLabel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLayout
This function returns the QLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLayoutItem
This function returns the QLayoutItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLCDNumber
This function returns the QLCDNumber instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLine
This function returns the QLine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLinearGradient
This function returns the QLinearGradient instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLineEdit
This function returns the QLineEdit instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QLineF
This function returns the QLineF instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QListView
This function returns the QListView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QListWidget
This function returns the QListWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QListWidgetItem
This function returns the QListWidgetItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMainWindow
This function returns the QMainWindow instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMatrix
This function returns the QMatrix instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMdiArea
This function returns the QMdiArea instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMdiSubWindow
This function returns the QMdiSubWindow instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMenu
This function returns the QMenu instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMenuBar
This function returns the QMenuBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMessageBox
This function returns the QMessageBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMimeData
This function returns the QMimeData instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMotifStyle
This function returns the QMotifStyle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMouseEvent
This function returns the QMouseEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMoveEvent
This function returns the QMoveEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QMovie
This function returns the QMovie instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPageSetupDialog
This function returns the QPageSetupDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPaintDevice
This function returns the QPaintDevice instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPaintEngine
This function returns the QPaintEngine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPaintEngineState
This function returns the QPaintEngineState instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPainter
This function returns the QPainter instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPainterPath
This function returns the QPainterPath instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPainterPath_Element
This function returns the QPainterPath_Element instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPainterPathStroker
This function returns the QPainterPathStroker instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPaintEvent
This function returns the QPaintEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPalette
This function returns the QPalette instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPen
This function returns the QPen instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPicture
This function returns the QPicture instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPictureIO
This function returns the QPictureIO instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPixmap
This function returns the QPixmap instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPixmapCache
This function returns the QPixmapCache instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPlastiqueStyle
This function returns the QPlastiqueStyle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPolygon
This function returns the QPolygon instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPolygonF
This function returns the QPolygonF instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPrintDialog
This function returns the QPrintDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPrintEngine
This function returns the QPrintEngine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPrinter
This function returns the QPrinter instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QProgressBar
This function returns the QProgressBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QProgressDialog
This function returns the QProgressDialog instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QProxyModel
This function returns the QProxyModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QPushButton
This function returns the QPushButton instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QRadialGradient
This function returns the QRadialGradient instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QRadioButton
This function returns the QRadioButton instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QReadWriteLock
This function returns the QReadWriteLock instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QRegExpValidator
This function returns the QRegExpValidator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QRegion
This function returns the QRegion instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QResizeEvent
This function returns the QResizeEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QRubberBand
This function returns the QRubberBand instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QScrollArea
This function returns the QScrollArea instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QScrollBar
This function returns the QScrollBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSessionManager
This function returns the QSessionManager instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QShortcut
This function returns the QShortcut instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QShortcutEvent
This function returns the QShortcutEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QShowEvent
This function returns the QShowEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSizeGrip
This function returns the QSizeGrip instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSizePolicy
This function returns the QSizePolicy instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSlider
This function returns the QSlider instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function returns the QSortFilterProxyModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSound
This function returns the QSound instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSpacerItem
This function returns the QSpacerItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSpinBox
This function returns the QSpinBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSplashScreen
This function returns the QSplashScreen instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSplitter
This function returns the QSplitter instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSplitterHandle
This function returns the QSplitterHandle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStackedLayout
This function returns the QStackedLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStackedWidget
This function returns the QStackedWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStandardItem
This function returns the QStandardItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStandardItemModel
This function returns the QStandardItemModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStatusBar
This function returns the QStatusBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStatusTipEvent
This function returns the QStatusTipEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStringListModel
This function returns the QStringListModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyle
This function returns the QStyle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleFactory
This function returns the QStyleFactory instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleHintReturn
This function returns the QStyleHintReturn instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleHintReturnMask
This function returns the QStyleHintReturnMask instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleHintReturnVariant
This function returns the QStyleHintReturnVariant instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOption
This function returns the QStyleOption instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionButton
This function returns the QStyleOptionButton instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionComboBox
This function returns the QStyleOptionComboBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionComplex
This function returns the QStyleOptionComplex instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionDockWidget
This function returns the QStyleOptionDockWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
This function returns the QStyleOptionDockWidgetV2 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionFocusRect
This function returns the QStyleOptionFocusRect instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionFrame
This function returns the QStyleOptionFrame instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionFrameV2
This function returns the QStyleOptionFrameV2 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionGraphicsItem
This function returns the QStyleOptionGraphicsItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionGroupBox
This function returns the QStyleOptionGroupBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionHeader
This function returns the QStyleOptionHeader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionMenuItem
This function returns the QStyleOptionMenuItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionProgressBar
This function returns the QStyleOptionProgressBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionProgressBarV2
This function returns the QStyleOptionProgressBarV2 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionRubberBand
This function returns the QStyleOptionRubberBand instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionSizeGrip
This function returns the QStyleOptionSizeGrip instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionSlider
This function returns the QStyleOptionSlider instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionSpinBox
This function returns the QStyleOptionSpinBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionTab
This function returns the QStyleOptionTab instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionTabBarBase
This function returns the QStyleOptionTabBarBase instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionTabV2
This function returns the QStyleOptionTabV2 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
This function returns the QStyleOptionTabWidgetFrame instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionTitleBar
This function returns the QStyleOptionTitleBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionToolBar
This function returns the QStyleOptionToolBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionToolBox
This function returns the QStyleOptionToolBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionToolBoxV2
This function returns the QStyleOptionToolBoxV2 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionToolButton
This function returns the QStyleOptionToolButton instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionViewItem
This function returns the QStyleOptionViewItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionViewItemV2
This function returns the QStyleOptionViewItemV2 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStyleOptionViewItemV3
This function returns the QStyleOptionViewItemV3 instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QStylePainter
This function returns the QStylePainter instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSyntaxHighlighter
This function returns the QSyntaxHighlighter instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QSystemTrayIcon
This function returns the QSystemTrayIcon instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTabBar
This function returns the QTabBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTabletEvent
This function returns the QTabletEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTableView
This function returns the QTableView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTableWidget
This function returns the QTableWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTableWidgetItem
This function returns the QTableWidgetItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTableWidgetSelectionRange
This function returns the QTableWidgetSelectionRange instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTabWidget
This function returns the QTabWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextBlock
This function returns the QTextBlock instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextBlock_iterator
This function returns the QTextBlock_iterator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextBlockFormat
This function returns the QTextBlockFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextBlockGroup
This function returns the QTextBlockGroup instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextBlockUserData
This function returns the QTextBlockUserData instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextBrowser
This function returns the QTextBrowser instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextCharFormat
This function returns the QTextCharFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextCursor
This function returns the QTextCursor instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextDocument
This function returns the QTextDocument instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextDocumentFragment
This function returns the QTextDocumentFragment instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextEdit
This function returns the QTextEdit instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextEdit_ExtraSelection
This function returns the QTextEdit_ExtraSelection instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextFormat
This function returns the QTextFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextFragment
This function returns the QTextFragment instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextFrame
This function returns the QTextFrame instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextFrame_iterator
This function returns the QTextFrame_iterator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextFrameFormat
This function returns the QTextFrameFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextImageFormat
This function returns the QTextImageFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextInlineObject
This function returns the QTextInlineObject instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextItem
This function returns the QTextItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextLayout
This function returns the QTextLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextLayout_FormatRange
This function returns the QTextLayout_FormatRange instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextLength
This function returns the QTextLength instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextLine
This function returns the QTextLine instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextList
This function returns the QTextList instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextListFormat
This function returns the QTextListFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextObject
This function returns the QTextObject instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextObjectInterface
This function returns the QTextObjectInterface instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextOption
This function returns the QTextOption instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextTable
This function returns the QTextTable instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextTableCell
This function returns the QTextTableCell instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTextTableFormat
This function returns the QTextTableFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTimeEdit
This function returns the QTimeEdit instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QToolBar
This function returns the QToolBar instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QToolBarChangeEvent
This function returns the QToolBarChangeEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QToolBox
This function returns the QToolBox instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QToolButton
This function returns the QToolButton instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QToolTip
This function returns the QToolTip instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTransform
This function returns the QTransform instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTreeModel
This function returns the QTreeModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTreeView
This function returns the QTreeView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTreeWidget
This function returns the QTreeWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTreeWidgetItem
This function returns the QTreeWidgetItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QTreeWidgetItemIterator
This function returns the QTreeWidgetItemIterator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QUndoCommand
This function returns the QUndoCommand instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QUndoGroup
This function returns the QUndoGroup instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QUndoStack
This function returns the QUndoStack instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QUndoView
This function returns the QUndoView instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QValidator
This function returns the QValidator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QVBoxLayout
This function returns the QVBoxLayout instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWhatsThis
This function returns the QWhatsThis instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWhatsThisClickedEvent
This function returns the QWhatsThisClickedEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWheelEvent
This function returns the QWheelEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWidget
This function returns the QWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWidgetAction
This function returns the QWidgetAction instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWidgetItem
This function returns the QWidgetItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWindowsStyle
This function returns the QWindowsStyle instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWindowStateChangeEvent
This function returns the QWindowStateChangeEvent instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWizard
This function returns the QWizard instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWizardPage
This function returns the QWizardPage instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.gui.QWorkspace
This function returns the QWorkspace instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QAbstractSocket
This function returns the QAbstractSocket instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QAuthenticator
This function returns the QAuthenticator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QFtp
This function returns the QFtp instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QHostAddress
This function returns the QHostAddress instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QHostInfo
This function returns the QHostInfo instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QHttp
This function returns the QHttp instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QHttpHeader
This function returns the QHttpHeader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QHttpRequestHeader
This function returns the QHttpRequestHeader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QHttpResponseHeader
This function returns the QHttpResponseHeader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QIPv6Address
This function returns the QIPv6Address instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QNetworkAddressEntry
This function returns the QNetworkAddressEntry instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QNetworkInterface
This function returns the QNetworkInterface instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QNetworkProxy
This function returns the QNetworkProxy instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QTcpServer
This function returns the QTcpServer instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QTcpSocket
This function returns the QTcpSocket instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QUdpSocket
This function returns the QUdpSocket instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.network.QUrlInfo
This function returns the QUrlInfo instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLColormap
This function returns the QGLColormap instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLColormap
This function returns the QGLColormap instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLContext
This function returns the QGLContext instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLContext
This function returns the QGLContext instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLFormat
This function returns the QGLFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLFormat
This function returns the QGLFormat instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLFramebufferObject
This function returns the QGLFramebufferObject instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLFramebufferObject
This function returns the QGLFramebufferObject instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLPixelBuffer
This function returns the QGLPixelBuffer instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLPixelBuffer
This function returns the QGLPixelBuffer instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLWidget
This function returns the QGLWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.opengl.QGLWidget
This function returns the QGLWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlDatabase
This function returns the QSqlDatabase instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlDriver
This function returns the QSqlDriver instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlDriverCreatorBase
This function returns the QSqlDriverCreatorBase instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlError
This function returns the QSqlError instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlField
This function returns the QSqlField instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlIndex
This function returns the QSqlIndex instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlQuery
This function returns the QSqlQuery instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlQueryModel
This function returns the QSqlQueryModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlRecord
This function returns the QSqlRecord instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlRelation
This function returns the QSqlRelation instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlRelationalTableModel
This function returns the QSqlRelationalTableModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlResult
This function returns the QSqlResult instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.sql.QSqlTableModel
This function returns the QSqlTableModel instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.svg.QGraphicsSvgItem
This function returns the QGraphicsSvgItem instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.svg.QSvgRenderer
This function returns the QSvgRenderer instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.svg.QSvgWidget
This function returns the QSvgWidget instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomAttr
This function returns the QDomAttr instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomCDATASection
This function returns the QDomCDATASection instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomCharacterData
This function returns the QDomCharacterData instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomComment
This function returns the QDomComment instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomDocument
This function returns the QDomDocument instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomDocumentFragment
This function returns the QDomDocumentFragment instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomDocumentType
This function returns the QDomDocumentType instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomElement
This function returns the QDomElement instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomEntity
This function returns the QDomEntity instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomEntityReference
This function returns the QDomEntityReference instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomImplementation
This function returns the QDomImplementation instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomNamedNodeMap
This function returns the QDomNamedNodeMap instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomNode
This function returns the QDomNode instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomNodeList
This function returns the QDomNodeList instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomNotation
This function returns the QDomNotation instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomProcessingInstruction
This function returns the QDomProcessingInstruction instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QDomText
This function returns the QDomText instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlAttributes
This function returns the QXmlAttributes instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlContentHandler
This function returns the QXmlContentHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlDeclHandler
This function returns the QXmlDeclHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function returns the QXmlDefaultHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlDTDHandler
This function returns the QXmlDTDHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlEntityResolver
This function returns the QXmlEntityResolver instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlErrorHandler
This function returns the QXmlErrorHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlInputSource
This function returns the QXmlInputSource instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlLexicalHandler
This function returns the QXmlLexicalHandler instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlLocator
This function returns the QXmlLocator instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlNamespaceSupport
This function returns the QXmlNamespaceSupport instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlParseException
This function returns the QXmlParseException instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlReader
This function returns the QXmlReader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlSimpleReader
This function returns the QXmlSimpleReader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlStreamAttribute
This function returns the QXmlStreamAttribute instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlStreamAttributes
This function returns the QXmlStreamAttributes instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlStreamEntityDeclaration
This function returns the QXmlStreamEntityDeclaration instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlStreamNamespaceDeclaration
This function returns the QXmlStreamNamespaceDeclaration instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlStreamNotationDeclaration
This function returns the QXmlStreamNotationDeclaration instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlStreamReader
This function returns the QXmlStreamReader instance pointed to by nativePointer
fromNativePointer(QNativePointer) - Static method in class com.trolltech.qt.xml.QXmlStreamWriter
This function returns the QXmlStreamWriter instance pointed to by nativePointer
fromNativeSeparators(String) - Static method in class com.trolltech.qt.core.QDir
Returns pathName using '/' as file separator.
fromPage() - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Returns the first page to be printed By default, this value is set to 0.
fromPage() - Method in class com.trolltech.qt.gui.QPrinter
Returns the from-page setting.
fromPercentEncoding(QByteArray) - Static method in class com.trolltech.qt.core.QUrl
Returns a decoded copy of arg__1.
fromPlainText(String) - Static method in class com.trolltech.qt.gui.QTextDocumentFragment
Returns a document fragment that contains the given plainText.
fromRawData(QByteArray) - Method in class com.trolltech.qt.xml.QXmlInputSource
Equivalent to fromRawData(data, false).
fromRawData(QByteArray, boolean) - Method in class com.trolltech.qt.xml.QXmlInputSource
This function reads the XML file from data and tries to recognize the encoding.
fromRgb(int) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the given QRgb value rgb.
fromRgb(int, int, int) - Static method in class com.trolltech.qt.gui.QColor
Equivalent to fromRgb(r, g, b, 255).
fromRgb(int, int, int, int) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the RGB color values, r (red), g (green), b (blue), and a (alpha-channel, i.e. transparency).
fromRgba(int) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the given QRgb value rgba.
fromRgbF(double, double, double) - Static method in class com.trolltech.qt.gui.QColor
Equivalent to fromRgbF(r, g, b, 1.0).
fromRgbF(double, double, double, double) - Static method in class com.trolltech.qt.gui.QColor
Static convenience function that returns a QColor constructed from the RGB color values, r (red), g (green), b (blue), and a (alpha-channel, i.e. transparency).
fromString(String, String) - Static method in class com.trolltech.qt.core.QDate
Returns the QDate represented by the s, using the format given, or an invalid date if the string cannot be parsed.
fromString(String) - Static method in class com.trolltech.qt.core.QDate
Equivalent to fromString(s, Qt::TextDate).
fromString(String, Qt.DateFormat) - Static method in class com.trolltech.qt.core.QDate
Returns the QDate represented by the s, using the f given, or an invalid date if the string cannot be parsed.
fromString(String) - Static method in class com.trolltech.qt.core.QDateTime
Equivalent to fromString(s, Qt::TextDate).
fromString(String, Qt.DateFormat) - Static method in class com.trolltech.qt.core.QDateTime
Returns the QDateTime represented by the s, using the f given, or an invalid datetime if this is not possible.
fromString(String, String) - Static method in class com.trolltech.qt.core.QDateTime
Returns the QDateTime represented by the s, using the format given, or an invalid datetime if the string cannot be parsed.
fromString(String, String) - Static method in class com.trolltech.qt.core.QTime
Returns the QTime represented by the s, using the format given, or an invalid time if the string cannot be parsed.
fromString(String) - Static method in class com.trolltech.qt.core.QTime
Equivalent to fromString(s, Qt::TextDate).
fromString(String, Qt.DateFormat) - Static method in class com.trolltech.qt.core.QTime
Returns the time represented in the s as a QTime using the f given, or an invalid time if this is not possible.
fromString(String) - Method in class com.trolltech.qt.gui.QFont
Sets this font to match the description arg__1.
fromString(String) - Static method in class com.trolltech.qt.gui.QKeySequence
Equivalent to fromString(str, PortableText).
fromString(String, QKeySequence.SequenceFormat) - Static method in class com.trolltech.qt.gui.QKeySequence
Return a QKeySequence from the string str based on format.
fromTime_t(int) - Static method in class com.trolltech.qt.core.QDateTime
Returns a datetime whose date and time are the number of secsSince1Jan1970UTC that have passed since 1970-01-01T00:00:00, Coordinated Universal Time (Qt::UTC).
fromUnicode(String) - Method in class com.trolltech.qt.core.QTextCodec
Converts uc from Unicode to the encoding of this codec, and returns the result in a QByteArray.
fromUnicode(String) - Method in class com.trolltech.qt.core.QTextEncoder
Converts the Unicode string str into an encoded QByteArray.
fromVector(List<QItemSelectionRange>) - Static method in class com.trolltech.qt.gui.QItemSelection
Returns a QList object with the data contained in vector.
fullName() - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Returns the full name of the signal, on the form "package.class.signalName"
fullPage() - Method in class com.trolltech.qt.gui.QPrinter
Returns true if the origin of the printer's coordinate system is at the corner of the page and false if it is at the edge of the printable area.

G

gamma() - Method in class com.trolltech.qt.gui.QImageWriter
Returns the gamma level of the image.
gamma() - Method in class com.trolltech.qt.gui.QPictureIO
Returns the gamma value at which the picture will be viewed.
generateByteOrderMark() - Method in class com.trolltech.qt.core.QTextStream
Returns true if QTextStream is set to generate the UTF-16 BOM (Byte Order Mark) when using a UTF-16 codec; otherwise returns false.
generatedIconPixmap(QIcon.Mode, QPixmap, QStyleOption) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
This function is reimplemented for internal reasons.
generatedIconPixmap(QIcon.Mode, QPixmap, QStyleOption) - Method in class com.trolltech.qt.gui.QCommonStyle
This function is reimplemented for internal reasons.
generatedIconPixmap(QIcon.Mode, QPixmap, QStyleOption) - Method in class com.trolltech.qt.gui.QStyle
Returns a copy of the given pixmap, styled to conform to the specified iconMode and taking into account the palette specified by opt.
generateDynamicTexture() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Generates and binds a 2D GL texture that is the same size as the pbuffer, and returns the texture's ID.
generateDynamicTexture() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Generates and binds a 2D GL texture that is the same size as the pbuffer, and returns the texture's ID.
geometriesChanged - Variable in class com.trolltech.qt.gui.QHeaderView
This signal is emitted when the header geometries has changed.
geometry() - Method in class com.trolltech.qt.gui.QLayout
This function is reimplemented for internal reasons.
geometry() - Method in class com.trolltech.qt.gui.QLayoutItem
Returns the rectangle covered by this layout item.
geometry() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Returns the rectangle covered by this layout item.
geometry() - Method in class com.trolltech.qt.gui.QSpacerItem
This function is reimplemented for internal reasons.
geometry() - Method in class com.trolltech.qt.gui.QSystemTrayIcon
Returns the geometry of the system tray icon in screen coordinates.
geometry() - Method in class com.trolltech.qt.gui.QWidget
Returns the geometry of the widget relative to its parent and excluding the window frame.
geometry() - Method in class com.trolltech.qt.gui.QWidgetItem
This function is reimplemented for internal reasons.
get(String, QIODevice) - Method in class com.trolltech.qt.network.QFtp
Equivalent to get(file, dev, Binary).
get(String) - Method in class com.trolltech.qt.network.QFtp
Equivalent to get(file, 0, Binary).
get(String, QIODevice, QFtp.TransferType) - Method in class com.trolltech.qt.network.QFtp
Downloads the file file from the server.
get(String) - Method in class com.trolltech.qt.network.QHttp
Equivalent to get(path, 0).
get(String, QIODevice) - Method in class com.trolltech.qt.network.QHttp
Sends a get request for path to the server set by setHost() or as specified in the constructor.
getByte() - Method in class com.trolltech.qt.core.QIODevice
Gets a byte from the device.
getColor(QColor) - Static method in class com.trolltech.qt.gui.QColorDialog
Equivalent to getColor(init, 0).
getColor() - Static method in class com.trolltech.qt.gui.QColorDialog
Equivalent to getColor(Qt::white, 0).
getColor(QColor, QWidget) - Static method in class com.trolltech.qt.gui.QColorDialog
Pops up a modal color dialog, lets the user choose a color, and returns that color.
getContentsMargins() - Method in class com.trolltech.qt.gui.QLayout
Returns the contents margins of this QLayout.
getContentsMargins() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's contents margins.
getDouble(QWidget, String, String, double, double, double, int, Qt.WindowFlags) - Static method in class com.trolltech.qt.gui.QInputDialog
Static convenience function to get a floating point number from the user.
getDouble(QWidget, String, String, double, double, double, int, Qt.WindowType...) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getDouble(QWidget, String, String, double, double, double, int) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getDouble(QWidget, String, String, double, double, double) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getDouble(QWidget, String, String, double, double) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getDouble(QWidget, String, String, double) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getDouble(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getExistingDirectory(QWidget, String, String, QFileDialog.Option...) - Static method in class com.trolltech.qt.gui.QFileDialog
This is a convenience static function that will return an existing directory selected by the user.
getExistingDirectory(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QFileDialog
Equivalent to getExistingDirectory(parent, caption, dir, ShowDirsOnly).
getExistingDirectory(QWidget, String) - Static method in class com.trolltech.qt.gui.QFileDialog
Equivalent to getExistingDirectory(parent, caption, QString(), ShowDirsOnly).
getExistingDirectory(QWidget) - Static method in class com.trolltech.qt.gui.QFileDialog
Equivalent to getExistingDirectory(parent, QString(), QString(), ShowDirsOnly).
getExistingDirectory() - Static method in class com.trolltech.qt.gui.QFileDialog
Equivalent to getExistingDirectory(0, QString(), QString(), ShowDirsOnly).
getExistingDirectory(QWidget, String, String, QFileDialog.Options) - Static method in class com.trolltech.qt.gui.QFileDialog
This is a convenience static function that will return an existing directory selected by the user.
getFont(QFont, QWidget, String) - Static method in class com.trolltech.qt.gui.QFontDialog
Executes a modal font dialog and returns a font.
getFont(QWidget) - Static method in class com.trolltech.qt.gui.QFontDialog
This is an overloaded method provided for convenience.
getFont() - Static method in class com.trolltech.qt.gui.QFontDialog
This is an overloaded method provided for convenience.
getFont(QFont, QWidget) - Static method in class com.trolltech.qt.gui.QFontDialog
This is an overloaded method provided for convenience.
getFont(QFont) - Static method in class com.trolltech.qt.gui.QFontDialog
This is an overloaded method provided for convenience.
getInteger(QWidget, String, String, int, int, int, int, Qt.WindowFlags) - Static method in class com.trolltech.qt.gui.QInputDialog
Static convenience function to get an integer input from the user.
getInteger(QWidget, String, String, int, int, int, int, Qt.WindowType...) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getInteger(QWidget, String, String, int, int, int, int) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getInteger(QWidget, String, String, int, int, int) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getInteger(QWidget, String, String, int, int) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getInteger(QWidget, String, String, int) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getInteger(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getItem(QWidget, String, String, List<String>, int, boolean, Qt.WindowFlags) - Static method in class com.trolltech.qt.gui.QInputDialog
Static convenience function to let the user select an item from a string list.
getItem(QWidget, String, String, List<String>, int, boolean, Qt.WindowType...) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getItem(QWidget, String, String, List<String>, int, boolean) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getItem(QWidget, String, String, List<String>, int) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getItem(QWidget, String, String, List<String>) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getItemPosition(int) - Method in class com.trolltech.qt.gui.QGridLayout
Returns the position information of the item with the given index.
getMessage() - Method in exception com.trolltech.qt.QNoSuchSlotException
getOpenFileName(QWidget, String, String, QFileDialog.Filter, QFileDialog.Options) - Static method in class com.trolltech.qt.gui.QFileDialog
This is a convenience static function that returns an existing file selected by the user.
getOpenFileName(QWidget, String, String, QFileDialog.Filter, QFileDialog.Option...) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileName(QWidget, String, String, QFileDialog.Filter) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileName(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileName(QWidget, String) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileName(QWidget) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileName() - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileNames(QWidget, String, String, QFileDialog.Filter, QFileDialog.Options) - Static method in class com.trolltech.qt.gui.QFileDialog
This is a convenience static function that will return one or more existing files selected by the user.
getOpenFileNames(QWidget, String, String, QFileDialog.Filter, QFileDialog.Option...) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileNames(QWidget, String, String, QFileDialog.Filter) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileNames(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileNames(QWidget, String) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileNames(QWidget) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getOpenFileNames() - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getRange(int) - Method in class com.trolltech.qt.gui.QSplitter
Returns the valid range of the splitter with index index.
getSaveFileName(QWidget, String, String, QFileDialog.Filter, QFileDialog.Options) - Static method in class com.trolltech.qt.gui.QFileDialog
This is a convenience static function that will return a file name selected by the user.
getSaveFileName(QWidget, String, String, QFileDialog.Filter, QFileDialog.Option...) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getSaveFileName(QWidget, String, String, QFileDialog.Filter) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getSaveFileName(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getSaveFileName(QWidget, String) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getSaveFileName(QWidget) - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getSaveFileName() - Static method in class com.trolltech.qt.gui.QFileDialog
This is an overloaded function provided for convenience.
getText(QWidget, String, String, QLineEdit.EchoMode, String, Qt.WindowFlags) - Static method in class com.trolltech.qt.gui.QInputDialog
Static convenience function to get a string from the user.
getText(QWidget, String, String, QLineEdit.EchoMode, String, Qt.WindowType...) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getText(QWidget, String, String, QLineEdit.EchoMode, String) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getText(QWidget, String, String, QLineEdit.EchoMode) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
getText(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QInputDialog
This is a overloaded function provided for convenience.
glDraw() - Method in class com.trolltech.qt.opengl.QGLWidget
Executes the virtual function paintGL.
glDraw() - Method in class com.trolltech.qt.opengl.QGLWidget
Executes the virtual function paintGL.
glInit() - Method in class com.trolltech.qt.opengl.QGLWidget
Initializes OpenGL for this widget's context.
glInit() - Method in class com.trolltech.qt.opengl.QGLWidget
Initializes OpenGL for this widget's context.
globalPos() - Method in class com.trolltech.qt.gui.QContextMenuEvent
Returns the global position of the mouse pointer at the time of the event.
globalPos() - Method in class com.trolltech.qt.gui.QHelpEvent
Returns the mouse cursor position when the event was generated in global coordinates.
globalPos() - Method in class com.trolltech.qt.gui.QMouseEvent
Returns the global position of the mouse cursor at the time of the event.
globalPos() - Method in class com.trolltech.qt.gui.QTabletEvent
Returns the global position of the device at the time of the event.
globalPos() - Method in class com.trolltech.qt.gui.QWheelEvent
Returns the global position of the mouse pointer at the time of the event.
globalStrut() - Static method in class com.trolltech.qt.gui.QApplication
Returns the minimum size that any GUI element that the user can interact with should have.
globalX() - Method in class com.trolltech.qt.gui.QContextMenuEvent
Returns the global x position of the mouse pointer at the time of the event.
globalX() - Method in class com.trolltech.qt.gui.QHelpEvent
Same as globalPos.x.
globalX() - Method in class com.trolltech.qt.gui.QMouseEvent
Returns the global x position of the mouse cursor at the time of the event.
globalX() - Method in class com.trolltech.qt.gui.QTabletEvent
Returns the global x position of the mouse pointer at the time of the event.
globalX() - Method in class com.trolltech.qt.gui.QWheelEvent
Returns the global x position of the mouse cursor at the time of the event.
globalY() - Method in class com.trolltech.qt.gui.QContextMenuEvent
Returns the global y position of the mouse pointer at the time of the event.
globalY() - Method in class com.trolltech.qt.gui.QHelpEvent
Same as globalPos.y.
globalY() - Method in class com.trolltech.qt.gui.QMouseEvent
Returns the global y position of the mouse cursor at the time of the event.
globalY() - Method in class com.trolltech.qt.gui.QTabletEvent
Returns the global y position of the tablet device at the time of the event.
globalY() - Method in class com.trolltech.qt.gui.QWheelEvent
Returns the global y position of the mouse cursor at the time of the event.
gotFocus() - Method in class com.trolltech.qt.gui.QFocusEvent
Returns true if type is QEvent::FocusIn; otherwise returns false.
grabFrameBuffer() - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to grabFrameBuffer(false).
grabFrameBuffer(boolean) - Method in class com.trolltech.qt.opengl.QGLWidget
Returns an image of the frame buffer.
grabFrameBuffer() - Method in class com.trolltech.qt.opengl.QGLWidget
Equivalent to grabFrameBuffer(false).
grabFrameBuffer(boolean) - Method in class com.trolltech.qt.opengl.QGLWidget
Returns an image of the frame buffer.
grabKeyboard() - Method in class com.trolltech.qt.gui.QWidget
Grabs the keyboard input.
grabMouse() - Method in class com.trolltech.qt.gui.QWidget
Grabs the mouse input.
grabMouse(QCursor) - Method in class com.trolltech.qt.gui.QWidget
Grabs the mouse input and changes the cursor shape.
grabShortcut(QKeySequence) - Method in class com.trolltech.qt.gui.QWidget
Equivalent to grabShortcut(key, Qt::WindowShortcut).
grabShortcut(QKeySequence, Qt.ShortcutContext) - Method in class com.trolltech.qt.gui.QWidget
Adds a shortcut to Qt's shortcut system that watches for the given key sequence in the given context.
grabWidget(QWidget, QRect) - Static method in class com.trolltech.qt.gui.QPixmap
Creates a pixmap and paints the given widget, restricted by the given rect, in it.
grabWidget(QWidget, int, int, int) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWidget(widget, x, y, w, -1).
grabWidget(QWidget, int, int) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWidget(widget, x, y, -1, -1).
grabWidget(QWidget, int) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWidget(widget, x, 0, -1, -1).
grabWidget(QWidget) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWidget(widget, 0, 0, -1, -1).
grabWidget(QWidget, int, int, int, int) - Static method in class com.trolltech.qt.gui.QPixmap
Creates a pixmap and paints the given widget, restricted by QRect(x, y, w, h), in it.
grabWindow(long, int, int, int) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWindow(arg__1, x, y, w, -1).
grabWindow(long, int, int) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWindow(arg__1, x, y, -1, -1).
grabWindow(long, int) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWindow(arg__1, x, 0, -1, -1).
grabWindow(long) - Static method in class com.trolltech.qt.gui.QPixmap
Equivalent to grabWindow(arg__1, 0, 0, -1, -1).
grabWindow(long, int, int, int, int) - Static method in class com.trolltech.qt.gui.QPixmap
Creates and returns a pixmap constructed by grabbing the contents of the given arg__1 restricted by QRect(x, y, w, h).
gradient() - Method in class com.trolltech.qt.gui.QBrush
Returns the gradient describing this brush.
gray - Static variable in class com.trolltech.qt.gui.QColor
 
greaterThan(QUrlInfo, QUrlInfo, int) - Static method in class com.trolltech.qt.network.QUrlInfo
Returns true if i1 is greater than i2; otherwise returns false.
green - Static variable in class com.trolltech.qt.gui.QColor
 
green() - Method in class com.trolltech.qt.gui.QColor
Returns the green color component of this color.
greenBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the green buffer size.
greenBufferSize() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the green buffer size.
greenF() - Method in class com.trolltech.qt.gui.QColor
Returns the green color component of this color.
gregorianToJulian(int, int, int) - Static method in class com.trolltech.qt.core.QDate
gridSize() - Method in class com.trolltech.qt.gui.QListView
Returns the size of the layout grid.
gridStyle() - Method in class com.trolltech.qt.gui.QTableView
Returns the pen style used to draw the grid..
group() - Method in class com.trolltech.qt.core.QFileInfo
Returns the group of the file.
group() - Method in class com.trolltech.qt.core.QSettings
Returns the current group.
group() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns the group that this button belongs to.
group() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
group() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
group() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
group() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
group() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
group() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
group() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
group() - Method in class com.trolltech.qt.gui.QUndoView
Returns the group displayed by this view.
group() - Method in class com.trolltech.qt.network.QUrlInfo
Returns the group of the URL.
group() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns a pointer to this item's item group, or 0 if this item is not member of a group.
groupId() - Method in class com.trolltech.qt.core.QFileInfo
Returns the id of the group the file belongs to.
groupSeparator() - Method in class com.trolltech.qt.core.QLocale
Returns the group separator character of this locale.

H

handle() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Returns the native file handle for this file engine.
handle() - Method in class com.trolltech.qt.core.QFile
Returns the file handle of the file.
handle() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
handle() - Method in class com.trolltech.qt.gui.QFont
Returns the window system handle to the font, for low-level access.
handle(int) - Method in class com.trolltech.qt.gui.QSplitter
Returns the handle to the left (or above) for the item in the splitter's layout at the given index.
handle() - Method in class com.trolltech.qt.opengl.QGLColormap
handle() - Method in class com.trolltech.qt.opengl.QGLColormap
handle() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the GL framebuffer object handle for this framebuffer object (returned by the glGenFrameBuffersEXT() function).
handle() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the GL framebuffer object handle for this framebuffer object (returned by the glGenFrameBuffersEXT() function).
handle() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the native pbuffer handle.
handle() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the native pbuffer handle.
handle() - Method in class com.trolltech.qt.sql.QSqlDriver
Returns the low-level database handle wrapped in a QVariant or an invalid variant if there is no handle.
handle() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the low-level database handle for this result set wrapped in a QVariant or an invalid QVariant if there is no handle.
handlerForObject(int) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns a handler for objects of the given objectType.
handlesChildEvents() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handlesChildEvents() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handlesChildEvents() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handlesChildEvents() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handlesChildEvents() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handlesChildEvents() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handlesChildEvents() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handlesChildEvents() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item handles child events (i.e., all events intended for any of its children are instead sent to this item); otherwise, false is returned.
handleWidth() - Method in class com.trolltech.qt.gui.QSplitter
Returns the width of the splitter handles.
hardwareAddress() - Method in class com.trolltech.qt.network.QNetworkInterface
Returns the low-level hardware address for this interface.
hasAcceptableInput() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns whether the input satisfies the current validation.
hasAcceptableInput() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether the input satisfies the inputMask and the validator..
hasAlpha() - Method in class com.trolltech.qt.gui.QPixmap
Returns true if this pixmap has an alpha channel, or has a mask, otherwise returns false.
hasAlphaChannel() - Method in class com.trolltech.qt.gui.QImage
Returns true if the image has a format that respects the alpha channel, otherwise returns false.
hasAlphaChannel() - Method in class com.trolltech.qt.gui.QPixmap
Returns true if the pixmap has a format that respects the alpha channel, otherwise returns false.
hasAttribute(String) - Method in class com.trolltech.qt.xml.QDomElement
Returns true if this element has an attribute called name; otherwise returns false.
hasAttributeNS(String, String) - Method in class com.trolltech.qt.xml.QDomElement
Returns true if this element has an attribute with the local name localName and the namespace URI nsURI; otherwise returns false.
hasAttributes() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node has attributes; otherwise returns false.
hasAutoScroll() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns whether autoscrolling in drag move events is enabled.
hasChildNodes() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node has one or more children; otherwise returns false.
hasChildren() - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to hasChildren(QModelIndex()).
hasChildren(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns true if parent has any children; otherwise returns false.
hasChildren(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractListModel
Deprecated. 
hasChildren(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractTableModel
Deprecated. 
hasChildren(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns true if the index model item has children; otherwise returns false.
hasChildren(QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Returns true if the item corresponding to the parent index has child items; otherwise returns false.
hasChildren(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
hasChildren() - Method in class com.trolltech.qt.gui.QStandardItem
Returns true if this item has any children; otherwise returns false.
hasChildren(QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
hasClipping() - Method in class com.trolltech.qt.gui.QItemDelegate
Returns if the delegate should clip the paint events.
hasClipping() - Method in class com.trolltech.qt.gui.QPainter
Returns true if clipping has been set; otherwise returns false.
hasColor() - Method in class com.trolltech.qt.gui.QMimeData
Returns true if the object can return a color (MIME type application/x-color); otherwise returns false.
hasComplexSelection() - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if the cursor contains a selection that is not simply a range from selectionStart to selectionEnd; otherwise returns false.
hasContentLength() - Method in class com.trolltech.qt.network.QHttpHeader
Returns true if the header has an entry for the special HTTP header field content-length; otherwise returns false.
hasContentType() - Method in class com.trolltech.qt.network.QHttpHeader
Returns true if the header has an entry for the the special HTTP header field content-type; otherwise returns false.
hasCursor() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item has a cursor set; otherwise, false is returned.
hasCursor() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item has a cursor set; otherwise, false is returned.
hasCursor() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item has a cursor set; otherwise, false is returned.
hasCursor() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item has a cursor set; otherwise, false is returned.
hasCursor() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item has a cursor set; otherwise, false is returned.
hasCursor() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item has a cursor set; otherwise, false is returned.
hasCursor() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item has a cursor set; otherwise, false is returned.
hasCursor() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item has a cursor set; otherwise, false is returned.
hasError() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if an error has occurred, otherwise false.
hasExtendedInfo() - Method in class com.trolltech.qt.gui.QKeyEvent
hasFailure() - Method in class com.trolltech.qt.core.QTextDecoder
hasFeature(QPaintEngine.PaintEngineFeature...) - Method in class com.trolltech.qt.gui.QPaintEngine
Returns true if the paint engine supports the specified feature; otherwise returns false.
hasFeature(QPaintEngine.PaintEngineFeatures) - Method in class com.trolltech.qt.gui.QPaintEngine
Returns true if the paint engine supports the specified feature; otherwise returns false.
hasFeature(QSqlDriver.DriverFeature) - Method in class com.trolltech.qt.sql.QSqlDriver
Returns true if the driver supports feature f; otherwise returns false.
hasFeature(String, String) - Method in class com.trolltech.qt.xml.QDomImplementation
The function returns true if QDom implements the requested version of a feature; otherwise returns false.
hasFeature(String) - Method in class com.trolltech.qt.xml.QXmlReader
Returns true if the reader has the feature called name; otherwise returns false.
hasFeature(String) - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
hasFocus() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFocus() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFocus() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFocus() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFocus() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFocus() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFocus() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns true if the scene has focus; otherwise returns false.
hasFocus() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFocus() - Method in class com.trolltech.qt.gui.QWidget
Returns whether this widget (or its focus proxy) has the keyboard input focus.
hasFocus() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item has focus (i.e., can accept key events); otherwise, returns false.
hasFormat(String) - Method in class com.trolltech.qt.gui.QMimeData
Returns true if the object can return data for the MIME type specified by mimetype; otherwise returns false.
hasFragment() - Method in class com.trolltech.qt.core.QUrl
Returns true if this URL contains a fragment (i.e., if # was seen on it).
hasFrame() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns whether the spin box draws itself with a frame.
hasFrame() - Method in class com.trolltech.qt.gui.QComboBox
Returns whether the combo box draws itself with a frame.
hasFrame() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether the line edit draws itself with a frame.
hash(QByteArray, QCryptographicHash.Algorithm) - Static method in class com.trolltech.qt.core.QCryptographicHash
Returns the hash of data using method.
hashCode() - Method in class com.trolltech.qt.core.QBitArray
hashCode() - Method in class com.trolltech.qt.core.QByteArray
hashCode() - Method in class com.trolltech.qt.core.QModelIndex
hashCode() - Method in class com.trolltech.qt.gui.QItemSelectionRange
hashCode() - Method in class com.trolltech.qt.network.QHostAddress
hasHeightForWidth() - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
hasHeightForWidth() - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
hasHeightForWidth() - Method in class com.trolltech.qt.gui.QLayout
Returns true if this layout's preferred height depends on its width; otherwise returns false.
hasHeightForWidth() - Method in class com.trolltech.qt.gui.QLayoutItem
Returns true if this layout's preferred height depends on its width; otherwise returns false.
hasHeightForWidth() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Returns true if this layout's preferred height depends on its width; otherwise returns false.
hasHeightForWidth() - Method in class com.trolltech.qt.gui.QSizePolicy
Returns true if the widget's preferred height depends on its width; otherwise returns false.
hasHeightForWidth() - Method in class com.trolltech.qt.gui.QSpacerItem
Returns true if this layout's preferred height depends on its width; otherwise returns false.
hasHeightForWidth() - Method in class com.trolltech.qt.gui.QWidgetItem
This function is reimplemented for internal reasons.
hasHtml() - Method in class com.trolltech.qt.gui.QMimeData
Returns true if the object can return HTML (MIME type text/html); otherwise returns false.
hasImage() - Method in class com.trolltech.qt.gui.QMimeData
Returns true if the object can return an image; otherwise returns false.
hasIndex(int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to hasIndex(row, column, QModelIndex()).
hasIndex(int, int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns true if the model returns a valid QModelIndex for row and column with parent, otherwise returns false.
hasKey(String) - Method in class com.trolltech.qt.network.QHttpHeader
Returns true if the HTTP header has an entry with the given key; otherwise returns false.
hasMouseTracking() - Method in class com.trolltech.qt.gui.QWidget
Returns whether mouse tracking is enabled for the widget.
hasNext() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
This pure virtual function returns true if there is at least one more entry in the current directory (i.e., the iterator path is valid and accessible, and the iterator has not reached the end of the entry list).
hasNext() - Method in class com.trolltech.qt.core.QDirIterator
Returns true if there is at least one more entry in the directory; otherwise, false is returned.
hasOpenGL() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the window system has any OpenGL support; otherwise returns false.
hasOpenGL() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the window system has any OpenGL support; otherwise returns false.
hasOpenGLFramebufferObjects() - Static method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns true if the OpenGL GL_EXT_framebuffer_object extension is present on this system; otherwise returns false.
hasOpenGLFramebufferObjects() - Static method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns true if the OpenGL GL_EXT_framebuffer_object extension is present on this system; otherwise returns false.
hasOpenGLOverlays() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the window system supports OpenGL overlays; otherwise returns false.
hasOpenGLOverlays() - Static method in class com.trolltech.qt.opengl.QGLFormat
Returns true if the window system supports OpenGL overlays; otherwise returns false.
hasOpenGLPbuffers() - Static method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns true if the OpenGL pbuffer extension is present on this system; otherwise returns false.
hasOpenGLPbuffers() - Static method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns true if the OpenGL pbuffer extension is present on this system; otherwise returns false.
hasOutValues() - Method in class com.trolltech.qt.sql.QSqlResult
Returns true if at least one of the query's bound values is a QSql::Out or a QSql::InOut; otherwise returns false.
hasOverlay() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if overlay plane is enabled; otherwise returns false.
hasOverlay() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns true if overlay plane is enabled; otherwise returns false.
hasPendingCommands() - Method in class com.trolltech.qt.network.QFtp
Returns true if there are any commands scheduled that have not yet been executed; otherwise returns false.
hasPendingConnections() - Method in class com.trolltech.qt.network.QTcpServer
Returns true if the server has a pending connection; otherwise returns false.
hasPendingDatagrams() - Method in class com.trolltech.qt.network.QUdpSocket
Returns true if at least one datagram is waiting to be read; otherwise returns false.
hasPendingEvents() - Method in class com.trolltech.qt.core.QAbstractEventDispatcher
Returns true if there is an event waiting; otherwise returns false.
hasPendingEvents() - Static method in class com.trolltech.qt.core.QCoreApplication
This function returns true if there are pending events; otherwise returns false.
hasPendingRequests() - Method in class com.trolltech.qt.network.QHttp
Returns true if there are any requests scheduled that have not yet been executed; otherwise returns false.
hasProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if the text format has a property with the given propertyId; otherwise returns false.
hasProperty(String) - Method in class com.trolltech.qt.xml.QXmlReader
Returns true if the reader has the property name; otherwise returns false.
hasProperty(String) - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
hasQuery() - Method in class com.trolltech.qt.core.QUrl
Returns true if this URL contains a Query (i.e., if ? was seen on it).
hasQueryItem(String) - Method in class com.trolltech.qt.core.QUrl
Returns true if there is a query string pair whose key is equal to key from the URL.
hasScaledContents() - Method in class com.trolltech.qt.gui.QLabel
Returns whether the label will scale its contents to fill all available space..
hasSelectedText() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether there is any text selected.
hasSelection() - Method in class com.trolltech.qt.gui.QItemSelectionModel
Returns true if the selection model contains any selection ranges; otherwise returns false.
hasSelection() - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if the cursor contains a selection; otherwise returns false.
hasText() - Method in class com.trolltech.qt.gui.QMimeData
Returns true if the object can return plain text (MIME type text/plain); otherwise returns false.
hasTracking() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns whether slider tracking is enabled.
hasUrls() - Method in class com.trolltech.qt.gui.QMimeData
Returns true if the object can return a list of urls; otherwise returns false.
hasVisitedPage(int) - Method in class com.trolltech.qt.gui.QWizard
Returns true if the page history contains page id; otherwise, returns false.
head(String) - Method in class com.trolltech.qt.network.QHttp
Sends a header request for path to the server set by setHost() or as specified in the constructor.
header() - Method in class com.trolltech.qt.gui.QTreeView
Returns the header for the tree view.
headerData(int, Qt.Orientation) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to headerData(section, orientation, Qt::DisplayRole).
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the data for the given role and section in the header with the specified orientation.
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
This function is reimplemented for internal reasons.
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.gui.QDirModel
Returns the data stored under the given role for the specified section of the header with the given orientation.
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.gui.QProxyModel
Returns the data stored in the section of the header with specified orientation under the given role.
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.sql.QSqlQueryModel
Returns the header data for the given role in the section of the header with the specified orientation.
headerData(int, Qt.Orientation, int) - Method in class com.trolltech.qt.sql.QSqlTableModel
This function is reimplemented for internal reasons.
headerDataChanged - Variable in class com.trolltech.qt.core.QAbstractItemModel
This signal is emitted whenever a header is changed.
headerDataChanged(Qt.Orientation, int, int) - Method in class com.trolltech.qt.gui.QHeaderView
Updates the changed header sections with the given orientation, from logicalFirst to logicalLast inclusive.
headerItem() - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the item used for the tree widget's header.
headerRowCount() - Method in class com.trolltech.qt.gui.QTextTableFormat
Returns the number of rows in the table that define the header.
headerTextFormat() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns the text char format for rendering the header.
height() - Method in class com.trolltech.qt.core.QRect
Returns the height of the rectangle.
height() - Method in class com.trolltech.qt.core.QRectF
Returns the height of the rectangle.
height() - Method in class com.trolltech.qt.core.QSize
Returns the height.
height() - Method in class com.trolltech.qt.core.QSizeF
Returns the height.
height() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the height of the font.
height() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the height of the font.
height() - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling sceneRect().height().
height() - Method in class com.trolltech.qt.gui.QImage
Returns the height of the image.
height() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns the number of selected rows in the selection range.
height() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
height() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
height() - Method in class com.trolltech.qt.gui.QPicture
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
height() - Method in class com.trolltech.qt.gui.QPixmap
Returns the height of the pixmap.
height() - Method in class com.trolltech.qt.gui.QPrinter
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
height() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the height of the frame's border rectangle.
height() - Method in class com.trolltech.qt.gui.QTextImageFormat
Returns the height of the rectangle occupied by the image.
height() - Method in class com.trolltech.qt.gui.QTextInlineObject
Returns the inline object's total height.
height() - Method in class com.trolltech.qt.gui.QTextLine
Returns the line's height.
height() - Method in class com.trolltech.qt.gui.QWidget
Returns the height of the widget excluding any window frame.
height() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
height() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
height() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
height() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the height of the paint device in default coordinate system units (e.g. pixels for QPixmap and QWidget).
heightForWidth(int) - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QLayout
Returns the preferred height for this layout item, given the width arg__1.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QLayoutItem
Returns the preferred height for this layout item, given the width arg__1.
heightForWidth(int) - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Returns the preferred height for this layout item, given the width arg__1.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QSpacerItem
Returns the preferred height for this layout item, given the width arg__1.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QWidget
Returns the preferred height for this widget, given the width arg__1.
heightForWidth(int) - Method in class com.trolltech.qt.gui.QWidgetItem
This function is reimplemented for internal reasons.
heightMM() - Method in class com.trolltech.qt.gui.QImage
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the height of the paint device in millimeters.
heightMM() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.gui.QPicture
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.gui.QPixmap
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.gui.QPrinter
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.gui.QWidget
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the height of the paint device in millimeters.
heightMM() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the height of the paint device in millimeters.
helpEvent(QHelpEvent, QAbstractItemView, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemDelegate
Whenever a help event occurs, this function is called with the event view option and the index that corresponds to the item where the event occurs.
helpEvent(QGraphicsSceneHelpEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive help events.
helpRequested - Variable in class com.trolltech.qt.gui.QDialogButtonBox
This signal is emitted when a button inside the button box is clicked, as long as it was defined with the HelpRole.
helpRequested - Variable in class com.trolltech.qt.gui.QWizard
This signal is emitted when the user clicks the Help button.
hiddenSectionCount() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the number of sections in the header that has been hidden.
hide() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Hides the item.
hide() - Method in class com.trolltech.qt.gui.QGraphicsItem
Hides the item.
hide() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Hides the item.
hide() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Hides the item.
hide() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Hides the item.
hide() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Hides the item.
hide() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Hides the item.
hide() - Method in class com.trolltech.qt.gui.QSystemTrayIcon
Hides the system tray entry.
hide() - Method in class com.trolltech.qt.gui.QWidget
Hides the widget.
hide() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Hides the item.
hideColumn(int) - Method in class com.trolltech.qt.gui.QTableView
Hide the given column.
hideColumn(int) - Method in class com.trolltech.qt.gui.QTreeView
Hides the column given.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QScrollBar
This function is reimplemented for internal reasons.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
This function is reimplemented for internal reasons.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented in a subclass to receive widget hide events.
hideEvent(QHideEvent) - Method in class com.trolltech.qt.gui.QWorkspace
This function is reimplemented for internal reasons.
hideOrShow() - Method in class com.trolltech.qt.gui.QStatusBar
Ensures that the right widgets are visible.
hidePopup() - Method in class com.trolltech.qt.gui.QComboBox
Hides the list of items in the combobox if it is currently visible; otherwise this function does nothing.
hideRow(int) - Method in class com.trolltech.qt.gui.QTableView
Hide the given row.
hideSection(int) - Method in class com.trolltech.qt.gui.QHeaderView
Hides the section specified by logicalIndex.
hideTearOffMenu() - Method in class com.trolltech.qt.gui.QMenu
This function will forcibly hide the torn off menu making it disappear from the users desktop.
hideText() - Static method in class com.trolltech.qt.gui.QToolTip
Hides the tool tip.
hideText() - Static method in class com.trolltech.qt.gui.QWhatsThis
If a "What's This?" window is showing, this destroys it.
highlight() - Method in class com.trolltech.qt.gui.QPalette
Returns the highlight brush of the current color group.
highlightBlock(String) - Method in class com.trolltech.qt.gui.QSyntaxHighlighter
Highlights the given text block.
highlighted - Variable in class com.trolltech.qt.gui.QComboBox
This signal is sent when an item in the combobox popup list is highlighted by the user.
highlighted - Variable in class com.trolltech.qt.gui.QCompleter
This signal is sent when an item in the popup is highlighted by the user.
highlighted - Variable in class com.trolltech.qt.gui.QTextBrowser
This signal is emitted when the user has selected but not activated an anchor in the document.
highlightedIndex - Variable in class com.trolltech.qt.gui.QComboBox
This signal is sent when an item in the combobox popup list is highlighted by the user.
highlightedIndex - Variable in class com.trolltech.qt.gui.QCompleter
This signal is sent when an item in the popup is highlighted by the user.
highlightedString - Variable in class com.trolltech.qt.gui.QTextBrowser
Convenience signal that allows connecting to a slot that takes just a QString, like for example QStatusBar's message().
highlightedText() - Method in class com.trolltech.qt.gui.QPalette
Returns the highlighted text brush of the current color group.
highlightSections() - Method in class com.trolltech.qt.gui.QHeaderView
Returns whether the sections containing selected items are highlighted.
hiResGlobalPos() - Method in class com.trolltech.qt.gui.QTabletEvent
The high precision coordinates delivered from the tablet expressed.
hiResGlobalX() - Method in class com.trolltech.qt.gui.QTabletEvent
The high precision x position of the tablet device.
hiResGlobalY() - Method in class com.trolltech.qt.gui.QTabletEvent
The high precision y position of the tablet device.
history() - Method in class com.trolltech.qt.gui.QFileDialog
returns the browsing history of the filedialog as a list of paths.
hitButton(QPoint) - Method in class com.trolltech.qt.gui.QAbstractButton
Returns true if pos is inside the clickable button rectangle; otherwise returns false.
hitButton(QPoint) - Method in class com.trolltech.qt.gui.QCheckBox
This function is reimplemented for internal reasons.
hitButton(QPoint) - Method in class com.trolltech.qt.gui.QRadioButton
This function is reimplemented for internal reasons.
hitButton(QPoint) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
hitTest(QPointF, Qt.HitTestAccuracy) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the cursor postion for the given point with the accuracy specified.
hitTestComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPoint, QWidget) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
Returns the sub control at the given pt in the given complex cc (with the style options specified by opt).
hitTestComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPoint, QWidget) - Method in class com.trolltech.qt.gui.QCommonStyle
Returns the sub control at the given pt in the given complex cc (with the style options specified by opt).
hitTestComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPoint, QWidget) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
Returns the sub control at the given pos in the given complex control (with the style options specified by option).
hitTestComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPoint) - Method in class com.trolltech.qt.gui.QStyle
Equivalent to hitTestComplexControl(cc, opt, pt, 0).
hitTestComplexControl(QStyle.ComplexControl, QStyleOptionComplex, QPoint, QWidget) - Method in class com.trolltech.qt.gui.QStyle
Returns the sub control at the given pt in the given complex cc (with the style options specified by opt).
home() - Static method in class com.trolltech.qt.core.QDir
Returns the user's home directory.
home(boolean) - Method in class com.trolltech.qt.gui.QLineEdit
Moves the text cursor to the beginning of the line unless it is already there.
home() - Method in class com.trolltech.qt.gui.QTextBrowser
Changes the document displayed to be the first document the browser displayed.
homePath() - Static method in class com.trolltech.qt.core.QDir
Returns the absolute path of the user's home directory.
homePath() - Static method in class com.trolltech.qt.core.QFSFileEngine
Returns the home path of the current user.
horizontalHeader() - Method in class com.trolltech.qt.gui.QTableView
Returns the table view's horizontal header.
horizontalHeaderFormat() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns the format of the horizontal header..
horizontalHeaderItem(int) - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns the horizontal header item for column if one has been set; otherwise returns 0.
horizontalHeaderItem(int) - Method in class com.trolltech.qt.gui.QTableWidget
Returns the horizontal header item for column column.
horizontalOffset() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the horizontal offset of the view.
horizontalOffset() - Method in class com.trolltech.qt.gui.QColumnView
This function is reimplemented for internal reasons.
horizontalOffset() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the horizontal offset of the header.
horizontalOffset() - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
horizontalOffset() - Method in class com.trolltech.qt.gui.QTableView
Returns the horizontal offset of the items in the table view.
horizontalOffset() - Method in class com.trolltech.qt.gui.QTreeView
Returns the horizontal offset of the items in the treeview.
horizontalPolicy() - Method in class com.trolltech.qt.gui.QSizePolicy
Returns the horizontal component of the size policy.
horizontalScaleAt(double) - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
Returns the horizontal scale for the item at the specified step value.
horizontalScrollBar() - Method in class com.trolltech.qt.gui.QAbstractScrollArea
Returns the horizontal scroll bar.
horizontalScrollbarAction(int) - Method in class com.trolltech.qt.gui.QAbstractItemView
horizontalScrollbarAction(int) - Method in class com.trolltech.qt.gui.QTableView
This function is reimplemented for internal reasons.
horizontalScrollbarAction(int) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
horizontalScrollBarPolicy() - Method in class com.trolltech.qt.gui.QAbstractScrollArea
Returns the policy for the horizontal scroll bar.
horizontalScrollbarValueChanged(int) - Method in class com.trolltech.qt.gui.QAbstractItemView
horizontalScrollMode() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns how the view scrolls its contents in the horizontal direction.
horizontalShearAt(double) - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
Returns the horizontal shear for the item at the specified step value.
horizontalSpacing() - Method in class com.trolltech.qt.gui.QGridLayout
Returns the spacing between widgets that are laid out side by side.
horizontalStretch() - Method in class com.trolltech.qt.gui.QSizePolicy
Returns the horizontal stretch factor of the size policy.
host() - Method in class com.trolltech.qt.core.QUrl
Returns the host of the URL if it is defined; otherwise an empty string is returned.
hostFound - Variable in class com.trolltech.qt.network.QAbstractSocket
This signal is emitted after connectToHost() has been called and the host lookup has succeeded.
hostName() - Method in class com.trolltech.qt.network.QHostInfo
Returns the name of the host whose IP addresses were looked up.
hostName() - Method in class com.trolltech.qt.network.QNetworkProxy
Returns the host name of the proxy host.
hostName() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the connection's host name.
hotSpot() - Method in class com.trolltech.qt.gui.QCursor
Returns the cursor hot spot, or (0, 0) if it is one of the standard cursors.
hotSpot() - Method in class com.trolltech.qt.gui.QDrag
Returns the position of the hot spot relative to the top-left corner of the cursor.
hour() - Method in class com.trolltech.qt.core.QTime
Returns the hour part (0 to 23) of the time.
hover() - Method in class com.trolltech.qt.gui.QAction
This is a convenience slot that calls activate(Hover).
hovered - Variable in class com.trolltech.qt.gui.QAction
This signal is emitted when an action is highlighted by the user; for example, when the user pauses with the cursor over a menu option, toolbar button, or presses an action's shortcut key combination.
hovered - Variable in class com.trolltech.qt.gui.QActionGroup
This signal is emitted when the given arg__1 in the action group is highlighted by the user; for example, when the user pauses with the cursor over a menu option, toolbar button, or presses an action's shortcut key combination.
hovered - Variable in class com.trolltech.qt.gui.QMenu
This signal is emitted when a menu action is highlighted; action is the action that caused the signal to be emitted.
hovered - Variable in class com.trolltech.qt.gui.QMenuBar
This signal is emitted when a menu action is highlighted; action is the action that caused the event to be sent.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive hover enter events for this item.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive hover enter events for this item.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive hover enter events for this item.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive hover enter events for this item.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive hover enter events for this item.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive hover enter events for this item.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
hoverEnterEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive hover enter events for this item.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive hover leave events for this item.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive hover leave events for this item.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive hover leave events for this item.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive hover leave events for this item.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive hover leave events for this item.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive hover leave events for this item.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
hoverLeaveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive hover leave events for this item.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive hover move events for this item.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive hover move events for this item.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive hover move events for this item.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive hover move events for this item.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive hover move events for this item.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive hover move events for this item.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
hoverMoveEvent(QGraphicsSceneHoverEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive hover move events for this item.
href() - Method in class com.trolltech.qt.gui.QWhatsThisClickedEvent
Returns the URL that was clicked by the user in the "What's This?" text.
html() - Method in class com.trolltech.qt.gui.QMimeData
Returns a string if the data stored in the object is HTML (MIME type text/html); otherwise returns an empty string.
hue() - Method in class com.trolltech.qt.gui.QColor
Returns the hue color component of this color.
hueF() - Method in class com.trolltech.qt.gui.QColor
Returns the hue color component of this color.

I

icon() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns the icon shown on the button.
icon() - Method in class com.trolltech.qt.gui.QAction
Returns the action's icon.
icon(QFileIconProvider.IconType) - Method in class com.trolltech.qt.gui.QFileIconProvider
Returns an icon set for the given type.
icon(QFileInfo) - Method in class com.trolltech.qt.gui.QFileIconProvider
Returns an icon for the file described by info.
icon() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns the list item's icon.
icon() - Method in class com.trolltech.qt.gui.QMenu
Returns The icon of the menu.
icon() - Method in class com.trolltech.qt.gui.QMessageBox
Returns the message box's icon.
icon() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the item's icon.
icon() - Method in class com.trolltech.qt.gui.QStyleOptionButton
Returns the icon of the button.
icon() - Method in class com.trolltech.qt.gui.QStyleOptionHeader
Returns the icon of the header.
icon() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns the icon for the menu item.
icon() - Method in class com.trolltech.qt.gui.QStyleOptionTab
Returns the icon for the tab.
icon() - Method in class com.trolltech.qt.gui.QStyleOptionTitleBar
Returns the icon for the title bar.
icon() - Method in class com.trolltech.qt.gui.QStyleOptionToolBox
Returns the icon for the tool box tab.
icon() - Method in class com.trolltech.qt.gui.QStyleOptionToolButton
Returns the icon for the tool button.
icon() - Method in class com.trolltech.qt.gui.QSystemTrayIcon
Returns the system tray icon.
icon() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns the item's icon.
icon(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the icon that is displayed in the specified column.
Icon - Static variable in class com.trolltech.qt.QVariant
 
iconAlignment() - Method in class com.trolltech.qt.gui.QStyleOptionHeader
Returns the alignment flags for the icon of the header.
iconPixmap() - Method in class com.trolltech.qt.gui.QMessageBox
Returns the current icon.
iconProvider() - Method in class com.trolltech.qt.gui.QDirModel
Returns the file icon provider for this directory model.
iconProvider() - Method in class com.trolltech.qt.gui.QFileDialog
returns the icon provider used by the filedialog.
iconSize() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns the icon size used for this button..
iconSize() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the size of items.
iconSize() - Method in class com.trolltech.qt.gui.QComboBox
Returns the size of the icons shown in the combobox..
iconSize() - Method in class com.trolltech.qt.gui.QMainWindow
Returns size of toolbar icons in this mainwindow..
iconSize() - Method in class com.trolltech.qt.gui.QStyleOptionButton
Returns the size of the icon for the button.
iconSize() - Method in class com.trolltech.qt.gui.QStyleOptionComboBox
Returns the icon size for the current item of the combo box.
iconSize() - Method in class com.trolltech.qt.gui.QStyleOptionTabV2
Returns the size for the icons.
iconSize() - Method in class com.trolltech.qt.gui.QStyleOptionToolButton
Returns the size of the icon for the tool button.
iconSize() - Method in class com.trolltech.qt.gui.QTabBar
Returns The size for icons in the tab bar.
iconSize() - Method in class com.trolltech.qt.gui.QTabWidget
Returns The size for icons in the tab bar.
iconSize() - Method in class com.trolltech.qt.gui.QToolBar
Returns size of icons in the toolbar..
iconSizeChanged - Variable in class com.trolltech.qt.gui.QMainWindow
This signal is emitted when the size of the icons used in the window is changed.
iconSizeChanged - Variable in class com.trolltech.qt.gui.QToolBar
This signal is emitted when the icon size is changed.
iconText() - Method in class com.trolltech.qt.gui.QAction
Returns the action's descriptive icon text.
id() - Method in class com.trolltech.qt.core.QTimerEvent
Returns the id of this QTimerEvent.
id(QAbstractButton) - Method in class com.trolltech.qt.gui.QButtonGroup
Returns the id for the specified button, or -1 if no such button exists.
id() - Method in class com.trolltech.qt.gui.QShortcut
Returns the shortcut's ID.
id() - Method in class com.trolltech.qt.gui.QUndoCommand
Returns the ID of this command.
idealWidth() - Method in class com.trolltech.qt.gui.QTextDocument
Returns the ideal width of the text document.
identifierName() - Method in class com.trolltech.qt.gui.QInputContext
This function must be implemented in any subclasses to return the identifier name of the input method.
idnWhitelist() - Static method in class com.trolltech.qt.core.QUrl
Returns the current whitelist of top-level domains that are allowed to have non-ASCII characters in their compositions.
ignorableWhitespace(String) - Method in class com.trolltech.qt.xml.QXmlContentHandler
Some readers may use this function to report each chunk of whitespace in element content.
ignorableWhitespace(String) - Method in interface com.trolltech.qt.xml.QXmlContentHandlerInterface
Some readers may use this function to report each chunk of whitespace in element content.
ignorableWhitespace(String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
ignore() - Method in class com.trolltech.qt.core.QEvent
Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false).
ignore(QRect) - Method in class com.trolltech.qt.gui.QDragMoveEvent
The opposite of the accept(const QRect&) function.
ignoreSslErrors() - Method in class com.trolltech.qt.network.QHttp
Tells the QSslSocket used for the Http connection to ignore the errors reported in the sslErrors() signal.
image() - Method in class com.trolltech.qt.gui.QClipboard
Equivalent to image(Clipboard).
image(QClipboard.Mode) - Method in class com.trolltech.qt.gui.QClipboard
Returns the clipboard image, or returns a null image if the clipboard does not contain an image or if it contains an image in an unsupported image format.
Image - Static variable in class com.trolltech.qt.QVariant
 
imageCount() - Method in class com.trolltech.qt.gui.QImageIOHandler
For image formats that support animation, this function returns the number of images in the animation.
imageCount() - Method in class com.trolltech.qt.gui.QImageReader
For image formats that support animation, this function returns the total number of images in the animation.
imageData() - Method in class com.trolltech.qt.gui.QMimeData
Returns a QVariant storing a QImage if the object can return an image; otherwise returns a null variant.
imageFormat(String) - Static method in class com.trolltech.qt.gui.QImageReader
If supported, this function returns the image format of the file fileName.
imageFormat(QIODevice) - Static method in class com.trolltech.qt.gui.QImageReader
If supported, this function returns the image format of the device device.
implementation() - Method in class com.trolltech.qt.xml.QDomDocument
Returns a QDomImplementation object.
implicitLoading - Static variable in class com.trolltech.qt.Utilities
Wheter Qt Jambi has implicit loading.
importNode(QDomNode, boolean) - Method in class com.trolltech.qt.xml.QDomDocument
Imports the node importedNode from another document to this document.
incomingConnection(int) - Method in class com.trolltech.qt.network.QTcpServer
This virtual function is called by QTcpServer when a new connection is available.
indent() - Method in class com.trolltech.qt.gui.QLabel
Returns the label's text indent in pixels.
indent() - Method in class com.trolltech.qt.gui.QTextBlockFormat
Returns the paragraph's indent.
indent() - Method in class com.trolltech.qt.gui.QTextListFormat
Returns the list format's indentation.
indentation() - Method in class com.trolltech.qt.gui.QTreeView
Returns indentation of the items in the tree view..
index(int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to index(row, column, QModelIndex()).
index(int, int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the index of the item in the model specified by the given row, column and parent index.
index(int, int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractListModel
Returns the index of the data in row and column with parent.
index(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractTableModel
Returns the index of the data in row and column with parent.
index(String) - Method in class com.trolltech.qt.gui.QDirModel
Equivalent to index(path, 0).
index(String, int) - Method in class com.trolltech.qt.gui.QDirModel
Returns the model item index for the given path.
index(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns the model item index for the item in the parent with the given row and column.
index(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Returns the model index with the given row, column, and parent.
index(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
index() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the QModelIndex associated with this item.
index(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
index(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QTreeModel
This function is reimplemented for internal reasons.
index() - Method in class com.trolltech.qt.gui.QUndoStack
Returns the index of the current command.
index(String, String) - Method in class com.trolltech.qt.xml.QXmlAttributes
Looks up the index of an attribute by a namespace name.
index(String) - Method in class com.trolltech.qt.xml.QXmlAttributes
Looks up the index of an attribute by the qualified name qName.
indexAbove(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Returns the model index of the item above index.
indexAt(QPoint) - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the model index of the item at the viewport coordinates point.
indexAt(QPoint) - Method in class com.trolltech.qt.gui.QColumnView
This function is reimplemented for internal reasons.
indexAt(QPoint) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
indexAt(QPoint) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
indexAt(QPoint) - Method in class com.trolltech.qt.gui.QTableView
Returns the index position of the model item corresponding to the table item at position p in contents coordinates.
indexAt(QPoint) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
indexBelow(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Returns the model index of the item below index.
indexChanged - Variable in class com.trolltech.qt.gui.QUndoGroup
This signal is emitted whenever the active stack emits QUndoStack::indexChanged() or the active stack changes.
indexChanged - Variable in class com.trolltech.qt.gui.QUndoStack
This signal is emitted whenever a command modifies the state of the document.
indexColumn() - Method in class com.trolltech.qt.sql.QSqlRelation
Returns the index column from table tableName to which a foreign key refers.
indexes() - Method in class com.trolltech.qt.gui.QItemSelection
Returns a list of model indexes that correspond to the selected items.
indexes() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns the list of model index items stored in the selection.
indexesMoved - Variable in class com.trolltech.qt.gui.QListView
 
indexFromItem(QListWidgetItem) - Method in class com.trolltech.qt.gui.QListWidget
Returns the QModelIndex assocated with the given item.
indexFromItem(QStandardItem) - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns the QModelIndex associated with the given item.
indexFromItem(QTableWidgetItem) - Method in class com.trolltech.qt.gui.QTableWidget
Returns the QModelIndex assocated with the given item.
indexFromItem(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Equivalent to indexFromItem(item, 0).
indexFromItem(QTreeWidgetItem, int) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the QModelIndex assocated with the given item in the given column.
indexIn(QByteArray) - Method in class com.trolltech.qt.core.QByteArrayMatcher
Equivalent to indexIn(ba, 0).
indexIn(QByteArray, int) - Method in class com.trolltech.qt.core.QByteArrayMatcher
Searches the byte array ba, from byte position from (default 0, i.e. from the first byte), for the byte array pattern that was set in the constructor or in the most recent call to setPattern.
indexIn(String, int) - Method in class com.trolltech.qt.core.QRegExp
Equivalent to indexIn(str, offset, CaretAtZero).
indexIn(String) - Method in class com.trolltech.qt.core.QRegExp
Equivalent to indexIn(str, 0, CaretAtZero).
indexIn(String, int, QRegExp.CaretMode) - Method in class com.trolltech.qt.core.QRegExp
Attempts to find a match in str from position offset (0 by default).
indexIn(String) - Method in class com.trolltech.qt.core.QStringMatcher
Equivalent to indexIn(str, 0).
indexIn(String, int) - Method in class com.trolltech.qt.core.QStringMatcher
Searches the string str from character position from (default 0, i.e. from the first character), for the string pattern that was set in the constructor or in the most recent call to setPattern.
indexInQuery(QModelIndex) - Method in class com.trolltech.qt.sql.QSqlQueryModel
Returns the index of the value in the database result set for the given item in the model.
indexInQuery(QModelIndex) - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns the index of the value in the database result set for the given item in the model.
indexOf(byte) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to indexOf(c, 0).
indexOf(byte, int) - Method in class com.trolltech.qt.core.QByteArray
Returns the index position of the first occurrence of the character c in the byte array, searching forward from index position from.
indexOf(QByteArray) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to indexOf(a, 0).
indexOf(QByteArray, int) - Method in class com.trolltech.qt.core.QByteArray
Returns the index position of the first occurrence of the byte array a in this byte array, searching forward from index position from.
indexOf(String) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to indexOf(s, 0).
indexOf(String, int) - Method in class com.trolltech.qt.core.QByteArray
Returns the index position of the first occurrence of the string s in the byte array, searching forward from index position from.
indexOf(QItemSelectionRange, int) - Method in class com.trolltech.qt.gui.QItemSelection
Returns the index position of the first occurrence of t in the list, searching forward from index position from.
indexOf(QWidget) - Method in class com.trolltech.qt.gui.QLayout
Searches for widget arg__1 in this layout (not including child layouts).
indexOf(QPoint, int) - Method in class com.trolltech.qt.gui.QPolygon
Returns the index position of the first occurrence of t in the vector, searching forward from index position from.
indexOf(QPointF, int) - Method in class com.trolltech.qt.gui.QPolygonF
Returns the index position of the first occurrence of t in the vector, searching forward from index position from.
indexOf(QWidget) - Method in class com.trolltech.qt.gui.QSplitter
Returns the index in the splitter's layout of the specified w.
indexOf(QWidget) - Method in class com.trolltech.qt.gui.QStackedWidget
Returns the index of the given arg__1, or -1 if the given arg__1 is not a child of this QStackedWidget.
indexOf(QWidget) - Method in class com.trolltech.qt.gui.QTabWidget
Returns the index position of the page occupied by the widget widget, or -1 if the widget cannot be found.
indexOf(QWidget) - Method in class com.trolltech.qt.gui.QToolBox
Returns the index of widget, or -1 if the item does not exist.
indexOf(String) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns the position of the field called name within the record, or -1 if it cannot be found.
indexOf(QXmlStreamAttribute, int) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns the index position of the first occurrence of t in the vector, searching forward from index position from.
indexOfChild(QAccessibleInterface) - Method in class com.trolltech.qt.gui.QAccessibleInterface
Returns the 1-based index of the object arg__1 in this object's children list, or -1 if arg__1 is not a child of this object.
indexOfChild(QAccessibleInterface) - Method in class com.trolltech.qt.gui.QAccessibleWidget
This function is reimplemented for internal reasons.
indexOfChild(QAccessibleInterface) - Method in class com.trolltech.qt.gui.QAccessibleWidgetEx

Returns the 1-based index of the object arg__1 in this object's children list, or -1 if arg__1 is not a child of this object.

indexOfChild(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the index of the given child in the item's list of children.
indexOfTopLevelItem(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the index of the given top-level item, or -1 if the item cannot be found.
indexRowSizeHint(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Returns the size hint for the row indicated by index.
indexWidget(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the widget for the item at the given index.
indirections() - Method in class com.trolltech.qt.QNativePointer
Returns the number of indirections of the pointer.
inFont(char) - Method in class com.trolltech.qt.gui.QFontMetrics
Returns true if character arg__1 is a valid character in the font; otherwise returns false.
inFont(char) - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns true if character arg__1 is a valid character in the font; otherwise returns false.
information(QWidget, String, String, QMessageBox.StandardButtons) - Static method in class com.trolltech.qt.gui.QMessageBox
Equivalent to information(parent, title, text, buttons, NoButton).
information(QWidget, String, String) - Static method in class com.trolltech.qt.gui.QMessageBox
Equivalent to information(parent, title, text, Ok, NoButton).
information(QWidget, String, String, QMessageBox.StandardButtons, QMessageBox.StandardButton) - Static method in class com.trolltech.qt.gui.QMessageBox
Opens an information message box with the title title and the text text.
information(QWidget, String, String, QMessageBox.StandardButton) - Static method in class com.trolltech.qt.gui.QMessageBox
Equivalent to information(parent, title, text, button0, NoButton).
information(QWidget, String, String, QMessageBox.StandardButton, QMessageBox.StandardButton) - Static method in class com.trolltech.qt.gui.QMessageBox
informativeText() - Method in class com.trolltech.qt.gui.QMessageBox
Returns the informative text that provides a fuller description for the message.
initFrom(QWidget) - Method in class com.trolltech.qt.gui.QPainter
Initializes the painters pen, background and font to the same as the given widget.
initFrom(QWidget) - Method in class com.trolltech.qt.gui.QStyleOption
Initializes the state, direction, rect, palette, and fontMetrics member variables based on the specified w.
initialize() - Static method in class com.trolltech.qt.gui.QColormap
initialize() - Static method in class com.trolltech.qt.gui.QFont
initialize() - Method in class com.trolltech.qt.gui.QHeaderView
initialized() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if this context has been initialized, i.e. if QGLWidget::initializeGL() has been performed on it; otherwise returns false.
initialized() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if this context has been initialized, i.e. if QGLWidget::initializeGL() has been performed on it; otherwise returns false.
initializeGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is called once before the first call to paintGL or resizeGL, and then once whenever the widget has been assigned a new QGLContext.
initializeGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is called once before the first call to paintGL or resizeGL, and then once whenever the widget has been assigned a new QGLContext.
initializeOverlayGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is used in the same manner as initializeGL except that it operates on the widget's overlay context instead of the widget's main context.
initializeOverlayGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is used in the same manner as initializeGL except that it operates on the widget's overlay context instead of the widget's main context.
initializePage(int) - Method in class com.trolltech.qt.gui.QWizard
This virtual function is called by QWizard to prepare page id just before it is shown.
initializePage() - Method in class com.trolltech.qt.gui.QWizardPage
This virtual function is called by QWizard::initializePage() to prepare the page just before it is shown.
initializeSections(int, int) - Method in class com.trolltech.qt.gui.QHeaderView
initializeSections() - Method in class com.trolltech.qt.gui.QHeaderView
initStyleOption(QStyleOptionSpinBox) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Initialize option with the values from this QSpinBox.
initStyleOption(QStyleOptionButton) - Method in class com.trolltech.qt.gui.QCheckBox
Initialize option with the values from this QCheckBox.
initStyleOption(QStyleOptionComboBox) - Method in class com.trolltech.qt.gui.QComboBox
Initialize option with the values from this QComboBox.
initStyleOption(QStyleOptionSlider) - Method in class com.trolltech.qt.gui.QDial
Initialize option with the values from this QDial.
initStyleOption(QStyleOptionDockWidget) - Method in class com.trolltech.qt.gui.QDockWidget
Initialize option with the values from this QDockWidget.
initStyleOption(QStyleOption) - Method in class com.trolltech.qt.gui.QFocusFrame
Initialize option with the values from this QFocusFrame.
initStyleOption(QStyleOptionGroupBox) - Method in class com.trolltech.qt.gui.QGroupBox
Initialize option with the values from this QGroupBox.
initStyleOption(QStyleOptionHeader) - Method in class com.trolltech.qt.gui.QHeaderView
Initialize option with the values from this QHeaderView.
initStyleOption(QStyleOptionFrame) - Method in class com.trolltech.qt.gui.QLineEdit
This is a overloaded function provided for convenience.
initStyleOption(QStyleOptionMenuItem, QAction) - Method in class com.trolltech.qt.gui.QMenu
Initialize option with the values from this menu and information from action.
initStyleOption(QStyleOptionMenuItem, QAction) - Method in class com.trolltech.qt.gui.QMenuBar
Initialize option with the values from the menu bar and information from action.
initStyleOption(QStyleOptionProgressBar) - Method in class com.trolltech.qt.gui.QProgressBar
Initialize option with the values from this QProgressBar.
initStyleOption(QStyleOptionButton) - Method in class com.trolltech.qt.gui.QPushButton
Initialize option with the values from this QPushButton.
initStyleOption(QStyleOptionButton) - Method in class com.trolltech.qt.gui.QRadioButton
Initialize option with the values from this QRadioButton.
initStyleOption(QStyleOptionRubberBand) - Method in class com.trolltech.qt.gui.QRubberBand
This is a overloaded function provided for convenience.
initStyleOption(QStyleOptionSlider) - Method in class com.trolltech.qt.gui.QScrollBar
Initialize option with the values from this QScrollBar.
initStyleOption(QStyleOptionSlider) - Method in class com.trolltech.qt.gui.QSlider
Initialize option with the values from this QSlider.
initStyleOption(QStyleOptionTab, int) - Method in class com.trolltech.qt.gui.QTabBar
Initialize option with the values from the tab at tabIndex.
initStyleOption(QStyleOptionTabWidgetFrame) - Method in class com.trolltech.qt.gui.QTabWidget
Initialize option with the values from this QTabWidget.
initStyleOption(QStyleOptionToolBar) - Method in class com.trolltech.qt.gui.QToolBar
Initialize option with the values from the menu bar and information from action.
initStyleOption(QStyleOptionToolButton) - Method in class com.trolltech.qt.gui.QToolButton
Initialize option with the values from this QToolButton.
inputContext() - Method in class com.trolltech.qt.gui.QApplication
Returns the QInputContext instance used by the application.
inputContext() - Method in class com.trolltech.qt.gui.QWidget
This function returns the QInputContext for this widget.
inputFormats() - Static method in class com.trolltech.qt.gui.QPictureIO
Returns a sorted list of picture formats that are supported for picture input.
inputMask() - Method in class com.trolltech.qt.gui.QLineEdit
Returns The validation input mask.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive input method events for this item.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is reimplemented for internal reasons.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive input method events for this item.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive input method events for this item.
inputMethodEvent(QInputMethodEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive input method events for this item.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive input method events for this item.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive input method events for this item.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive input method events for the scene.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive Input Method composition events.
inputMethodEvent(QInputMethodEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive input method events for this item.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This method is only relevant for input items.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is reimplemented for internal reasons.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QGraphicsItem
This method is only relevant for input items.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This method is only relevant for input items.
inputMethodQuery(Qt.InputMethodQuery) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This method is only relevant for input items.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This method is only relevant for input items.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This method is only relevant for input items.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QGraphicsScene
This method is used by input methods to query a set of properties of the scene to be able to support complex input method operations as support for surrounding text and reconversions.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.gui.QWidget
This method is only relevant for input widgets.
inputMethodQuery(Qt.InputMethodQuery) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This method is only relevant for input items.
insert(int, QByteArray) - Method in class com.trolltech.qt.core.QByteArray
Inserts the byte array ba at index position i and returns a reference to this byte array.
insert(int, byte) - Method in class com.trolltech.qt.core.QByteArray
Inserts byte b at index position i in the byte array.
insert(int, String) - Method in class com.trolltech.qt.core.QByteArray
Inserts String str at index position i in the byte array.
insert(String) - Method in class com.trolltech.qt.gui.QLineEdit
Deletes any selected text, inserts arg__1, and validates the result.
insert(String, QPixmap) - Static method in class com.trolltech.qt.gui.QPixmapCache
Inserts a copy of the pixmap arg__2 associated with the key into the cache.
insert(int, QSqlField) - Method in class com.trolltech.qt.sql.QSqlRecord
Inserts the field field at position pos in the record.
insertAction(QAction, QAction) - Method in class com.trolltech.qt.gui.QWidget
Inserts the action action to this widget's list of actions, before the action before.
insertActions(QAction, List<QAction>) - Method in class com.trolltech.qt.gui.QWidget
Inserts the actions actions to this widget's list of actions, before the action before.
insertAfter(QDomNode, QDomNode) - Method in class com.trolltech.qt.xml.QDomNode
Inserts the node newChild after the child node refChild.
insertBefore(QDomNode, QDomNode) - Method in class com.trolltech.qt.xml.QDomNode
Inserts the node newChild before the child node refChild.
insertBlock(QTextBlockFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts a new empty block at the cursor position with block format format and the current charFormat as block char format.
insertBlock(QTextBlockFormat, QTextCharFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts a new empty block at the cursor position with block format format and charFormat as block char format.
insertBlock() - Method in class com.trolltech.qt.gui.QTextCursor
Inserts a new empty block at the cursor position with the current blockFormat and charFormat.
insertChild(int, QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Inserts the child item at index in the list of children.
insertChildren(int, List<QTreeWidgetItem>) - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Inserts the given list of children into the list of the item children at index .
insertColumn(int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to insertColumn(column, QModelIndex()).
insertColumn(int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Inserts a single column before the given column in the child items of the parent specified.
insertColumn(int, List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItem
Inserts a column at column containing items.
insertColumn(int, List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItemModel
Inserts a column at column containing items.
insertColumn(int) - Method in class com.trolltech.qt.gui.QTableWidget
Inserts an empty column into the table at column.
insertColumns(int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to insertColumns(column, count, QModelIndex()).
insertColumns(int, int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
On models that support this, inserts count new columns into the model before the given column.
insertColumns(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Inserts count columns into the model, creating new items as children of the given parent.
insertColumns(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
insertColumns(int, int) - Method in class com.trolltech.qt.gui.QStandardItem
Inserts count columns of child items at column column.
insertColumns(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
insertColumns(int, int) - Method in class com.trolltech.qt.gui.QTextTable
Inserts a number of num before the column with the specified pos.
insertColumns(int, int, QModelIndex) - Method in class com.trolltech.qt.sql.QSqlQueryModel
Inserts count columns into the model at position column.
insertData(int, String) - Method in class com.trolltech.qt.xml.QDomCharacterData
Inserts the string arg into the stored string at position offset.
insertFragment(QTextDocumentFragment) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts the text fragment at the current position.
insertFrame(QTextFrameFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts a frame with the given format at the current cursor position, moves the cursor position inside the frame, and returns the frame.
insertFromMimeData(QMimeData) - Method in class com.trolltech.qt.gui.QTextEdit
This function inserts the contents of the MIME data object, specified by source, into the text edit at the current cursor position.
insertHtml(String) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts the text html at the current position.
insertHtml(String) - Method in class com.trolltech.qt.gui.QTextEdit
Convenience slot that inserts text which is assumed to be of html formatting at the current cursor position.
insertImage(QTextImageFormat, QTextFrameFormat.Position) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts the image defined by the given format at the cursor's current position with the specified alignment.
insertImage(String) - Method in class com.trolltech.qt.gui.QTextCursor
Convenience method for inserting the image with the given name at the current position.
insertImage(QTextImageFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts the image defined by format at the current position.
insertItem(int, QLayoutItemInterface) - Method in class com.trolltech.qt.gui.QBoxLayout
Inserts arg__2 into this box layout at position index.
insertItem(int, String) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to insertItem(index, text, QVariant()).
insertItem(int, String, Object) - Method in class com.trolltech.qt.gui.QComboBox
Inserts the text and userData into the combobox at the given index.
insertItem(int, QIcon, String) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to insertItem(index, icon, text, QVariant()).
insertItem(int, QIcon, String, Object) - Method in class com.trolltech.qt.gui.QComboBox
Inserts the icon, text and userData into the combobox at the given index.
insertItem(int, QListWidgetItem) - Method in class com.trolltech.qt.gui.QListWidget
Inserts the item at the position in the list given by row.
insertItem(int, String) - Method in class com.trolltech.qt.gui.QListWidget
Inserts an item with the text label in the list widget at the position given by row.
insertItem(int, QWidget, String) - Method in class com.trolltech.qt.gui.QToolBox
Inserts the widget at position index, or at the bottom of the toolbox if index is out of range.
insertItem(int, QWidget, QIcon, String) - Method in class com.trolltech.qt.gui.QToolBox
Inserts the widget at position index, or at the bottom of the toolbox if index is out of range.
insertItems(int, List<String>) - Method in class com.trolltech.qt.gui.QComboBox
Inserts the strings from the texts into the combobox as separate items, starting at the index specified.
insertItems(int, List<String>) - Method in class com.trolltech.qt.gui.QListWidget
Inserts items from the list of labels into the list, starting at the given row.
insertLayout(int, QLayout) - Method in class com.trolltech.qt.gui.QBoxLayout
Equivalent to insertLayout(index, layout, 0).
insertLayout(int, QLayout, int) - Method in class com.trolltech.qt.gui.QBoxLayout
Inserts layout at position index, with stretch factor stretch.
insertList(QTextListFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts a new block at the current position and makes it the first list item of a newly created list with the given format.
insertList(QTextListFormat.Style) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts a new block at the current position and makes it the first list item of a newly created list with the given style.
insertMenu(QAction, QMenu) - Method in class com.trolltech.qt.gui.QMenu
This convenience function inserts menu before action before and returns the menus menuAction.
insertMenu(QAction, QMenu) - Method in class com.trolltech.qt.gui.QMenuBar
This convenience function inserts menu before action before and returns the menus menuAction().
insertPermanentWidget(int, QWidget) - Method in class com.trolltech.qt.gui.QStatusBar
Equivalent to insertPermanentWidget(index, widget, 0).
insertPermanentWidget(int, QWidget, int) - Method in class com.trolltech.qt.gui.QStatusBar
Inserts the given widget at the given index permanently to this status bar, reparenting the widget if it isn't already a child of this QStatusBar object.
insertPlainText(String) - Method in class com.trolltech.qt.gui.QTextEdit
Convenience slot that inserts text at the current cursor position.
insertPolicy() - Method in class com.trolltech.qt.gui.QComboBox
Returns the policy used to determine where user-inserted items should appear in the combobox.
insertRecord(int, QSqlRecord) - Method in class com.trolltech.qt.sql.QSqlTableModel
Inserts the record after row.
insertRow(int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to insertRow(row, QModelIndex()).
insertRow(int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Inserts a single row before the given row in the child items of the parent specified.
insertRow(int, QStandardItem) - Method in class com.trolltech.qt.gui.QStandardItem
Inserts a row at row containing item.
insertRow(int, List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItem
Inserts a row at row containing items.
insertRow(int, QStandardItem) - Method in class com.trolltech.qt.gui.QStandardItemModel
Inserts a row at row containing item.
insertRow(int, List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItemModel
Inserts a row at row containing items.
insertRow(int) - Method in class com.trolltech.qt.gui.QTableWidget
Inserts an empty row into the table at row.
insertRowIntoTable(QSqlRecord) - Method in class com.trolltech.qt.sql.QSqlRelationalTableModel
This function is reimplemented for internal reasons.
insertRowIntoTable(QSqlRecord) - Method in class com.trolltech.qt.sql.QSqlTableModel
Inserts the values values into the currently active database table.
insertRows(int, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
Equivalent to insertRows(row, count, QModelIndex()).
insertRows(int, int, QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
On models that support this, inserts count rows into the model before the given row.
insertRows(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Inserts count rows into the model, creating new items as children of the given parent.
insertRows(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
insertRows(int, List<QStandardItem>) - Method in class com.trolltech.qt.gui.QStandardItem
Inserts items at row.
insertRows(int, int) - Method in class com.trolltech.qt.gui.QStandardItem
Inserts count rows of child items at row row.
insertRows(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
insertRows(int, int, QModelIndex) - Method in class com.trolltech.qt.gui.QStringListModel
Inserts count rows into the model, beginning at the given row.
insertRows(int, int) - Method in class com.trolltech.qt.gui.QTextTable
Inserts a number of num before the row with the specified pos.
insertRows(int, int, QModelIndex) - Method in class com.trolltech.qt.sql.QSqlTableModel
Inserts count empty rows at position row.
insertSeparator(QAction) - Method in class com.trolltech.qt.gui.QMenu
This convenience function creates a new separator action, i.e. an action with QAction::isSeparator() returning true.
insertSeparator(QAction) - Method in class com.trolltech.qt.gui.QMenuBar
This convenience function creates a new separator action, i.e. an action with QAction::isSeparator() returning true.
insertSeparator(QAction) - Method in class com.trolltech.qt.gui.QToolBar
Inserts a separator into the toolbar in front of the toolbar item associated with the before action.
insertSpacing(int, int) - Method in class com.trolltech.qt.gui.QBoxLayout
Inserts a non-stretchable space (a QSpacerItem) at position index, with size size.
insertStretch(int) - Method in class com.trolltech.qt.gui.QBoxLayout
Equivalent to insertStretch(index, 0).
insertStretch(int, int) - Method in class com.trolltech.qt.gui.QBoxLayout
Inserts a stretchable space (a QSpacerItem) at position index, with zero minimum size and stretch factor stretch.
insertSubstitution(String, String) - Static method in class com.trolltech.qt.gui.QFont
Inserts arg__2 into the substitution table for the family arg__1.
insertSubstitutions(String, List<String>) - Static method in class com.trolltech.qt.gui.QFont
Inserts the list of families arg__2 into the substitution list for arg__1.
insertTab(int, QIcon, String) - Method in class com.trolltech.qt.gui.QTabBar
Inserts a new tab with icon icon and text text at position index.
insertTab(int, String) - Method in class com.trolltech.qt.gui.QTabBar
Inserts a new tab with text text at position index.
insertTab(int, QWidget, String) - Method in class com.trolltech.qt.gui.QTabWidget
Inserts a tab with the given arg__3 and widget into the tab widget at the specified index, and returns the index of the inserted tab in the tab bar.
insertTab(int, QWidget, QIcon, String) - Method in class com.trolltech.qt.gui.QTabWidget
Inserts a tab with the given label, widget, and icon into the tab widget at the specified index, and returns the index of the inserted tab in the tab bar.
insertTable(int, int, QTextTableFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Creates a new table with the given number of rows and cols in the specified format, inserts it at the current cursor position in the document, and returns the table object.
insertTable(int, int) - Method in class com.trolltech.qt.gui.QTextCursor
Creates a new table with the given number of rows and cols, inserts it at the current cursor position in the document, and returns the table object.
insertText(String) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts text at the current position, using the current character format.
insertText(String, QTextCharFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Inserts text at the current position with the given format.
insertToolBar(QToolBar, QToolBar) - Method in class com.trolltech.qt.gui.QMainWindow
Inserts the toolbar into the area occupied by the before toolbar so that it appears before it.
insertToolBarBreak(QToolBar) - Method in class com.trolltech.qt.gui.QMainWindow
Inserts a toolbar break before the toolbar specified by before.
insertTopLevelItem(int, QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Inserts the item at index in the top level in the view.
insertTopLevelItems(int, List<QTreeWidgetItem>) - Method in class com.trolltech.qt.gui.QTreeWidget
Inserts the list of items at index in the top level in the view.
insertWidget(int, QWidget, int, Qt.AlignmentFlag...) - Method in class com.trolltech.qt.gui.QBoxLayout
Inserts widget at position index, with stretch factor stretch and alignment alignment.
insertWidget(int, QWidget, int) - Method in class com.trolltech.qt.gui.QBoxLayout
Equivalent to insertWidget(index, widget, stretch, 0).
insertWidget(int, QWidget) - Method in class com.trolltech.qt.gui.QBoxLayout
Equivalent to insertWidget(index, widget, 0, 0).
insertWidget(int, QWidget, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QBoxLayout
Inserts widget at position index, with stretch factor stretch and alignment alignment.
insertWidget(int, QWidget) - Method in class com.trolltech.qt.gui.QSplitter
Inserts the widget specified into the splitter's layout at the given index.
insertWidget(int, QWidget) - Method in class com.trolltech.qt.gui.QStackedLayout
Inserts the given w at the given index in this QStackedLayout.
insertWidget(int, QWidget) - Method in class com.trolltech.qt.gui.QStackedWidget
Inserts the given w at the given index in this QStackedWidget.
insertWidget(int, QWidget) - Method in class com.trolltech.qt.gui.QStatusBar
Equivalent to insertWidget(index, widget, 0).
insertWidget(int, QWidget, int) - Method in class com.trolltech.qt.gui.QStatusBar
Inserts the given widget at the given index to this status bar, reparenting the widget if it isn't already a child of this QStatusBar object.
insertWidget(QAction, QWidget) - Method in class com.trolltech.qt.gui.QToolBar
Inserts the given widget in front of the toolbar item associated with the before action.
installEventFilter(QObject) - Method in class com.trolltech.qt.core.QObject
Installs an event filter arg__1 on this object.
installMessageHandler(QMessageHandler) - Static method in class com.trolltech.qt.core.QMessageHandler
Installs the specified message handler as a receiver for message notification.
installSceneEventFilter(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installSceneEventFilter(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItem
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installSceneEventFilter(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installSceneEventFilter(QGraphicsItemInterface) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installSceneEventFilter(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installSceneEventFilter(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installSceneEventFilter(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installSceneEventFilter(QGraphicsItemInterface) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Installs an event filter for this item on filterItem, causing all events for this item to first pass through filterItem's sceneEventFilter function.
installTranslator(QTranslator) - Static method in class com.trolltech.qt.core.QCoreApplication
Adds the translation file messageFile to the list of translation files to be used for translations.
instance() - Static method in class com.trolltech.qt.core.QAbstractEventDispatcher
Equivalent to instance(0).
instance(Thread) - Static method in class com.trolltech.qt.core.QAbstractEventDispatcher
Returns a pointer to the event dispatcher object for the specified thread.
instance() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns a pointer to the application's QCoreApplication (or QApplication) instance.
instance() - Static method in class com.trolltech.qt.gui.QApplication
Returns the unique QApplication instance.
instance() - Static method in class com.trolltech.qt.gui.QColormap
Equivalent to instance(-1).
instance(int) - Static method in class com.trolltech.qt.gui.QColormap
Returns the colormap for the specified screen.
Int - Static variable in class com.trolltech.qt.QVariant
 
intAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
integerBase() - Method in class com.trolltech.qt.core.QTextStream
Returns the current base of integers.
interfaceFromIndex(int) - Static method in class com.trolltech.qt.network.QNetworkInterface
Returns a QNetworkInterface object for the interface whose internal ID is index.
interfaceFromName(String) - Static method in class com.trolltech.qt.network.QNetworkInterface
Returns a QNetworkInterface object for the interface named name.
internalDrag(Qt.DropAction...) - Method in class com.trolltech.qt.gui.QListView
internalDrag(Qt.DropActions) - Method in class com.trolltech.qt.gui.QListView
internalDrop(QDropEvent) - Method in class com.trolltech.qt.gui.QListView
internalEntityDecl(String, String) - Method in class com.trolltech.qt.xml.QXmlDeclHandler
The reader calls this function to report an internal entity declaration.
internalEntityDecl(String, String) - Method in interface com.trolltech.qt.xml.QXmlDeclHandlerInterface
The reader calls this function to report an internal entity declaration.
internalEntityDecl(String, String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
internalId() - Method in class com.trolltech.qt.core.QModelIndex
Returns an int used by the model to associate the index with the internal data structure.
internalId() - Method in class com.trolltech.qt.core.QPersistentModelIndex
internalSubset() - Method in class com.trolltech.qt.xml.QDomDocumentType
Returns the internal subset of the document type or an empty string if there is no internal subset.
interpretText() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function interprets the text of the spin box.
interrupt() - Method in class com.trolltech.qt.core.QAbstractEventDispatcher
Interrupts event dispatching; i.e. the event dispatcher will return from processEvents as soon as possible.
intersect(QLineF, QPointF) - Method in class com.trolltech.qt.gui.QLineF
Returns a value indicating whether or not this line intersects with the given line.
intersected(QRect) - Method in class com.trolltech.qt.core.QRect
Returns the intersection of this rectangle and the given other.
intersected(QRectF) - Method in class com.trolltech.qt.core.QRectF
Returns the intersection of this rectangle and the given other.
intersected(QItemSelectionRange) - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns a new selection range containing only the items that are found in both the selection range and the other selection range.
intersected(QPainterPath) - Method in class com.trolltech.qt.gui.QPainterPath
Returns a path which is the intersection of this path and r.
intersected(QPolygon) - Method in class com.trolltech.qt.gui.QPolygon
Returns a polygon which is the intersection of this polygon and r.
intersected(QPolygonF) - Method in class com.trolltech.qt.gui.QPolygonF
Returns a polygon which is the intersection of this polygon and r.
intersected(QRegion) - Method in class com.trolltech.qt.gui.QRegion
Returns a region which is the intersection of this region and r.
intersects(QRect) - Method in class com.trolltech.qt.core.QRect
Returns true if this rectangle intersects with the given r (i.e., there is at least one pixel that is within both rectangles), otherwise returns false.
intersects(QRectF) - Method in class com.trolltech.qt.core.QRectF
Returns true if this rectangle intersects with the given r (i.e. there is a non-empty area of overlap between them), otherwise returns false.
intersects(QItemSelectionRange) - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns true if this selection range intersects (overlaps with) the other range given; otherwise returns false.
intersects(QRectF) - Method in class com.trolltech.qt.gui.QPainterPath
Returns true if any point in the given rect intersects the path; otherwise returns false.
intersects(QPainterPath) - Method in class com.trolltech.qt.gui.QPainterPath
Returns true if the current path intersects at any point the given path p.
intersects(QRect) - Method in class com.trolltech.qt.gui.QRegion
Returns true if this region intersects with r, otherwise returns false.
intersects(QRegion) - Method in class com.trolltech.qt.gui.QRegion
Returns true if this region intersects with r, otherwise returns false.
interval() - Method in class com.trolltech.qt.core.QTimer
Returns the timeout interval in milliseconds.
intProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property specified by propertyId.
intValue() - Method in class com.trolltech.qt.gui.QLCDNumber
Returns the displayed value rounded to the nearest integer.
intValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of int type, this function returns its value.
Invalid - Static variable in class com.trolltech.qt.QVariant
 
invalidate() - Method in class com.trolltech.qt.gui.QBoxLayout
Resets cached information.
invalidate(QRectF, QGraphicsScene.SceneLayer...) - Method in class com.trolltech.qt.gui.QGraphicsScene
Invalidates and schedules a redraw of the layers in rect on the scene.
invalidate(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to invalidate(rect, AllLayers).
invalidate() - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to invalidate(QRectF(), AllLayers).
invalidate(QRectF, QGraphicsScene.SceneLayers) - Method in class com.trolltech.qt.gui.QGraphicsScene
Invalidates and schedules a redraw of the layers in rect on the scene.
invalidate(double, double, double, double, QGraphicsScene.SceneLayer...) - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling invalidate(QRectF(x, y, w, h), layers);
invalidate(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsScene
Equivalent to invalidate(x, y, w, h, AllLayers).
invalidate(double, double, double, double, QGraphicsScene.SceneLayers) - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling invalidate(QRectF(x, y, w, h), layers);
invalidate() - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
invalidate() - Method in class com.trolltech.qt.gui.QLayout
This function is reimplemented for internal reasons.
invalidate() - Method in class com.trolltech.qt.gui.QLayoutItem
Invalidates any cached information in this layout item.
invalidate() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Invalidates any cached information in this layout item.
invalidate() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Invalidates the current sorting and filtering.
invalidate() - Method in class com.trolltech.qt.gui.QSpacerItem
Invalidates any cached information in this layout item.
invalidate() - Method in class com.trolltech.qt.gui.QWidgetItem
Invalidates any cached information in this layout item.
invalidateFilter() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Invalidates the current filtering.
invalidateScene(QRectF, QGraphicsScene.SceneLayer...) - Method in class com.trolltech.qt.gui.QGraphicsView
Invalidates and schedules a redraw of layers inside rect.
invalidateScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to invalidateScene(rect, QGraphicsScene::AllLayers).
invalidateScene() - Method in class com.trolltech.qt.gui.QGraphicsView
Equivalent to invalidateScene(QRectF(), QGraphicsScene::AllLayers).
invalidateScene(QRectF, QGraphicsScene.SceneLayers) - Method in class com.trolltech.qt.gui.QGraphicsView
Invalidates and schedules a redraw of layers inside rect.
invalidDataPolicy() - Static method in class com.trolltech.qt.xml.QDomImplementation
Returns the invalid data policy, which specifies what should be done when a factory function in QDomDocument is passed invalid data.
inverted() - Method in class com.trolltech.qt.core.QBitArray
Returns a bit array that contains the inverted bits of this bit array.
inverted() - Method in class com.trolltech.qt.gui.QMatrix
Returns an inverted copy of this matrix.
inverted() - Method in class com.trolltech.qt.gui.QTransform
Returns an inverted copy of this transformation.
invertedAppearance() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns whether or not a slider shows its values inverted..
invertedAppearance() - Method in class com.trolltech.qt.gui.QProgressBar
Returns whether or not a progress bar shows its progress inverted.
invertedAppearance() - Method in class com.trolltech.qt.gui.QStyleOptionProgressBarV2
Returns whether the progress bar's appearance is inverted.
invertedControls() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns whether or not the slider inverts its wheel and key events..
invertPixels() - Method in class com.trolltech.qt.gui.QImage
Equivalent to invertPixels(InvertRgb).
invertPixels(QImage.InvertMode) - Method in class com.trolltech.qt.gui.QImage
Inverts all pixel values in the image.
invisibleRootItem() - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns the model's invisible root item.
invisibleRootItem() - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the tree widget's invisible root item.
invokeLater(Runnable) - Static method in class com.trolltech.qt.core.QCoreApplication
This function will queue the runnable and invokes it later.
invokeMethod(QAccessible.Method, int, List<Object>) - Method in class com.trolltech.qt.gui.QAccessibleInterface
Invokes a method on child with the given parameters params and returns the result of the operation as QVariant.
invokeMethodEx(QAccessible.Method, int, List<Object>) - Method in class com.trolltech.qt.gui.QAccessibleWidgetEx
inWhatsThisMode() - Static method in class com.trolltech.qt.gui.QWhatsThis
Returns true if the user interface is in "What's This?" mode; otherwise returns false.
ioDevice() - Method in class com.trolltech.qt.gui.QPictureIO
Returns the IO device currently set.
ip() - Method in class com.trolltech.qt.network.QNetworkAddressEntry
This function returns one IPv4 or IPv6 address found, that was found in a network interface.
isAbsolute() - Method in class com.trolltech.qt.core.QDir
Returns true if the directory's path is absolute; otherwise returns false.
isAbsolute() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if the file path name is absolute, otherwise returns false if the path is relative.
isAbsolutePath(String) - Static method in class com.trolltech.qt.core.QDir
Returns true if path is absolute; returns false if it is relative.
isAccelerated() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns whether the spin box will accelerate the frequency of the steps when pressing the step Up/Down buttons..
isAccepted() - Method in class com.trolltech.qt.core.QEvent
the accept flag of the event object
isActive() - Method in class com.trolltech.qt.core.QBasicTimer
Returns true if the timer is running, has not yet timed out, and has not been stopped; otherwise returns false.
isActive() - Method in class com.trolltech.qt.core.QTimer
This boolean property is true if the timer is running; otherwise false.
isActive() - Static method in class com.trolltech.qt.gui.QAccessible
Returns true if an accessibility implementation has been requested during the runtime of the application; otherwise returns false.
isActive() - Method in class com.trolltech.qt.gui.QPaintEngine
Returns true if the paint engine is actively drawing; otherwise returns false.
isActive() - Method in class com.trolltech.qt.gui.QPainter
Returns true if begin has been called and end has not yet been called; otherwise returns false.
isActive() - Method in class com.trolltech.qt.gui.QUndoStack
Returns the active status of this stack..
isActive() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns true if the query is currently active; otherwise returns false.
isActive() - Method in class com.trolltech.qt.sql.QSqlResult
Returns true if the result has records to be retrieved; otherwise returns false.
isActiveWindow() - Method in class com.trolltech.qt.gui.QWidget
Returns whether this widget's window is the active window.
isAffine() - Method in class com.trolltech.qt.gui.QTransform
Returns true if the matrix represent an affine transformation, otherwise returns false.
isAmbiguous() - Method in class com.trolltech.qt.gui.QShortcutEvent
Returns true if the key sequence that triggered the event is ambiguous.
isAncestorOf(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAncestorOf(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAncestorOf(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAncestorOf(QGraphicsItemInterface) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAncestorOf(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAncestorOf(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAncestorOf(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAncestorOf(QWidget) - Method in class com.trolltech.qt.gui.QWidget
Returns true if this widget is a parent, (or grandparent and so on to any level), of the given child, and both widgets are within the same window; otherwise returns false.
isAncestorOf(QGraphicsItemInterface) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item is an ancestor of child (i.e., if this item is child's parent, or one of child's parent's ancestors).
isAnchor() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns true if the text is formatted as an anchor; otherwise returns false.
isAnimated() - Method in class com.trolltech.qt.gui.QMainWindow
Returns whether manipulating dock widgets and tool bars is animated.
isAnimated() - Method in class com.trolltech.qt.gui.QTreeView
Returns whether animations are enabled.
isAreaAllowed(Qt.DockWidgetArea) - Method in class com.trolltech.qt.gui.QDockWidget
Returns true if this dock widget can be placed in the given area; otherwise returns false.
isAreaAllowed(Qt.ToolBarArea) - Method in class com.trolltech.qt.gui.QToolBar
Returns true if this toolbar is dockable in the given area; otherwise returns false.
isAttr() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is an attribute; otherwise returns false.
isAutoRepeat() - Method in class com.trolltech.qt.gui.QKeyEvent
Returns true if this event comes from an auto-repeating key; returns false if it comes from an initial key press.
isAutoValue() - Method in class com.trolltech.qt.sql.QSqlField
Returns true if the value is auto-generated by the database, for example auto-increment primary key values.
isAvailable() - Static method in class com.trolltech.qt.gui.QSound
Returns true if sound facilities exist on the platform; otherwise returns false.
isBackwardAvailable() - Method in class com.trolltech.qt.gui.QTextBrowser
Returns true if the text browser can go backward in the document history using backward.
isBitmapScalable(String) - Method in class com.trolltech.qt.gui.QFontDatabase
Equivalent to isBitmapScalable(family, QString()).
isBitmapScalable(String, String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns true if the font that has family family and style style is a scalable bitmap font; otherwise returns false.
isBlockFormat() - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if this text format is a BlockFormat; otherwise returns false.
isBrushSet(QPalette.ColorGroup, QPalette.ColorRole) - Method in class com.trolltech.qt.gui.QPalette
Returns true if the ColorGroup cg and ColorRole cr has been set previously on this palette; otherwise returns false.
isBundle() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if this object points to a bundle or to a symbolic link to a bundle on Mac OS X; otherwise returns false.
isCachingEnabled() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if the contents of the SVG file to be renderer is cached.
isCDATA() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if the reader reports characters that stem from a CDATA section; otherwise returns false.
isCDATASection() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a CDATA section; otherwise returns false.
isCharacterData() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a character data node; otherwise returns false.
isCharacters() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals Characters; otherwise returns false.
isCharFormat() - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if this text format is a CharFormat; otherwise returns false.
isCheckable() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns whether the button is checkable.
isCheckable() - Method in class com.trolltech.qt.gui.QAction
Returns whether the action is a checkable action.
isCheckable() - Method in class com.trolltech.qt.gui.QGroupBox
Returns whether the group box has a checkbox in its title.
isCheckable() - Method in class com.trolltech.qt.gui.QStandardItem
Returns whether the item is user-checkable.
isChecked() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns whether the button is checked.
isChecked() - Method in class com.trolltech.qt.gui.QAction
Returns whether the action is checked..
isChecked() - Method in class com.trolltech.qt.gui.QGroupBox
Returns whether the group box is checked.
isClean() - Method in class com.trolltech.qt.gui.QUndoGroup
Returns the value of the active stack's QUndoStack::isClean().
isClean() - Method in class com.trolltech.qt.gui.QUndoStack
If the stack is in the clean state, returns true; otherwise returns false.
isClickable() - Method in class com.trolltech.qt.gui.QHeaderView
Returns true if the header is clickable; otherwise returns false.
isClipEnabled() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns wether clipping is enabled or not in the current paint engine state.
isClosed() - Method in class com.trolltech.qt.gui.QPolygonF
Returns true if the polygon is closed; otherwise returns false.
isCollapsible(int) - Method in class com.trolltech.qt.gui.QSplitter
Returns true if the widget at index is collapsible, otherwise returns false
isColumnHidden(int) - Method in class com.trolltech.qt.gui.QTableView
Returns true if the given column is hidden; otherwise returns false.
isColumnHidden(int) - Method in class com.trolltech.qt.gui.QTreeView
Returns true if the column is hidden; otherwise returns false.
isColumnSelected(int, QModelIndex) - Method in class com.trolltech.qt.gui.QItemSelectionModel
Returns true if all items are selected in the column with the given parent.
isComment() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a comment; otherwise returns false.
isComment() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals Comment; otherwise returns false.
isCommitPage() - Method in class com.trolltech.qt.gui.QWizardPage
Returns true if this page is a commit page; otherwise returns false.
isComplete() - Method in class com.trolltech.qt.gui.QWizardPage
This virtual function is called by QWizard to determine whether the Next or Finish button should be enabled or disabled.
isComposing() - Method in class com.trolltech.qt.gui.QInputContext
This function indicates whether InputMethodStart event had been sent to the current focus widget.
isCopyOf(QFont) - Method in class com.trolltech.qt.gui.QFont
Returns true if this font and arg__1 are copies of each other, i.e. one of them was created as a copy of the other and neither has been modified since.
isCopyOf(QPalette) - Method in class com.trolltech.qt.gui.QPalette
Returns true if this palette and p are copies of each other, i.e. one of them was created as a copy of the other and neither was subsequently modified; otherwise returns false.
isCopyOf(QTextCursor) - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if this cursor and other are copies of each other, i.e. one of them was created as a copy of the other and neither has moved since.
isCornerButtonEnabled() - Method in class com.trolltech.qt.gui.QTableView
Returns whether the button in the top-left corner is enabled.
isCosmetic() - Method in class com.trolltech.qt.gui.QPen
Returns true if the pen is cosmetic; otherwise returns false.
isCurveTo() - Method in class com.trolltech.qt.gui.QPainterPath_Element
Returns true if the element is a curve, otherwise returns false.
isDateEditEnabled() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns whether the date edit popup is enabled.
isDefault() - Method in class com.trolltech.qt.gui.QPushButton
Returns whether the push button is the default button.
isDefault() - Method in class com.trolltech.qt.xml.QXmlStreamAttribute
Returns true if the parser added this attribute with a default value following an ATTLIST declaration in the DTD; otherwise returns false.
isDefaultUp() - Method in class com.trolltech.qt.gui.QMenuBar
Returns the popup orientation.
isDescending(int) - Method in class com.trolltech.qt.sql.QSqlIndex
Returns true if field i in the index is sorted in descending order; otherwise returns false.
isDesignable(Object) - Method in class com.trolltech.qt.QtPropertyManager.Entry
Deprecated. Invokes the designable Method and returns the result.
isDir() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if this object points to a directory or to a symbolic link to a directory; otherwise returns false.
isDir(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Returns true if the model item index represents a directory; otherwise returns false.
isDir() - Method in class com.trolltech.qt.network.QUrlInfo
Returns true if the URL is a directory; otherwise returns false.
isDirty(QModelIndex) - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns true if the value at the index index is dirty, otherwise false.
isDisabled() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns true if the item is disabled; otherwise returns false.
isDockNestingEnabled() - Method in class com.trolltech.qt.gui.QMainWindow
Returns whether docks can be nested.
isDocument() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a document; otherwise returns false.
isDocumentFragment() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a document fragment; otherwise returns false.
isDocumentType() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a document type; otherwise returns false.
isDown() - Method in class com.trolltech.qt.gui.QAbstractButton
Returns whether the button is pressed down.
isDragEnabled() - Method in class com.trolltech.qt.gui.QStandardItem
Returns whether the item is drag enabled.
isDriverAvailable(String) - Static method in class com.trolltech.qt.sql.QSqlDatabase
Returns true if a driver called name is available; otherwise returns false.
isDropEnabled() - Method in class com.trolltech.qt.gui.QStandardItem
Returns whether the item is drop enabled.
isDTD() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals DTD; otherwise returns false.
isEditable() - Method in class com.trolltech.qt.gui.QComboBox
Returns whether the combobox can be edited by the user.
isEditable() - Method in class com.trolltech.qt.gui.QStandardItem
Returns whether the item can be edited by the user.
isEffectEnabled(Qt.UIEffect) - Static method in class com.trolltech.qt.gui.QApplication
Returns true if arg__1 is enabled; otherwise returns false.
isElement() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is an element; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QBitArray
Returns true if this bit array has size 0; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QByteArray
Returns true if the byte array has size 0; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QRect
Returns true if the rectangle is empty, otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QRectF
Returns true if the rectangle is empty, otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QRegExp
Returns true if the pattern string is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QSize
Returns true if either of the width and height is less than or equal to 0; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QSizeF
Returns true if either of the width and height is less than or equal to 0; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QTranslator
Returns true if this translator is empty, otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.core.QUrl
Returns true if the URL has no data; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QItemSelection
Returns true if the list contains no items; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QKeySequence
Returns true if the key sequence is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QLayout
This function is reimplemented for internal reasons.
isEmpty() - Method in class com.trolltech.qt.gui.QLayoutItem
Implemented in subclasses to return whether this item is empty, i.e. whether it contains any widgets.
isEmpty() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Implemented in subclasses to return whether this item is empty, i.e. whether it contains any widgets.
isEmpty() - Method in class com.trolltech.qt.gui.QMenu
Returns true if there are no actions inserted into the menu, false otherwise.
isEmpty() - Method in class com.trolltech.qt.gui.QPainterPath
Returns true if there are no elements in this path, otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QPolygon
Returns true if the vector has size 0; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QPolygonF
Returns true if the vector has size 0; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QRegion
Returns true if the region is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QSpacerItem
Returns true.
isEmpty() - Method in class com.trolltech.qt.gui.QTextDocument
Returns true if the document is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QTextDocumentFragment
Returns true if the fragment is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.gui.QWidgetItem
Returns true if the widget is hidden; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.opengl.QGLColormap
Returns true if the colormap is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.opengl.QGLColormap
Returns true if the colormap is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.sql.QSqlRecord
Returns true if there are no fields in the record; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
Returns true if the map is empty; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.xml.QDomNodeList
Returns true if the list contains no items; otherwise returns false.
isEmpty() - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns true if the vector has size 0; otherwise returns false.
isEnabled() - Method in class com.trolltech.qt.core.QSocketNotifier
Returns true if the notifier is enabled; otherwise returns false.
isEnabled() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if the item is enabled; otherwise, false is returned.
isEnabled() - Method in class com.trolltech.qt.gui.QAction
Returns whether the action is enabled.
isEnabled() - Method in class com.trolltech.qt.gui.QActionGroup
Returns whether the action group is enabled.
isEnabled() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if the item is enabled; otherwise, false is returned.
isEnabled() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if the item is enabled; otherwise, false is returned.
isEnabled() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if the item is enabled; otherwise, false is returned.
isEnabled() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if the item is enabled; otherwise, false is returned.
isEnabled() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if the item is enabled; otherwise, false is returned.
isEnabled() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if the item is enabled; otherwise, false is returned.
isEnabled() - Method in class com.trolltech.qt.gui.QLayout
Returns true if the layout is enabled; otherwise returns false.
isEnabled() - Method in class com.trolltech.qt.gui.QShortcut
Returns whether the shortcut is enabled.
isEnabled() - Method in class com.trolltech.qt.gui.QStandardItem
Returns whether the item is enabled.
isEnabled() - Method in class com.trolltech.qt.gui.QWidget
Returns whether the widget is enabled.
isEnabled() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if the item is enabled; otherwise, false is returned.
isEnabledTo(QWidget) - Method in class com.trolltech.qt.gui.QWidget
Returns true if this widget would become enabled if arg__1 is enabled; otherwise returns false.
isEndDocument() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals EndDocument; otherwise returns false.
isEndElement() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals EndElement; otherwise returns false.
isEntity() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is an entity; otherwise returns false.
isEntityReference() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is an entity reference; otherwise returns false.
isEntityReference() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals EntityReference; otherwise returns false.
isEqual(QPalette.ColorGroup, QPalette.ColorGroup) - Method in class com.trolltech.qt.gui.QPalette
Returns true (usually quickly) if color group cr1 is equal to cr2; otherwise returns false.
isExclusive() - Method in class com.trolltech.qt.gui.QActionGroup
Returns whether the action group does exclusive checking.
isExecutable() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if the file is executable; otherwise returns false.
isExecutable() - Method in class com.trolltech.qt.network.QUrlInfo
Returns true if the URL is executable; otherwise returns false.
isExpanded(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Returns true if the model item index is expanded; otherwise returns false.
isExpanded() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns true if the item is expanded, otherwise returns false.
isFile() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if this object points to a file or to a symbolic link to a file.
isFile() - Method in class com.trolltech.qt.network.QUrlInfo
Returns true if the URL is a file; otherwise returns false.
isFinalPage() - Method in class com.trolltech.qt.gui.QWizardPage
This function is called by QWizard to determine whether the Finish button should be shown for this page or not.
isFinished() - Method in class com.trolltech.qt.gui.QSound
Returns true if the sound has finished playing; otherwise returns false.
isFirstColumnSpanned(int, QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Returns true if the item in first column in the given row of the parent is spanning all the columns; otherwise returns false.
isFirstColumnSpanned() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns true if the item is spanning all the columns in a row; otherwise returns false.
isFirstItemColumnSpanned(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns true if the given item is set to show only one section over all columns; otherwise returns false.
isFixedPitch(String) - Method in class com.trolltech.qt.gui.QFontDatabase
Equivalent to isFixedPitch(family, QString()).
isFixedPitch(String, String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns true if the font that has family family and style style is fixed pitch; otherwise returns false.
isFlat() - Method in class com.trolltech.qt.gui.QGroupBox
Returns whether the group box is painted flat or has a frame.
isFlat() - Method in class com.trolltech.qt.gui.QPushButton
Returns whether the button border is raised.
isFloatable() - Method in class com.trolltech.qt.gui.QToolBar
Returns whether the toolbar can be dragged and dropped as an independent window..
isFloating() - Method in class com.trolltech.qt.gui.QDockWidget
Returns whether the dock widget is floating.
isFloating() - Method in class com.trolltech.qt.gui.QToolBar
Returns whether the toolbar is an independent window..
isForwardAvailable() - Method in class com.trolltech.qt.gui.QTextBrowser
Returns true if the text browser can go forward in the document history using forward.
isForwardOnly() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns true if you can only scroll forward through a result set; otherwise returns false.
isForwardOnly() - Method in class com.trolltech.qt.sql.QSqlResult
Returns true if you can only scroll forward through the result set; otherwise returns false.
isFrameFormat() - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if this text format is a FrameFormat; otherwise returns false.
isFullScreen() - Method in class com.trolltech.qt.gui.QWidget
Returns whether the widget is full screen.
isGenerated() - Method in class com.trolltech.qt.sql.QSqlField
Returns true if the field is generated; otherwise returns false.
isGenerated(String) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns true if the record has a field called name and this field is to be generated (the default); otherwise returns false.
isGenerated(int) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns true if the record has a field at position i and this field is to be generated (the default); otherwise returns false.
isGrayscale() - Method in class com.trolltech.qt.gui.QImage
For 32-bit images, this function is equivalent to allGray.
isGridVisible() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns whether the table grid is displayed..
isHidden() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if this is a `hidden' file; otherwise returns false.
isHidden() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns true if the item is hidden, otherwise returns false.
isHidden() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns true if the item is hidden, otherwise returns false.
isHidden() - Method in class com.trolltech.qt.gui.QWidget
Returns true if the widget is hidden, otherwise returns false.
isIdentity() - Method in class com.trolltech.qt.gui.QMatrix
Returns true if the matrix is the identity matrix, otherwise returns false.
isIdentity() - Method in class com.trolltech.qt.gui.QTransform
Returns true if the matrix is the identity matrix, otherwise returns false.
isImageFormat() - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if this text format is an image format; otherwise returns false.
isIndexHidden(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns true if the item referred to by the given index is hidden in the view, otherwise returns false.
isIndexHidden(QModelIndex) - Method in class com.trolltech.qt.gui.QColumnView
This function is reimplemented for internal reasons.
isIndexHidden(QModelIndex) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
isIndexHidden(QModelIndex) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
isIndexHidden(QModelIndex) - Method in class com.trolltech.qt.gui.QTableView
This function is reimplemented for internal reasons.
isIndexHidden(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
isInteractive() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns whether the view allowed scene interaction..
isInvertible() - Method in class com.trolltech.qt.gui.QMatrix
Returns true if the matrix is invertible, otherwise returns false.
isInvertible() - Method in class com.trolltech.qt.gui.QTransform
Returns true if the matrix is invertible, otherwise returns false.
isItemEnabled(int) - Method in class com.trolltech.qt.gui.QToolBox
Returns true if the item at position index is enabled; otherwise returns false.
isLeapYear(int) - Static method in class com.trolltech.qt.core.QDate
Returns true if the specified year is a leap year; otherwise returns false.
isLeftToRight() - Static method in class com.trolltech.qt.gui.QApplication
Returns true if the application's layout direction is Qt::LeftToRight; otherwise returns false.
isLeftToRight() - Method in class com.trolltech.qt.gui.QWidget
isLineTo() - Method in class com.trolltech.qt.gui.QPainterPath_Element
Returns true if the element is a line, otherwise returns false.
isListening() - Method in class com.trolltech.qt.network.QTcpServer
Returns true if the server is currently listening for incoming connections; otherwise returns false.
isListFormat() - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if this text format is a ListFormat; otherwise returns false.
isMaximized() - Method in class com.trolltech.qt.gui.QWidget
Returns whether this widget is maximized.
isMinimal() - Method in class com.trolltech.qt.core.QRegExp
Returns true if minimal (non-greedy) matching is enabled; otherwise returns false.
isMinimized() - Method in class com.trolltech.qt.gui.QWidget
Returns whether this widget is minimized (iconified).
isModal() - Method in class com.trolltech.qt.gui.QWidget
Returns whether the widget is a modal widget.
isModified() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether the line edit's contents has been modified by the user.
isModified() - Method in class com.trolltech.qt.gui.QTextDocument
Returns whether the document has been modified by the user.
isMovable() - Method in class com.trolltech.qt.gui.QHeaderView
Returns true if the header can be moved by the user; otherwise returns false.
isMovable() - Method in class com.trolltech.qt.gui.QToolBar
Returns whether the user can move the toolbar within the toolbar area, or between toolbar areas.
isMoveTo() - Method in class com.trolltech.qt.gui.QPainterPath_Element
Returns true if the element is moving the current position, otherwise returns false.
isNavigationBarVisible() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns whether the navigation bar is shown or not.
isNotation() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a notation; otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QBitArray
Returns true if this bit array is null; otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QByteArray
Returns true if this byte array is null; otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QDate
Returns true if the date is null; otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QDateTime
Returns true if both the date and the time are null; otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QPoint
Returns true if both the x and y coordinates are set to 0, otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QPointF
Returns true if both the x and y coordinates are set to 0.0, otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QRect
Returns true if the rectangle is a null rectangle, otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QRectF
Returns true if the rectangle is a null rectangle, otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QSize
Returns true if both the width and height is 0; otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QSizeF
Returns true if both the width and height is 0; otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QTime
Returns true if the time is null (i.e., the QTime object was constructed using the default constructor); otherwise returns false.
isNull() - Method in class com.trolltech.qt.core.QUuid
Returns true if this is the null UUID {00000000-0000-0000-0000-000000000000}; otherwise returns false.
isNull() - Method in class com.trolltech.qt.gui.QIcon
Returns true if the icon is empty; otherwise returns false.
isNull() - Method in class com.trolltech.qt.gui.QImage
Returns true if it is a null image, otherwise returns false.
isNull() - Method in class com.trolltech.qt.gui.QLine
Returns true if the line is not set up with valid start and end point; otherwise returns false.
isNull() - Method in class com.trolltech.qt.gui.QLineF
Returns true if the line is not set up with valid start and end point; otherwise returns false.
isNull() - Method in class com.trolltech.qt.gui.QPicture
Returns true if the picture contains no data; otherwise returns false.
isNull() - Method in class com.trolltech.qt.gui.QPixmap
Returns true if this is a null pixmap; otherwise returns false.
isNull() - Method in class com.trolltech.qt.gui.QTextCursor
Returns true if the cursor is null; otherwise returns false.
isNull() - Method in class com.trolltech.qt.network.QAuthenticator
returns true if the authenticator is null.
isNull() - Method in class com.trolltech.qt.network.QHostAddress
Returns true if this host address is null (INADDR_ANY or in6addr_any).
isNull() - Method in class com.trolltech.qt.QNativePointer
Returns true if the native pointer is 0; otherwise false.
isNull() - Method in class com.trolltech.qt.sql.QSqlField
Returns true if the field's value is NULL; otherwise returns false.
isNull(int) - Method in class com.trolltech.qt.sql.QSqlQuery
Returns true if the query is active and positioned on a valid record and the field is NULL; otherwise returns false.
isNull(String) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns true if the field called name is null or if there is no field called name; otherwise returns false.
isNull(int) - Method in class com.trolltech.qt.sql.QSqlRecord
Returns true if the field i is null or if there is no field at position i; otherwise returns false.
isNull(int) - Method in class com.trolltech.qt.sql.QSqlResult
Returns true if the field at position i in the current row is null; otherwise returns false.
isNull() - Method in class com.trolltech.qt.xml.QDomImplementation
Returns false if the object was created by QDomDocument::implementation(); otherwise returns true.
isNull() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if this node is null (i.e. if it has no type or contents); otherwise returns false.
isObscured() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscured(QRectF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscured(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscured(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscured(QRectF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscured() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscured() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscured() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(QRectF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of any of colliding items above it (i.e., with a higher Z value than this item).
isObscured(double, double, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling isObscured(QRectF(x, y, w, h)).
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsEllipseItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsPathItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsRectItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
isObscuredBy(QGraphicsItemInterface) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
isOpaque() - Method in class com.trolltech.qt.gui.QBrush
Returns true if the brush is fully opaque otherwise false.
isOpen() - Method in class com.trolltech.qt.core.QIODevice
Returns true if the device is open; otherwise returns false.
isOpen() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns true if the database connection is currently open; otherwise returns false.
isOpen() - Method in class com.trolltech.qt.sql.QSqlDriver
Returns true if the database connection is open; otherwise returns false.
isOpenError() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns true if there was an error opening the database connection; otherwise returns false.
isOpenError() - Method in class com.trolltech.qt.sql.QSqlDriver
Returns true if the there was an error opening the database connection; otherwise returns false.
isOptionEnabled(QAbstractPrintDialog.PrintDialogOption) - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Returns true if the specified option is enabled; otherwise returns false
isOverride() - Method in class com.trolltech.qt.gui.QWindowStateChangeEvent
isParentOf(QUrl) - Method in class com.trolltech.qt.core.QUrl
Returns true if this URL is a parent of url.
isPhase2() - Method in class com.trolltech.qt.gui.QSessionManager
Returns true if the session manager is currently performing a second session management phase; otherwise returns false.
isProcessingInstruction() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a processing instruction; otherwise returns false.
isProcessingInstruction() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals ProcessingInstruction; otherwise returns false.
isQBitmap() - Method in class com.trolltech.qt.gui.QPixmap
Returns true if this is a QBitmap; otherwise returns false.
isReadable() - Method in class com.trolltech.qt.core.QDir
Returns true if the directory is readable and we can open files by name; otherwise returns false.
isReadable() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if the user can read the file; otherwise returns false.
isReadable() - Method in class com.trolltech.qt.core.QIODevice
Returns true if data can be read from the device; otherwise returns false.
isReadable() - Method in class com.trolltech.qt.network.QUrlInfo
Returns true if the URL is readable; otherwise returns false.
isReadOnly() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns whether the spin box is read only..
isReadOnly() - Method in class com.trolltech.qt.gui.QDirModel
Returns Whether the directory model allows writing to the file system.
isReadOnly() - Method in class com.trolltech.qt.gui.QFileDialog
Returns Whether the filedialog is readonly..
isReadOnly() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether the line edit is read only..
isReadOnly() - Method in class com.trolltech.qt.gui.QTextEdit
Returns whether the text edit is read-only.
isReadOnly() - Method in class com.trolltech.qt.sql.QSqlField
Returns true if the field's value is read-only; otherwise returns false.
isRedoAvailable() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether redo is available.
isRedoAvailable() - Method in class com.trolltech.qt.gui.QTextDocument
Returns true if redo is available; otherwise returns false.
isRelative() - Method in class com.trolltech.qt.core.QDir
Returns true if the directory path is relative; otherwise returns false.
isRelative() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if the file path name is relative, otherwise returns false if the path is absolute (e.g. under Unix a path is absolute if it begins with a "/").
isRelative() - Method in class com.trolltech.qt.core.QUrl
Returns true if the URL is relative; otherwise returns false.
isRelativePath() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Return true if the file referred to by this file engine has a relative path; otherwise return false.
isRelativePath(String) - Static method in class com.trolltech.qt.core.QDir
Returns true if path is relative; returns false if it is absolute.
isRelativePath() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
isRightToLeft() - Static method in class com.trolltech.qt.gui.QApplication
Returns true if the application's layout direction is Qt::RightToLeft; otherwise returns false.
isRightToLeft() - Method in class com.trolltech.qt.gui.QWidget
isRoot() - Method in class com.trolltech.qt.core.QDir
Returns true if the directory is the root directory; otherwise returns false.
isRoot() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if the object points to a directory or to a symbolic link to a directory, and that directory is the root directory; otherwise returns false.
isRotating() - Method in class com.trolltech.qt.gui.QTransform
Returns true if the matrix represents some kind of a rotating transformation, otherwise returns false.
isRowHidden(int) - Method in class com.trolltech.qt.gui.QListView
Returns true if the row is hidden; otherwise returns false.
isRowHidden(int) - Method in class com.trolltech.qt.gui.QTableView
Returns true if the given row is hidden; otherwise returns false.
isRowHidden(int, QModelIndex) - Method in class com.trolltech.qt.gui.QTreeView
Returns true if the item in the given row of the parent is hidden; otherwise returns false.
isRowSelected(int, QModelIndex) - Method in class com.trolltech.qt.gui.QItemSelectionModel
Returns true if all items are selected in the row with the given parent.
isRunning() - Method in class com.trolltech.qt.core.QEventLoop
Returns true if the event loop is running; otherwise returns false.
isScalable(String) - Method in class com.trolltech.qt.gui.QFontDatabase
Equivalent to isScalable(family, QString()).
isScalable(String, String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns true if the font that has family family and style style is scalable; otherwise returns false.
isScaling() - Method in class com.trolltech.qt.gui.QTransform
Returns true if the matrix represents a scaling transformation, otherwise returns false.
isSectionHidden(int) - Method in class com.trolltech.qt.gui.QHeaderView
Returns true if the section specified by logicalIndex is explicitly hidden from the user; otherwise returns false.
isSelect() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns true if the current query is a SELECT statement; otherwise returns false.
isSelect() - Method in class com.trolltech.qt.sql.QSqlResult
Returns true if the current result is from a SELECT statement; otherwise returns false.
isSelectable() - Method in class com.trolltech.qt.gui.QStandardItem
Returns whether the item is selectable by the user.
isSelected() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if this item is selected; otherwise, false is returned.
isSelected - Variable in class com.trolltech.qt.gui.QAccessibleTableInterface.CellAtIndex
 
isSelected() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if this item is selected; otherwise, false is returned.
isSelected() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if this item is selected; otherwise, false is returned.
isSelected() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if this item is selected; otherwise, false is returned.
isSelected() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if this item is selected; otherwise, false is returned.
isSelected() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if this item is selected; otherwise, false is returned.
isSelected() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if this item is selected; otherwise, false is returned.
isSelected(QModelIndex) - Method in class com.trolltech.qt.gui.QItemSelectionModel
Returns true if the given model item index is selected.
isSelected() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns true if the item is selected, otherwise returns false.
isSelected() - Method in class com.trolltech.qt.gui.QTableWidgetItem
Returns true if the item is selected, otherwise returns false.
isSelected() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns true if the item is selected, otherwise returns false.
isSelected() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if this item is selected; otherwise, false is returned.
isSelectionRectVisible() - Method in class com.trolltech.qt.gui.QListView
Returns if the selection rectangle should be visible.
isSeparator() - Method in class com.trolltech.qt.gui.QAction
Returns true if this action is a separator action; otherwise it returns false.
isSeparator(QPoint) - Method in class com.trolltech.qt.gui.QMainWindow
isSequential() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Returns true if the file is a sequential access device; returns false if the file is a direct access device.
isSequential() - Method in class com.trolltech.qt.core.QFile
Returns true if the file can only be manipulated sequentially; otherwise returns false.
isSequential() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
isSequential() - Method in class com.trolltech.qt.core.QIODevice
Returns true if this device is sequential; otherwise returns false.
isSequential() - Method in class com.trolltech.qt.core.QProcess
This function is reimplemented for internal reasons.
isSequential() - Method in class com.trolltech.qt.network.QAbstractSocket
This function is reimplemented for internal reasons.
isSessionRestored() - Method in class com.trolltech.qt.gui.QApplication
Returns true if the application has been restored from an earlier session; otherwise returns false.
isSet(QFlags<T>) - Method in class com.trolltech.qt.QFlags
Returns true if flag other is set; otherwise, returns false.
isSet(T...) - Method in class com.trolltech.qt.QFlags
Returns true if all ts flags are set; otherwise, returns false.
isShaded() - Method in class com.trolltech.qt.gui.QMdiSubWindow
Returns true if this window is shaded; otherwise returns false.
isSharing() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if this context is sharing its GL context with another QGLContext, otherwise false is returned.
isSharing() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if this context is sharing its GL context with another QGLContext, otherwise false is returned.
isSharing() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if this widget's GL context is shared with another GL context, otherwise false is returned.
isSharing() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if this widget's GL context is shared with another GL context, otherwise false is returned.
isSingleShot() - Method in class com.trolltech.qt.core.QTimer
Returns whether the timer is a single-shot timer.
isSizeGripEnabled() - Method in class com.trolltech.qt.gui.QDialog
Returns whether the size grip is enabled.
isSizeGripEnabled() - Method in class com.trolltech.qt.gui.QStatusBar
Returns whether the QSizeGrip in the bottom-right corner of the status bar is enabled.
isSliderDown() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns whether the slider is pressed down..
isSmoothlyScalable(String) - Method in class com.trolltech.qt.gui.QFontDatabase
Equivalent to isSmoothlyScalable(family, QString()).
isSmoothlyScalable(String, String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns true if the font that has family family and style style is smoothly scalable; otherwise returns false.
isSolid() - Method in class com.trolltech.qt.gui.QPen
Returns true if the pen has a solid fill, otherwise false.
isSortIndicatorShown() - Method in class com.trolltech.qt.gui.QHeaderView
Returns whether the sort indicator is shown.
isSortingEnabled() - Method in class com.trolltech.qt.gui.QListWidget
Returns whether sorting is enabled.
isSortingEnabled() - Method in class com.trolltech.qt.gui.QTableView
Returns whether sorting is enabled.
isSortingEnabled() - Method in class com.trolltech.qt.gui.QTreeView
Returns whether sorting is enabled.
isSortLocaleAware() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns the local aware setting used for comparing strings when sorting.
isStandaloneDocument() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if this document has been declared standalone in the XML declaration; otherwise returns false.
isStartDocument() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals StartDocument; otherwise returns false.
isStartElement() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if tokenType equals StartElement; otherwise returns false.
isSupported(String, String) - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the DOM implementation implements the feature feature and this feature is supported by this node in the version version; otherwise returns false.
isSymLink() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if this object points to a symbolic link (or to a shortcut on Windows); otherwise returns false.
isSymLink() - Method in class com.trolltech.qt.network.QUrlInfo
Returns true if the URL is a symbolic link; otherwise returns false.
isSystemTrayAvailable() - Static method in class com.trolltech.qt.gui.QSystemTrayIcon
Returns true if the system tray is available; otherwise returns false.
isTabEnabled(int) - Method in class com.trolltech.qt.gui.QTabBar
Returns true if the tab at position index is enabled; otherwise returns false.
isTabEnabled(int) - Method in class com.trolltech.qt.gui.QTabWidget
Returns true if the the page at position index is enabled; otherwise returns false.
isTableFormat() - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if this text format is a TableFormat; otherwise returns false.
isTearOffEnabled() - Method in class com.trolltech.qt.gui.QMenu
Returns whether the menu supports being torn off.
isTearOffMenuVisible() - Method in class com.trolltech.qt.gui.QMenu
When a menu is torn off a second menu is shown to display the menu contents in a new window.
isText() - Method in class com.trolltech.qt.xml.QDomNode
Returns true if the node is a text node; otherwise returns false.
isTextModeEnabled() - Method in class com.trolltech.qt.core.QIODevice
Returns true if the Text flag is enabled; otherwise returns false.
isTextVisible() - Method in class com.trolltech.qt.gui.QProgressBar
Returns whether the current completed percentage should be displayed.
isTranslating() - Method in class com.trolltech.qt.gui.QTransform
Returns true if the matrix represents a translating transformation, otherwise returns false.
isTristate() - Method in class com.trolltech.qt.gui.QCheckBox
Returns whether the checkbox is a tri-state checkbox.
isTristate() - Method in class com.trolltech.qt.gui.QStandardItem
Returns whether the item is tristate; that is, if it's checkable with tree separate states.
isUndoAvailable() - Method in class com.trolltech.qt.gui.QLineEdit
Returns whether undo is available.
isUndoAvailable() - Method in class com.trolltech.qt.gui.QTextDocument
Returns true if undo is available; otherwise returns false.
isUndoRedoEnabled() - Method in class com.trolltech.qt.gui.QTextDocument
Returns whether undo/redo are enabled for this document.
isUndoRedoEnabled() - Method in class com.trolltech.qt.gui.QTextEdit
Returns whether undo and redo are enabled.
isValid() - Method in class com.trolltech.qt.core.QDate
Returns true if this date is valid; otherwise returns false.
isValid(int, int, int) - Static method in class com.trolltech.qt.core.QDate
Returns true if the specified date (y, m, and d) is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QDateTime
Returns true if both the date and the time are valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QPersistentModelIndex
Returns true if this persistent model index is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QRect
Returns true if the rectangle is valid, otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QRectF
Returns true if the rectangle is valid, otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QRegExp
Returns true if the regular expression is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QSize
Returns true if both the width and height is equal to or greater than 0; otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QSizeF
Returns true if both the width and height is equal to or greater than 0; otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QTime
Returns true if the time is valid; otherwise returns false.
isValid(int, int, int) - Static method in class com.trolltech.qt.core.QTime
Equivalent to isValid(h, m, s, 0).
isValid(int, int, int, int) - Static method in class com.trolltech.qt.core.QTime
Returns true if the specified time is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.core.QUrl
Returns true if the URL is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QAccessibleInterface
Returns true if all the data necessary to use this interface implementation is valid (e.g. all pointers are non-null); otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QAccessibleObject
This function is reimplemented for internal reasons.
isValid() - Method in class com.trolltech.qt.gui.QAccessibleObjectEx

Returns true if all the data necessary to use this interface implementation is valid (e.g. all pointers are non-null); otherwise returns false.

isValid() - Method in class com.trolltech.qt.gui.QColor
Returns true if the color is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns true if the selection range is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QMovie
Returns true if the movie is valid (e.g., the image data is readable and the image format is supported); otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextBlock
Returns true if this text block is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextBlockFormat
Returns true if this block format is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextCharFormat
Returns true if this character format is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextFormat
Returns true if the format is valid (i.e. is not InvalidFormat); otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextFragment
Returns true if this is a valid text fragment (i.e. has a valid position in a document); otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns true if the format description is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextImageFormat
Returns true if this image format is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextInlineObject
Returns true if this inline object is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextLine
Returns true if this text line is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextListFormat
Returns true if this list format is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns true if this is a valid table cell; otherwise returns false.
isValid() - Method in class com.trolltech.qt.gui.QTextTableFormat
Returns true if this table format is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns true if the socket is valid and ready for use; otherwise returns false.
isValid() - Method in class com.trolltech.qt.network.QHttpHeader
Returns true if the HTTP header is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.network.QNetworkInterface
Returns true if this QNetworkInterface object contains valid information about a network interface.
isValid() - Method in class com.trolltech.qt.network.QUrlInfo
Returns true if the URL info is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if a GL rendering context has been successfully created; otherwise returns false.
isValid() - Method in class com.trolltech.qt.opengl.QGLContext
Returns true if a GL rendering context has been successfully created; otherwise returns false.
isValid() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns true if the framebuffer object is valid.
isValid() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns true if the framebuffer object is valid.
isValid() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns true if this pbuffer is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns true if this pbuffer is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if the widget has a valid GL rendering context; otherwise returns false.
isValid() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns true if the widget has a valid GL rendering context; otherwise returns false.
isValid() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns true if the QSqlDatabase has a valid driver.
isValid() - Method in class com.trolltech.qt.sql.QSqlError
Returns true if an error is set, otherwise false.
isValid() - Method in class com.trolltech.qt.sql.QSqlField
Returns true if the field's variant type is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns true if the query is currently positioned on a valid record; otherwise returns false.
isValid() - Method in class com.trolltech.qt.sql.QSqlRelation
Returns true if the QSqlRelation object is valid; otherwise returns false.
isValid() - Method in class com.trolltech.qt.sql.QSqlResult
Returns true if the result is positioned on a valid record (that is, the result is not positioned before the first or after the last record); otherwise returns false.
isValid() - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns true if there is a valid current document; otherwise returns false.
isValidCursorPosition(int) - Method in class com.trolltech.qt.gui.QTextLayout
Returns true if position pos is a valid cursor position.
isVirtualDesktop() - Method in class com.trolltech.qt.gui.QDesktopWidget
Returns true if the system manages the available screens in a virtual desktop; otherwise returns false.
isVisible() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns true if the item is visible; otherwise, false is returned.
isVisible() - Method in class com.trolltech.qt.gui.QAction
Returns whether the action can be seen (e.g. in menus and toolbars).
isVisible() - Method in class com.trolltech.qt.gui.QActionGroup
Returns whether the action group is visible.
isVisible() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns true if the item is visible; otherwise, false is returned.
isVisible() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns true if the item is visible; otherwise, false is returned.
isVisible() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns true if the item is visible; otherwise, false is returned.
isVisible() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns true if the item is visible; otherwise, false is returned.
isVisible() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns true if the item is visible; otherwise, false is returned.
isVisible() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns true if the item is visible; otherwise, false is returned.
isVisible() - Method in class com.trolltech.qt.gui.QSystemTrayIcon
Returns whether the system tray entry is visible.
isVisible() - Method in class com.trolltech.qt.gui.QWidget
Returns whether the widget is visible.
isVisible() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns true if the item is visible; otherwise, false is returned.
isVisibleTo(QWidget) - Method in class com.trolltech.qt.gui.QWidget
Returns true if this widget would become visible if arg__1 is shown; otherwise returns false.
isWhitespace() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns true if the reader reports characters that only consist of white-space; otherwise returns false.
isWidgetType() - Method in class com.trolltech.qt.core.QObject
Returns true if the object is a widget; otherwise returns false.
isWindow() - Method in class com.trolltech.qt.gui.QWidget
Returns true if the widget is an independent window, otherwise returns false.
isWindowModified() - Method in class com.trolltech.qt.gui.QWidget
Returns whether the document shown in the window has unsaved changes.
isWrapping() - Method in class com.trolltech.qt.gui.QListView
Returns whether the items layout should wrap..
isWritable() - Method in class com.trolltech.qt.core.QFileInfo
Returns true if the user can write to the file; otherwise returns false.
isWritable() - Method in class com.trolltech.qt.core.QIODevice
Returns true if data can be written to the device; otherwise returns false.
isWritable() - Method in class com.trolltech.qt.core.QSettings
Returns true if settings can be written using this QSettings object; returns false otherwise.
isWritable() - Method in class com.trolltech.qt.network.QUrlInfo
Returns true if the URL is writable; otherwise returns false.
italic() - Method in class com.trolltech.qt.gui.QFont
Returns true if the style of the font is not QFont::StyleNormal
italic(String, String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns true if the font that has family family and style style is italic; otherwise returns false.
italic() - Method in class com.trolltech.qt.gui.QFontInfo
Returns the italic value of the matched window system font.
item() - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
Returns the item on which the animation object operates.
item(int) - Method in class com.trolltech.qt.gui.QListWidget
Returns the item that occupies the given row in the list if one has been set; otherwise returns 0.
item(int) - Method in class com.trolltech.qt.gui.QStandardItemModel
Equivalent to item(row, 0).
item(int, int) - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns the item for the given row and column if one has been set; otherwise returns 0.
item(int, int) - Method in class com.trolltech.qt.gui.QTableWidget
Returns the item for the given row and column if one has been set; otherwise returns 0.
item(int) - Method in class com.trolltech.qt.gui.QTextList
Returns the i-th text block in the list.
item(int) - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
Retrieves the node at position index.
item(int) - Method in class com.trolltech.qt.xml.QDomNodeList
Returns the node at position index.
itemAbove(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the item above the given item.
itemActivated - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted when the item is activated.
itemActivated - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted when the specified item has been activated
itemActivated - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the user activates an item by single- or double-clicking (depending on the platform, i.e. on the QStyle::SH_ItemView_ActivateItemOnSingleClick style hint) or pressing a special key (e.g., Enter).
itemAt(int) - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
itemAt(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the topmost visible item at the specified pos, or 0 if there are no items at this position.
itemAt(double, double) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the topmost item at the position specified by (x, y), or 0 if there are no items at this position.
itemAt(QPoint) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the item at position pos, which is in viewport coordinates.
itemAt(int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
itemAt(int) - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
itemAt(int) - Method in class com.trolltech.qt.gui.QLayout
Must be implemented in subclasses to return the layout item at index.
itemAt(int, int) - Method in class com.trolltech.qt.gui.QListWidget
Returns a pointer to the item at the coordinates (x, y).
itemAt(QPoint) - Method in class com.trolltech.qt.gui.QListWidget
Returns a pointer to the item at the coordinates p.
itemAt(int) - Method in class com.trolltech.qt.gui.QStackedLayout
This function is reimplemented for internal reasons.
itemAt(int, int) - Method in class com.trolltech.qt.gui.QTableWidget
Returns the item at the position equivalent to QPoint(x, y) in the table widget's coordinate system, or returns 0 if the specified point is not covered by an item in the table widget.
itemAt(QPoint) - Method in class com.trolltech.qt.gui.QTableWidget
Returns a pointer to the item at the given p, or returns 0 if the point is not covered by an item in the table widget.
itemAt(int, int) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns a pointer to the item at the coordinates (x, y).
itemAt(QPoint) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns a pointer to the item at the coordinates p.
itemBelow(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the item below the givenitem.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in class com.trolltech.qt.gui.QGraphicsItem
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChange(QGraphicsItem.GraphicsItemChange, Object) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This virtual function is called by QGraphicsItem to notify custom items that some part of the item's state changes.
itemChanged - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted whenever the data of item has changed.
itemChanged - Variable in class com.trolltech.qt.gui.QStandardItemModel
This signal is emitted whenever the data of item has changed.
itemChanged - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever the data of item has changed.
itemChanged - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the contents of the column in the specified item changes.
itemClicked - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted with the specified item when a mouse button is clicked on an item in the widget.
itemClicked - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever an item in the table is clicked.
itemClicked - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the user clicks inside the widget.
itemCollapsed - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the specified item is collapsed so that none of its children are displayed.
itemData(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns a map with values for all predefined roles in the model for the item at the given index.
itemData(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
This function is reimplemented for internal reasons.
itemData(int) - Method in class com.trolltech.qt.gui.QComboBox
Equivalent to itemData(index, Qt::UserRole).
itemData(int, int) - Method in class com.trolltech.qt.gui.QComboBox
Returns the data for the given role in the given index in the combobox, or QVariant::Invalid if there is no data for this role.
itemData(QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
itemDelegate(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the item delegate used by this view and model for the given index.
itemDelegate() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the item delegate used by this view and model.
itemDelegate() - Method in class com.trolltech.qt.gui.QComboBox
Returns the item delegate used by the popup list view.
itemDelegate() - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Returns the current item delegate.
itemDelegate() - Method in class com.trolltech.qt.gui.QFileDialog
returns the item delegate used to render the items in the views in the filedialog
itemDelegateForColumn(int) - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the item delegate used by this view and model for the given column.
itemDelegateForRow(int) - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the item delegate used by this view and model for the given row, or 0 if no delegate has been assigned.
itemDoubleClicked - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted with the specified item when a mouse button is double clicked on an item in the widget.
itemDoubleClicked - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever an item in the table is double clicked.
itemDoubleClicked - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the user double clicks inside the widget.
itemEditorFactory() - Method in class com.trolltech.qt.gui.QItemDelegate
Returns the editor factory used by the item delegate.
itemEntered - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted when the mouse cursor enters an item.
itemEntered - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted when the mouse cursor enters an item.
itemEntered - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the mouse cursor enters an item over the specified column.
itemExpanded - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the specified item is expanded so that all of its children are displayed.
itemFromIndex(QModelIndex) - Method in class com.trolltech.qt.gui.QListWidget
Returns a pointer to the QListWidgetItem assocated with the given index.
itemFromIndex(QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns a pointer to the QStandardItem associated with the given index.
itemFromIndex(QModelIndex) - Method in class com.trolltech.qt.gui.QTableWidget
Returns a pointer to the QTableWidgetItem assocated with the given index.
itemFromIndex(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns a pointer to the QTreeWidgetItem assocated with the given index.
itemIcon(int) - Method in class com.trolltech.qt.gui.QComboBox
Returns the icon for the given index in the combobox.
itemIcon(int) - Method in class com.trolltech.qt.gui.QToolBox
Returns the icon of the item at position index, or a null icon if index is out of range.
itemIndexMethod() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the item indexing method..
itemInserted(int) - Method in class com.trolltech.qt.gui.QToolBox
This virtual handler is called after a new item was added or inserted at position index.
itemNumber(QTextBlock) - Method in class com.trolltech.qt.gui.QTextList
Returns the index of the list item that corresponds to the given arg__1.
itemPixmapRect(QRect, int, QPixmap) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
This function is reimplemented for internal reasons.
itemPixmapRect(QRect, int, QPixmap) - Method in class com.trolltech.qt.gui.QStyle
Returns the area within the given r in which to draw the specified pixmap according to the defined flags.
itemPressed - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted with the specified item when a mouse button is pressed on an item in the widget.
itemPressed - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever an item in the table is pressed.
itemPressed - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the user presses a mouse button inside the widget.
itemPrototype() - Method in class com.trolltech.qt.gui.QStandardItemModel
Returns the item prototype used by the model.
itemPrototype() - Method in class com.trolltech.qt.gui.QTableWidget
Returns the item prototype used by the table.
itemRemoved(int) - Method in class com.trolltech.qt.gui.QToolBox
This virtual handler is called after an item was removed from position index.
items(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns all visible items that are either inside or intersect with the specified rectangle.
items(QRectF, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns all visible items that, depending on mode, are either inside or intersect with the specified rect.
items(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns all visible items that are either inside or intersect with the polygon polygon.
items(QPolygonF, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns all visible items that, depending on mode, are either inside or intersect with the polygon polygon.
items() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns a list of all items on the scene, in no particular order.
items(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling items(QRectF(x, y, w, h).
items(double, double, double, double, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsScene
This convenience function is equivalent to calling items(QRectF(x, y, w, h), mode).
items(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns all visible items at position pos in the scene.
items(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns all visible items that are either inside or intersect with the path path.
items(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns all visible items that, depending on path, are either inside or intersect with the path path.
items(int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
items(int, int, int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
This convenience function is equivalent to calling items(QRectF(x, y, w, h)).
items(int, int, int, int, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsView
This convenience function is equivalent to calling items(QRectF(x, y, w, h), mode).
items(QPolygon) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items that are either contained by or intersect with polygon.
items(QPolygon, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items that, depending on mode, are either contained by or intersect with polygon.
items(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items that are either contained by or intersect with path.
items(QPainterPath, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items that, depending on mode, are either contained by or intersect with path.
items() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items in the associated scene.
items(QPoint) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items at the position pos in the view.
items(QRect) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items that are either contained by or intersect with rect.
items(QRect, Qt.ItemSelectionMode) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns a list of all the items that, depending on mode, are either contained by or intersect with rect.
items(QMimeData) - Method in class com.trolltech.qt.gui.QListWidget
Returns a list of pointers to the items contained in the data object.
items(QMimeData) - Method in class com.trolltech.qt.gui.QTableWidget
Returns a list of pointers to the items contained in the data object.
itemsBoundingRect() - Method in class com.trolltech.qt.gui.QGraphicsScene
Calculates and returns the bounding rect of all items on the scene.
itemSelectionChanged - Variable in class com.trolltech.qt.gui.QListWidget
This signal is emitted whenever the selection changes.
itemSelectionChanged - Variable in class com.trolltech.qt.gui.QTableWidget
This signal is emitted whenever the selection changes.
itemSelectionChanged - Variable in class com.trolltech.qt.gui.QTreeWidget
This signal is emitted when the selection changes in the tree widget.
itemsExpandable() - Method in class com.trolltech.qt.gui.QTreeView
Returns whether the items are expandable by the user..
itemText(int) - Method in class com.trolltech.qt.gui.QComboBox
Returns the text for the given index in the combobox.
itemText(QTextBlock) - Method in class com.trolltech.qt.gui.QTextList
Returns the text of the list item that corresponds to the given arg__1.
itemText(int) - Method in class com.trolltech.qt.gui.QToolBox
Returns the text of the item at position index, or an empty string if index is out of range.
itemTextRect(QFontMetrics, QRect, int, boolean, String) - Method in class com.trolltech.qt.gui.QStyle
Returns the area within the given r in which to draw the provided text according to the specified font fm and flags.
itemToolTip(int) - Method in class com.trolltech.qt.gui.QToolBox
Returns the tooltip of the item at position index, or an empty string if index is out of range.
itemWidget(QListWidgetItem) - Method in class com.trolltech.qt.gui.QListWidget
Returns the widget displayed in the given item.
itemWidget(QTreeWidgetItem, int) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns the widget displayed in the cell specified by item and the given column.

J

jambiTempDir() - Static method in class com.trolltech.qt.Utilities
This is a JambiDoclet generated javadoc comment for com.trolltech.qt.Utilities.jambiTempDir.
joinPreviousEditBlock() - Method in class com.trolltech.qt.gui.QTextCursor
Like beginEditBlock indicates the start of a block of editing operations that should appear as a single operation for undo/redo.
joinStyle() - Method in class com.trolltech.qt.gui.QPainterPathStroker
Returns the join style of the generated outlines.
joinStyle() - Method in class com.trolltech.qt.gui.QPen
Returns the pen's join style.
jumpToFrame(int) - Method in class com.trolltech.qt.gui.QMovie
Jumps to frame number frameNumber.
jumpToImage(int) - Method in class com.trolltech.qt.gui.QImageIOHandler
For image formats that support animation, this function jumps to the image whose sequence number is imageNumber.
jumpToImage(int) - Method in class com.trolltech.qt.gui.QImageReader
For image formats that support animation, this function skips to the image whose sequence number is imageNumber, returning true if successful or false if the corresponding image cannot be found.
jumpToNextFrame() - Method in class com.trolltech.qt.gui.QMovie
Jumps to the next frame.
jumpToNextImage() - Method in class com.trolltech.qt.gui.QImageIOHandler
For image formats that support animation, this function jumps to the next image.
jumpToNextImage() - Method in class com.trolltech.qt.gui.QImageReader
For image formats that support animation, this function steps over the current image, returning true if successful or false if there is no following image in the animation.

K

kerning() - Method in class com.trolltech.qt.gui.QFont
Returns true if kerning should be used when drawing text with this font.
key() - Method in class com.trolltech.qt.gui.QFont
Returns the font's key, a textual representation of a font.
key() - Method in class com.trolltech.qt.gui.QIconEngineV2
Returns a key that identifies this icon engine.
key() - Method in class com.trolltech.qt.gui.QKeyEvent
Returns the code of the key that was pressed or released.
key() - Method in class com.trolltech.qt.gui.QShortcut
Returns the shortcut's key sequence.
key() - Method in class com.trolltech.qt.gui.QShortcutEvent
Returns the key sequence that triggered the event.
keyBindings(QKeySequence.StandardKey) - Static method in class com.trolltech.qt.gui.QKeySequence
Returns a list of key bindings for the given key.
keyboardGrabber() - Static method in class com.trolltech.qt.gui.QWidget
Returns the widget that is currently grabbing the keyboard input.
keyboardInputDirection() - Static method in class com.trolltech.qt.gui.QApplication
Returns the current keyboard input direction.
keyboardInputInterval() - Static method in class com.trolltech.qt.gui.QApplication
Returns the time limit in milliseconds that distinguishes a key press from two consecutive key presses.
keyboardInputLocale() - Static method in class com.trolltech.qt.gui.QApplication
Returns the current keyboard input locale.
keyboardModifiers() - Static method in class com.trolltech.qt.gui.QApplication
Returns the current state of the modifier keys on the keyboard.
keyboardModifiers() - Method in class com.trolltech.qt.gui.QDropEvent
Returns the modifier keys that are pressed.
keyboardPageStep() - Method in class com.trolltech.qt.gui.QMdiSubWindow
Returns sets how far a widget should move or resize when using the keyboard page keys..
keyboardSearch(String) - Method in class com.trolltech.qt.gui.QAbstractItemView
Moves to and selects the item best matching the string search.
keyboardSearch(String) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
keyboardSingleStep() - Method in class com.trolltech.qt.gui.QMdiSubWindow
Returns sets how far a widget should move or resize when using the keyboard arrow keys..
keyboardTracking() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns whether keyboard tracking is enabled for the spinbox..
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive key press events for this item.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when a key event is sent to the widget.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This function is called with key event arg__1 when key presses occur.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractSlider
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QCalendarWidget
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QDialog
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive key press events for this item.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive key press events for this item.
keyPressEvent(QKeyEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive key press events for this item.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive key press events for this item.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive key press events for this item.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive keypress events.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QLineEdit
Converts the given key press arg__1 into a line edit action.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QMessageBox
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QPushButton
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QTabWidget
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QTextBrowser
The event ev is used to provide the following keyboard shortcuts:
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive key press events for the widget.
keyPressEvent(QKeyEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive key press events for this item.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive key release events for this item.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive key release events for this item.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive key release events for this item.
keyReleaseEvent(QKeyEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive key release events for this item.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive key release events for this item.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive key release events for this item.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive key release events.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive key release events for the widget.
keyReleaseEvent(QKeyEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive key release events for this item.
keys() - Static method in class com.trolltech.qt.gui.QInputContextFactory
Returns the list of keys this factory can create input contexts for.
keys() - Static method in class com.trolltech.qt.gui.QStyleFactory
Returns the list of valid keys, i.e. the keys this factory can create styles for.
keys() - Method in class com.trolltech.qt.network.QHttpHeader
Returns a list of the keys in the HTTP header.
KeySequence - Static variable in class com.trolltech.qt.QVariant
 
kill() - Method in class com.trolltech.qt.core.QProcess
Kills the current process, causing it to exit immediately.
killTimer(int) - Method in class com.trolltech.qt.core.QObject
Kills the timer with timer identifier, id.

L

labelText(QFileDialog.DialogLabel) - Method in class com.trolltech.qt.gui.QFileDialog
returns the text shown in the filedialog in the specified label
labelText() - Method in class com.trolltech.qt.gui.QProgressDialog
Returns the label's text.
language() - Method in class com.trolltech.qt.core.QLocale
Returns the language of this locale.
language() - Method in class com.trolltech.qt.gui.QInputContext
This function must be implemented in any subclasses to return a language code (e.g. "zh_CN", "zh_TW", "zh_HK", "ja", "ko", ...) of the input context.
languages(String) - Static method in class com.trolltech.qt.gui.QInputContextFactory
Returns the languages supported by the QInputContext object specified by key.
languageToString(QLocale.Language) - Static method in class com.trolltech.qt.core.QLocale
Returns a QString containing the name of language.
last() - Method in class com.trolltech.qt.sql.QSqlQuery
Retrieves the last record in the result, if available, and positions the query on the retrieved record.
last() - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
lastChild() - Method in class com.trolltech.qt.xml.QDomNode
Returns the last child of the node.
lastChildElement() - Method in class com.trolltech.qt.xml.QDomNode
Equivalent to lastChildElement(QString()).
lastChildElement(String) - Method in class com.trolltech.qt.xml.QDomNode
Returns the last child element with tag name tagName if tagName is non-empty; otherwise returns the first child element.
lastCursorPosition() - Method in class com.trolltech.qt.gui.QTextFrame
Returns the last cursor position inside the frame.
lastCursorPosition() - Method in class com.trolltech.qt.gui.QTextTableCell
Returns the last valid cursor position in this cell.
lastError() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns information about the last error that occurred on the database.
lastError() - Method in class com.trolltech.qt.sql.QSqlDriver
Returns a QSqlError object which contains information about the last error that occurred on the database.
lastError() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns error information about the last error (if any) that occurred with this query.
lastError() - Method in class com.trolltech.qt.sql.QSqlQueryModel
Returns information about the last error that occurred on the database.
lastError() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the last error associated with the result.
lastIndexIn(String, int) - Method in class com.trolltech.qt.core.QRegExp
Equivalent to lastIndexIn(str, offset, CaretAtZero).
lastIndexIn(String) - Method in class com.trolltech.qt.core.QRegExp
Equivalent to lastIndexIn(str, -1, CaretAtZero).
lastIndexIn(String, int, QRegExp.CaretMode) - Method in class com.trolltech.qt.core.QRegExp
Attempts to find a match backwards in str from position offset.
lastIndexOf(byte) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to lastIndexOf(c, -1).
lastIndexOf(byte, int) - Method in class com.trolltech.qt.core.QByteArray
Returns the index position of the last occurrence of character c in the byte array, searching backward from index position from.
lastIndexOf(String) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to lastIndexOf(s, -1).
lastIndexOf(String, int) - Method in class com.trolltech.qt.core.QByteArray
Returns the index position of the last occurrence of the string s in the byte array, searching backward from index position from.
lastIndexOf(QByteArray) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to lastIndexOf(a, -1).
lastIndexOf(QByteArray, int) - Method in class com.trolltech.qt.core.QByteArray
Returns the index position of the last occurrence of the byte array a in this byte array, searching backward from index position from.
lastIndexOf(QItemSelectionRange, int) - Method in class com.trolltech.qt.gui.QItemSelection
Returns the index position of the last occurrence of t in the list, searching backward from index position from.
lastIndexOf(QPoint, int) - Method in class com.trolltech.qt.gui.QPolygon
Returns the index position of the last occurrence of the value t in the vector, searching backward from index position from.
lastIndexOf(QPointF, int) - Method in class com.trolltech.qt.gui.QPolygonF
Returns the index position of the last occurrence of the value t in the vector, searching backward from index position from.
lastIndexOf(QXmlStreamAttribute, int) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns the index position of the last occurrence of the value t in the vector, searching backward from index position from.
lastInsertId() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the object ID of the most recent inserted row if the database supports it.
lastInsertId() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the object ID of the most recent inserted row if the database supports it.
lastModified() - Method in class com.trolltech.qt.core.QFileInfo
Returns the date and time when the file was last modified.
lastModified() - Method in class com.trolltech.qt.network.QUrlInfo
Returns the last modification date of the URL.
lastPos() - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the last recorded mouse cursor position in item coordinates.
lastPosition() - Method in class com.trolltech.qt.gui.QTextFrame
Returns the last document position inside the frame.
lastPosition() - Method in class com.trolltech.qt.gui.QTextTableCell
lastQuery() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the text of the current query being used, or an empty string if there is no current query text.
lastQuery() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the current SQL query text, or an empty string if there isn't one.
lastRead() - Method in class com.trolltech.qt.core.QFileInfo
Returns the date and time when the file was last read (accessed).
lastRead() - Method in class com.trolltech.qt.network.QUrlInfo
Returns the date when the URL was last read.
lastResortFamily() - Method in class com.trolltech.qt.gui.QFont
Returns the "last resort" font family name.
lastResortFont() - Method in class com.trolltech.qt.gui.QFont
Returns a "last resort" font name for the font matching algorithm.
lastResponse() - Method in class com.trolltech.qt.network.QHttp
Returns the received response header of the most recently finished HTTP request.
lastScenePos() - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the last recorded mouse cursor position in scene coordinates.
lastScreenPos() - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the last recorded mouse cursor position in screen coordinates.
lastWindowClosed - Variable in class com.trolltech.qt.gui.QApplication
This signal is emitted from QApplication::exec() when the last visible primary window (i.e. window with no parent) with the Qt::WA_QuitOnClose attribute set is closed.
layout() - Method in class com.trolltech.qt.gui.QLayout
This function is reimplemented for internal reasons.
layout() - Method in class com.trolltech.qt.gui.QLayoutItem
If this item is a QLayout, it is returned as a QLayout; otherwise 0 is returned.
layout() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
If this item is a QLayout, it is returned as a QLayout; otherwise 0 is returned.
layout() - Method in class com.trolltech.qt.gui.QSpacerItem
If this item is a QLayout, it is returned as a QLayout; otherwise 0 is returned.
layout() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the QTextLayout that is used to lay out and display the block's contents.
layout() - Method in class com.trolltech.qt.gui.QWidget
Returns the layout manager that is installed on this widget, or 0 if no layout manager is installed.
layout() - Method in class com.trolltech.qt.gui.QWidgetItem
If this item is a QLayout, it is returned as a QLayout; otherwise 0 is returned.
layoutAboutToBeChanged - Variable in class com.trolltech.qt.core.QAbstractItemModel
This signal is emitted just before the layout of a model is changed.
layoutChanged - Variable in class com.trolltech.qt.core.QAbstractItemModel
This signal is emitted whenever the layout of items exposed by the model has changed; for example, when the model has been sorted.
layoutDirection() - Static method in class com.trolltech.qt.gui.QApplication
Returns the default layout direction for this application.
layoutDirection() - Method in class com.trolltech.qt.gui.QPainter
Returns the layout direction used by the painter when drawing text.
layoutDirection() - Method in class com.trolltech.qt.gui.QTextFormat
Returns the document's layout direction.
layoutDirection() - Method in class com.trolltech.qt.gui.QWidget
Returns the layout direction for this widget.
layoutMode() - Method in class com.trolltech.qt.gui.QListView
Returns whether the layout of items should happen immediately or be delayed..
layoutSpacing(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QStyle
This is an overloaded mthod provided for convenience.
layoutSpacing(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation, QStyleOption) - Method in class com.trolltech.qt.gui.QStyle
This is an overloaded mthod provided for convenience.
layoutSpacing(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation) - Method in class com.trolltech.qt.gui.QStyle
This is an overloaded mthod provided for convenience.
layoutSpacingImplementation(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QStyle
This slot is called by layoutSpacing() to determine the spacing that should be used between control1 and control2 in a layout.
layoutSpacingImplementation(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation, QStyleOption) - Method in class com.trolltech.qt.gui.QStyle
This is an overloaded method provided for convenience.
layoutSpacingImplementation(QSizePolicy.ControlType, QSizePolicy.ControlType, Qt.Orientation) - Method in class com.trolltech.qt.gui.QStyle
This is an overloaded method provided for convenience.
lazyChildCount() - Method in class com.trolltech.qt.gui.QDirModel
Returns Whether the directory model optimizes the hasChildren function to only check if the item is a directory..
leading() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the leading of the font.
leading() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the leading of the font.
leaveEvent(QEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
leaveEvent(QEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
leaveEvent(QEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
leaveEvent(QEvent) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
leaveEvent(QEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented in a subclass to receive widget leave events which are passed in the arg__1 parameter.
leaveWhatsThisMode() - Static method in class com.trolltech.qt.gui.QWhatsThis
If the user interface is in "What's This?" mode, this function switches back to normal mode; otherwise it does nothing.
left(int) - Method in class com.trolltech.qt.core.QByteArray
Returns a byte array that contains the leftmost len bytes of this byte array.
left() - Method in class com.trolltech.qt.core.QRect
Returns the x-coordinate of the rectangle's left edge.
left() - Method in class com.trolltech.qt.core.QRectF
Returns the x-coordinate of the rectangle's left edge.
left - Variable in class com.trolltech.qt.gui.QContentsMargins
 
left() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns the column index corresponding to the leftmost selected column in the selection range.
leftBearing(char) - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the left bearing of character arg__1 in the font.
leftBearing(char) - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the left bearing of character arg__1 in the font.
leftColumn() - Method in class com.trolltech.qt.gui.QTableWidgetSelectionRange
Returns the left column of the range.
leftCornerWidgetSize() - Method in class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
Returns the size of the left-corner widget.
leftJustified(int, byte) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to leftJustified(width, fill, false).
leftJustified(int) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to leftJustified(width, ' ', false).
leftJustified(int, byte, boolean) - Method in class com.trolltech.qt.core.QByteArray
Returns a byte array of size width that contains this byte array padded by the fill character.
leftMargin() - Method in class com.trolltech.qt.gui.QTextBlockFormat
Returns the paragraph's left margin.
leftMargin() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the width of the frame's left margin in pixels.
length() - Method in class com.trolltech.qt.core.QByteArray
Same as size.
length() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the length along the orientation of the header.
length() - Method in class com.trolltech.qt.gui.QInputMethodEvent_Attribute
Returns the length of this QInputMethodEvent_Attribute.
length() - Method in class com.trolltech.qt.gui.QLineF
Returns the length of the line.
length() - Method in class com.trolltech.qt.gui.QPainterPath
Returns the length of the current path.
length() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the length of the block in characters.
length() - Method in class com.trolltech.qt.gui.QTextFragment
Returns the number of characters in the text fragment.
length() - Method in class com.trolltech.qt.gui.QTextLayout_FormatRange
Specifies the numer of characters the format range spans.
length() - Method in class com.trolltech.qt.sql.QSqlField
Returns the field's length.
length() - Method in class com.trolltech.qt.xml.QDomCharacterData
Returns the length of the stored string.
length() - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
Returns the number of nodes in the map.
length() - Method in class com.trolltech.qt.xml.QDomNodeList
Returns the number of nodes in the list.
length() - Method in class com.trolltech.qt.xml.QXmlAttributes
Returns the number of attributes in the list.
lengthProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property given by propertyId.
lengthVectorProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property given by propertyId.
lessThan(QModelIndex, QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns true if the value of the item referred to by the given index left is less than the value of the item referred to by the given index right, otherwise returns false.
lessThan(QUrlInfo, QUrlInfo, int) - Static method in class com.trolltech.qt.network.QUrlInfo
Returns true if i1 is less than i2; otherwise returns false.
levelOfDetail() - Method in class com.trolltech.qt.gui.QStyleOptionGraphicsItem
Returns a simple metric for determining an item's level of detail.
lexicalHandler() - Method in class com.trolltech.qt.xml.QXmlReader
Returns the lexical handler or 0 if none was set.
lexicalHandler() - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
libraryPaths() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns a list of paths that the application will search when dynamically loading libraries.
libSubPath - Static variable in class com.trolltech.qt.Utilities
The library sub path.
licensedProducts() - Static method in class com.trolltech.qt.core.QLibraryInfo
Returns the products that the license for this build of Qt has access to.
licensee() - Static method in class com.trolltech.qt.core.QLibraryInfo
Returns the person to whom this build of Qt is licensed.
light() - Method in class com.trolltech.qt.gui.QPalette
Returns the light brush of the current color group.
lighter() - Method in class com.trolltech.qt.gui.QColor
Equivalent to lighter(150).
lighter(int) - Method in class com.trolltech.qt.gui.QColor
Returns a lighter (or darker) color, but does not change this object.
lightGray - Static variable in class com.trolltech.qt.gui.QColor
 
line() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns the item's line, or a null line if no line has been set.
Line - Static variable in class com.trolltech.qt.QVariant
 
lineAt(int) - Method in class com.trolltech.qt.gui.QTextLayout
Returns the i-th line of text in this text layout.
lineCount() - Method in class com.trolltech.qt.gui.QTextLayout
Returns the number of lines in this text layout.
lineEdit() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function returns a pointer to the line edit of the spin box.
lineEdit() - Method in class com.trolltech.qt.gui.QComboBox
Returns the line edit used to edit items in the combobox, or 0 if there is no line edit.
LineF - Static variable in class com.trolltech.qt.QVariant
 
lineForTextPosition(int) - Method in class com.trolltech.qt.gui.QTextLayout
Returns the line that contains the cursor position specified by pos.
lineNumber() - Method in class com.trolltech.qt.gui.QTextLine
Returns the position of the line in the text engine.
lineNumber() - Method in class com.trolltech.qt.xml.QDomNode
For nodes created by QDomDocument::setContent(), this function returns the line number in the XML document where the node was parsed.
lineNumber() - Method in class com.trolltech.qt.xml.QXmlLocator
Returns the line number (starting at 1) or -1 if there is no line number available.
lineNumber() - Method in class com.trolltech.qt.xml.QXmlParseException
Returns the line number where the error occurred.
lineNumber() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the current line number, starting with 1.
lineSpacing() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the distance from one base line to the next.
lineSpacing() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the distance from one base line to the next.
lineTo(QPointF) - Method in class com.trolltech.qt.gui.QPainterPath
Adds a straight line from the current position to the given p.
lineTo(double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Draws a line from the current position to the point (x, y).
lineWidth() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the width of the underline and strikeout lines, adjusted for the point size of the font.
lineWidth() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the width of the underline and strikeout lines, adjusted for the point size of the font.
lineWidth() - Method in class com.trolltech.qt.gui.QFrame
Returns the line width.
lineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionFrame
Returns the line width for drawing the frame.
lineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionGroupBox
Returns the line width for drawing the panel.
lineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
Returns the line width for drawing the panel.
lineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionToolBar
This variable holds the line width for drawing the toolbar.
lineWrapColumnOrWidth() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the position (in pixels or columns depending on the wrap mode) where text will be wrapped.
lineWrapMode() - Method in class com.trolltech.qt.gui.QTextEdit
Returns the line wrap mode.
link(String) - Method in class com.trolltech.qt.core.QAbstractFileEngine
Creates a link from the file currently specified by fileName to newName.
link(String) - Method in class com.trolltech.qt.core.QFile
Creates a link named newName that points to the file currently specified by fileName.
link(String, String) - Static method in class com.trolltech.qt.core.QFile
Creates a link named newName that points to the file oldname.
link(String) - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
link() - Method in class com.trolltech.qt.gui.QPalette
Returns the unvisited link text brush of the current color group.
linkActivated - Variable in class com.trolltech.qt.gui.QGraphicsTextItem
This signal is emitted when the user clicks on a link on a text item that enables Qt::LinksAccessibleByMouse or Qt::LinksAccessibleByKeyboard.
linkActivated - Variable in class com.trolltech.qt.gui.QLabel
This signal is emitted when the user clicks a link.
linkHovered - Variable in class com.trolltech.qt.gui.QGraphicsTextItem
This signal is emitted when the user hovers over a link on a text item that enables Qt::LinksAccessibleByMouse.
linkHovered - Variable in class com.trolltech.qt.gui.QLabel
This signal is emitted when the user hovers over a link.
linkVisited() - Method in class com.trolltech.qt.gui.QPalette
Returns the visited link text brush of the current color group.
list() - Method in class com.trolltech.qt.network.QFtp
Equivalent to list(QString()).
list(String) - Method in class com.trolltech.qt.network.QFtp
Lists the contents of directory dir on the FTP server.
listen(QHostAddress, int) - Method in class com.trolltech.qt.network.QTcpServer
Tells the server to listen for incoming connections on address address and port port.
listInfo - Variable in class com.trolltech.qt.network.QFtp
This signal is emitted for each directory entry the list command finds.
listWidget() - Method in class com.trolltech.qt.gui.QListWidgetItem
Returns the list widget that contains the item.
load(String, String, String) - Method in class com.trolltech.qt.core.QTranslator
Equivalent to load(filename, directory, search_delimiters, QString()).
load(String, String) - Method in class com.trolltech.qt.core.QTranslator
Equivalent to load(filename, directory, QString(), QString()).
load(String) - Method in class com.trolltech.qt.core.QTranslator
Equivalent to load(filename, QString(), QString(), QString()).
load(String, String, String, String) - Method in class com.trolltech.qt.core.QTranslator
Loads filename + suffix (".qm" if the suffix is not specified), which may be an absolute file name or relative to directory.
load(byte[]) - Method in class com.trolltech.qt.core.QTranslator
Loads the .qm file data data into the translator.
load(QIODevice) - Static method in class com.trolltech.qt.designer.QUiLoader
This is an overloaded method provided for convenience.
load(QIODevice, QWidget) - Static method in class com.trolltech.qt.designer.QUiLoader
Loads a form from the given device and creates a new widget with the given parent widget to hold its contents.
load(String, String) - Method in class com.trolltech.qt.gui.QImage
Loads an image from the file with the given fileName.
load(String) - Method in class com.trolltech.qt.gui.QImage
This is an overloaded method provided for convenience.
load(QIODevice, String) - Method in class com.trolltech.qt.gui.QImage
This is an overloaded function provided for convenience.
load(QIODevice) - Method in class com.trolltech.qt.gui.QImage
This is an overloaded method provided for convenience.
load(QIODevice) - Method in class com.trolltech.qt.gui.QPicture
This is an overloaded member function, provided for convenience.
load(String) - Method in class com.trolltech.qt.gui.QPicture
Loads a picture from the file specified by fileName and returns true if successful; otherwise returns false.
load(String, String, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPixmap
Loads a pixmap from the file with the given fileName.
load(String, String, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
load(String, String) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
load(String) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
load(String) - Method in class com.trolltech.qt.svg.QSvgRenderer
Loads the SVG file specified by filename, returning true if the content was successfully parsed; otherwise returns false.
load(QByteArray) - Method in class com.trolltech.qt.svg.QSvgRenderer
Loads the specified SVG format contents, returning true if the content was successfully parsed; otherwise returns false.
load(QByteArray) - Method in class com.trolltech.qt.svg.QSvgWidget
Loads the specified SVG format contents and updates the widget.
load(String) - Method in class com.trolltech.qt.svg.QSvgWidget
Loads the contents of the specified SVG file and updates the widget.
loadFromCache - Static variable in class com.trolltech.qt.Utilities
Whether Qt Jambi should prefer to load libraries from its cache
loadFromData(byte[], String) - Method in class com.trolltech.qt.gui.QImage
Loads an image from the binary data.
loadFromData(byte[]) - Method in class com.trolltech.qt.gui.QImage
This is an overloaded method provided for convenience.
loadFromData(QByteArray, String) - Method in class com.trolltech.qt.gui.QImage
This is an overloaded method provided for convenience.
loadFromData(QByteArray) - Method in class com.trolltech.qt.gui.QImage
This is an overloaded method provided for convenience.
loadFromData(byte[], String, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPixmap
Loads a pixmap from the binary data.
loadFromData(byte[], String, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
loadFromData(byte[], String) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
loadFromData(byte[]) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
loadFromData(QByteArray, String, Qt.ImageConversionFlags) - Method in class com.trolltech.qt.gui.QPixmap
Loads a pixmap from the binary data using the specified format and conversion flags.
loadFromData(QByteArray, String, Qt.ImageConversionFlag...) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
loadFromData(QByteArray, String) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
loadFromData(QByteArray) - Method in class com.trolltech.qt.gui.QPixmap
This is an overloaded method provided for convenience.
loadJambiLibrary(String) - Static method in class com.trolltech.qt.Utilities
Checks the debug mode and loads the appropriate library.
loadLibrary(String) - Static method in class com.trolltech.qt.Utilities
Loads the library lib.
loadQtLibrary(String) - Static method in class com.trolltech.qt.Utilities
Loads the library stored in the file with name library.
loadResource(int, QUrl) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is called when the document is loaded.
loadResource(int, QUrl) - Method in class com.trolltech.qt.gui.QTextDocument
Loads data of the specified type from the resource with the given name.
loadResource(int, QUrl) - Method in class com.trolltech.qt.gui.QTextEdit
Loads the resource specified by the given type and name.
loadSystemLibraries() - Static method in class com.trolltech.qt.Utilities
This loads Qt Jambi's system libraries.
localAddress() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the host address of the local socket if available; otherwise returns QHostAddress::Null.
locale() - Method in class com.trolltech.qt.gui.QValidator
Returns the locale for the validator.
locale() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's locale.
Locale - Static variable in class com.trolltech.qt.QVariant
 
localHostName() - Static method in class com.trolltech.qt.network.QHostInfo
Returns the host name of this machine.
localName() - Method in class com.trolltech.qt.xml.QDomNode
If the node uses namespaces, this function returns the local name of the node; otherwise it returns an empty string.
localName(int) - Method in class com.trolltech.qt.xml.QXmlAttributes
Looks up an attribute's local name for the attribute at position index.
localName - Variable in class com.trolltech.qt.xml.QXmlNamespaceSupport.ProcessedName
 
localname - Variable in class com.trolltech.qt.xml.QXmlNamespaceSupport.SplitName
 
localPort() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the host port number (in native byte order) of the local socket if available; otherwise returns 0.
location(QLibraryInfo.LibraryLocation) - Static method in class com.trolltech.qt.core.QLibraryInfo
Returns the location specified by arg__1.
lock() - Method in class com.trolltech.qt.core.QMutex
Locks the mutex.
lockForRead() - Method in class com.trolltech.qt.gui.QReadWriteLock
Locks the lock for reading.
lockForWrite() - Method in class com.trolltech.qt.gui.QReadWriteLock
Locks the lock for writing.
logicalDpiX() - Method in class com.trolltech.qt.gui.QImage
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.gui.QPicture
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.gui.QPixmap
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.gui.QPrinter
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.gui.QWidget
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiX() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the horizontal resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.gui.QImage
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.gui.QPicture
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.gui.QPixmap
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.gui.QPrinter
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.gui.QWidget
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalDpiY() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the vertical resolution of the device in dots per inch, which is used when computing font sizes.
logicalIndex(int) - Method in class com.trolltech.qt.gui.QHeaderView
Returns the logicalIndex for the section at the given visualIndex position, or -1 otherwise.
logicalIndexAt(QPoint) - Method in class com.trolltech.qt.gui.QHeaderView
Returns the logical index of the section at the position given in pos.
logicalIndexAt(int, int) - Method in class com.trolltech.qt.gui.QHeaderView
Returns the logical index of the section at the given coordinate.
logicalIndexAt(int) - Method in class com.trolltech.qt.gui.QHeaderView
Returns the section that covers the given position in the viewport.
login(String) - Method in class com.trolltech.qt.network.QFtp
Equivalent to login(user, QString()).
login() - Method in class com.trolltech.qt.network.QFtp
Equivalent to login(QString(), QString()).
login(String, String) - Method in class com.trolltech.qt.network.QFtp
Logs in to the FTP server with the username user and the password password.
Long - Static variable in class com.trolltech.qt.QVariant
 
longAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
longDayName(int) - Static method in class com.trolltech.qt.core.QDate
Returns the long name of the weekday using the following convention:
longMonthName(int) - Static method in class com.trolltech.qt.core.QDate
Returns the long name of the month using the following convention:
longValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of long type, this function returns its value.
lookupId() - Method in class com.trolltech.qt.network.QHostInfo
Returns the ID of this lookup.
loopCount() - Method in class com.trolltech.qt.core.QTimeLine
Returns the number of times the timeline should loop before it's finished..
loopCount() - Method in class com.trolltech.qt.gui.QImageIOHandler
For image formats that support animation, this function returns the number of times the animation should loop.
loopCount() - Method in class com.trolltech.qt.gui.QImageReader
For image formats that support animation, this function returns the number of times the animation should loop.
loopCount() - Method in class com.trolltech.qt.gui.QMovie
Returns the number of times the movie will loop before it finishes.
loops() - Method in class com.trolltech.qt.gui.QSound
Returns the number of times the sound will play.
loopsRemaining() - Method in class com.trolltech.qt.gui.QSound
Returns the remaining number of times the sound will loop (this value decreases each time the sound is played).
lostFocus() - Method in class com.trolltech.qt.gui.QFocusEvent
Returns true if type is QEvent::FocusOut; otherwise returns false.
lower() - Method in class com.trolltech.qt.gui.QWidget
Lowers the widget to the bottom of the parent widget's stack.

M

m11() - Method in class com.trolltech.qt.gui.QMatrix
Returns the horizontal scaling factor.
m11() - Method in class com.trolltech.qt.gui.QTransform
Returns the horizontal scaling factor.
m12() - Method in class com.trolltech.qt.gui.QMatrix
Returns the vertical shearing factor.
m12() - Method in class com.trolltech.qt.gui.QTransform
Returns the vertical shearing factor.
m13() - Method in class com.trolltech.qt.gui.QTransform
Returns the horizontal projection factor.
m21() - Method in class com.trolltech.qt.gui.QMatrix
Returns the horizontal shearing factor.
m21() - Method in class com.trolltech.qt.gui.QTransform
Returns the horizontal shearing factor.
m22() - Method in class com.trolltech.qt.gui.QMatrix
Returns the vertical scaling factor.
m22() - Method in class com.trolltech.qt.gui.QTransform
Returns the vertical scaling factor.
m23() - Method in class com.trolltech.qt.gui.QTransform
Returns the vertical projection factor.
m31() - Method in class com.trolltech.qt.gui.QTransform
Returns the horizontal translation factor.
m32() - Method in class com.trolltech.qt.gui.QTransform
Returns the vertical translation factor.
m33() - Method in class com.trolltech.qt.gui.QTransform
Returns the division factor.
m_instance - Static variable in class com.trolltech.qt.core.QCoreApplication
 
MacOS_10_0 - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_10_1 - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_10_2 - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_10_3 - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_10_4 - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_CHEETAH - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_JAGUAR - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_PANTHER - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_PUMA - Static variable in class com.trolltech.qt.QSysInfo
 
MacOS_TIGER - Static variable in class com.trolltech.qt.QSysInfo
 
macVersion() - Static method in class com.trolltech.qt.QSysInfo
Returns the Mac version.
magenta - Static variable in class com.trolltech.qt.gui.QColor
 
magenta() - Method in class com.trolltech.qt.gui.QColor
Returns the magenta color component of this color.
magentaF() - Method in class com.trolltech.qt.gui.QColor
Returns the magenta color component of this color.
main(String[]) - Static method in class com.trolltech.qt.designer.QUiLoader
Test method
MAJOR_VERSION - Static variable in class com.trolltech.qt.Utilities
The Qt Library's major version.
majorVersion() - Method in class com.trolltech.qt.network.QHttpHeader
Returns the major protocol-version of the HTTP header.
majorVersion() - Method in class com.trolltech.qt.network.QHttpRequestHeader
Returns the major protocol-version of the HTTP request header.
majorVersion() - Method in class com.trolltech.qt.network.QHttpResponseHeader
Returns the major protocol-version of the HTTP response header.
majorVersion() - Static method in class com.trolltech.qt.QtInfo
 
makeAbsolute() - Method in class com.trolltech.qt.core.QDir
Converts the directory path to an absolute path.
makeAbsolute() - Method in class com.trolltech.qt.core.QFileInfo
Converts the file's path to an absolute path if it is not already in that form.
makeCurrent() - Method in class com.trolltech.qt.opengl.QGLContext
Makes this context the current OpenGL rendering context.
makeCurrent() - Method in class com.trolltech.qt.opengl.QGLContext
Makes this context the current OpenGL rendering context.
makeCurrent() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Makes this pbuffer the current OpenGL rendering context.
makeCurrent() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Makes this pbuffer the current OpenGL rendering context.
makeCurrent() - Method in class com.trolltech.qt.opengl.QGLWidget
Makes this widget the current widget for OpenGL operations, i.e. makes the widget's rendering context the current OpenGL rendering context.
makeCurrent() - Method in class com.trolltech.qt.opengl.QGLWidget
Makes this widget the current widget for OpenGL operations, i.e. makes the widget's rendering context the current OpenGL rendering context.
makeDecoder() - Method in class com.trolltech.qt.core.QTextCodec
Creates a QTextDecoder which stores enough state to decode chunks of char * data to create chunks of Unicode data.
makeEncoder() - Method in class com.trolltech.qt.core.QTextCodec
Creates a QTextEncoder which stores enough state to encode chunks of Unicode data as char * data.
makeOverlayCurrent() - Method in class com.trolltech.qt.opengl.QGLWidget
Makes the overlay context of this widget current.
makeOverlayCurrent() - Method in class com.trolltech.qt.opengl.QGLWidget
Makes the overlay context of this widget current.
manhattanLength() - Method in class com.trolltech.qt.core.QPoint
Returns the sum of the absolute values of x and y, traditionally known as the "Manhattan length" of the vector from the origin to the point.
map() - Method in class com.trolltech.qt.core.QSignalMapper
This slot emits signals based on which object sends signals to it.
map(QObject) - Method in class com.trolltech.qt.core.QSignalMapper
This slot emits signals based on the sender object.
map(QLine) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QLine object that is a copy of the given l, mapped into the coordinate system defined by this matrix.
map(QPolygon) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QPolygon object that is a copy of the given a, mapped into the coordinate system defined by this matrix.
map(QRegion) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QRegion object that is a copy of the given r, mapped into the coordinate system defined by this matrix.
map(QPainterPath) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QPainterPath object that is a copy of the given p, mapped into the coordinate system defined by this matrix.
map(QPoint) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QPoint object that is a copy of the given p, mapped into the coordinate system defined by this matrix.
map(QLineF) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QLineF object that is a copy of the given l, mapped into the coordinate system defined by this matrix.
map(QPolygonF) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QPolygonF object that is a copy of the given a, mapped into the coordinate system defined by this matrix.
map(QPointF) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QPointF object that is a copy of the given p, mapped into the coordinate system defined by this matrix.
map(QPolygon) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QPolygon object that is a copy of the given a, mapped into the coordinate system defined by this matrix.
map(QPoint) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QPoint object that is a copy of the given p, mapped into the coordinate system defined by this matrix.
map(QPointF) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QPointF object that is a copy of the given point, p, mapped into the coordinate system defined by this matrix.
map(QPainterPath) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QPainterPath object that is a copy of the given p, mapped into the coordinate system defined by this matrix.
map(QLineF) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QLine object that is a copy of the given l, mapped into the coordinate system defined by this matrix.
map(QPolygonF) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QPolygonF object that is a copy of the given a, mapped into the coordinate system defined by this matrix.
map(QLine) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QLineF object that is a copy of the given line, l, mapped into the coordinate system defined by this matrix.
map(QRegion) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QRegion object that is a copy of the given r, mapped into the coordinate system defined by this matrix.
mapFrom(QWidget, QPoint) - Method in class com.trolltech.qt.gui.QWidget
Translates the widget coordinate arg__2 from the coordinate system of arg__1 to this widget's coordinate system.
mapFromGlobal(QPoint) - Method in class com.trolltech.qt.gui.QWidget
Translates the global screen coordinate arg__1 to widget coordinates.
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromItem(QGraphicsItemInterface, QRectF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, QPointF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the path path, which is in item's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapFromItem(item, QRectF(x, y, w, h)).
mapFromItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the rectangle rect, which is in item's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
mapFromItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the point point, which is in item's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the polygon polygon, which is in item's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(QPainterPath) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(QPolygonF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(QPointF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(QRectF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(double, double, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(QRectF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(QPainterPath) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(QPolygonF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(QPointF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(QPoint) - Method in class com.trolltech.qt.gui.QWidget
Translates the parent widget coordinate arg__1 to widget coordinates.
mapFromParent(double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
mapFromParent(QPointF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the point point, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromParent(QRectF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the rectangle rect, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromParent(QPainterPath) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the path path, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromParent(double, double, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapFromItem(QRectF(x, y, w, h)).
mapFromParent(QPolygonF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the polygon polygon, which is in this item's parent's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromScene(QPointF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(QRectF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(QPolygonF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(double, double, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(QRectF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(QPointF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromScene(QPainterPath) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the scene coordinate point to viewport coordinates.
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the scene coordinate painter path path to a viewport coordinate painter path.
mapFromScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
mapFromScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the scene rectangle rect to a viewport coordinate polygon.
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the scene coordinate polygon polygon to a viewport coordinate polygon.
mapFromScene(double, double, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapFromScene(QRectF(x, y, w, h)).
mapFromScene(QPainterPath) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the path path, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped path.
mapFromScene(QPointF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the point point, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped coordinate.
mapFromScene(QRectF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the rectangle rect, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped rectangle as a polygon.
mapFromScene(QPolygonF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the polygon polygon, which is in this item's scene's coordinate system, to this item's coordinate system, and returns the mapped polygon.
mapFromScene(double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
mapFromSource(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
Reimplement this function to return the model index in the proxy model that corresponds to the sourceIndex from the source model.
mapFromSource(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns the model index in the QSortFilterProxyModel given the sourceIndex from the source model.
mappedInteger - Variable in class com.trolltech.qt.core.QSignalMapper
This signal is emitted when map is signalled from an object that has an integer mapping set.
mappedPropertyName(QWidget) - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Returns the name of the property that is used when mapping data to the given widget.
mappedQObject - Variable in class com.trolltech.qt.core.QSignalMapper
This signal is emitted when map is signalled from an object that has an object mapping set.
mappedQWidget - Variable in class com.trolltech.qt.core.QSignalMapper
Deprecated. 
mappedQWidget - Variable in class com.trolltech.qt.gui.QGuiSignalMapper
 
mappedSection(QWidget) - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Returns the section the widget is mapped to or -1 if the widget is not mapped.
mappedString - Variable in class com.trolltech.qt.core.QSignalMapper
This signal is emitted when map is signalled from an object that has a string mapping set.
mappedWidgetAt(int) - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Returns the widget that is mapped at section, or 0 if no widget is mapped at that section.
mapping(QObject) - Method in class com.trolltech.qt.core.QSignalMapper
Returns the sender QObject that is associated with the given object.
mapping(String) - Method in class com.trolltech.qt.core.QSignalMapper
Returns the signal sender associated with the string text.
mapping(int) - Method in class com.trolltech.qt.core.QSignalMapper
Returns the sender QObject that is associated with the given id.
mapping(QWidget) - Method in class com.trolltech.qt.core.QSignalMapper
Deprecated. 
mapping(QWidget) - Method in class com.trolltech.qt.gui.QGuiSignalMapper
This method has been deprecated.
mapRect(QRect) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QRect object that is a copy of the given arg__1, mapped into the coordinate system defined by this matrix.
mapRect(QRectF) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QRectF object that is a copy of the given arg__1, mapped into the coordinate system defined by this matrix.
mapRect(QRectF) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QRectF object that is a copy of the given arg__1, mapped into the coordinate system defined by this matrix.
mapRect(QRect) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QRect object that is a copy of the given arg__1, mapped into the coordinate system defined by this matrix.
mapSelectionFromSource(QItemSelection) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
Returns a proxy selection mapped from the specified selection.
mapSelectionFromSource(QItemSelection) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
mapSelectionToSource(QItemSelection) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
Returns a source selection mapped from the specified selection.
mapSelectionToSource(QItemSelection) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
mapTo(QWidget, QPoint) - Method in class com.trolltech.qt.gui.QWidget
Translates the widget coordinate arg__2 to the coordinate system of arg__1.
mapToGlobal(QPoint) - Method in class com.trolltech.qt.gui.QWidget
Translates the widget coordinate arg__1 to global screen coordinates.
mapToItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, QPointF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, QRectF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
mapToItem(QGraphicsItemInterface, QPolygonF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the polygon polygon, which is in this item's coordinate system, to item's coordinate system, and returns the mapped polygon.
mapToItem(QGraphicsItemInterface, QPointF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the point point, which is in this item's coordinate system, to item's coordinate system, and returns the mapped coordinate.
mapToItem(QGraphicsItemInterface, double, double, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
mapToItem(QGraphicsItemInterface, QPainterPath) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the path path, which is in this item's coordinate system, to item's coordinate system, and returns the mapped path.
mapToItem(QGraphicsItemInterface, QRectF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the rectangle rect, which is in this item's coordinate system, to item's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QPointF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToParent(QPainterPath) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(QRectF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(QPolygonF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(QRectF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QPolygonF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(QPainterPath) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(QPointF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToParent(double, double, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToParent(QPoint) - Method in class com.trolltech.qt.gui.QWidget
Translates the widget coordinate arg__1 to a coordinate in the parent widget.
mapToParent(double, double, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
mapToParent(QPainterPath) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the path path, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped path.
mapToParent(QRectF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the rectangle rect, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped rectangle as a polygon.
mapToParent(QPolygonF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the polygon polygon, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped polygon.
mapToParent(double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
mapToParent(QPointF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the point point, which is in this item's coordinate system, to its parent's coordinate system, and returns the mapped coordinate.
mapToPolygon(QRect) - Method in class com.trolltech.qt.gui.QMatrix
Creates and returns a QPolygon representation of the given r, mapped into the coordinate system defined by this matrix.
mapToPolygon(QRect) - Method in class com.trolltech.qt.gui.QTransform
Creates and returns a QPolygon representation of the given r, mapped into the coordinate system defined by this matrix.
mapToScene(QRectF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(QPainterPath) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(QPolygonF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(QPointF) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItem
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(QPainterPath) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(QPolygonF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToScene(QRectF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(QPointF) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(double, double, double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(QPointF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(QPolygonF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToScene(double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(double, double, double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(QRectF) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(QPainterPath) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the viewport painter path path mapped to a scene coordinate painter path.
mapToScene(int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
mapToScene(QRect) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the viewport rectangle rect mapped to a scene coordinate polygon.
mapToScene(int, int, int, int) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is provided for convenience.
mapToScene(QPoint) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the viewport coordinate point mapped to scene coordinates.
mapToScene(QPolygon) - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the viewport polygon polygon mapped to a scene coordinate polygon.
mapToScene(QRectF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the rectangle rect, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped rectangle as a polygon.
mapToScene(QPainterPath) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the path path, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped path.
mapToScene(double, double, double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapToScene(QRectF(x, y, w, h)).
mapToScene(double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This convenience function is equivalent to calling mapToScene(QPointF(x, y)).
mapToScene(QPointF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the point point, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped coordinate.
mapToScene(QPolygonF) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Maps the polygon polygon, which is in this item's coordinate system, to the scene's coordinate system, and returns the mapped polygon.
mapToSource(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractProxyModel
Reimplement this function to return the model index in the source model that corresponds to the proxyIndex in the proxy model.
mapToSource(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns the source model index corresponding to the given proxyIndex from the sorting filter model.
margin() - Method in class com.trolltech.qt.gui.QLabel
Returns the width of the margin.
margin() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the width of the frame's external margin in pixels.
markContentsDirty(int, int) - Method in class com.trolltech.qt.gui.QTextDocument
Marks the contents specified by the given from and length as "dirty", informing the document that it needs to be laid out again.
mask() - Method in class com.trolltech.qt.gui.QCursor
Returns the cursor bitmap mask, or null if it is one of the standard cursors.
mask() - Method in class com.trolltech.qt.gui.QPixmap
Returns the mask, or a null bitmap if no mask has been set.
mask() - Method in class com.trolltech.qt.gui.QWidget
Returns the mask currently set on a widget.
match(QModelIndex, int, Object, int, Qt.MatchFlag...) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns a list of indexes for the items where the data stored under the given role matches the specified value.
match(QModelIndex, int, Object, int) - Method in class com.trolltech.qt.core.QAbstractItemModel
This is an overloaded function provided for convenience.
match(QModelIndex, int, Object) - Method in class com.trolltech.qt.core.QAbstractItemModel
This is an overloaded function provided for convenience.
match(QModelIndex, int, Object, int, Qt.MatchFlags) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns a list of indexes for the items in the column of the start index where the data stored under the given role matches the specified value.
match(List<String>, String) - Static method in class com.trolltech.qt.core.QDir
Returns true if the fileName matches any of the wildcard (glob) patterns in the list of filters; otherwise returns false.
match(String, String) - Static method in class com.trolltech.qt.core.QDir
Returns true if the fileName matches the wildcard (glob) pattern filter; otherwise returns false.
match(QModelIndex, int, Object, int, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QProxyModel
Returns a list of model indexes that each contain the given value for the role specified.
match(QModelIndex, int, Object, int, Qt.MatchFlags) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns a list of indexes for the items in the column of the start index where the data stored under the given role matches the specified value.
matchedLength() - Method in class com.trolltech.qt.core.QRegExp
Returns the length of the last matched string, or -1 if there was no match.
matches(QKeySequence.StandardKey) - Method in class com.trolltech.qt.gui.QKeyEvent
Returns true if the key event matches the given standard key; otherwise returns false.
matches(QKeySequence) - Method in class com.trolltech.qt.gui.QKeySequence
Matches the sequence with seq.
matchProperty(String, String...) - Static method in class com.trolltech.qt.Utilities
Returns true if the system property name contains any of the specified substrings.
matrix() - Method in class com.trolltech.qt.gui.QBrush
Returns the current transformation matrix for the brush.
matrix() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns the current transformation matrix for the view.
matrix() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the matrix in the current paint engine state.
matrix() - Method in class com.trolltech.qt.gui.QStyleOptionGraphicsItem
Returns the complete transformation matrix for the item.
matrixAt(double) - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
Returns the matrix used to transform the item at the specified step value.
matrixForElement(String) - Method in class com.trolltech.qt.svg.QSvgRenderer
Returns the transformation matrix setup for the element with the given id.
maxCount() - Method in class com.trolltech.qt.gui.QComboBox
Returns the maximum number of items allowed in the combobox.
maxIconWidth() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns the maximum icon width for the icon in the menu item.
maximizedButtonsWidget() - Method in class com.trolltech.qt.gui.QMdiSubWindow
maximizedSystemMenuIconWidget() - Method in class com.trolltech.qt.gui.QMdiSubWindow
maximum() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns the slider's maximum value.
maximum() - Method in class com.trolltech.qt.gui.QDoubleSpinBox
Returns the maximum value of the spin box.
maximum() - Method in class com.trolltech.qt.gui.QProgressBar
Returns the progress bar's maximum value.
maximum() - Method in class com.trolltech.qt.gui.QProgressDialog
Returns the highest value represented by the progress bar.
maximum() - Method in class com.trolltech.qt.gui.QSpinBox
Returns the maximum value of the spin box.
maximum - Variable in class com.trolltech.qt.gui.QSplitter.Range
 
maximum() - Method in class com.trolltech.qt.gui.QStyleOptionProgressBar
Returns the maximum value for the progress bar.
maximum() - Method in class com.trolltech.qt.gui.QStyleOptionSlider
Returns the maximum value for the slider.
maximumBlockCount() - Method in class com.trolltech.qt.gui.QTextDocument
Returns Specifies the limit for blocks in the document..
maximumCacheSize() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns the current maximum size of the cache for this item.
maximumDate() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns the maximum date of the currently specified date range..
maximumDate() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the maximum date of the date time edit.
maximumHeight() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's maximum height.
maximumSize() - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
maximumSize() - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
maximumSize() - Method in class com.trolltech.qt.gui.QLayout
Returns the maximum size of this layout.
maximumSize() - Method in class com.trolltech.qt.gui.QLayoutItem
Implemented in subclasses to return the maximum size of this item.
maximumSize() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Implemented in subclasses to return the maximum size of this item.
maximumSize() - Method in class com.trolltech.qt.gui.QSpacerItem
This function is reimplemented for internal reasons.
maximumSize() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's maximum size.
maximumSize() - Method in class com.trolltech.qt.gui.QWidgetItem
This function is reimplemented for internal reasons.
maximumTime() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the maximum time of the date time edit.
maximumViewportSize() - Method in class com.trolltech.qt.gui.QAbstractScrollArea
Returns the size of the viewport as if the scroll bars had no valid scrolling range.
maximumWidth() - Method in class com.trolltech.qt.gui.QTextLayout
The maximum width the layout could expand to; this is essentially the width of the entire text.
maximumWidth() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's maximum width.
maxLength() - Method in class com.trolltech.qt.gui.QLineEdit
Returns the maximum permitted length of the text.
maxPage() - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Returns the maximum page in the page range.
maxPendingConnections() - Method in class com.trolltech.qt.network.QTcpServer
Returns the maximum number of pending accepted connections.
maxVisibleItems() - Method in class com.trolltech.qt.gui.QComboBox
Returns the maximum allowed size on screen of the combobox.
maxWidth() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the width of the widest character in the font.
maxWidth() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the width of the widest character in the font.
menu() - Method in class com.trolltech.qt.gui.QAction
Returns the menu contained by this action.
menu() - Method in class com.trolltech.qt.gui.QPushButton
Returns the button's associated popup menu or 0 if no popup menu has been set.
menu() - Method in class com.trolltech.qt.gui.QToolButton
Returns the associated menu, or 0 if no menu has been defined.
menuAction() - Method in class com.trolltech.qt.gui.QMenu
Returns the action associated with this menu.
menuBar() - Method in class com.trolltech.qt.gui.QLayout
Returns the menu bar set for this layout, or 0 if no menu bar is set.
menuBar() - Method in class com.trolltech.qt.gui.QMainWindow
Returns the menu bar for the main window.
menuHasCheckableItems() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns whether the menu as a whole has checkable items or not.
menuItemType() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns the type of menu item.
menuRect() - Method in class com.trolltech.qt.gui.QStyleOptionMenuItem
Returns the rectangle for the entire menu.
menuRole() - Method in class com.trolltech.qt.gui.QAction
Returns the action's menu role.
menuWidget() - Method in class com.trolltech.qt.gui.QMainWindow
Returns the menu bar for the main window.
merge(QItemSelection, QItemSelectionModel.SelectionFlag...) - Method in class com.trolltech.qt.gui.QItemSelection
Merges the other selection with this QItemSelection using the command given.
merge(QItemSelection, QItemSelectionModel.SelectionFlags) - Method in class com.trolltech.qt.gui.QItemSelection
Merges the other selection with this QItemSelection using the command given.
merge(QTextFormat) - Method in class com.trolltech.qt.gui.QTextFormat
Merges the other format with this format; where there are conflicts the other format takes precedence.
mergeBlockCharFormat(QTextCharFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Modifies the block char format of the current block (or all blocks that are contained in the selection) with the block format specified by modifier.
mergeBlockFormat(QTextBlockFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Modifies the block format of the current block (or all blocks that are contained in the selection) with the block format specified by modifier.
mergeCells(QTextCursor) - Method in class com.trolltech.qt.gui.QTextTable
Merges the cells selected by the provided cursor.
mergeCells(int, int, int, int) - Method in class com.trolltech.qt.gui.QTextTable
Merges the cell at the specified row and col with the adjacent cells into one cell.
mergeCharFormat(QTextCharFormat) - Method in class com.trolltech.qt.gui.QTextCursor
Merges the cursor's current character format with the properties described by format modifier.
mergeCurrentCharFormat(QTextCharFormat) - Method in class com.trolltech.qt.gui.QTextEdit
Merges the properties specified in modifier into the current character format by calling QTextCursor::mergeCharFormat on the editor's cursor.
mergeWith(QUndoCommand) - Method in class com.trolltech.qt.gui.QUndoCommand
Attempts to merge this command with other.
message() - Method in class com.trolltech.qt.xml.QXmlParseException
Returns the error message.
messageChanged - Variable in class com.trolltech.qt.gui.QSplashScreen
This signal is emitted when the message on the splash screen changes.
messageChanged - Variable in class com.trolltech.qt.gui.QStatusBar
This signal is emitted whenever the temporary status message changes.
messageClicked - Variable in class com.trolltech.qt.gui.QSystemTrayIcon
This signal is emitted when the message displayed using showMessage was clicked by the user.
metaInformation(QTextDocument.MetaInformation) - Method in class com.trolltech.qt.gui.QTextDocument
Returns meta information about the document of the type specified by info.
method() - Method in class com.trolltech.qt.network.QHttpRequestHeader
Returns the method of the HTTP request header.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.gui.QImage
Returns the metric information for the given paint device metric.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the metric information for the given paint device metric.
metric(QPaintDevice.PaintDeviceMetric) - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the metric information for the given paint device metric.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.gui.QPicture
Internal implementation of the virtual QPaintDevice::metric() function.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.gui.QPixmap
Returns the metric information for the given paint device arg__1.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.gui.QPrintEngine
Returns the metric for the given arg__1.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.gui.QPrinter
Returns the metric information for the given paint device arg__1.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.gui.QWidget
Internal implementation of the virtual QPaintDevice::metric() function.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the metric information for the given paint device metric.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the metric information for the given paint device metric.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the metric information for the given paint device metric.
metric(QPaintDevice.PaintDeviceMetric) - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the metric information for the given paint device metric.
mibEnum() - Method in class com.trolltech.qt.core.QTextCodec
Subclasses of QTextCodec must reimplement this function.
mid(int) - Method in class com.trolltech.qt.core.QByteArray
Equivalent to mid(index, -1).
mid(int, int) - Method in class com.trolltech.qt.core.QByteArray
Returns a byte array containing len bytes from this byte array, starting at position index.
mid(int, int) - Method in class com.trolltech.qt.gui.QItemSelection
Returns a list whose elements are copied from this list, starting at position pos.
mid() - Method in class com.trolltech.qt.gui.QPalette
Returns the mid brush of the current color group.
mid(int, int) - Method in class com.trolltech.qt.gui.QPolygon
Returns a vector whose elements are copied from this vector, starting at position pos.
mid(int, int) - Method in class com.trolltech.qt.gui.QPolygonF
Returns a vector whose elements are copied from this vector, starting at position pos.
mid(int, int) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Returns a vector whose elements are copied from this vector, starting at position pos.
midlight() - Method in class com.trolltech.qt.gui.QPalette
Returns the midlight brush of the current color group.
midLineWidth() - Method in class com.trolltech.qt.gui.QFrame
Returns the width of the mid-line.
midLineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionFrame
Returns the mid-line width for drawing the frame.
midLineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionGroupBox
Returns the mid-line width for drawing the panel.
midLineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
Returns the mid-line width for drawing the panel.
midLineWidth() - Method in class com.trolltech.qt.gui.QStyleOptionToolBar
This variable holds the mid-line width for drawing the toolbar.
mimeData(List<QModelIndex>) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns an object that contains serialized items of data corresponding to the list of indexes specified.
mimeData() - Method in class com.trolltech.qt.gui.QClipboard
Equivalent to mimeData(Clipboard).
mimeData(QClipboard.Mode) - Method in class com.trolltech.qt.gui.QClipboard
Returns a reference to a QMimeData representation of the current clipboard data.
mimeData(List<QModelIndex>) - Method in class com.trolltech.qt.gui.QDirModel
Returns an object that contains a serialized description of the specified indexes.
mimeData() - Method in class com.trolltech.qt.gui.QDrag
Returns the MIME data that is encapsulated by the drag object.
mimeData() - Method in class com.trolltech.qt.gui.QDropEvent
Returns the data that was dropped on the widget and its associated MIME type information.
mimeData() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
This function returns the MIME data of the event.
mimeData(List<QListWidgetItem>) - Method in class com.trolltech.qt.gui.QListWidget
Returns an object that contains a serialized description of the specified items.
mimeData(List<QModelIndex>) - Method in class com.trolltech.qt.gui.QProxyModel
Returns MIME data for the specified indexes in the model.
mimeData(List<QModelIndex>) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
Returns an object that contains serialized items of data corresponding to the list of indexes specified.
mimeData(List<QTableWidgetItem>) - Method in class com.trolltech.qt.gui.QTableWidget
Returns an object that contains a serialized description of the specified items.
mimeData(List<QTreeWidgetItem>) - Method in class com.trolltech.qt.gui.QTreeWidget
Returns an object that contains a serialized description of the specified items.
mimeTypes() - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns a list of MIME types that can be used to describe a list of model indexes.
mimeTypes() - Method in class com.trolltech.qt.gui.QDirModel
Returns a list of MIME types that can be used to describe a list of items in the model.
mimeTypes() - Method in class com.trolltech.qt.gui.QListWidget
Returns a list of MIME types that can be used to describe a list of listwidget items.
mimeTypes() - Method in class com.trolltech.qt.gui.QProxyModel
Returns a list of MIME types that are supported by the model.
mimeTypes() - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
mimeTypes() - Method in class com.trolltech.qt.gui.QTableWidget
Returns a list of MIME types that can be used to describe a list of tablewidget items.
mimeTypes() - Method in class com.trolltech.qt.gui.QTreeWidget
Returns a list of MIME types that can be used to describe a list of treewidget items.
minimum() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns the sliders's minimum value.
minimum() - Method in class com.trolltech.qt.gui.QDoubleSpinBox
Returns the minimum value of the spin box.
minimum() - Method in class com.trolltech.qt.gui.QProgressBar
Returns the progress bar's minimum value.
minimum() - Method in class com.trolltech.qt.gui.QProgressDialog
Returns the lowest value represented by the progress bar.
minimum() - Method in class com.trolltech.qt.gui.QSpinBox
Returns the minimum value of the spin box.
minimum - Variable in class com.trolltech.qt.gui.QSplitter.Range
 
minimum() - Method in class com.trolltech.qt.gui.QStyleOptionProgressBar
Returns the minimum value for the progress bar.
minimum() - Method in class com.trolltech.qt.gui.QStyleOptionSlider
Returns the minimum value for the slider.
minimumContentsLength() - Method in class com.trolltech.qt.gui.QComboBox
Returns the minimum number of characters that should fit into the combobox..
minimumDate() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns the minimum date of the currently specified date range..
minimumDate() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the minimum date of the date time edit.
minimumDuration() - Method in class com.trolltech.qt.gui.QProgressDialog
Returns the time that must pass before the dialog appears.
minimumHeight() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's minimum height.
minimumHeightForWidth(int) - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
minimumHeightForWidth(int) - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
minimumHeightForWidth(int) - Method in class com.trolltech.qt.gui.QLayout
Returns the minimum height this widget needs for the given width, arg__1.
minimumHeightForWidth(int) - Method in class com.trolltech.qt.gui.QLayoutItem
Returns the minimum height this widget needs for the given width, arg__1.
minimumHeightForWidth(int) - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Returns the minimum height this widget needs for the given width, arg__1.
minimumHeightForWidth(int) - Method in class com.trolltech.qt.gui.QSpacerItem
Returns the minimum height this widget needs for the given width, arg__1.
minimumHeightForWidth(int) - Method in class com.trolltech.qt.gui.QWidgetItem
Returns the minimum height this widget needs for the given width, arg__1.
minimumSectionSize() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the minimum size of the header sections..
minimumSize() - Method in class com.trolltech.qt.gui.QBoxLayout
This function is reimplemented for internal reasons.
minimumSize() - Method in class com.trolltech.qt.gui.QGridLayout
This function is reimplemented for internal reasons.
minimumSize() - Method in class com.trolltech.qt.gui.QLayout
Returns the minimum size of this layout.
minimumSize() - Method in class com.trolltech.qt.gui.QLayoutItem
Implemented in subclasses to return the minimum size of this item.
minimumSize() - Method in interface com.trolltech.qt.gui.QLayoutItemInterface
Implemented in subclasses to return the minimum size of this item.
minimumSize() - Method in class com.trolltech.qt.gui.QSpacerItem
This function is reimplemented for internal reasons.
minimumSize() - Method in class com.trolltech.qt.gui.QStackedLayout
This function is reimplemented for internal reasons.
minimumSize() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's minimum size.
minimumSize() - Method in class com.trolltech.qt.gui.QWidgetItem
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QCalendarWidget
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QDial
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QDialog
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QLineEdit
Returns a minimum size for the line edit.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QMdiArea
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QProgressBar
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QPushButton
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QSlider
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QSplitter
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QTabWidget
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
minimumSizeHint() - Method in class com.trolltech.qt.gui.QWidget
Returns the recommended minimum size for the widget.
minimumTime() - Method in class com.trolltech.qt.gui.QDateTimeEdit
Returns the minimum time of the date time edit.
minimumWidth() - Method in class com.trolltech.qt.gui.QTextLayout
The minimum width the layout needs.
minimumWidth() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's minimum width.
minLeftBearing() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the minimum left bearing of the font.
minLeftBearing() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the minimum left bearing of the font.
MINOR_VERSION - Static variable in class com.trolltech.qt.Utilities
The Qt Library's minor version.
minorVersion() - Method in class com.trolltech.qt.network.QHttpHeader
Returns the minor protocol-version of the HTTP header.
minorVersion() - Method in class com.trolltech.qt.network.QHttpRequestHeader
Returns the minor protocol-version of the HTTP request header.
minorVersion() - Method in class com.trolltech.qt.network.QHttpResponseHeader
Returns the minor protocol-version of the HTTP response header.
minorVersion() - Static method in class com.trolltech.qt.QtInfo
 
minPage() - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Returns the minimum page in the page range.
minRightBearing() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the minimum right bearing of the font.
minRightBearing() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the minimum right bearing of the font.
minute() - Method in class com.trolltech.qt.core.QTime
Returns the minute part (0 to 59) of the time.
mirrored(boolean) - Method in class com.trolltech.qt.gui.QImage
Equivalent to mirrored(horizontally, true).
mirrored() - Method in class com.trolltech.qt.gui.QImage
Equivalent to mirrored(false, true).
mirrored(boolean, boolean) - Method in class com.trolltech.qt.gui.QImage
Returns a mirror of the image, mirrored in the horizontal and/or the vertical direction depending on whether horizontally and vertically are set to true or false.
miterLimit() - Method in class com.trolltech.qt.gui.QPainterPathStroker
Returns the miter limit for the generated outlines.
miterLimit() - Method in class com.trolltech.qt.gui.QPen
Returns the miter limit of the pen.
mkdir(String, boolean) - Method in class com.trolltech.qt.core.QAbstractFileEngine
Requests that the directory dirName be created.
mkdir(String) - Method in class com.trolltech.qt.core.QDir
Creates a sub-directory called dirName.
mkdir(String, boolean) - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
mkdir(QModelIndex, String) - Method in class com.trolltech.qt.gui.QDirModel
Create a directory with the name in the parent model item.
mkdir(String) - Method in class com.trolltech.qt.network.QFtp
Creates a directory called dir on the server.
mkpath(String) - Method in class com.trolltech.qt.core.QDir
Creates the directory path dirPath.
mnemonic(String) - Static method in class com.trolltech.qt.gui.QKeySequence
Returns the shortcut key sequence for the mnemonic in text, or an empty key sequence if no mnemonics are found.
mode() - Method in class com.trolltech.qt.gui.QColormap
Returns the mode of this colormap.
mode() - Method in class com.trolltech.qt.gui.QLCDNumber
Returns the current display mode (number base).
model() - Method in class com.trolltech.qt.core.QModelIndex
 
model() - Method in class com.trolltech.qt.core.QPersistentModelIndex
Returns the model that the index belongs to.
model() - Method in class com.trolltech.qt.gui.QAbstractItemView
Returns the model that this view is presenting.
model() - Method in class com.trolltech.qt.gui.QComboBox
Returns the model used by the combobox.
model() - Method in class com.trolltech.qt.gui.QCompleter
Returns the model that provides completion strings.
model() - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Returns the current model.
model() - Method in class com.trolltech.qt.gui.QItemSelectionModel
Returns the item model operated on by the selection model.
model() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns the model that the items in the selection range belong to.
model() - Method in class com.trolltech.qt.gui.QProxyModel
Returns the model that contains the data that is available through the proxy model.
model() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the QStandardItemModel that this item belongs to.
modelColumn() - Method in class com.trolltech.qt.gui.QComboBox
Returns the column in the model that is visible..
modelColumn() - Method in class com.trolltech.qt.gui.QListView
Returns the column in the model that is visible.
modelSorting() - Method in class com.trolltech.qt.gui.QCompleter
Returns the way the model is sorted.
modificationChanged - Variable in class com.trolltech.qt.gui.QTextDocument
This signal is emitted whenever the content of the document changes in a way that affects the modification state.
modifiers() - Method in class com.trolltech.qt.gui.QGraphicsSceneContextMenuEvent
Returns the keyboard modifiers in use when the context menu was requested.
modifiers() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Returns the keyboard modifiers that were pressed when the drag and drop event was created.
modifiers() - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the keyboard modifiers in use at the time the event was sent.
modifiers() - Method in class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
Returns the keyboard modifiers that were active when the wheel event occurred.
modifiers() - Method in class com.trolltech.qt.gui.QInputEvent
Returns the keyboard modifier flags that existed immediately before the event occurred.
modifiers() - Method in class com.trolltech.qt.gui.QKeyEvent
Returns the keyboard modifier flags that existed immediately after the event occurred.
month() - Method in class com.trolltech.qt.core.QDate
Returns the number corresponding to the month of this date, using the following convention:
monthName(int) - Method in class com.trolltech.qt.core.QLocale
Equivalent to monthName(arg__1, LongFormat).
monthName(int, QLocale.FormatType) - Method in class com.trolltech.qt.core.QLocale
Returns the localized name of arg__1, in the format specified by format.
monthShown() - Method in class com.trolltech.qt.gui.QCalendarWidget
Returns the currently displayed month.
mouseButtons() - Static method in class com.trolltech.qt.gui.QApplication
Returns the current state of the buttons on the mouse.
mouseButtons() - Method in class com.trolltech.qt.gui.QDropEvent
Returns the mouse buttons that are pressed..
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive mouse doubleclick events for this item.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when a mouse button is double clicked inside the widget.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive mouse double click events for the viewport widget.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive mouse doubleclick events for this item.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive mouse doubleclick events for this item.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive mouse doubleclick events for this item.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive mouse doubleclick events for this item.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive mouse doubleclick events for this item.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive mouse doubleclick events for the scene.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
mouseDoubleClickEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse double click events for the widget.
mouseDoubleClickEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive mouse doubleclick events for this item.
mouseGrabber() - Static method in class com.trolltech.qt.gui.QWidget
Returns the widget that is currently grabbing the mouse input.
mouseGrabberItem() - Method in class com.trolltech.qt.gui.QGraphicsScene
Returns the current mouse grabber item, or 0 if no item is currently grabbing the mouse.
mouseHandler(int, QMouseEvent) - Method in class com.trolltech.qt.gui.QInputContext
This function can be reimplemented in a subclass to handle mouse press, release, double-click, and move events within the preedit text.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive mouse move events for this item.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when a mouse move event is sent to the widget.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive mouse move events for the viewport widget.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QCheckBox
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QDial
This function is reimplemented for internal reasons.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive mouse move events for this item.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive mouse move events for this item.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive mouse move events for this item.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive mouse move events for this item.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive mouse move events for this item.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive mouse move events for the scene.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QRadioButton
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QScrollBar
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
Resizes the top-level widget containing this widget.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSlider
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSplitterHandle
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
mouseMoveEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
mouseMoveEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive mouse move events for this item.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive mouse press events for this item.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when a mouse button is pressed while the cursor is inside the widget.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive mouse press events for the viewport widget.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QCalendarWidget
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QDial
This function is reimplemented for internal reasons.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive mouse press events for this item.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive mouse press events for this item.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive mouse press events for this item.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive mouse press events for this item.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive mouse press events for this item.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive mouse press events for the scene.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QScrollBar
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
Receives the mouse press events for the widget, and primes the resize operation.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSlider
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSplashScreen
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSplitterHandle
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
mousePressEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
mousePressEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive mouse press events for this item.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This event handler, for event event, can be reimplemented to receive mouse release events for this item.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractItemView
This function is called with the given event when a mouse button is released, after a mouse press event on the widget.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive mouse release events for the viewport widget.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QDial
This function is reimplemented for internal reasons.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItem
This event handler, for event event, can be reimplemented to receive mouse release events for this item.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This event handler, for event event, can be reimplemented to receive mouse release events for this item.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This event handler, for event event, can be reimplemented to receive mouse release events for this item.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This event handler, for event event, can be reimplemented to receive mouse release events for this item.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This event handler, for event event, can be reimplemented to receive mouse release events for this item.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsScene
This event handler, for event event, can be reimplemented in a subclass to receive mouse release events for the scene.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QScrollBar
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSlider
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QSplitterHandle
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
mouseReleaseEvent(QMouseEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
mouseReleaseEvent(QGraphicsSceneMouseEvent) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This event handler, for event event, can be reimplemented to receive mouse release events for this item.
movable() - Method in class com.trolltech.qt.gui.QStyleOptionDockWidget
Returns whether the dock window is movable.
movableChanged - Variable in class com.trolltech.qt.gui.QToolBar
This signal is emitted when the toolbar becomes movable or fixed.
move(int, int) - Method in class com.trolltech.qt.gui.QItemSelection
Moves the item at index position from to index position to.
move(QPoint) - Method in class com.trolltech.qt.gui.QWidget
Sets the position of the widget within its parent widget to arg__1.
move(int, int) - Method in class com.trolltech.qt.gui.QWidget
Sets the position of the widget within its parent widget.
moveBottom(int) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle vertically, leaving the rectangle's bottom edge at the given pos coordinate.
moveBottom(double) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle vertically, leaving the rectangle's bottom edge at the given pos coordinate.
moveBottomLeft(QPoint) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle, leaving the bottom-left corner at the given p.
moveBottomLeft(QPointF) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle, leaving the bottom-left corner at the given p.
moveBottomRight(QPoint) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle, leaving the bottom-right corner at the given p.
moveBottomRight(QPointF) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle, leaving the bottom-right corner at the given p.
moveBy(double, double) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Moves the item by dx points horizontally, and dy point vertically.
moveBy(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItem
Moves the item by dx points horizontally, and dy point vertically.
moveBy(double, double) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Moves the item by dx points horizontally, and dy point vertically.
moveBy(double, double) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Moves the item by dx points horizontally, and dy point vertically.
moveBy(double, double) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Moves the item by dx points horizontally, and dy point vertically.
moveBy(double, double) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Moves the item by dx points horizontally, and dy point vertically.
moveBy(double, double) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Moves the item by dx points horizontally, and dy point vertically.
moveBy(double, double) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Moves the item by dx points horizontally, and dy point vertically.
moveCenter(QPoint) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle, leaving the center point at the given p.
moveCenter(QPointF) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle, leaving the center point at the given p.
moveCursor(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) - Method in class com.trolltech.qt.gui.QAbstractItemView
Moves the cursor in the view according to the given cursorAction and keyboard modifiers specified by modifiers.
moveCursor(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) - Method in class com.trolltech.qt.gui.QColumnView
Moves the cursor in the view according to the given cursorAction and keyboard modifiers specified by modifiers.
moveCursor(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) - Method in class com.trolltech.qt.gui.QHeaderView
Moves the cursor in the view according to the given arg__1 and keyboard modifiers specified by arg__2.
moveCursor(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) - Method in class com.trolltech.qt.gui.QListView
Moves the cursor in the view according to the given cursorAction and keyboard modifiers specified by modifiers.
moveCursor(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) - Method in class com.trolltech.qt.gui.QTableView
Moves the cursor in accordance with the given cursorAction, using the information provided by the modifiers.
moveCursor(QTextCursor.MoveOperation) - Method in class com.trolltech.qt.gui.QTextEdit
Equivalent to moveCursor(operation, QTextCursor::MoveAnchor).
moveCursor(QTextCursor.MoveOperation, QTextCursor.MoveMode) - Method in class com.trolltech.qt.gui.QTextEdit
Moves the cursor by performing the given operation.
moveCursor(QAbstractItemView.CursorAction, Qt.KeyboardModifiers) - Method in class com.trolltech.qt.gui.QTreeView
Move the cursor in the way described by cursorAction, using the information provided by the button modifiers.
moveEvent(QMoveEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
moveEvent(QMoveEvent) - Method in class com.trolltech.qt.gui.QRubberBand
This function is reimplemented for internal reasons.
moveEvent(QMoveEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
This function is reimplemented for internal reasons.
moveEvent(QMoveEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented in a subclass to receive widget move events which are passed in the arg__1 parameter.
moveLeft(int) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle horizontally, leaving the rectangle's left edge at the given pos coordinate.
moveLeft(double) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle horizontally, leaving the rectangle's left edge at the given pos coordinate.
movement() - Method in class com.trolltech.qt.gui.QListView
Returns whether the items can be moved freely, are snapped to a grid, or cannot be moved at all..
movePosition(QTextCursor.MoveOperation, QTextCursor.MoveMode) - Method in class com.trolltech.qt.gui.QTextCursor
Equivalent to movePosition(op, arg__2, 1).
movePosition(QTextCursor.MoveOperation) - Method in class com.trolltech.qt.gui.QTextCursor
Equivalent to movePosition(op, MoveAnchor, 1).
movePosition(QTextCursor.MoveOperation, QTextCursor.MoveMode, int) - Method in class com.trolltech.qt.gui.QTextCursor
Moves the cursor by performing the given op n times, using the specified arg__2, and returns true if all operations were completed successfully; otherwise returns false.
moveRight(int) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle horizontally, leaving the rectangle's right edge at the given pos coordinate.
moveRight(double) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle horizontally, leaving the rectangle's right edge at the given pos coordinate.
moveRubberBand(QPoint) - Method in class com.trolltech.qt.gui.QRubberBand
Moves the rubberband to point p.
moveRubberBand(int, int) - Method in class com.trolltech.qt.gui.QRubberBand
Moves the rubberband to point (x, y).
moveSection(int, int) - Method in class com.trolltech.qt.gui.QHeaderView
Moves the section at visual index from to occupy visual index to.
moveSplitter(int, int) - Method in class com.trolltech.qt.gui.QSplitter
Moves the left or top edge of the splitter handle at index as close as possible to position pos, which is the distance from the left or top edge of the widget.
moveSplitter(int) - Method in class com.trolltech.qt.gui.QSplitterHandle
Tells the splitter to move this handle to position p, which is the distance from the left or top edge of the widget.
moveTo(int, int) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle, leaving the top-left corner at the given position (x, t).
moveTo(QPoint) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle, leaving the top-left corner at the given p.
moveTo(double, double) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle, leaving the top-left corner at the given position (x, t).
moveTo(QPointF) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle, leaving the top-left corner at the given p.
moveTo(QPointF) - Method in class com.trolltech.qt.gui.QPainterPath
Moves the current point to the given p, implicitly starting a new subpath and closing the previous one.
moveTo(double, double) - Method in class com.trolltech.qt.gui.QPainterPath
Moves the current position to (x, y) and starts a new subpath, implicitly closing the previous path.
moveTop(int) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle vertically, leaving the rectangle's top edge at the given pos coordinate.
moveTop(double) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle vertically, leaving the rectangle's top line at the given pos coordinate.
moveTopLeft(QPoint) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle, leaving the top-left corner at the given p.
moveTopLeft(QPointF) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle, leaving the top-left corner at the given p.
moveTopRight(QPoint) - Method in class com.trolltech.qt.core.QRect
Moves the rectangle, leaving the top-right corner at the given p.
moveTopRight(QPointF) - Method in class com.trolltech.qt.core.QRectF
Moves the rectangle, leaving the top-right corner at the given p.
moveToThread(Thread) - Method in class com.trolltech.qt.core.QObject
Changes the thread affinity for this object and its children.
movie() - Method in class com.trolltech.qt.gui.QLabel
Returns a pointer to the label's movie, or 0 if no movie has been set.
msec() - Method in class com.trolltech.qt.core.QTime
Returns the millisecond part (0 to 999) of the time.
msecsTo(QTime) - Method in class com.trolltech.qt.core.QTime
Returns the number of milliseconds from this time to arg__1.
multiplied(QMatrix) - Method in class com.trolltech.qt.gui.QMatrix
Returns the result of multiplying this matrix by other.
multiply(double) - Method in class com.trolltech.qt.core.QPoint
Multiplies this QPoint by factor d and returns the result.
multiply(double) - Method in class com.trolltech.qt.core.QPointF
Multiplies this QPointF by factor d and returns the result.
multiply(double) - Method in class com.trolltech.qt.core.QSize
Multiplies this QSize by factor d and returns the result.
multiply(double) - Method in class com.trolltech.qt.core.QSizeF
Multiplies this QSizeF by the factor d and return the result.
multiply(QMatrix) - Method in class com.trolltech.qt.gui.QMatrix
Returns the result of multiplying this matrix by other, and also store the result in this QMatrix.
multiply(double) - Method in class com.trolltech.qt.gui.QTransform
Multiplies this QTransform with d.

N

name() - Method in class com.trolltech.qt.core.QLocale
Returns the language and country of this locale as a string of the form "language_country", where language is a lowercase, two-letter ISO 639 language code, and country is an uppercase, two-letter ISO 3166 country code.
name() - Method in class com.trolltech.qt.core.QTextCodec
QTextCodec subclasses must reimplement this function.
name() - Method in class com.trolltech.qt.gui.QColor
Returns the name of the color in the format "#RRGGBB"; i.e. a "#" character followed by three two-digit hexadecimal numbers.
name() - Method in class com.trolltech.qt.gui.QTextImageFormat
Returns the name of the image.
name() - Method in class com.trolltech.qt.network.QNetworkInterface
Returns the name of this network interface.
name() - Method in class com.trolltech.qt.network.QUrlInfo
Returns the file name of the URL.
name() - Method in class com.trolltech.qt.QSignalEmitter.AbstractSignal
Returns the name of the signal
name - Variable in class com.trolltech.qt.QtPropertyManager.Entry
Deprecated. The name of the property.
name() - Method in class com.trolltech.qt.sql.QSqlField
Returns the name of the field.
name() - Method in class com.trolltech.qt.sql.QSqlIndex
Returns the name of the index.
name() - Method in class com.trolltech.qt.xml.QDomAttr
Returns the attribute's name.
name() - Method in class com.trolltech.qt.xml.QDomDocumentType
Returns the name of the document type as specified in the &lt;!DOCTYPE name&gt; tag.
name() - Method in class com.trolltech.qt.xml.QXmlStreamAttribute
Returns the attribute's local name.
name() - Method in class com.trolltech.qt.xml.QXmlStreamEntityDeclaration
Returns the entity name.
name() - Method in class com.trolltech.qt.xml.QXmlStreamNotationDeclaration
Returns the notation name.
name() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the local name of a StartElement, EndElement, or an EntityReference.
namedItem(String) - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
Returns the node called name.
namedItem(String) - Method in class com.trolltech.qt.xml.QDomNode
Returns the first direct child node for which nodeName equals name.
namedItemNS(String, String) - Method in class com.trolltech.qt.xml.QDomNamedNodeMap
Returns the node associated with the local name localName and the namespace URI nsURI.
nameFilters() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
Returns the name filters for this iterator.
nameFilters() - Method in class com.trolltech.qt.core.QDir
Returns the string list set by setNameFilters
nameFilters() - Method in class com.trolltech.qt.gui.QDirModel
Returns a list of filters applied to the names in the model.
nameFiltersFromString(String) - Static method in class com.trolltech.qt.core.QDir
namespaceDeclarations() - Method in class com.trolltech.qt.xml.QXmlStreamReader
If the state() is StartElement, this function returns the element's namespace declarations.
namespaceProcessing() - Method in class com.trolltech.qt.xml.QXmlStreamReader
the namespace-processing flag of the stream reader
namespaceURI() - Method in class com.trolltech.qt.xml.QDomNode
Returns the namespace URI of this node or an empty string if the node has no namespace URI.
namespaceUri() - Method in class com.trolltech.qt.xml.QXmlStreamAttribute
Returns the attribute's resolved namespaceUri, or an empty string reference if the attribute does not have a defined namespace.
namespaceUri() - Method in class com.trolltech.qt.xml.QXmlStreamNamespaceDeclaration
Returns the namespaceUri.
namespaceUri() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the namespaceUri of a StartElement or EndElement.
nativeId() - Method in interface com.trolltech.qt.QtJambiInterface
Function that returns a unique identifier for a Qt Jambi object.
nativeModifiers() - Method in class com.trolltech.qt.gui.QKeyEvent
Returns the native modifiers of a key event.
nativePointer() - Method in interface com.trolltech.qt.QtJambiInterface
Returns the native pointer (i.e., memory address) of the native c++ object this Java object wrapper.
nativePointerArray(QBasicTimer[]) - Static method in class com.trolltech.qt.core.QBasicTimer
This function returns a QNativePointer that is pointing to the specified QBasicTimer array.
nativePointerArray(QBitArray[]) - Static method in class com.trolltech.qt.core.QBitArray
This function returns a QNativePointer that is pointing to the specified QBitArray array.
nativePointerArray(QByteArray[]) - Static method in class com.trolltech.qt.core.QByteArray
This function returns a QNativePointer that is pointing to the specified QByteArray array.
nativePointerArray(QByteArrayMatcher[]) - Static method in class com.trolltech.qt.core.QByteArrayMatcher
This function returns a QNativePointer that is pointing to the specified QByteArrayMatcher array.
nativePointerArray(QDate[]) - Static method in class com.trolltech.qt.core.QDate
This function returns a QNativePointer that is pointing to the specified QDate array.
nativePointerArray(QDateTime[]) - Static method in class com.trolltech.qt.core.QDateTime
This function returns a QNativePointer that is pointing to the specified QDateTime array.
nativePointerArray(QDir[]) - Static method in class com.trolltech.qt.core.QDir
This function returns a QNativePointer that is pointing to the specified QDir array.
nativePointerArray(QFileInfo[]) - Static method in class com.trolltech.qt.core.QFileInfo
This function returns a QNativePointer that is pointing to the specified QFileInfo array.
nativePointerArray(QLocale[]) - Static method in class com.trolltech.qt.core.QLocale
This function returns a QNativePointer that is pointing to the specified QLocale array.
nativePointerArray(QPersistentModelIndex[]) - Static method in class com.trolltech.qt.core.QPersistentModelIndex
This function returns a QNativePointer that is pointing to the specified QPersistentModelIndex array.
nativePointerArray(QPoint[]) - Static method in class com.trolltech.qt.core.QPoint
This function returns a QNativePointer that is pointing to the specified QPoint array.
nativePointerArray(QPointF[]) - Static method in class com.trolltech.qt.core.QPointF
This function returns a QNativePointer that is pointing to the specified QPointF array.
nativePointerArray(QRect[]) - Static method in class com.trolltech.qt.core.QRect
This function returns a QNativePointer that is pointing to the specified QRect array.
nativePointerArray(QRectF[]) - Static method in class com.trolltech.qt.core.QRectF
This function returns a QNativePointer that is pointing to the specified QRectF array.
nativePointerArray(QRegExp[]) - Static method in class com.trolltech.qt.core.QRegExp
This function returns a QNativePointer that is pointing to the specified QRegExp array.
nativePointerArray(QSize[]) - Static method in class com.trolltech.qt.core.QSize
This function returns a QNativePointer that is pointing to the specified QSize array.
nativePointerArray(QSizeF[]) - Static method in class com.trolltech.qt.core.QSizeF
This function returns a QNativePointer that is pointing to the specified QSizeF array.
nativePointerArray(QStringMatcher[]) - Static method in class com.trolltech.qt.core.QStringMatcher
This function returns a QNativePointer that is pointing to the specified QStringMatcher array.
nativePointerArray(QTime[]) - Static method in class com.trolltech.qt.core.QTime
This function returns a QNativePointer that is pointing to the specified QTime array.
nativePointerArray(QUrl[]) - Static method in class com.trolltech.qt.core.QUrl
This function returns a QNativePointer that is pointing to the specified QUrl array.
nativePointerArray(QUuid[]) - Static method in class com.trolltech.qt.core.QUuid
This function returns a QNativePointer that is pointing to the specified QUuid array.
nativePointerArray(QAbstractTextDocumentLayout_PaintContext[]) - Static method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_PaintContext
This function returns a QNativePointer that is pointing to the specified QAbstractTextDocumentLayout_PaintContext array.
nativePointerArray(QAbstractTextDocumentLayout_Selection[]) - Static method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_Selection
This function returns a QNativePointer that is pointing to the specified QAbstractTextDocumentLayout_Selection array.
nativePointerArray(QBitmap[]) - Static method in class com.trolltech.qt.gui.QBitmap
This function returns a QNativePointer that is pointing to the specified QBitmap array.
nativePointerArray(QBrush[]) - Static method in class com.trolltech.qt.gui.QBrush
This function returns a QNativePointer that is pointing to the specified QBrush array.
nativePointerArray(QColor[]) - Static method in class com.trolltech.qt.gui.QColor
This function returns a QNativePointer that is pointing to the specified QColor array.
nativePointerArray(QColormap[]) - Static method in class com.trolltech.qt.gui.QColormap
This function returns a QNativePointer that is pointing to the specified QColormap array.
nativePointerArray(QConicalGradient[]) - Static method in class com.trolltech.qt.gui.QConicalGradient
This function returns a QNativePointer that is pointing to the specified QConicalGradient array.
nativePointerArray(QCursor[]) - Static method in class com.trolltech.qt.gui.QCursor
This function returns a QNativePointer that is pointing to the specified QCursor array.
nativePointerArray(QFont[]) - Static method in class com.trolltech.qt.gui.QFont
This function returns a QNativePointer that is pointing to the specified QFont array.
nativePointerArray(QFontDatabase[]) - Static method in class com.trolltech.qt.gui.QFontDatabase
This function returns a QNativePointer that is pointing to the specified QFontDatabase array.
nativePointerArray(QFontInfo[]) - Static method in class com.trolltech.qt.gui.QFontInfo
This function returns a QNativePointer that is pointing to the specified QFontInfo array.
nativePointerArray(QFontMetrics[]) - Static method in class com.trolltech.qt.gui.QFontMetrics
This function returns a QNativePointer that is pointing to the specified QFontMetrics array.
nativePointerArray(QFontMetricsF[]) - Static method in class com.trolltech.qt.gui.QFontMetricsF
This function returns a QNativePointer that is pointing to the specified QFontMetricsF array.
nativePointerArray(QGradient[]) - Static method in class com.trolltech.qt.gui.QGradient
This function returns a QNativePointer that is pointing to the specified QGradient array.
nativePointerArray(QIcon[]) - Static method in class com.trolltech.qt.gui.QIcon
This function returns a QNativePointer that is pointing to the specified QIcon array.
nativePointerArray(QImage[]) - Static method in class com.trolltech.qt.gui.QImage
This function returns a QNativePointer that is pointing to the specified QImage array.
nativePointerArray(QInputMethodEvent_Attribute[]) - Static method in class com.trolltech.qt.gui.QInputMethodEvent_Attribute
This function returns a QNativePointer that is pointing to the specified QInputMethodEvent_Attribute array.
nativePointerArray(QItemSelection[]) - Static method in class com.trolltech.qt.gui.QItemSelection
This function returns a QNativePointer that is pointing to the specified QItemSelection array.
nativePointerArray(QItemSelectionRange[]) - Static method in class com.trolltech.qt.gui.QItemSelectionRange
This function returns a QNativePointer that is pointing to the specified QItemSelectionRange array.
nativePointerArray(QKeySequence[]) - Static method in class com.trolltech.qt.gui.QKeySequence
This function returns a QNativePointer that is pointing to the specified QKeySequence array.
nativePointerArray(QLine[]) - Static method in class com.trolltech.qt.gui.QLine
This function returns a QNativePointer that is pointing to the specified QLine array.
nativePointerArray(QLinearGradient[]) - Static method in class com.trolltech.qt.gui.QLinearGradient
This function returns a QNativePointer that is pointing to the specified QLinearGradient array.
nativePointerArray(QLineF[]) - Static method in class com.trolltech.qt.gui.QLineF
This function returns a QNativePointer that is pointing to the specified QLineF array.
nativePointerArray(QMatrix[]) - Static method in class com.trolltech.qt.gui.QMatrix
This function returns a QNativePointer that is pointing to the specified QMatrix array.
nativePointerArray(QPainterPath[]) - Static method in class com.trolltech.qt.gui.QPainterPath
This function returns a QNativePointer that is pointing to the specified QPainterPath array.
nativePointerArray(QPainterPath_Element[]) - Static method in class com.trolltech.qt.gui.QPainterPath_Element
This function returns a QNativePointer that is pointing to the specified QPainterPath_Element array.
nativePointerArray(QPalette[]) - Static method in class com.trolltech.qt.gui.QPalette
This function returns a QNativePointer that is pointing to the specified QPalette array.
nativePointerArray(QPen[]) - Static method in class com.trolltech.qt.gui.QPen
This function returns a QNativePointer that is pointing to the specified QPen array.
nativePointerArray(QPicture[]) - Static method in class com.trolltech.qt.gui.QPicture
This function returns a QNativePointer that is pointing to the specified QPicture array.
nativePointerArray(QPixmap[]) - Static method in class com.trolltech.qt.gui.QPixmap
This function returns a QNativePointer that is pointing to the specified QPixmap array.
nativePointerArray(QPolygon[]) - Static method in class com.trolltech.qt.gui.QPolygon
This function returns a QNativePointer that is pointing to the specified QPolygon array.
nativePointerArray(QPolygonF[]) - Static method in class com.trolltech.qt.gui.QPolygonF
This function returns a QNativePointer that is pointing to the specified QPolygonF array.
nativePointerArray(QRadialGradient[]) - Static method in class com.trolltech.qt.gui.QRadialGradient
This function returns a QNativePointer that is pointing to the specified QRadialGradient array.
nativePointerArray(QRegion[]) - Static method in class com.trolltech.qt.gui.QRegion
This function returns a QNativePointer that is pointing to the specified QRegion array.
nativePointerArray(QSizePolicy[]) - Static method in class com.trolltech.qt.gui.QSizePolicy
This function returns a QNativePointer that is pointing to the specified QSizePolicy array.
nativePointerArray(QStyleOption[]) - Static method in class com.trolltech.qt.gui.QStyleOption
This function returns a QNativePointer that is pointing to the specified QStyleOption array.
nativePointerArray(QStyleOptionButton[]) - Static method in class com.trolltech.qt.gui.QStyleOptionButton
This function returns a QNativePointer that is pointing to the specified QStyleOptionButton array.
nativePointerArray(QStyleOptionComboBox[]) - Static method in class com.trolltech.qt.gui.QStyleOptionComboBox
This function returns a QNativePointer that is pointing to the specified QStyleOptionComboBox array.
nativePointerArray(QStyleOptionComplex[]) - Static method in class com.trolltech.qt.gui.QStyleOptionComplex
This function returns a QNativePointer that is pointing to the specified QStyleOptionComplex array.
nativePointerArray(QStyleOptionDockWidget[]) - Static method in class com.trolltech.qt.gui.QStyleOptionDockWidget
This function returns a QNativePointer that is pointing to the specified QStyleOptionDockWidget array.
nativePointerArray(QStyleOptionDockWidgetV2[]) - Static method in class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
This function returns a QNativePointer that is pointing to the specified QStyleOptionDockWidgetV2 array.
nativePointerArray(QStyleOptionFocusRect[]) - Static method in class com.trolltech.qt.gui.QStyleOptionFocusRect
This function returns a QNativePointer that is pointing to the specified QStyleOptionFocusRect array.
nativePointerArray(QStyleOptionFrame[]) - Static method in class com.trolltech.qt.gui.QStyleOptionFrame
This function returns a QNativePointer that is pointing to the specified QStyleOptionFrame array.
nativePointerArray(QStyleOptionFrameV2[]) - Static method in class com.trolltech.qt.gui.QStyleOptionFrameV2
This function returns a QNativePointer that is pointing to the specified QStyleOptionFrameV2 array.
nativePointerArray(QStyleOptionGraphicsItem[]) - Static method in class com.trolltech.qt.gui.QStyleOptionGraphicsItem
This function returns a QNativePointer that is pointing to the specified QStyleOptionGraphicsItem array.
nativePointerArray(QStyleOptionGroupBox[]) - Static method in class com.trolltech.qt.gui.QStyleOptionGroupBox
This function returns a QNativePointer that is pointing to the specified QStyleOptionGroupBox array.
nativePointerArray(QStyleOptionHeader[]) - Static method in class com.trolltech.qt.gui.QStyleOptionHeader
This function returns a QNativePointer that is pointing to the specified QStyleOptionHeader array.
nativePointerArray(QStyleOptionMenuItem[]) - Static method in class com.trolltech.qt.gui.QStyleOptionMenuItem
This function returns a QNativePointer that is pointing to the specified QStyleOptionMenuItem array.
nativePointerArray(QStyleOptionProgressBar[]) - Static method in class com.trolltech.qt.gui.QStyleOptionProgressBar
This function returns a QNativePointer that is pointing to the specified QStyleOptionProgressBar array.
nativePointerArray(QStyleOptionProgressBarV2[]) - Static method in class com.trolltech.qt.gui.QStyleOptionProgressBarV2
This function returns a QNativePointer that is pointing to the specified QStyleOptionProgressBarV2 array.
nativePointerArray(QStyleOptionRubberBand[]) - Static method in class com.trolltech.qt.gui.QStyleOptionRubberBand
This function returns a QNativePointer that is pointing to the specified QStyleOptionRubberBand array.
nativePointerArray(QStyleOptionSizeGrip[]) - Static method in class com.trolltech.qt.gui.QStyleOptionSizeGrip
This function returns a QNativePointer that is pointing to the specified QStyleOptionSizeGrip array.
nativePointerArray(QStyleOptionSlider[]) - Static method in class com.trolltech.qt.gui.QStyleOptionSlider
This function returns a QNativePointer that is pointing to the specified QStyleOptionSlider array.
nativePointerArray(QStyleOptionSpinBox[]) - Static method in class com.trolltech.qt.gui.QStyleOptionSpinBox
This function returns a QNativePointer that is pointing to the specified QStyleOptionSpinBox array.
nativePointerArray(QStyleOptionTab[]) - Static method in class com.trolltech.qt.gui.QStyleOptionTab
This function returns a QNativePointer that is pointing to the specified QStyleOptionTab array.
nativePointerArray(QStyleOptionTabBarBase[]) - Static method in class com.trolltech.qt.gui.QStyleOptionTabBarBase
This function returns a QNativePointer that is pointing to the specified QStyleOptionTabBarBase array.
nativePointerArray(QStyleOptionTabV2[]) - Static method in class com.trolltech.qt.gui.QStyleOptionTabV2
This function returns a QNativePointer that is pointing to the specified QStyleOptionTabV2 array.
nativePointerArray(QStyleOptionTabWidgetFrame[]) - Static method in class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
This function returns a QNativePointer that is pointing to the specified QStyleOptionTabWidgetFrame array.
nativePointerArray(QStyleOptionTitleBar[]) - Static method in class com.trolltech.qt.gui.QStyleOptionTitleBar
This function returns a QNativePointer that is pointing to the specified QStyleOptionTitleBar array.
nativePointerArray(QStyleOptionToolBar[]) - Static method in class com.trolltech.qt.gui.QStyleOptionToolBar
This function returns a QNativePointer that is pointing to the specified QStyleOptionToolBar array.
nativePointerArray(QStyleOptionToolBox[]) - Static method in class com.trolltech.qt.gui.QStyleOptionToolBox
This function returns a QNativePointer that is pointing to the specified QStyleOptionToolBox array.
nativePointerArray(QStyleOptionToolBoxV2[]) - Static method in class com.trolltech.qt.gui.QStyleOptionToolBoxV2
This function returns a QNativePointer that is pointing to the specified QStyleOptionToolBoxV2 array.
nativePointerArray(QStyleOptionToolButton[]) - Static method in class com.trolltech.qt.gui.QStyleOptionToolButton
This function returns a QNativePointer that is pointing to the specified QStyleOptionToolButton array.
nativePointerArray(QStyleOptionViewItem[]) - Static method in class com.trolltech.qt.gui.QStyleOptionViewItem
This function returns a QNativePointer that is pointing to the specified QStyleOptionViewItem array.
nativePointerArray(QStyleOptionViewItemV2[]) - Static method in class com.trolltech.qt.gui.QStyleOptionViewItemV2
This function returns a QNativePointer that is pointing to the specified QStyleOptionViewItemV2 array.
nativePointerArray(QStyleOptionViewItemV3[]) - Static method in class com.trolltech.qt.gui.QStyleOptionViewItemV3
This function returns a QNativePointer that is pointing to the specified QStyleOptionViewItemV3 array.
nativePointerArray(QTableWidgetSelectionRange[]) - Static method in class com.trolltech.qt.gui.QTableWidgetSelectionRange
This function returns a QNativePointer that is pointing to the specified QTableWidgetSelectionRange array.
nativePointerArray(QTextBlock[]) - Static method in class com.trolltech.qt.gui.QTextBlock
This function returns a QNativePointer that is pointing to the specified QTextBlock array.
nativePointerArray(QTextBlock_iterator[]) - Static method in class com.trolltech.qt.gui.QTextBlock_iterator
This function returns a QNativePointer that is pointing to the specified QTextBlock_iterator array.
nativePointerArray(QTextBlockFormat[]) - Static method in class com.trolltech.qt.gui.QTextBlockFormat
This function returns a QNativePointer that is pointing to the specified QTextBlockFormat array.
nativePointerArray(QTextCharFormat[]) - Static method in class com.trolltech.qt.gui.QTextCharFormat
This function returns a QNativePointer that is pointing to the specified QTextCharFormat array.
nativePointerArray(QTextCursor[]) - Static method in class com.trolltech.qt.gui.QTextCursor
This function returns a QNativePointer that is pointing to the specified QTextCursor array.
nativePointerArray(QTextDocumentFragment[]) - Static method in class com.trolltech.qt.gui.QTextDocumentFragment
This function returns a QNativePointer that is pointing to the specified QTextDocumentFragment array.
nativePointerArray(QTextEdit_ExtraSelection[]) - Static method in class com.trolltech.qt.gui.QTextEdit_ExtraSelection
This function returns a QNativePointer that is pointing to the specified QTextEdit_ExtraSelection array.
nativePointerArray(QTextFormat[]) - Static method in class com.trolltech.qt.gui.QTextFormat
This function returns a QNativePointer that is pointing to the specified QTextFormat array.
nativePointerArray(QTextFragment[]) - Static method in class com.trolltech.qt.gui.QTextFragment
This function returns a QNativePointer that is pointing to the specified QTextFragment array.
nativePointerArray(QTextFrame_iterator[]) - Static method in class com.trolltech.qt.gui.QTextFrame_iterator
This function returns a QNativePointer that is pointing to the specified QTextFrame_iterator array.
nativePointerArray(QTextFrameFormat[]) - Static method in class com.trolltech.qt.gui.QTextFrameFormat
This function returns a QNativePointer that is pointing to the specified QTextFrameFormat array.
nativePointerArray(QTextImageFormat[]) - Static method in class com.trolltech.qt.gui.QTextImageFormat
This function returns a QNativePointer that is pointing to the specified QTextImageFormat array.
nativePointerArray(QTextInlineObject[]) - Static method in class com.trolltech.qt.gui.QTextInlineObject
This function returns a QNativePointer that is pointing to the specified QTextInlineObject array.
nativePointerArray(QTextLayout_FormatRange[]) - Static method in class com.trolltech.qt.gui.QTextLayout_FormatRange
This function returns a QNativePointer that is pointing to the specified QTextLayout_FormatRange array.
nativePointerArray(QTextLength[]) - Static method in class com.trolltech.qt.gui.QTextLength
This function returns a QNativePointer that is pointing to the specified QTextLength array.
nativePointerArray(QTextLine[]) - Static method in class com.trolltech.qt.gui.QTextLine
This function returns a QNativePointer that is pointing to the specified QTextLine array.
nativePointerArray(QTextListFormat[]) - Static method in class com.trolltech.qt.gui.QTextListFormat
This function returns a QNativePointer that is pointing to the specified QTextListFormat array.
nativePointerArray(QTextOption[]) - Static method in class com.trolltech.qt.gui.QTextOption
This function returns a QNativePointer that is pointing to the specified QTextOption array.
nativePointerArray(QTextTableCell[]) - Static method in class com.trolltech.qt.gui.QTextTableCell
This function returns a QNativePointer that is pointing to the specified QTextTableCell array.
nativePointerArray(QTextTableFormat[]) - Static method in class com.trolltech.qt.gui.QTextTableFormat
This function returns a QNativePointer that is pointing to the specified QTextTableFormat array.
nativePointerArray(QTransform[]) - Static method in class com.trolltech.qt.gui.QTransform
This function returns a QNativePointer that is pointing to the specified QTransform array.
nativePointerArray(QTreeWidgetItemIterator[]) - Static method in class com.trolltech.qt.gui.QTreeWidgetItemIterator
This function returns a QNativePointer that is pointing to the specified QTreeWidgetItemIterator array.
nativePointerArray(QAuthenticator[]) - Static method in class com.trolltech.qt.network.QAuthenticator
This function returns a QNativePointer that is pointing to the specified QAuthenticator array.
nativePointerArray(QHostAddress[]) - Static method in class com.trolltech.qt.network.QHostAddress
This function returns a QNativePointer that is pointing to the specified QHostAddress array.
nativePointerArray(QHostInfo[]) - Static method in class com.trolltech.qt.network.QHostInfo
This function returns a QNativePointer that is pointing to the specified QHostInfo array.
nativePointerArray(QHttpRequestHeader[]) - Static method in class com.trolltech.qt.network.QHttpRequestHeader
This function returns a QNativePointer that is pointing to the specified QHttpRequestHeader array.
nativePointerArray(QHttpResponseHeader[]) - Static method in class com.trolltech.qt.network.QHttpResponseHeader
This function returns a QNativePointer that is pointing to the specified QHttpResponseHeader array.
nativePointerArray(QIPv6Address[]) - Static method in class com.trolltech.qt.network.QIPv6Address
This function returns a QNativePointer that is pointing to the specified QIPv6Address array.
nativePointerArray(QNetworkAddressEntry[]) - Static method in class com.trolltech.qt.network.QNetworkAddressEntry
This function returns a QNativePointer that is pointing to the specified QNetworkAddressEntry array.
nativePointerArray(QNetworkInterface[]) - Static method in class com.trolltech.qt.network.QNetworkInterface
This function returns a QNativePointer that is pointing to the specified QNetworkInterface array.
nativePointerArray(QNetworkProxy[]) - Static method in class com.trolltech.qt.network.QNetworkProxy
This function returns a QNativePointer that is pointing to the specified QNetworkProxy array.
nativePointerArray(QUrlInfo[]) - Static method in class com.trolltech.qt.network.QUrlInfo
This function returns a QNativePointer that is pointing to the specified QUrlInfo array.
nativePointerArray(QGLColormap[]) - Static method in class com.trolltech.qt.opengl.QGLColormap
This function returns a QNativePointer that is pointing to the specified QGLColormap array.
nativePointerArray(QGLColormap[]) - Static method in class com.trolltech.qt.opengl.QGLColormap
This function returns a QNativePointer that is pointing to the specified QGLColormap array.
nativePointerArray(QGLFormat[]) - Static method in class com.trolltech.qt.opengl.QGLFormat
This function returns a QNativePointer that is pointing to the specified QGLFormat array.
nativePointerArray(QGLFormat[]) - Static method in class com.trolltech.qt.opengl.QGLFormat
This function returns a QNativePointer that is pointing to the specified QGLFormat array.
nativePointerArray(QSqlDatabase[]) - Static method in class com.trolltech.qt.sql.QSqlDatabase
This function returns a QNativePointer that is pointing to the specified QSqlDatabase array.
nativePointerArray(QSqlError[]) - Static method in class com.trolltech.qt.sql.QSqlError
This function returns a QNativePointer that is pointing to the specified QSqlError array.
nativePointerArray(QSqlField[]) - Static method in class com.trolltech.qt.sql.QSqlField
This function returns a QNativePointer that is pointing to the specified QSqlField array.
nativePointerArray(QSqlIndex[]) - Static method in class com.trolltech.qt.sql.QSqlIndex
This function returns a QNativePointer that is pointing to the specified QSqlIndex array.
nativePointerArray(QSqlQuery[]) - Static method in class com.trolltech.qt.sql.QSqlQuery
This function returns a QNativePointer that is pointing to the specified QSqlQuery array.
nativePointerArray(QSqlRecord[]) - Static method in class com.trolltech.qt.sql.QSqlRecord
This function returns a QNativePointer that is pointing to the specified QSqlRecord array.
nativePointerArray(QSqlRelation[]) - Static method in class com.trolltech.qt.sql.QSqlRelation
This function returns a QNativePointer that is pointing to the specified QSqlRelation array.
nativePointerArray(QDomAttr[]) - Static method in class com.trolltech.qt.xml.QDomAttr
This function returns a QNativePointer that is pointing to the specified QDomAttr array.
nativePointerArray(QDomCDATASection[]) - Static method in class com.trolltech.qt.xml.QDomCDATASection
This function returns a QNativePointer that is pointing to the specified QDomCDATASection array.
nativePointerArray(QDomCharacterData[]) - Static method in class com.trolltech.qt.xml.QDomCharacterData
This function returns a QNativePointer that is pointing to the specified QDomCharacterData array.
nativePointerArray(QDomComment[]) - Static method in class com.trolltech.qt.xml.QDomComment
This function returns a QNativePointer that is pointing to the specified QDomComment array.
nativePointerArray(QDomDocument[]) - Static method in class com.trolltech.qt.xml.QDomDocument
This function returns a QNativePointer that is pointing to the specified QDomDocument array.
nativePointerArray(QDomDocumentFragment[]) - Static method in class com.trolltech.qt.xml.QDomDocumentFragment
This function returns a QNativePointer that is pointing to the specified QDomDocumentFragment array.
nativePointerArray(QDomDocumentType[]) - Static method in class com.trolltech.qt.xml.QDomDocumentType
This function returns a QNativePointer that is pointing to the specified QDomDocumentType array.
nativePointerArray(QDomElement[]) - Static method in class com.trolltech.qt.xml.QDomElement
This function returns a QNativePointer that is pointing to the specified QDomElement array.
nativePointerArray(QDomEntity[]) - Static method in class com.trolltech.qt.xml.QDomEntity
This function returns a QNativePointer that is pointing to the specified QDomEntity array.
nativePointerArray(QDomEntityReference[]) - Static method in class com.trolltech.qt.xml.QDomEntityReference
This function returns a QNativePointer that is pointing to the specified QDomEntityReference array.
nativePointerArray(QDomImplementation[]) - Static method in class com.trolltech.qt.xml.QDomImplementation
This function returns a QNativePointer that is pointing to the specified QDomImplementation array.
nativePointerArray(QDomNamedNodeMap[]) - Static method in class com.trolltech.qt.xml.QDomNamedNodeMap
This function returns a QNativePointer that is pointing to the specified QDomNamedNodeMap array.
nativePointerArray(QDomNode[]) - Static method in class com.trolltech.qt.xml.QDomNode
This function returns a QNativePointer that is pointing to the specified QDomNode array.
nativePointerArray(QDomNodeList[]) - Static method in class com.trolltech.qt.xml.QDomNodeList
This function returns a QNativePointer that is pointing to the specified QDomNodeList array.
nativePointerArray(QDomNotation[]) - Static method in class com.trolltech.qt.xml.QDomNotation
This function returns a QNativePointer that is pointing to the specified QDomNotation array.
nativePointerArray(QDomProcessingInstruction[]) - Static method in class com.trolltech.qt.xml.QDomProcessingInstruction
This function returns a QNativePointer that is pointing to the specified QDomProcessingInstruction array.
nativePointerArray(QDomText[]) - Static method in class com.trolltech.qt.xml.QDomText
This function returns a QNativePointer that is pointing to the specified QDomText array.
nativePointerArray(QXmlAttributes[]) - Static method in class com.trolltech.qt.xml.QXmlAttributes
This function returns a QNativePointer that is pointing to the specified QXmlAttributes array.
nativePointerArray(QXmlNamespaceSupport[]) - Static method in class com.trolltech.qt.xml.QXmlNamespaceSupport
This function returns a QNativePointer that is pointing to the specified QXmlNamespaceSupport array.
nativePointerArray(QXmlParseException[]) - Static method in class com.trolltech.qt.xml.QXmlParseException
This function returns a QNativePointer that is pointing to the specified QXmlParseException array.
nativePointerArray(QXmlStreamAttribute[]) - Static method in class com.trolltech.qt.xml.QXmlStreamAttribute
This function returns a QNativePointer that is pointing to the specified QXmlStreamAttribute array.
nativePointerArray(QXmlStreamAttributes[]) - Static method in class com.trolltech.qt.xml.QXmlStreamAttributes
This function returns a QNativePointer that is pointing to the specified QXmlStreamAttributes array.
nativePointerArray(QXmlStreamEntityDeclaration[]) - Static method in class com.trolltech.qt.xml.QXmlStreamEntityDeclaration
This function returns a QNativePointer that is pointing to the specified QXmlStreamEntityDeclaration array.
nativePointerArray(QXmlStreamNamespaceDeclaration[]) - Static method in class com.trolltech.qt.xml.QXmlStreamNamespaceDeclaration
This function returns a QNativePointer that is pointing to the specified QXmlStreamNamespaceDeclaration array.
nativePointerArray(QXmlStreamNotationDeclaration[]) - Static method in class com.trolltech.qt.xml.QXmlStreamNotationDeclaration
This function returns a QNativePointer that is pointing to the specified QXmlStreamNotationDeclaration array.
nativeScanCode() - Method in class com.trolltech.qt.gui.QKeyEvent
Returns the native scan code of the key event.
nativeVirtualKey() - Method in class com.trolltech.qt.gui.QKeyEvent
Returns the native virtual key, or key sym of the key event.
naturalTextRect() - Method in class com.trolltech.qt.gui.QTextLine
Returns the rectangle covered by the line.
naturalTextWidth() - Method in class com.trolltech.qt.gui.QTextLine
Returns the width of the line that is occupied by text.
navigate(QAccessible.RelationFlag, int) - Method in class com.trolltech.qt.gui.QAccessibleInterface
Equivalent to navigate(relation, index, ).
navigate(QAccessible.RelationFlag, int) - Method in class com.trolltech.qt.gui.QAccessibleWidget
Equivalent to navigate(rel, entry, ).
navigate(QAccessible.RelationFlag, int) - Method in class com.trolltech.qt.gui.QAccessibleWidgetEx
Equivalent to navigate(rel, entry, ).
negativeSign() - Method in class com.trolltech.qt.core.QLocale
Returns the negative sign character of this locale.
netmask() - Method in class com.trolltech.qt.network.QNetworkAddressEntry
Returns the netmask associated with the IP address.
newConnection - Variable in class com.trolltech.qt.network.QTcpServer
This signal is emitted every time a new connection is available.
newPage() - Method in class com.trolltech.qt.gui.QPrintEngine
Instructs the print engine to start a new page.
newPage() - Method in class com.trolltech.qt.gui.QPrinter
Tells the printer to eject the current page and to continue printing on a new page.
next() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
This pure virtual function advances the iterator to the next directory entry, and returns the file path to the current entry.
next() - Method in class com.trolltech.qt.core.QDirIterator
Advances the iterator to the next entry, and returns the file path of this new entry.
next() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the text block in the document after this block, or an empty text block if this is the last one.
next() - Method in class com.trolltech.qt.gui.QTextBlock_iterator
Advances the iterator to the next item in the hash.
next() - Method in class com.trolltech.qt.gui.QTextFrame_iterator
Returns the next QTextFrame in this iterator.
next(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItemIterator
This function advances the iterator by i items.
next() - Method in class com.trolltech.qt.gui.QTreeWidgetItemIterator
Advances the iterator by one item.
next() - Method in class com.trolltech.qt.gui.QWizard
Advances to the next page.
next() - Method in class com.trolltech.qt.sql.QSqlQuery
Retrieves the next record in the result, if available, and positions the query on the retrieved record.
next() - Method in class com.trolltech.qt.xml.QXmlInputSource
Returns the next character of the input source.
nextCheckState() - Method in class com.trolltech.qt.gui.QAbstractButton
This virtual handler is called when a button is clicked.
nextCheckState() - Method in class com.trolltech.qt.gui.QCheckBox
This function is reimplemented for internal reasons.
nextCheckState() - Method in class com.trolltech.qt.gui.QToolButton
This function is reimplemented for internal reasons.
nextCursorPosition(int) - Method in class com.trolltech.qt.gui.QTextLayout
Equivalent to nextCursorPosition(oldPos, SkipCharacters).
nextCursorPosition(int, QTextLayout.CursorMode) - Method in class com.trolltech.qt.gui.QTextLayout
Returns the next valid cursor position after oldPos that respects the given cursor mode.
nextFrameDelay() - Method in class com.trolltech.qt.gui.QMovie
Returns the number of milliseconds QMovie will wait before updating the next frame in the animation.
nextId() - Method in class com.trolltech.qt.gui.QWizard
This virtual function is called by QWizard to find out which page to show when the user clicks the Next button.
nextId() - Method in class com.trolltech.qt.gui.QWizardPage
This virtual function is called by QWizard::nextId() to find out which page to show when the user clicks the Next button.
nextImageDelay() - Method in class com.trolltech.qt.gui.QImageIOHandler
For image formats that support animation, this function returns the number of milliseconds to wait until reading the next image.
nextImageDelay() - Method in class com.trolltech.qt.gui.QImageReader
For image formats that support animation, this function returns the number of milliseconds to wait until displaying the next frame in the animation.
nextInFocusChain() - Method in class com.trolltech.qt.gui.QWidget
Returns the next widget in this widget's focus chain.
nextPendingConnection() - Method in class com.trolltech.qt.network.QTcpServer
Returns the next pending connection as a connected QTcpSocket object.
nextSibling() - Method in class com.trolltech.qt.xml.QDomNode
Returns the next sibling in the document tree.
nextSiblingElement() - Method in class com.trolltech.qt.xml.QDomNode
Equivalent to nextSiblingElement(QString()).
nextSiblingElement(String) - Method in class com.trolltech.qt.xml.QDomNode
Returns the next sibilng element with tag name taName if taName is non-empty; otherwise returns any next sibling element.
NoBrush - Static variable in class com.trolltech.qt.gui.QBrush
 
nodeName() - Method in class com.trolltech.qt.xml.QDomNode
Returns the name of the node.
nodeType() - Method in class com.trolltech.qt.xml.QDomNode
Returns the type of the node.
nodeValue() - Method in class com.trolltech.qt.xml.QDomNode
Returns the value of the node.
nonBreakableLines() - Method in class com.trolltech.qt.gui.QTextBlockFormat
Returns true if the lines in the paragraph are non-breakable; otherwise returns false.
NoPen - Static variable in class com.trolltech.qt.gui.QPen
 
normalGeometry() - Method in class com.trolltech.qt.gui.QWidget
Returns the geometry of the widget as it will appear when shown as a normal (not maximized or fullscreen) toplevel widget.
normalize() - Method in class com.trolltech.qt.xml.QDomNode
Calling normalize on an element converts all its children into a standard form.
normalized() - Method in class com.trolltech.qt.core.QRect
Returns a normalized rectangle; i.e., a rectangle that has a non-negative width and height.
normalized() - Method in class com.trolltech.qt.core.QRectF
Returns a normalized rectangle; i.e., a rectangle that has a non-negative width and height.
normalVector() - Method in class com.trolltech.qt.gui.QLineF
Returns a line that is perpendicular to this line with the same starting point and length.
notation() - Method in class com.trolltech.qt.gui.QDoubleValidator
Returns the notation of how a string can describe a number.
notationDecl(String, String, String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
notationDecl(String, String, String) - Method in class com.trolltech.qt.xml.QXmlDTDHandler
The reader calls this function when it has parsed a notation declaration.
notationDecl(String, String, String) - Method in interface com.trolltech.qt.xml.QXmlDTDHandlerInterface
The reader calls this function when it has parsed a notation declaration.
notationDeclarations() - Method in class com.trolltech.qt.xml.QXmlStreamReader
If the state() is DTD, this function returns the DTD's notation declarations.
notationName() - Method in class com.trolltech.qt.xml.QDomEntity
For unparsed entities this function returns the name of the notation for the entity.
notationName() - Method in class com.trolltech.qt.xml.QXmlStreamEntityDeclaration
Returns the notation name.
notations() - Method in class com.trolltech.qt.xml.QDomDocumentType
Returns a map of all notations described in the DTD.
notchesVisible() - Method in class com.trolltech.qt.gui.QDial
Returns whether the notches are shown.
notchSize() - Method in class com.trolltech.qt.gui.QDial
Returns the current notch size.
notchTarget() - Method in class com.trolltech.qt.gui.QDial
Returns the target number of pixels between notches.
notchTarget() - Method in class com.trolltech.qt.gui.QStyleOptionSlider
Returns the number of pixel between notches.
notify(QObject, QEvent) - Method in class com.trolltech.qt.core.QCoreApplication
Sends arg__2 to arg__1: arg__1->event(arg__2).
notify(QObject, QEvent) - Method in class com.trolltech.qt.gui.QApplication
This function is reimplemented for internal reasons.
notifyAccessibilityUpdate(int, QAccessibleInterface, int) - Method in class com.trolltech.qt.gui.QAccessibleBridge
This function is called by Qt to notify the bridge about a change in the accessibility information for object wrapped by the given arg__2.
nsuri - Variable in class com.trolltech.qt.xml.QXmlNamespaceSupport.ProcessedName
 
number(double, byte) - Static method in class com.trolltech.qt.core.QByteArray
Equivalent to number(arg__1, f, 6).
number(double) - Static method in class com.trolltech.qt.core.QByteArray
Equivalent to number(arg__1, 'g', 6).
number(double, byte, int) - Static method in class com.trolltech.qt.core.QByteArray
Returns a byte array that contains the printed value of arg__1, formatted in format f with precision prec.
number(long) - Static method in class com.trolltech.qt.core.QByteArray
Equivalent to number(arg__1, 10).
number(long, int) - Static method in class com.trolltech.qt.core.QByteArray
Returns a byte array containing the string equivalent of the number arg__1 to base base.
number(int) - Static method in class com.trolltech.qt.core.QByteArray
Equivalent to number(arg__1, 10).
number(int, int) - Static method in class com.trolltech.qt.core.QByteArray
Returns a byte array containing the string equivalent of the number arg__1 to base base (10 by default).
number() - Method in class com.trolltech.qt.sql.QSqlError
Returns the database-specific error number, or -1 if it cannot be determined.
numberFlags() - Method in class com.trolltech.qt.core.QTextStream
Returns the current number flags.
numberOptions() - Method in class com.trolltech.qt.core.QLocale
Returns the options related to number conversions for this QLocale instance.
numBytes() - Method in class com.trolltech.qt.gui.QImage
Returns the number of bytes occupied by the image data.
numCaptures() - Method in class com.trolltech.qt.core.QRegExp
Returns the number of captures contained in the regular expression.
numColors() - Method in class com.trolltech.qt.gui.QImage
Returns the size of the color table for the image.
numColors() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the number of different colors available for the paint device.
numColors() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.gui.QPicture
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.gui.QPixmap
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.gui.QPrinter
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.gui.QWidget
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the number of different colors available for the paint device.
numColors() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the number of different colors available for the paint device.
numCopies() - Method in class com.trolltech.qt.gui.QPrinter
Returns the number of copies to be printed.
numDigits() - Method in class com.trolltech.qt.gui.QLCDNumber
Returns the current number of digits displayed.
numericalPrecisionPolicy() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the current precision policy.
numRowsAffected() - Method in class com.trolltech.qt.sql.QSqlQuery
Returns the number of rows affected by the result's SQL statement, or -1 if it cannot be determined.
numRowsAffected() - Method in class com.trolltech.qt.sql.QSqlResult
Returns the number of rows affected by the last query executed, or -1 if it cannot be determined or if the query is a SELECT statement.
numScreens() - Method in class com.trolltech.qt.gui.QDesktopWidget
Returns the number of available screens.

O

object() - Method in class com.trolltech.qt.gui.QAccessibleInterface
Returns a pointer to the QObject this interface implementation provides information for.
object() - Method in class com.trolltech.qt.gui.QAccessibleObject
This function is reimplemented for internal reasons.
object() - Method in class com.trolltech.qt.gui.QAccessibleObjectEx

Returns a pointer to the QObject this interface implementation provides information for.

object(int) - Method in class com.trolltech.qt.gui.QTextDocument
Returns the text object associated with the given objectIndex.
objectForFormat(QTextFormat) - Method in class com.trolltech.qt.gui.QTextDocument
Returns the text object associated with the format arg__1.
objectIndex() - Method in class com.trolltech.qt.gui.QTextFormat
Returns the index of the format object, or -1 if the format object is invalid.
objectIndex() - Method in class com.trolltech.qt.gui.QTextObject
Returns the object index of this object.
objectName() - Method in class com.trolltech.qt.core.QObject
Returns the name of this object.
objectType() - Method in class com.trolltech.qt.gui.QTextFormat
Returns the text format's object type.
offset() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns the pixmap item's offset, which defines the point of the top-left corner of the pixmap, in local coordinates.
offset() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the offset of the header: this is the header's left-most (or top-most for vertical headers) visible pixel.
offset() - Method in class com.trolltech.qt.gui.QImage
Returns the number of pixels by which the image is intended to be offset by when positioning relative to other images.
ok - Variable in class com.trolltech.qt.gui.QFontDialog.Result
 
oldPos() - Method in class com.trolltech.qt.gui.QHoverEvent
Returns the previous position of the mouse cursor, relative to the widget that received the event.
oldPos() - Method in class com.trolltech.qt.gui.QMoveEvent
Returns the old position of the widget.
oldSize() - Method in class com.trolltech.qt.gui.QResizeEvent
Returns the old size of the widget.
oldState() - Method in class com.trolltech.qt.gui.QWindowStateChangeEvent
Returns the state of the window before the change.
opacity() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the opacity in the current paint engine state.
opacity() - Method in class com.trolltech.qt.gui.QPainter
Returns the opacity of the painter.
opaque() - Method in class com.trolltech.qt.gui.QStyleOptionRubberBand
Returns whether the rubber band is required to be drawn in an opaque style.
opaqueArea() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsEllipseItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsItem
This virtual function returns a shape representing the area where this item is opaque.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This function is reimplemented for internal reasons.
opaqueArea() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This virtual function returns a shape representing the area where this item is opaque.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsPathItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsRectItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
opaqueArea() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This virtual function returns a shape representing the area where this item is opaque.
opaqueResize() - Method in class com.trolltech.qt.gui.QSplitter
Returns whether resizing is opaque.
opaqueResize() - Method in class com.trolltech.qt.gui.QSplitterHandle
Returns true if widgets are resized dynamically (opaquely), otherwise returns false.
open(QIODevice.OpenModeFlag...) - Method in class com.trolltech.qt.core.QAbstractFileEngine
Opens the file in the specified mode.
open(QIODevice.OpenMode) - Method in class com.trolltech.qt.core.QAbstractFileEngine
Opens the file in the specified openMode.
open(QIODevice.OpenMode) - Method in class com.trolltech.qt.core.QBuffer
Opens the device and sets its OpenMode to openMode.
open(int, QIODevice.OpenModeFlag...) - Method in class com.trolltech.qt.core.QFile
Opens the existing file descripter fd in the given flags.
open(int, QIODevice.OpenMode) - Method in class com.trolltech.qt.core.QFile
Opens the existing file descripter fd in the given flags.
open(QIODevice.OpenMode) - Method in class com.trolltech.qt.core.QFile
Opens the file using OpenMode flags, returning true if successful; otherwise false.
open(QIODevice.OpenMode, int) - Method in class com.trolltech.qt.core.QFSFileEngine
Opens the file descriptor fd in flags mode.
open(QIODevice.OpenMode) - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
open(QIODevice.OpenModeFlag...) - Method in class com.trolltech.qt.core.QIODevice
Opens the device and sets its OpenMode to mode.
open(QIODevice.OpenMode) - Method in class com.trolltech.qt.core.QIODevice
Opens the device and sets its OpenMode to mode.
open() - Method in class com.trolltech.qt.core.QTemporaryFile
A QTemporaryFile will always be opened in QIODevice::ReadWrite mode, this allows easy access to the data in the file.
open(QIODevice.OpenMode) - Method in class com.trolltech.qt.core.QTemporaryFile
This function is reimplemented for internal reasons.
open() - Method in class com.trolltech.qt.sql.QSqlDatabase
Opens the database connection using the current connection values.
open(String, String) - Method in class com.trolltech.qt.sql.QSqlDatabase
Opens the database connection using the given user name and password.
open(String, String, String, String, int) - Method in class com.trolltech.qt.sql.QSqlDriver
Equivalent to open(db, user, password, host, port, QString()).
open(String, String, String, String) - Method in class com.trolltech.qt.sql.QSqlDriver
Equivalent to open(db, user, password, host, -1, QString()).
open(String, String, String) - Method in class com.trolltech.qt.sql.QSqlDriver
Equivalent to open(db, user, password, QString(), -1, QString()).
open(String, String) - Method in class com.trolltech.qt.sql.QSqlDriver
Equivalent to open(db, user, QString(), QString(), -1, QString()).
open(String) - Method in class com.trolltech.qt.sql.QSqlDriver
Equivalent to open(db, QString(), QString(), QString(), -1, QString()).
open(String, String, String, String, int, String) - Method in class com.trolltech.qt.sql.QSqlDriver
Derived classes must reimplement this pure virtual function to open a database connection on database db, using user name user, password password, host host, port port and connection options connOpts.
openExternalLinks() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Specifies whether QGraphicsTextItem should automatically open links using QDesktopServices::openUrl() instead of emitting the anchorClicked signal.
openExternalLinks() - Method in class com.trolltech.qt.gui.QLabel
Specifies whether QLabel should automatically open links using QDesktopServices::openUrl() instead of emitting the anchorClicked() signal.
openExternalLinks() - Method in class com.trolltech.qt.gui.QTextBrowser
Specifies whether QTextBrowser should automatically open links to external sources using QDesktopServices::openUrl() instead of emitting the anchorClicked signal.
openGLVersionFlags() - Static method in class com.trolltech.qt.opengl.QGLFormat
Identifies, at runtime, which OpenGL versions that are supported by the current platform.
openGLVersionFlags() - Static method in class com.trolltech.qt.opengl.QGLFormat
Identifies, at runtime, which OpenGL versions that are supported by the current platform.
openLinks() - Method in class com.trolltech.qt.gui.QTextBrowser
This property specifies whether QTextBrowser should automatically open links the user tries to activate by mouse or keyboard.
openMode() - Method in class com.trolltech.qt.core.QIODevice
Returns the mode in which the device has been opened; i.e. ReadOnly or WriteOnly.
openPersistentEditor(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemView
Opens a persistent editor on the item at the given index.
openPersistentEditor(QListWidgetItem) - Method in class com.trolltech.qt.gui.QListWidget
Opens an editor for the given item.
openPersistentEditor(QTableWidgetItem) - Method in class com.trolltech.qt.gui.QTableWidget
Opens an editor for the give item.
openPersistentEditor(QTreeWidgetItem) - Method in class com.trolltech.qt.gui.QTreeWidget
Equivalent to openPersistentEditor(item, 0).
openPersistentEditor(QTreeWidgetItem, int) - Method in class com.trolltech.qt.gui.QTreeWidget
Opens a persistent editor for the item in the given column.
openUrl(QUrl) - Static method in class com.trolltech.qt.gui.QDesktopServices
Opens the given url in the appropriate web browser for the user's desktop environment, and returns true if successful; otherwise returns false.
operatingSystem() - Static method in class com.trolltech.qt.QSysInfo
Returns the operating system.
operatingSystem - Static variable in class com.trolltech.qt.Utilities
The operating system Qt Jambi is running on.
optimizationFlags() - Method in class com.trolltech.qt.gui.QGraphicsView
Returns flags that can be used to tune QGraphicsView's performance..
option(QImageIOHandler.ImageOption) - Method in class com.trolltech.qt.gui.QImageIOHandler
Returns the value assigned to option as a QVariant.
options() - Method in class com.trolltech.qt.gui.QWizard
Returns the various options that affect the look and feel of the wizard.
or(QBitArray) - Method in class com.trolltech.qt.core.QBitArray
Returns a bit array that is the OR of this bit array and other.
orderByClause() - Method in class com.trolltech.qt.sql.QSqlRelationalTableModel
This function is reimplemented for internal reasons.
orderByClause() - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns an SQL ORDER BY clause based on the currently set sort order.
organizationDomain() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns the Internet domain of the organization that wrote this application.
organizationName() - Static method in class com.trolltech.qt.core.QCoreApplication
Returns the name of the organization that wrote this application.
orientation() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns the orientation of the slider.
orientation() - Method in class com.trolltech.qt.gui.QDataWidgetMapper
Returns the orientation of the model.
orientation() - Method in class com.trolltech.qt.gui.QDialogButtonBox
Returns the orientation of the button box.
orientation() - Method in class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
Returns the wheel orientation.
orientation() - Method in class com.trolltech.qt.gui.QHeaderView
Returns the orientation of the header.
orientation() - Method in class com.trolltech.qt.gui.QPrinter
Returns the orientation setting.
orientation() - Method in class com.trolltech.qt.gui.QProgressBar
Returns the orientation of the progress bar.
orientation() - Method in class com.trolltech.qt.gui.QSplitter
Returns the orientation of the splitter.
orientation() - Method in class com.trolltech.qt.gui.QSplitterHandle
Returns the handle's orientation.
orientation() - Method in class com.trolltech.qt.gui.QStyleOptionHeader
Returns the header's orientation (horizontal or vertical).
orientation() - Method in class com.trolltech.qt.gui.QStyleOptionProgressBarV2
Returns the progress bar's orientation (horizontal or vertical); the default orentation is Qt::Horizontal.
orientation() - Method in class com.trolltech.qt.gui.QStyleOptionSlider
Returns the slider's orientation (horizontal or vertical).
orientation() - Method in class com.trolltech.qt.gui.QToolBar
Returns orientation of the toolbar.
orientation() - Method in class com.trolltech.qt.gui.QWheelEvent
Returns the wheel's orientation.
orientationChanged - Variable in class com.trolltech.qt.gui.QToolBar
This signal is emitted when the orientation of the toolbar changes.
originCorner() - Method in class com.trolltech.qt.gui.QGridLayout
Returns the corner that's used for the grid's origin, i.e. for position (0, 0).
OS_AIX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_BSD4 - Static variable in class com.trolltech.qt.QSysInfo
 
OS_BSDI - Static variable in class com.trolltech.qt.QSysInfo
 
OS_CYGWIN - Static variable in class com.trolltech.qt.QSysInfo
 
OS_DARWIN - Static variable in class com.trolltech.qt.QSysInfo
 
OS_DGUX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_DYNIX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_FREEBSD - Static variable in class com.trolltech.qt.QSysInfo
 
OS_HPUX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_HURD - Static variable in class com.trolltech.qt.QSysInfo
 
OS_IRIX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_LINUX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_LYNX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_MSDOS - Static variable in class com.trolltech.qt.QSysInfo
 
OS_NETBSD - Static variable in class com.trolltech.qt.QSysInfo
 
OS_OPENBSD - Static variable in class com.trolltech.qt.QSysInfo
 
OS_OS2 - Static variable in class com.trolltech.qt.QSysInfo
 
OS_OS2EMX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_OSF - Static variable in class com.trolltech.qt.QSysInfo
 
OS_QNX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_QNX6 - Static variable in class com.trolltech.qt.QSysInfo
 
OS_RELIANT - Static variable in class com.trolltech.qt.QSysInfo
 
OS_SCO - Static variable in class com.trolltech.qt.QSysInfo
 
OS_SOLARIS - Static variable in class com.trolltech.qt.QSysInfo
 
OS_ULTRIX - Static variable in class com.trolltech.qt.QSysInfo
 
OS_UNIXWARE - Static variable in class com.trolltech.qt.QSysInfo
 
OS_WIN32 - Static variable in class com.trolltech.qt.QSysInfo
 
OS_WIN64 - Static variable in class com.trolltech.qt.QSysInfo
 
outputFileName() - Method in class com.trolltech.qt.gui.QPrinter
Returns the name of the output file.
outputFormat() - Method in class com.trolltech.qt.gui.QPrinter
Returns the output format for this printer.
outputFormats() - Static method in class com.trolltech.qt.gui.QPictureIO
Returns a sorted list of picture formats that are supported for picture output.
overflow - Variable in class com.trolltech.qt.gui.QLCDNumber
This signal is emitted whenever the QLCDNumber is asked to display a too-large number or a too-long string.
overlayContext() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the overlay context of this widget, or 0 if this widget has no overlay.
overlayContext() - Method in class com.trolltech.qt.opengl.QGLWidget
Returns the overlay context of this widget, or 0 if this widget has no overlay.
overlayTransparentColor() - Method in class com.trolltech.qt.opengl.QGLContext
If this context is a valid context in an overlay plane, returns the plane's transparent color.
overlayTransparentColor() - Method in class com.trolltech.qt.opengl.QGLContext
If this context is a valid context in an overlay plane, returns the plane's transparent color.
overline() - Method in class com.trolltech.qt.gui.QFont
Returns true if overline has been set; otherwise returns false.
overline() - Method in class com.trolltech.qt.gui.QFontInfo
overlinePos() - Method in class com.trolltech.qt.gui.QFontMetrics
Returns the distance from the base line to where an overline should be drawn.
overlinePos() - Method in class com.trolltech.qt.gui.QFontMetricsF
Returns the distance from the base line to where an overline should be drawn.
overrideCursor() - Static method in class com.trolltech.qt.gui.QApplication
Returns the active application override cursor.
overrideWindowFlags(Qt.WindowType...) - Method in class com.trolltech.qt.gui.QWidget
Sets the window flags for the widget to type, without telling the window system.
overrideWindowFlags(Qt.WindowFlags) - Method in class com.trolltech.qt.gui.QWidget
Sets the window flags for the widget to type, without telling the window system.
overrideWindowState(Qt.WindowState...) - Method in class com.trolltech.qt.gui.QWidget
overrideWindowState(Qt.WindowStates) - Method in class com.trolltech.qt.gui.QWidget
overwriteMode() - Method in class com.trolltech.qt.gui.QTextEdit
Returns this QTextEdit's overwrite mode.
owner(QAbstractFileEngine.FileOwner) - Method in class com.trolltech.qt.core.QAbstractFileEngine
If arg__1 is OwnerUser return the name of the user who owns the file.
owner() - Method in class com.trolltech.qt.core.QFileInfo
Returns the owner of the file.
owner(QAbstractFileEngine.FileOwner) - Method in class com.trolltech.qt.core.QFSFileEngine
If arg__1 is OwnerUser return the name of the user who owns the file.
owner() - Method in class com.trolltech.qt.network.QUrlInfo
Returns the owner of the URL.
ownerDocument() - Method in class com.trolltech.qt.xml.QDomNode
Returns the document to which this node belongs.
ownerElement() - Method in class com.trolltech.qt.xml.QDomAttr
Returns the element node this attribute is attached to or a null node if this attribute is not attached to any element.
ownerId(QAbstractFileEngine.FileOwner) - Method in class com.trolltech.qt.core.QAbstractFileEngine
If arg__1 is OwnerUser return the ID of the user who owns the file.
ownerId() - Method in class com.trolltech.qt.core.QFileInfo
Returns the id of the owner of the file.
ownerId(QAbstractFileEngine.FileOwner) - Method in class com.trolltech.qt.core.QFSFileEngine
If arg__1 is OwnerUser return the ID of the user who owns the file.
ownsClipboard() - Method in class com.trolltech.qt.gui.QClipboard
Returns true if this clipboard object owns the clipboard data; otherwise returns false.
ownsFindBuffer() - Method in class com.trolltech.qt.gui.QClipboard
Returns true if this clipboard object owns the find buffer data; otherwise returns false.
ownsSelection() - Method in class com.trolltech.qt.gui.QClipboard
Returns true if this clipboard object owns the mouse selection data; otherwise returns false.

P

p1() - Method in class com.trolltech.qt.gui.QLine
Returns the line's start point.
p1() - Method in class com.trolltech.qt.gui.QLineF
Returns the line's start point.
p2() - Method in class com.trolltech.qt.gui.QLine
Returns the line's end point.
p2() - Method in class com.trolltech.qt.gui.QLineF
Returns the line's end point.
padChar() - Method in class com.trolltech.qt.core.QTextStream
Returns the current pad character.
padding() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the width of the frame's internal padding in pixels.
page(int) - Method in class com.trolltech.qt.gui.QWizard
Returns the page with the given id, or 0 if there is no such page.
pageBreakPolicy() - Method in class com.trolltech.qt.gui.QTextBlockFormat
Returns the currently set page break policy for the paragraph.
pageBreakPolicy() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the currently set page break policy for the frame/table.
pageCount() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the number of pages required by the layout.
pageCount() - Method in class com.trolltech.qt.gui.QTextDocument
returns the number of pages in this document.
pageCountChanged - Variable in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
This signal is emitted when the number of pages in the layout changes; newPages is the updated page count.
pageOrder() - Method in class com.trolltech.qt.gui.QPrinter
Returns the current page order.
pageRect() - Method in class com.trolltech.qt.gui.QPrinter
Returns the page's rectangle; this is usually smaller than the paperRect since the page normally has margins between its borders and the paper.
pageSize() - Method in class com.trolltech.qt.gui.QPrinter
Returns the printer page size.
pageSize() - Method in class com.trolltech.qt.gui.QTextDocument
Returns the page size that should be used for laying out the document.
pageStep() - Method in class com.trolltech.qt.gui.QAbstractSlider
Returns the page step..
pageStep() - Method in class com.trolltech.qt.gui.QStyleOptionSlider
Returns the size of the page step of the slider.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
This function, which is usually called by QGraphicsView, paints the contents of an item in local coordinates.
paint(QPainter, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractItemDelegate
This pure abstract function must be reimplemented if you want to provide custom rendering.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsEllipseItem
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem) - Method in class com.trolltech.qt.gui.QGraphicsItem
Equivalent to paint(painter, option, 0).
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsItem
This function, which is usually called by QGraphicsView, paints the contents of an item in local coordinates.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
This function, which is usually called by QGraphicsView, paints the contents of an item in local coordinates.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsLineItem
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsPathItem
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsRectItem
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
This function is reimplemented for internal reasons.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.gui.QGraphicsTextItem
This function is reimplemented for internal reasons.
paint(QPainter, QRect, Qt.Alignment, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to paint(painter, rect, alignment, mode, Off).
paint(QPainter, QRect, Qt.Alignment) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to paint(painter, rect, alignment, Normal, Off).
paint(QPainter, QRect) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to paint(painter, rect, Qt::AlignCenter, Normal, Off).
paint(QPainter, QRect, Qt.Alignment, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Uses the painter to paint the icon with specified alignment, required mode, and state into the rectangle rect.
paint(QPainter, int, int, int, int, Qt.Alignment, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to paint(painter, x, y, w, h, alignment, mode, Off).
paint(QPainter, int, int, int, int, Qt.Alignment) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to paint(painter, x, y, w, h, alignment, Normal, Off).
paint(QPainter, int, int, int, int) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to paint(painter, x, y, w, h, Qt::AlignCenter, Normal, Off).
paint(QPainter, int, int, int, int, Qt.Alignment, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Paints the icon into the rectangle QRect(x, y, w, h).
paint(QPainter, QRect, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIconEngine
Uses the given painter to paint the icon with the required mode and state into the rectangle rect.
paint(QPainter, QStyleOptionViewItem, QModelIndex) - Method in class com.trolltech.qt.gui.QItemDelegate
Renders the delegate using the given painter and style option for the item specified by index.
paint(QPainter, QStyleOptionGraphicsItem, QWidget) - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
This function is reimplemented for internal reasons.
paintCell(QPainter, QRect, QDate) - Method in class com.trolltech.qt.gui.QCalendarWidget
Paints the cell specified by the given date, using the given painter and rect.
paintDevice() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Returns the paint device used to render the document's layout.
paintDevice() - Method in class com.trolltech.qt.gui.QPaintEngine
Returns the device that this engine is painting on, if painting is active; otherwise returns 0.
paintEngine() - Method in class com.trolltech.qt.gui.QAbstractScrollArea

Returns the widget's paint engine.

paintEngine() - Method in class com.trolltech.qt.gui.QImage
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns a pointer to the paint engine used for drawing on the device.
paintEngine() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns a pointer to the paint engine used for drawing on the device.
paintEngine() - Method in class com.trolltech.qt.gui.QPainter
Returns the paint engine that the painter is currently operating on if the painter is active; otherwise 0.
paintEngine() - Method in class com.trolltech.qt.gui.QPicture
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.gui.QPixmap
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.gui.QPrinter
Returns the paint engine used by the printer.
paintEngine() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's paint engine.
paintEngine() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.opengl.QGLWidget
This function is reimplemented for internal reasons.
paintEngine() - Method in class com.trolltech.qt.opengl.QGLWidget
This function is reimplemented for internal reasons.
painter() - Method in class com.trolltech.qt.gui.QPaintEngine
Returns the paint engine's painter.
painter() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns a pointer to the painter currently updating the paint engine.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QAbstractButton
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QAbstractScrollArea
This event handler can be reimplemented in a subclass to receive paint events (passed in arg__1), for the viewport widget.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QAbstractSpinBox
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QCheckBox
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QComboBox
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QDateTimeEdit
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QDial
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QDockWidget
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QFocusFrame
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QFrame
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QGraphicsView
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QGroupBox
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QHeaderView
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QLabel
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QLCDNumber
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QLineEdit
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QListView
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QMdiArea
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QMdiSubWindow
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QMenu
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QMenuBar
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QProgressBar
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QPushButton
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QRadioButton
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QRubberBand
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QScrollBar
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QSizeGrip
Paints the resize grip.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QSlider
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QSplitterHandle
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QStatusBar
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QTabBar
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QTableView
Paints the table on receipt of the given paint event e.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QTabWidget
Paints the tab widget's tab bar in response to the paint arg__1.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QTextBrowser
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QTextEdit
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QToolBar
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QToolButton
Paints the button in response to the paint arg__1.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QTreeView
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QWidget
This event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QWizard
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.gui.QWorkspace
This function is reimplemented for internal reasons.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.opengl.QGLWidget
Handles paint events passed in the arg__1 parameter.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.opengl.QGLWidget
Handles paint events passed in the arg__1 parameter.
paintEvent(QPaintEvent) - Method in class com.trolltech.qt.svg.QSvgWidget
This function is reimplemented for internal reasons.
paintGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is called whenever the widget needs to be painted.
paintGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is called whenever the widget needs to be painted.
paintingActive() - Method in class com.trolltech.qt.gui.QImage
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.gui.QPicture
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.gui.QPixmap
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.gui.QPrinter
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.gui.QWidget
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintingActive() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns true if the device is currently being painted on, i.e. someone has called QPainter::begin() but not yet called QPainter::end() for this device; otherwise returns false.
paintOverlayGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is used in the same manner as paintGL except that it operates on the widget's overlay context instead of the widget's main context.
paintOverlayGL() - Method in class com.trolltech.qt.opengl.QGLWidget
This virtual function is used in the same manner as paintGL except that it operates on the widget's overlay context instead of the widget's main context.
paintSection(QPainter, QRect, int) - Method in class com.trolltech.qt.gui.QHeaderView
Paints the section specified by the given logicalIndex, using the given painter and rect.
palette() - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout_PaintContext
Returns the default color that is used for the text, when no color is specified in the text..
palette() - Static method in class com.trolltech.qt.gui.QApplication
Returns the application palette.
palette(QWidget) - Static method in class com.trolltech.qt.gui.QApplication
If a arg__1 is passed, the default palette for the widget's class is returned.
palette() - Method in class com.trolltech.qt.gui.QStyleOption
Returns the palette that should be used when painting the control.
palette() - Static method in class com.trolltech.qt.gui.QToolTip
Returns the palette used to render tooltips.
palette() - Method in class com.trolltech.qt.gui.QWidget
Returns the widget's palette.
Palette - Static variable in class com.trolltech.qt.QVariant
 
paperRect() - Method in class com.trolltech.qt.gui.QPrinter
Returns the paper's rectangle; this is usually larger than the pageRect.
paperSource() - Method in class com.trolltech.qt.gui.QPrinter
Returns the printer's paper source.
parameters() - Method in class com.trolltech.qt.gui.QPictureIO
Returns the picture's parameters string.
parent(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the parent of the model item with the given child, or QModelIndex() if it has no parent.
parent(QModelIndex) - Method in class com.trolltech.qt.core.QAbstractListModel
Deprecated. 
parent() - Method in class com.trolltech.qt.core.QModelIndex
Queries the model for the parent of this item.
parent() - Method in class com.trolltech.qt.core.QObject
Returns a pointer to the parent object.
parent() - Method in class com.trolltech.qt.core.QPersistentModelIndex
Returns the parent QModelIndex for this persistent index, or QModelIndex() if it has no parent.
parent(QModelIndex) - Method in class com.trolltech.qt.gui.QAbstractTableModel
Deprecated. 
parent(QModelIndex) - Method in class com.trolltech.qt.gui.QDirModel
Return the parent of the given child model item.
parent() - Method in class com.trolltech.qt.gui.QItemSelectionRange
Returns the parent model item index of the items in the selection range.
parent(QModelIndex) - Method in class com.trolltech.qt.gui.QProxyModel
Returns the model index that corresponds to the parent of the given child index.
parent(QModelIndex) - Method in class com.trolltech.qt.gui.QSortFilterProxyModel
This function is reimplemented for internal reasons.
parent() - Method in class com.trolltech.qt.gui.QStandardItem
Returns the item's parent item, or 0 if the item has no parent.
parent(QModelIndex) - Method in class com.trolltech.qt.gui.QStandardItemModel
This function is reimplemented for internal reasons.
parent(QModelIndex) - Method in class com.trolltech.qt.gui.QTreeModel
This function is reimplemented for internal reasons.
parent() - Method in class com.trolltech.qt.gui.QTreeWidgetItem
Returns the item's parent.
parentFrame() - Method in class com.trolltech.qt.gui.QTextFrame
Returns the frame's parent frame.
parentFrame() - Method in class com.trolltech.qt.gui.QTextFrame_iterator
Returns the parent frame of the current frame.
parentItem() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns a pointer to this item's parent item.
parentItem() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns a pointer to this item's parent item.
parentItem() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns a pointer to this item's parent item.
parentItem() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns a pointer to this item's parent item.
parentItem() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns a pointer to this item's parent item.
parentItem() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns a pointer to this item's parent item.
parentItem() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns a pointer to this item's parent item.
parentItem() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns a pointer to this item's parent item.
parentNode() - Method in class com.trolltech.qt.xml.QDomNode
Returns the parent node.
parentObject() - Method in class com.trolltech.qt.gui.QAccessibleWidget
Returns the associated widget's parent object, which is either the parent widget, or qApp for top-level widgets.
parentWidget() - Method in class com.trolltech.qt.gui.QAction
Returns the parent widget.
parentWidget() - Method in class com.trolltech.qt.gui.QLayout
Returns the parent widget of this layout, or 0 if this layout is not installed on any widget.
parentWidget() - Method in class com.trolltech.qt.gui.QShortcut
Returns the shortcut's parent widget.
parentWidget() - Method in class com.trolltech.qt.gui.QWidget
Returns the parent of this widget, or 0 if it does not have any parent widget.
parse(String) - Method in class com.trolltech.qt.network.QHttpHeader
parse(QXmlInputSource) - Method in class com.trolltech.qt.xml.QXmlReader
Reads an XML document from input and parses it.
parse(QXmlInputSource, boolean) - Method in class com.trolltech.qt.xml.QXmlSimpleReader
Reads an XML document from input and parses it.
parse(QXmlInputSource) - Method in class com.trolltech.qt.xml.QXmlSimpleReader
This function is reimplemented for internal reasons.
parseContinue() - Method in class com.trolltech.qt.xml.QXmlSimpleReader
Continues incremental parsing, taking input from the QXmlInputSource that was specified with the most recent call to parse.
parseLine(String, int) - Method in class com.trolltech.qt.network.QHttpHeader
parseLine(String, int) - Method in class com.trolltech.qt.network.QHttpRequestHeader
This function is reimplemented for internal reasons.
parseLine(String, int) - Method in class com.trolltech.qt.network.QHttpResponseHeader
This function is reimplemented for internal reasons.
password() - Method in class com.trolltech.qt.core.QUrl
Returns the password of the URL if it is defined; otherwise an empty string is returned.
password() - Method in class com.trolltech.qt.network.QAuthenticator
returns the password used for authentication.
password() - Method in class com.trolltech.qt.network.QNetworkProxy
Returns the password used for authentication.
password() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the connection's password.
paste() - Method in class com.trolltech.qt.gui.QLineEdit
Inserts the clipboard's text at the cursor position, deleting any selected text, providing the line edit is not read-only.
paste() - Method in class com.trolltech.qt.gui.QTextEdit
Pastes the text from the clipboard into the text edit at the current cursor position.
PATCH_VERSION - Static variable in class com.trolltech.qt.Utilities
The Qt Library's patch version.
patchVersion() - Static method in class com.trolltech.qt.QtInfo
 
path() - Method in class com.trolltech.qt.core.QAbstractFileEngineIterator
Returns the path for this iterator.
path() - Method in class com.trolltech.qt.core.QDir
Returns the path.
path() - Method in class com.trolltech.qt.core.QDirIterator
Returns the base directory of the iterator.
path() - Method in class com.trolltech.qt.core.QFileInfo
Returns the file's path.
path() - Method in class com.trolltech.qt.core.QUrl
Returns the path of the URL.
path() - Method in class com.trolltech.qt.gui.QGraphicsPathItem
Returns the item's path as a QPainterPath.
path() - Method in class com.trolltech.qt.network.QHttpRequestHeader
Returns the request-URI of the HTTP request header.
pathFromIndex(QModelIndex) - Method in class com.trolltech.qt.gui.QCompleter
Returns the path for the given index.
pattern() - Method in class com.trolltech.qt.core.QByteArrayMatcher
Returns the byte array pattern that this byte array matcher will search for.
pattern() - Method in class com.trolltech.qt.core.QRegExp
Returns the pattern string of the regular expression.
pattern() - Method in class com.trolltech.qt.core.QStringMatcher
Returns the string pattern that this string matcher will search for.
patternSyntax() - Method in class com.trolltech.qt.core.QRegExp
Returns the syntax used by the regular expression.
peek(long) - Method in class com.trolltech.qt.core.QIODevice
Peeks at most maxlen bytes from the device, returning the data peeked as a QByteArray.
peek(byte[]) - Method in class com.trolltech.qt.core.QIODevice
Reads from the device into data, without side effects (i.e., if you call read() after peek(), you will get the same data).
peerAddress() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the address of the connected peer if the socket is in ConnectedState; otherwise returns QHostAddress::Null.
peerName() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the name of the peer as specified by connectToHost(), or an empty QString if connectToHost() has not been called.
peerPort() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the port of the connected peer if the socket is in ConnectedState; otherwise returns 0.
pen() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns the item's pen.
pen() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns the item's pen, or a black solid 0-width pen if no pen has been set.
pen() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns the pen in the current paint engine state.
pen() - Method in class com.trolltech.qt.gui.QPainter
Returns the painter's current pen.
Pen - Static variable in class com.trolltech.qt.QVariant
 
pendingDatagramSize() - Method in class com.trolltech.qt.network.QUdpSocket
Returns the size of the first pending UDP datagram.
penNeedsResolving() - Method in class com.trolltech.qt.gui.QPaintEngineState
Returns whether the coordinate of the stroke have been specified as bounded by the current rendering operation and have to be resolved (about the currently rendered primitive).
penProperty(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the value of the property given by propertyId; if the property isn't of QVariant::Pen type, Qt::NoPen is returned instead.
percent() - Method in class com.trolltech.qt.core.QLocale
Returns the percent character of this locale.
percentAtLength(double) - Method in class com.trolltech.qt.gui.QPainterPath
Returns percentage of the whole path at the specified length t.
permission(QFile.Permission...) - Method in class com.trolltech.qt.core.QFileInfo
Tests for file permissions.
permission(QFile.Permissions) - Method in class com.trolltech.qt.core.QFileInfo
Tests for file permissions.
permissions() - Method in class com.trolltech.qt.core.QFile
Returns the complete OR-ed together combination of QFile::Permission for the file.
permissions(String) - Static method in class com.trolltech.qt.core.QFile
Returns the complete OR-ed together combination of QFile::Permission for filename.
permissions() - Method in class com.trolltech.qt.core.QFileInfo
Returns the complete OR-ed together combination of QFile::Permissions for the file.
permissions() - Method in class com.trolltech.qt.network.QUrlInfo
Returns the permissions of the URL.
persistentIndexList() - Method in class com.trolltech.qt.core.QAbstractItemModel
Returns the list of indexes stored as persistent indexes in the model.
physicalDpiX() - Method in class com.trolltech.qt.gui.QImage
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.gui.QPicture
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.gui.QPixmap
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.gui.QPrinter
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.gui.QWidget
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the horizontal resolution of the device in dots per inch.
physicalDpiX() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.gui.QImage
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.gui.QPaintDevice
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in interface com.trolltech.qt.gui.QPaintDeviceInterface
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.gui.QPicture
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.gui.QPixmap
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.gui.QPrinter
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.gui.QWidget
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the horizontal resolution of the device in dots per inch.
physicalDpiY() - Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns the horizontal resolution of the device in dots per inch.
picture() - Method in class com.trolltech.qt.gui.QLabel
Returns the label's picture or null if the label doesn't have a picture.
picture() - Method in class com.trolltech.qt.gui.QPictureIO
Returns the picture currently set.
pictureFormat(String) - Static method in class com.trolltech.qt.gui.QPictureIO
Returns a string that specifies the picture format of the file fileName, or null if the file cannot be read or if the format is not recognized.
pictureFormat(QIODevice) - Static method in class com.trolltech.qt.gui.QPictureIO
Returns a string that specifies the picture format of the picture read from IO device arg__1, or 0 if the device cannot be read or if the format is not recognized.
pid - Variable in class com.trolltech.qt.core.QProcess.DetachedProcessInfo
 
pixel(QColor) - Method in class com.trolltech.qt.gui.QColormap
Returns a device dependent pixel value for the color.
pixel(QPoint) - Method in class com.trolltech.qt.gui.QImage
Returns the color of the pixel at the given pt.
pixel(int, int) - Method in class com.trolltech.qt.gui.QImage
Returns the color of the pixel at coordinates (x, y).
pixelIndex(int, int) - Method in class com.trolltech.qt.gui.QImage
Returns the pixel index at (x, y).
pixelIndex(QPoint) - Method in class com.trolltech.qt.gui.QImage
Returns the pixel index at the given pt.
pixelMetric(QStyle.PixelMetric, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QCDEStyle
Returns the value of the given pixel metric.
pixelMetric(QStyle.PixelMetric, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
Returns the value of the given pixel metric.
pixelMetric(QStyle.PixelMetric, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QCommonStyle
Returns the value of the given pixel m.
pixelMetric(QStyle.PixelMetric, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QMotifStyle
Returns the value of the given pixel metric.
pixelMetric(QStyle.PixelMetric, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
Returns the value of the given pixel metric.
pixelMetric(QStyle.PixelMetric, QStyleOption) - Method in class com.trolltech.qt.gui.QStyle
Equivalent to pixelMetric(metric, option, 0).
pixelMetric(QStyle.PixelMetric) - Method in class com.trolltech.qt.gui.QStyle
Equivalent to pixelMetric(metric, 0, 0).
pixelMetric(QStyle.PixelMetric, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QStyle
Returns the value of the given pixel metric.
pixelMetric(QStyle.PixelMetric, QStyleOption, QWidget) - Method in class com.trolltech.qt.gui.QWindowsStyle
Returns the value of the given pixel pm.
pixelSize() - Method in class com.trolltech.qt.gui.QFont
Returns the pixel size of the font if it was set with setPixelSize.
pixelSize() - Method in class com.trolltech.qt.gui.QFontInfo
Returns the pixel size of the matched window system font.
pixmap() - Method in class com.trolltech.qt.gui.QClipboard
Equivalent to pixmap(Clipboard).
pixmap(QClipboard.Mode) - Method in class com.trolltech.qt.gui.QClipboard
Returns the clipboard pixmap, or null if the clipboard does not contain a pixmap.
pixmap() - Method in class com.trolltech.qt.gui.QCursor
Returns the cursor pixmap.
pixmap() - Method in class com.trolltech.qt.gui.QDrag
Returns the pixmap used to represent the data in a drag and drop operation.
pixmap() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns the item's pixmap, or an invalid QPixmap if no pixmap has been set.
pixmap(int, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to pixmap(extent, mode, Off).
pixmap(int) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to pixmap(extent, Normal, Off).
pixmap(int, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Returns a pixmap of size QSize(extent, extent).
pixmap(int, int, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to pixmap(w, h, mode, Off).
pixmap(int, int) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to pixmap(w, h, Normal, Off).
pixmap(int, int, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Returns a pixmap of size QSize(w, h).
pixmap(QSize, QIcon.Mode) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to pixmap(size, mode, Off).
pixmap(QSize) - Method in class com.trolltech.qt.gui.QIcon
Equivalent to pixmap(size, Normal, Off).
pixmap(QSize, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIcon
Returns a pixmap with the requested size, mode, and state, generating one if necessary.
pixmap(QSize, QIcon.Mode, QIcon.State) - Method in class com.trolltech.qt.gui.QIconEngine
Returns the icon as a pixmap with the required size, mode, and state.
pixmap() - Method in class com.trolltech.qt.gui.QLabel
Returns the label's pixmap or null if the label doesn't have a picture.
pixmap() - Method in class com.trolltech.qt.gui.QSplashScreen
Returns the pixmap that is used in the splash screen.
pixmap(QWizard.WizardPixmap) - Method in class com.trolltech.qt.gui.QWizard
Returns the pixmap set for role which.
pixmap(QWizard.WizardPixmap) - Method in class com.trolltech.qt.gui.QWizardPage
Returns the pixmap set for role which.
Pixmap - Static variable in class com.trolltech.qt.QVariant
 
plane() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the plane of this format.
plane() - Method in class com.trolltech.qt.opengl.QGLFormat
Returns the plane of this format.
play(QPainter) - Method in class com.trolltech.qt.gui.QPicture
Replays the picture using p, and returns true if successful; otherwise returns false.
play() - Method in class com.trolltech.qt.gui.QSound
Starts playing the sound specified by this QSound object.
play(String) - Static method in class com.trolltech.qt.gui.QSound
Plays the sound stored in the file specified by the given filename.
Point - Static variable in class com.trolltech.qt.QVariant
 
pointAt(double) - Method in class com.trolltech.qt.gui.QLineF
Returns the point at the parameterized position specified by t.
pointAtPercent(double) - Method in class com.trolltech.qt.gui.QPainterPath
Returns the point at at the percentage t of the current path.
pointer() - Method in class com.trolltech.qt.QNativePointer
Returns the native pointer.
pointerAt(int) - Method in class com.trolltech.qt.QNativePointer
Returns the value of the native pointer at the specified position.
pointerType() - Method in class com.trolltech.qt.gui.QTabletEvent
Returns the type of point that generated the event.
pointerValue() - Method in class com.trolltech.qt.QNativePointer
If the native pointer is of pointer type, this function returns its value.
PointF - Static variable in class com.trolltech.qt.QVariant
 
pointSize() - Method in class com.trolltech.qt.gui.QFont
Returns the point size of the font.
pointSize() - Method in class com.trolltech.qt.gui.QFontInfo
Returns the point size of the matched window system font.
pointSizeF() - Method in class com.trolltech.qt.gui.QFont
Returns the point size of the font.
pointSizeF() - Method in class com.trolltech.qt.gui.QFontInfo
Returns the point size of the matched window system font.
pointSizes(String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns a list of the point sizes available for the font that has the specified family.
pointSizes(String, String) - Method in class com.trolltech.qt.gui.QFontDatabase
Returns a list of the point sizes available for the font that has family family and style style.
polish(QWidget) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
This function is reimplemented for internal reasons.
polish(QApplication) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
This function is reimplemented for internal reasons.
polish(QPalette) - Method in class com.trolltech.qt.gui.QCleanlooksStyle
This function is reimplemented for internal reasons.
polish(QApplication) - Method in class com.trolltech.qt.gui.QMotifStyle
This function is reimplemented for internal reasons.
polish(QPalette) - Method in class com.trolltech.qt.gui.QMotifStyle
This function is reimplemented for internal reasons.
polish(QWidget) - Method in class com.trolltech.qt.gui.QMotifStyle
This function is reimplemented for internal reasons.
polish(QApplication) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
This function is reimplemented for internal reasons.
polish(QWidget) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
This function is reimplemented for internal reasons.
polish(QPalette) - Method in class com.trolltech.qt.gui.QPlastiqueStyle
This function is reimplemented for internal reasons.
polish(QPalette) - Method in class com.trolltech.qt.gui.QStyle
Changes the arg__1 according to style specific requirements for color palettes (if any).
polish(QWidget) - Method in class com.trolltech.qt.gui.QStyle
Initializes the appearance of the given arg__1.
polish(QApplication) - Method in class com.trolltech.qt.gui.QStyle
Late initialization of the given arg__1 object.
polish(QApplication) - Method in class com.trolltech.qt.gui.QWindowsStyle
This function is reimplemented for internal reasons.
polish(QWidget) - Method in class com.trolltech.qt.gui.QWindowsStyle
This function is reimplemented for internal reasons.
polish(QPalette) - Method in class com.trolltech.qt.gui.QWindowsStyle
This function is reimplemented for internal reasons.
polished() - Method in class com.trolltech.qt.core.QChildEvent
Returns true if type is QEvent::ChildPolished; otherwise returns false.
polygon() - Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
Returns the item's polygon, or an empty polygon if no polygon has been set.
Polygon - Static variable in class com.trolltech.qt.QVariant
 
pop_back() - Method in class com.trolltech.qt.gui.QItemSelection
This function is provided for STL compatibility.
pop_back() - Method in class com.trolltech.qt.gui.QPolygon
This function is provided for STL compatibility.
pop_back() - Method in class com.trolltech.qt.gui.QPolygonF
This function is provided for STL compatibility.
pop_front() - Method in class com.trolltech.qt.gui.QItemSelection
This function is provided for STL compatibility.
pop_front() - Method in class com.trolltech.qt.gui.QPolygon
This function is provided for STL compatibility.
pop_front() - Method in class com.trolltech.qt.gui.QPolygonF
This function is provided for STL compatibility.
popContext() - Method in class com.trolltech.qt.xml.QXmlNamespaceSupport
Reverts to the previous namespace context.
popup() - Method in class com.trolltech.qt.gui.QCompleter
Returns the popup used to display completions.
popup(QPoint) - Method in class com.trolltech.qt.gui.QMenu
Equivalent to popup(pos, 0).
popup(QPoint, QAction) - Method in class com.trolltech.qt.gui.QMenu
Displays the menu so that the action at will be at the specified global position pos.
popupMode() - Method in class com.trolltech.qt.gui.QToolButton
Returns describes the way that popup menus are used with tool buttons.
popupRect() - Method in class com.trolltech.qt.gui.QStyleOptionComboBox
Returns the popup rectangle for the combobox.
port() - Method in class com.trolltech.qt.core.QUrl
Returns the port of the URL, or -1 if the port is unspecified.
port(int) - Method in class com.trolltech.qt.core.QUrl
Returns the port of the URL, or defaultPort if the port is unspecified.
port() - Method in class com.trolltech.qt.network.QNetworkProxy
Returns the port of this proxy.
port - Variable in class com.trolltech.qt.network.QUdpSocket.HostInfo
 
port() - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the connection's port number.
pos() - Method in class com.trolltech.qt.core.QAbstractFileEngine
Returns the current file position.
pos() - Method in class com.trolltech.qt.core.QBuffer
This function is reimplemented for internal reasons.
pos() - Method in class com.trolltech.qt.core.QFile
This function is reimplemented for internal reasons.
pos() - Method in class com.trolltech.qt.core.QFSFileEngine
This function is reimplemented for internal reasons.
pos() - Method in class com.trolltech.qt.core.QIODevice
For random-access devices, this function returns the position that data is written to or read from.
pos() - Method in class com.trolltech.qt.core.QRegExp
Equivalent to pos(0).
pos(int) - Method in class com.trolltech.qt.core.QRegExp
Returns the position of the nth captured text in the searched string.
pos() - Method in class com.trolltech.qt.core.QTextStream
Returns the device position corresponding to the current position of the stream, or -1 if an error occurs (e.g., if there is no device or string, or if there's a device error).
pos() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Returns the position of the item in parent coordinates.
pos() - Method in class com.trolltech.qt.gui.QContextMenuEvent
Returns the position of the mouse pointer relative to the widget that received the event.
pos() - Static method in class com.trolltech.qt.gui.QCursor
Returns the position of the cursor (hot spot) in global screen coordinates.
pos() - Method in class com.trolltech.qt.gui.QDropEvent
Returns the position where the drop was made.
pos() - Method in class com.trolltech.qt.gui.QGraphicsItem
Returns the position of the item in parent coordinates.
pos() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Returns the position of the item in parent coordinates.
pos() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Returns the position of the item in parent coordinates.
pos() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Returns the position of the item in parent coordinates.
pos() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Returns the position of the item in parent coordinates.
pos() - Method in class com.trolltech.qt.gui.QGraphicsSceneContextMenuEvent
Returns the position of the mouse cursor in item coordinates at the moment the the context menu was requested.
pos() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Returns the mouse position of the event relative to the view that sent the event.
pos() - Method in class com.trolltech.qt.gui.QGraphicsSceneHoverEvent
Returns the position of the mouse cursor in item coordinates at the moment the the hover event was sent.
pos() - Method in class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Returns the mouse cursor position in item coordinates.
pos() - Method in class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
Returns the position of the cursor in item coordinates when the wheel event occurred.
pos() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Returns the position of the item in parent coordinates.
pos() - Method in class com.trolltech.qt.gui.QHelpEvent
Returns the mouse cursor position when the event was generated, relative to the widget to which the event is dispatched.
pos() - Method in class com.trolltech.qt.gui.QHoverEvent
Returns the position of the mouse cursor, relative to the widget that received the event.
pos() - Method in class com.trolltech.qt.gui.QMouseEvent
Returns the position of the mouse cursor, relative to the widget that received the event.
pos() - Method in class com.trolltech.qt.gui.QMoveEvent
Returns the new position of the widget.
pos() - Method in class com.trolltech.qt.gui.QStyleOptionToolButton
Returns the position of the tool button.
pos() - Method in class com.trolltech.qt.gui.QTabletEvent
Returns the position of the device, relative to the widget that received the event.
pos() - Method in class com.trolltech.qt.gui.QWheelEvent
Returns the position of the mouse cursor relative to the widget that received the event.
pos() - Method in class com.trolltech.qt.gui.QWidget
Returns the position of the widget within its parent widget.
pos() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Returns the position of the item in parent coordinates.
posAt(double) - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
Returns the position of the item at the given step value.
position() - Method in class com.trolltech.qt.gui.QStyleOptionHeader
Returns the section's position in relation to the other sections.
position() - Method in class com.trolltech.qt.gui.QStyleOptionTab
Returns the position of the tab in the tab bar.
position() - Method in class com.trolltech.qt.gui.QStyleOptionToolBoxV2
Returns the tab position of this QStyleOptionToolBoxV2.
position() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the index of the block's first character within the document.
position() - Method in class com.trolltech.qt.gui.QTextCursor
Returns the absolute position of the cursor within the document.
position() - Method in class com.trolltech.qt.gui.QTextFragment
Returns the position of this text fragment in the document.
position() - Method in class com.trolltech.qt.gui.QTextFrameFormat
Returns the positioning policy for frames with this frame format.
position() - Method in class com.trolltech.qt.gui.QTextLayout
The global position of the layout.
position() - Method in class com.trolltech.qt.gui.QTextLine
Returns the line's position relative to the text layout's position.
position - Variable in class com.trolltech.qt.gui.QValidator.QValidationData
 
positionInlineObject(QTextInlineObject, int, QTextFormat) - Method in class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Lays out the inline object item using the given text format.
positionOfLine() - Method in class com.trolltech.qt.gui.QStyleOptionToolBar
This variable holds the position of the toolbar line.
positionWithinLine() - Method in class com.trolltech.qt.gui.QStyleOptionToolBar
This variable holds the position of the toolbar within a line.
posList() - Method in class com.trolltech.qt.gui.QGraphicsItemAnimation
Returns all explicitly inserted positions.
possibleActions() - Method in class com.trolltech.qt.gui.QDropEvent
Returns an OR-combination of possible drop actions.
possibleActions() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Returns the possible drop actions that the drag and drop can result in.
post(String, QIODevice) - Method in class com.trolltech.qt.network.QHttp
Equivalent to post(path, data, 0).
post(String, QIODevice, QIODevice) - Method in class com.trolltech.qt.network.QHttp
Sends a post request for path to the server set by setHost() or as specified in the constructor.
post(String, QByteArray) - Method in class com.trolltech.qt.network.QHttp
Equivalent to post(path, data, 0).
post(String, QByteArray, QIODevice) - Method in class com.trolltech.qt.network.QHttp
data is used as the content data of the HTTP request.
postEvent(QObject, QEvent, int) - Static method in class com.trolltech.qt.core.QCoreApplication
Adds the event event, with the object receiver as the receiver of the event, to an event queue and returns immediately.
postEvent(QObject, QEvent) - Static method in class com.trolltech.qt.core.QCoreApplication
Adds the event event, with the object receiver as the receiver of the event, to an event queue and returns immediately.
precision() - Method in class com.trolltech.qt.sql.QSqlField
Returns the field's precision; this is only meaningful for numeric types.
preeditAreaPosition() - Method in class com.trolltech.qt.gui.QTextLayout
Returns the position of the area in the text layout that will be processed before editing occurs.
preeditAreaText() - Method in class com.trolltech.qt.gui.QTextLayout
Returns the text that is inserted in the layout before editing occurs.
preeditString() - Method in class com.trolltech.qt.gui.QInputMethodEvent
Returns the preedit text, i.e. the text before the user started editing it.
prefix() - Method in class com.trolltech.qt.gui.QDoubleSpinBox
Returns the spin box's prefix.
prefix() - Method in class com.trolltech.qt.gui.QSpinBox
Returns the spin box's prefix.
prefix() - Method in class com.trolltech.qt.xml.QDomNode
Returns the namespace prefix of the node or an empty string if the node has no namespace prefix.
prefix(String) - Method in class com.trolltech.qt.xml.QXmlNamespaceSupport
Returns one of the prefixes mapped to the namespace URI arg__1.
prefix - Variable in class com.trolltech.qt.xml.QXmlNamespaceSupport.SplitName
 
prefix() - Method in class com.trolltech.qt.xml.QXmlStreamNamespaceDeclaration
Returns the prefix.
prefixes(String) - Method in class com.trolltech.qt.xml.QXmlNamespaceSupport
Returns a list of all prefixes currently declared for the namespace URI arg__1.
prefixes() - Method in class com.trolltech.qt.xml.QXmlNamespaceSupport
Returns a list of all the prefixes currently declared.
prepare(String) - Method in class com.trolltech.qt.sql.QSqlQuery
Prepares the SQL query query for execution.
prepare(String) - Method in class com.trolltech.qt.sql.QSqlResult
Prepares the given query for execution; the query will normally use placeholders so that it can be executed repeatedly.
prepareGeometryChange() - Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Prepares the item for a geometry change.
prepareGeometryChange() - Method in class com.trolltech.qt.gui.QGraphicsItem
Prepares the item for a geometry change.
prepareGeometryChange() - Method in class com.trolltech.qt.gui.QGraphicsItemGroup
Prepares the item for a geometry change.
prepareGeometryChange() - Method in interface com.trolltech.qt.gui.QGraphicsItemInterface
Prepares the item for a geometry change.
prepareGeometryChange() - Method in class com.trolltech.qt.gui.QGraphicsLineItem
Prepares the item for a geometry change.
prepareGeometryChange() - Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
Prepares the item for a geometry change.
prepareGeometryChange() - Method in class com.trolltech.qt.gui.QGraphicsTextItem
Prepares the item for a geometry change.
prepareGeometryChange() - Method in class com.trolltech.qt.svg.QGraphicsSvgItem
Prepares the item for a geometry change.
prepend(QByteArray) - Method in class com.trolltech.qt.core.QByteArray
Prepends other to this QByteArray, and returns the resulting array.
prepend(byte) - Method in class com.trolltech.qt.core.QByteArray
Prepends other to this QByteArray, and returns the resulting array.
prepend(String) - Method in class com.trolltech.qt.core.QByteArray
Prepends str to this QByteArray, and returns the resulting array.
prepend(QItemSelectionRange) - Method in class com.trolltech.qt.gui.QItemSelection
Inserts t at the beginning of the list.
prepend(QPoint) - Method in class com.trolltech.qt.gui.QPolygon
Inserts t at the beginning of the vector.
prepend(QPointF) - Method in class com.trolltech.qt.gui.QPolygonF
Inserts t at the beginning of the vector.
prepend(QXmlStreamAttribute) - Method in class com.trolltech.qt.xml.QXmlStreamAttributes
Inserts t at the beginning of the vector.
pressed - Variable in class com.trolltech.qt.gui.QAbstractButton
This signal is emitted when the button is pressed down.
pressed - Variable in class com.trolltech.qt.gui.QAbstractItemView
This signal is emitted when a mouse button is pressed.
pressure() - Method in class com.trolltech.qt.gui.QTabletEvent
Returns the pressure for the device.
previewWidget() - Method in class com.trolltech.qt.gui.QColumnView
Returns the preview widget, or 0 if there is none.
previous() - Method in class com.trolltech.qt.gui.QTextBlock
Returns the text block in the document before this block, or an empty text block if this is the first one.
previous() - Method in class com.trolltech.qt.gui.QTextBlock_iterator
Makes the preceding item the current item.
previous() - Method in class com.trolltech.qt.gui.QTextFrame_iterator
Returns the previous QTextFrame in this iterator.
previous(int) - Method in class com.trolltech.qt.gui.QTreeWidgetItemIterator
Makes the iterator go backwards by i items.
previous() - Method in class com.trolltech.qt.gui.QTreeWidgetItemIterator
Makes the iterator go backwards by one item.
previous() - Method in class com.trolltech.qt.sql.QSqlQuery
Retrieves the previous record in the result, if available, and positions the query on the retrieved record.
previousBlockState() - Method in class com.trolltech.qt.gui.QSyntaxHighlighter
Returns the end state of the text block previous to the syntax highlighter's current block.
previousCursorPosition(int) - Method in class com.trolltech.qt.gui.QTextLayout
Equivalent to previousCursorPosition(oldPos, SkipCharacters).
previousCursorPosition(int, QTextLayout.CursorMode) - Method in class com.trolltech.qt.gui.QTextLayout
Returns the first valid cursor position before oldPos that respects the given cursor mode.
previousSibling() - Method in class com.trolltech.qt.xml.QDomNode
Returns the previous sibling in the document tree.
previousSiblingElement() - Method in class com.trolltech.qt.xml.QDomNode
Equivalent to previousSiblingElement(QString()).
previousSiblingElement(String) - Method in class com.trolltech.qt.xml.QDomNode
Returns the previous sibilng element with tag name tagName if tagName is non-empty; otherwise returns any previous sibling element.
primaryIndex(String) - Method in class com.trolltech.qt.sql.QSqlDatabase
Returns the primary index for table tablename.
primaryIndex(String) - Method in class com.trolltech.qt.sql.QSqlDriver
Returns the primary index for table tableName.
primaryKey() - Method in class com.trolltech.qt.sql.QSqlTableModel
Returns the primary key for the current table, or an empty QSqlIndex if the table is not set or has no primary key.
primaryScreen() - Method in class com.trolltech.qt.gui.QDesktopWidget
Returns the index of the primary screen.
primeInsert - Variable in class com.trolltech.qt.sql.QSqlTableModel
This signal is emitted when an insertion is initiated in the given row.
print(QPrinter) - Method in class com.trolltech.qt.gui.QTextDocument
Prints the document to the given printer.
print(QPrinter) - Method in class com.trolltech.qt.gui.QTextEdit
Convenience function to print the text edit's document to the given printer.
printEngine() - Method in class com.trolltech.qt.gui.QPrinter
Returns the print engine used by the printer.
printer() - Method in class com.trolltech.qt.gui.QAbstractPageSetupDialog
Returns the printer that this page setup dialog is operating on.
printer() - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Returns the printer that this printer dialog operates on.
printerName() - Method in class com.trolltech.qt.gui.QPrinter
Returns the printer name.
printerState() - Method in class com.trolltech.qt.gui.QPrintEngine
Returns the current state of the printer being used by the print engine.
printerState() - Method in class com.trolltech.qt.gui.QPrinter
Returns the current state of the printer.
printProgram() - Method in class com.trolltech.qt.gui.QPrinter
Returns the name of the program that sends the print output to the printer.
printRange() - Method in class com.trolltech.qt.gui.QAbstractPrintDialog
Returns the print range.
printRange() - Method in class com.trolltech.qt.gui.QPrinter
Returns the page range of the QPrinter.
processChannelMode() - Method in class com.trolltech.qt.core.QProcess
Returns the channel mode of the QProcess standard output and standard error channels.
processEvents(QEventLoop.ProcessEventsFlags) - Method in class com.trolltech.qt.core.QAbstractEventDispatcher
Processes pending events that match flags until there are no more events to process.
processEvents(QEventLoop.ProcessEventsFlag...) - Static method in class com.trolltech.qt.core.QCoreApplication
Processes all pending events for the calling thread according to the specified flags until there are no more events to process.
processEvents() - Static method in class com.trolltech.qt.core.QCoreApplication
Equivalent to processEvents(QEventLoop::AllEvents).
processEvents(QEventLoop.ProcessEventsFlags) - Static method in class com.trolltech.qt.core.QCoreApplication
Processes all pending events for the calling thread according to the specified flags until there are no more events to process.
processEvents(QEventLoop.ProcessEventsFlags, int) - Static method in class com.trolltech.qt.core.QCoreApplication
Processes pending events for the calling thread for maxtime milliseconds or until there are no more events to process, whichever is shorter.
processEvents(QEventLoop.ProcessEventsFlags, int) - Method in class com.trolltech.qt.core.QEventLoop
Process pending events that match flags for a maximum of maximumTime milliseconds, or until there are no more events to process, whichever is shorter.
processEvents(QEventLoop.ProcessEventsFlag...) - Method in class com.trolltech.qt.core.QEventLoop
Processes pending events that match flags until there are no more events to process.
processEvents() - Method in class com.trolltech.qt.core.QEventLoop
Equivalent to processEvents(AllEvents).
processEvents(QEventLoop.ProcessEventsFlags) - Method in class com.trolltech.qt.core.QEventLoop
Processes pending events that match flags until there are no more events to process.
processingInstruction(String, String) - Method in class com.trolltech.qt.xml.QXmlContentHandler
The reader calls this function when it has parsed a processing instruction.
processingInstruction(String, String) - Method in interface com.trolltech.qt.xml.QXmlContentHandlerInterface
The reader calls this function when it has parsed a processing instruction.
processingInstruction(String, String) - Method in class com.trolltech.qt.xml.QXmlDefaultHandler
This function is reimplemented for internal reasons.
processingInstructionData() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the data of a ProcessingInstruction.
processingInstructionTarget() - Method in class com.trolltech.qt.xml.QXmlStreamReader
Returns the target of a ProcessingInstruction.
processName(String, boolean) - Method in class com.trolltech.qt.xml.QXmlNamespaceSupport
Processes a raw XML 1.0 name in the current context by removing the prefix and looking it up among the prefixes currently declared.
progress() - Method in class com.trolltech.qt.gui.QStyleOptionProgressBar
Returns the current progress for the progress bar.
properties() - Method in class com.trolltech.qt.gui.QTextFormat
Returns a map with all properties of this text format.
property(String) - Method in class com.trolltech.qt.core.QObject
Returns the value of the object's name property.
property(QPrintEngine.PrintEnginePropertyKey) - Method in class com.trolltech.qt.gui.QPrintEngine
Returns the print engine's property specified by key.
property(int) - Method in class com.trolltech.qt.gui.QTextFormat
Returns the property specified by the given propertyId.
propertyCount() - Method in class com.trolltech.qt.gui.QTextFormat
Returns the number of properties stored in the format.
propertyName() - Method in class com.trolltech.qt.core.QDynamicPropertyChangeEvent
Returns the name of the dynamic property that was added, changed or removed.
proposedAction() - Method in class com.trolltech.qt.gui.QDropEvent
Returns the proposed drop action.
proposedAction() - Method in class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Returns the drop action that is proposed, i.e., preferred.
protocol() - Method in class com.trolltech.qt.network.QHostAddress
Returns the network layer protocol of the host address.
proxy() - Method in class com.trolltech.qt.network.QAbstractSocket
Returns the network proxy for this socket.
proxy() - Method in class com.trolltech.qt.network.QTcpServer
Returns the network proxy for this socket.
proxyAuthenticationRequired - Variable in class com.trolltech.qt.network.QAbstractSocket
 
proxyAuthenticationRequired - Variable in class com.trolltech.qt.network.QHttp
 
proxyModel() - Method in class com.trolltech.qt.gui.QFileDialog
Returns the proxy model used by the file dialog.
publicId() - Method in class com.trolltech.qt.xml.QDomDocumentType
Returns the public identifier of the external DTD subset or an empty string if there is no public identifier.
publicId() - Method in class com.trolltech.qt.xml.QDomEntity
Returns the public identifier associated with this entity.
publicId() - Method in class com.trolltech.qt.xml.QDomNotation
Returns the public identifier of this notation.
publicId() - Method in class com.trolltech.qt.xml.QXmlParseException
Returns the public identifier where the error occurred.
publicId() - Method in class com.trolltech.qt.xml.QXmlStreamEntityDeclaration
Returns the public identifier.
publicId() - Method in class com.trolltech.qt.xml.QXmlStreamNotationDeclaration
Returns the public identifier.
push(QUndoCommand) - Method in class com.trolltech.qt.gui.QUndoStack
Pushes cmd on the stack or merges it with the most recently executed command.
push_back(QItemSelectionRange) - Method in class com.trolltech.qt.gui.QItemSelection
This function is provided for STL compatibility.
push_back(QPoint) - Method in class com.trolltech.qt.gui.QPolygon
This function is provided for STL compatibility.
push_back(QPointF) - Method in class com.trolltech.qt.gui.QPolygonF
This function is provided for STL compatibility.
push_front(QItemSelectionRange) - Method in class com.trolltech.qt.gui.QItemSelection
This function is provided for STL compatibility.
push_front(QPoint) - Method in class com.trolltech.qt.gui.QPolygon
This function is provided for STL compatibility.
push_front(QPointF) - Method in class com.trolltech.qt.gui.QPolygonF
This function is provided for STL compatibility.
pushContext() - Method in class com.trolltech.qt.xml.QXmlNamespaceSupport
Starts a new namespace context.
put(QByteArray, String) - Method in class com.trolltech.qt.network.QFtp
Equivalent to put(data, file, Binary).
put(QByteArray, String, QFtp.TransferType) - Method in class com.trolltech.qt.network.QFtp
Writes a copy of the given data to the file called file on the server.
put(QIODevice, String) - Method in class com.trolltech.qt.network.QFtp
Equivalent to put(dev, file, Binary).
put(QIODevice, String, QFtp.TransferType) - Method in class com.trolltech.qt.network.QFtp
Reads the data from the IO device dev, and writes it to the file called file on the server.
putByte(byte) - Method in class com.trolltech.qt.core.QIODevice
Writes the character c to the device.

Q

QAbstractButton - Class in com.trolltech.qt.gui
The QAbstractButton class is the abstract base class of button widgets, providing functionality common to buttons.
QAbstractButton() - Constructor for class com.trolltech.qt.gui.QAbstractButton
Equivalent to QAbstractButton(0).
QAbstractButton(QWidget) - Constructor for class com.trolltech.qt.gui.QAbstractButton
Constructs an abstract button with a parent.
QAbstractEventDispatcher - Class in com.trolltech.qt.core
The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.
QAbstractEventDispatcher() - Constructor for class com.trolltech.qt.core.QAbstractEventDispatcher
Equivalent to QAbstractEventDispatcher(0).
QAbstractEventDispatcher(QObject) - Constructor for class com.trolltech.qt.core.QAbstractEventDispatcher
Constructs a new event dispatcher with the given parent.
QAbstractFileEngine - Class in com.trolltech.qt.core
The QAbstractFileEngine class provides an abstraction for accessing the filesystem.
QAbstractFileEngine() - Constructor for class com.trolltech.qt.core.QAbstractFileEngine
Constructs a new QAbstractFileEngine that does not refer to any file or directory.
QAbstractFileEngine.Extension - Enum in com.trolltech.qt.core
This enum describes the types of extensions that the file engine can support.
QAbstractFileEngine.FileFlag - Enum in com.trolltech.qt.core
The permissions and types of a file, suitable for OR'ing together.
QAbstractFileEngine.FileFlags - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QAbstractFileEngine.FileFlags(QAbstractFileEngine.FileFlag...) - Constructor for class com.trolltech.qt.core.QAbstractFileEngine.FileFlags
Creates flags with value set as only flag.
QAbstractFileEngine.FileFlags(int) - Constructor for class com.trolltech.qt.core.QAbstractFileEngine.FileFlags
Creates flags with the specified int flags set.
QAbstractFileEngine.FileName - Enum in com.trolltech.qt.core
These values are used to request a file name in a particular format.
QAbstractFileEngine.FileOwner - Enum in com.trolltech.qt.core
Press link for info on QAbstractFileEngine.FileOwner
QAbstractFileEngine.FileTime - Enum in com.trolltech.qt.core
These are used by the fileTime function.
QAbstractFileEngineHandler - Class in com.trolltech.qt.core
The QAbstractFileEngineHandler class provides a way to register custom file engines with your application.
QAbstractFileEngineHandler() - Constructor for class com.trolltech.qt.core.QAbstractFileEngineHandler
Constructs a file handler and registers it with Qt.
QAbstractFileEngineIterator - Class in com.trolltech.qt.core
The QAbstractFileEngineIterator class provides an iterator interface for custom file engines.
QAbstractFileEngineIterator(QDir.Filters, List<String>) - Constructor for class com.trolltech.qt.core.QAbstractFileEngineIterator
Constructs a QAbstractFileEngineIterator, using the entry filters filters, and wildcard name filters nameFilters.
QAbstractGraphicsShapeItem - Class in com.trolltech.qt.gui
The QAbstractGraphicsShapeItem class provides a common base for all path items.
QAbstractGraphicsShapeItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Constructs a QAbstractGraphicsShapeItem.
QAbstractGraphicsShapeItem() - Constructor for class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Constructs a parentless QAbstractGraphicsShapeItem.
QAbstractGraphicsShapeItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
Constructs a new QAbstractGraphicsShapeItem with the specified parent and adds it to scene.
QAbstractItemDelegate - Class in com.trolltech.qt.gui
The QAbstractItemDelegate class is used to display and edit data items from a model.
QAbstractItemDelegate() - Constructor for class com.trolltech.qt.gui.QAbstractItemDelegate
Equivalent to QAbstractItemDelegate(0).
QAbstractItemDelegate(QObject) - Constructor for class com.trolltech.qt.gui.QAbstractItemDelegate
Creates a new abstract item delegate with the given parent.
QAbstractItemDelegate.EndEditHint - Enum in com.trolltech.qt.gui
This enum describes the different hints that the delegate can give to the model and view components to make editing data in a model a comfortable experience for the user.
QAbstractItemModel - Class in com.trolltech.qt.core
The QAbstractItemModel class provides the abstract interface for item model classes.
QAbstractItemModel() - Constructor for class com.trolltech.qt.core.QAbstractItemModel
Equivalent to QAbstractItemModel(0).
QAbstractItemModel(QObject) - Constructor for class com.trolltech.qt.core.QAbstractItemModel
Constructs an abstract item model with the given parent.
QAbstractItemView - Class in com.trolltech.qt.gui
The QAbstractItemView class provides the basic functionality for item view classes.
QAbstractItemView() - Constructor for class com.trolltech.qt.gui.QAbstractItemView
Equivalent to QAbstractItemView(0).
QAbstractItemView(QWidget) - Constructor for class com.trolltech.qt.gui.QAbstractItemView
Constructs an abstract item view with the given parent.
QAbstractItemView.CursorAction - Enum in com.trolltech.qt.gui
This enum describes the different ways to navigate between items,
QAbstractItemView.DragDropMode - Enum in com.trolltech.qt.gui
Describes the various drag and drop events the view can act upon.
QAbstractItemView.DropIndicatorPosition - Enum in com.trolltech.qt.gui
This enum indicates the position of the drop indicator in relation to the index at the current mouse position.
QAbstractItemView.EditTrigger - Enum in com.trolltech.qt.gui
This enum describes actions which will initiate item editing.
QAbstractItemView.EditTriggers - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QAbstractItemView.EditTriggers(QAbstractItemView.EditTrigger...) - Constructor for class com.trolltech.qt.gui.QAbstractItemView.EditTriggers
Creates flags with value set as only flag.
QAbstractItemView.EditTriggers(int) - Constructor for class com.trolltech.qt.gui.QAbstractItemView.EditTriggers
Creates flags with the specified int flags set.
QAbstractItemView.ScrollHint - Enum in com.trolltech.qt.gui
Press link for info on QAbstractItemView.ScrollHint
QAbstractItemView.ScrollMode - Enum in com.trolltech.qt.gui
Press link for info on QAbstractItemView.ScrollMode
QAbstractItemView.SelectionBehavior - Enum in com.trolltech.qt.gui
Press link for info on QAbstractItemView.SelectionBehavior
QAbstractItemView.SelectionMode - Enum in com.trolltech.qt.gui
This enum indicates how the view responds to user selections.
QAbstractItemView.State - Enum in com.trolltech.qt.gui
Describes the different states the view can be in.
QAbstractListModel - Class in com.trolltech.qt.core
The QAbstractListModel class provides an abstract model that can be subclassed to create one-dimensional list models.
QAbstractListModel() - Constructor for class com.trolltech.qt.core.QAbstractListModel
Equivalent to QAbstractListModel(0).
QAbstractListModel(QObject) - Constructor for class com.trolltech.qt.core.QAbstractListModel
Constructs an abstract list model with the given parent.
QAbstractPageSetupDialog - Class in com.trolltech.qt.gui
The QAbstractPageSetupDialog class provides a base for implementations of page setup dialogs.
QAbstractPageSetupDialog(QPrinter) - Constructor for class com.trolltech.qt.gui.QAbstractPageSetupDialog
Equivalent to QAbstractPageSetupDialog(printer, 0).
QAbstractPageSetupDialog(QPrinter, QWidget) - Constructor for class com.trolltech.qt.gui.QAbstractPageSetupDialog
Constructs the page setup dialog for the printer printer with parent as parent widget.
QAbstractPrintDialog - Class in com.trolltech.qt.gui
The QAbstractPrintDialog class provides a base implementation for print dialogs used to configure printers.
QAbstractPrintDialog(QPrinter) - Constructor for class com.trolltech.qt.gui.QAbstractPrintDialog
Equivalent to QAbstractPrintDialog(printer, 0).
QAbstractPrintDialog(QPrinter, QWidget) - Constructor for class com.trolltech.qt.gui.QAbstractPrintDialog
Constructs an abstract print dialog for printer with parent as parent widget.
QAbstractPrintDialog.PrintDialogOption - Enum in com.trolltech.qt.gui
Used to specify which parts of the print dialog should be enabled.
QAbstractPrintDialog.PrintDialogOptions - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QAbstractPrintDialog.PrintDialogOptions(QAbstractPrintDialog.PrintDialogOption...) - Constructor for class com.trolltech.qt.gui.QAbstractPrintDialog.PrintDialogOptions
Creates flags with value set as only flag.
QAbstractPrintDialog.PrintDialogOptions(int) - Constructor for class com.trolltech.qt.gui.QAbstractPrintDialog.PrintDialogOptions
Creates flags with the specified int flags set.
QAbstractPrintDialog.PrintRange - Enum in com.trolltech.qt.gui
Used to specify the print range selection option.
QAbstractProxyModel - Class in com.trolltech.qt.gui
The QAbstractProxyModel class provides a base class for proxy item models that can do sorting, filtering or other data processing tasks.
QAbstractProxyModel() - Constructor for class com.trolltech.qt.gui.QAbstractProxyModel
Equivalent to QAbstractProxyModel(0).
QAbstractProxyModel(QObject) - Constructor for class com.trolltech.qt.gui.QAbstractProxyModel
Constructs a proxy model with the given parent.
QAbstractScrollArea - Class in com.trolltech.qt.gui
The QAbstractScrollArea widget provides a scrolling area with on-demand scroll bars.
QAbstractScrollArea() - Constructor for class com.trolltech.qt.gui.QAbstractScrollArea
Equivalent to QAbstractScrollArea(0).
QAbstractScrollArea(QWidget) - Constructor for class com.trolltech.qt.gui.QAbstractScrollArea
Constructs a viewport.
QAbstractSlider - Class in com.trolltech.qt.gui
The QAbstractSlider class provides an integer value within a range.
QAbstractSlider() - Constructor for class com.trolltech.qt.gui.QAbstractSlider
Equivalent to QAbstractSlider(0).
QAbstractSlider(QWidget) - Constructor for class com.trolltech.qt.gui.QAbstractSlider
Constructs an abstract slider.
QAbstractSlider.SliderAction - Enum in com.trolltech.qt.gui
Press link for info on QAbstractSlider.SliderAction
QAbstractSlider.SliderChange - Enum in com.trolltech.qt.gui
Press link for info on QAbstractSlider.SliderChange
QAbstractSocket - Class in com.trolltech.qt.network
The QAbstractSocket class provides the base functionality common to all socket types.
QAbstractSocket(QAbstractSocket.SocketType, QObject) - Constructor for class com.trolltech.qt.network.QAbstractSocket
Creates a new abstract socket of type socketType.
QAbstractSocket.NetworkLayerProtocol - Enum in com.trolltech.qt.network
This enum describes the network layer protocol values used in Qt.
QAbstractSocket.SocketError - Enum in com.trolltech.qt.network
This enum describes the socket errors that can occur.
QAbstractSocket.SocketState - Enum in com.trolltech.qt.network
This enum describes the different states in which a socket can be.
QAbstractSocket.SocketType - Enum in com.trolltech.qt.network
This enum describes the transport layer protocol.
QAbstractSpinBox - Class in com.trolltech.qt.gui
The QAbstractSpinBox class provides a spinbox and a line edit to display values.
QAbstractSpinBox() - Constructor for class com.trolltech.qt.gui.QAbstractSpinBox
Equivalent to QAbstractSpinBox(0).
QAbstractSpinBox(QWidget) - Constructor for class com.trolltech.qt.gui.QAbstractSpinBox
Constructs an abstract spinbox with the given parent with default wrapping, and alignment properties.
QAbstractSpinBox.ButtonSymbols - Enum in com.trolltech.qt.gui
This enum type describes the symbols that can be displayed on the buttons in a spin box.
QAbstractSpinBox.CorrectionMode - Enum in com.trolltech.qt.gui
This enum type describes the mode the spinbox will use to correct an Intermediate value if editing finishes.
QAbstractSpinBox.StepEnabled - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QAbstractSpinBox.StepEnabled(QAbstractSpinBox.StepEnabledFlag...) - Constructor for class com.trolltech.qt.gui.QAbstractSpinBox.StepEnabled
Creates flags with value set as only flag.
QAbstractSpinBox.StepEnabled(int) - Constructor for class com.trolltech.qt.gui.QAbstractSpinBox.StepEnabled
Creates flags with the specified int flags set.
QAbstractSpinBox.StepEnabledFlag - Enum in com.trolltech.qt.gui
Press link for info on QAbstractSpinBox.StepEnabledFlag
QAbstractTableModel - Class in com.trolltech.qt.gui
The QAbstractTableModel class provides an abstract model that can be subclassed to create table models.
QAbstractTableModel() - Constructor for class com.trolltech.qt.gui.QAbstractTableModel
Equivalent to QAbstractTableModel(0).
QAbstractTableModel(QObject) - Constructor for class com.trolltech.qt.gui.QAbstractTableModel
Constructs an abstract table model for the given parent.
QAbstractTextDocumentLayout - Class in com.trolltech.qt.gui
The QAbstractTextDocumentLayout class is an abstract base class used to implement custom layouts for QTextDocuments.
QAbstractTextDocumentLayout(QTextDocument) - Constructor for class com.trolltech.qt.gui.QAbstractTextDocumentLayout
Creates a new text document layout for the given doc.
QAbstractTextDocumentLayout_PaintContext - Class in com.trolltech.qt.gui
 
QAbstractTextDocumentLayout_PaintContext() - Constructor for class com.trolltech.qt.gui.QAbstractTextDocumentLayout_PaintContext
QAbstractTextDocumentLayout_Selection - Class in com.trolltech.qt.gui
 
QAbstractTextDocumentLayout_Selection() - Constructor for class com.trolltech.qt.gui.QAbstractTextDocumentLayout_Selection
Constructs a new QAbstractTextDocumentLayout_Selection object.
QAccessible - Class in com.trolltech.qt.gui
The QAccessible class provides enums and static functions relating to accessibility.
QAccessible.Action - Enum in com.trolltech.qt.gui
This enum describes the possible types of action that can occur.
QAccessible.Event - Enum in com.trolltech.qt.gui
This enum type defines accessible event types.
QAccessible.Method - Enum in com.trolltech.qt.gui
This enum describes the possible types of methods that can be invoked on an accessible object.
QAccessible.Relation - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QAccessible.Relation(QAccessible.RelationFlag...) - Constructor for class com.trolltech.qt.gui.QAccessible.Relation
Creates flags with value set as only flag.
QAccessible.Relation(int) - Constructor for class com.trolltech.qt.gui.QAccessible.Relation
Creates flags with the specified int flags set.
QAccessible.RelationFlag - Enum in com.trolltech.qt.gui
This enum type defines bit flags that can be combined to indicate the relationship between two accessible objects.
QAccessible.Role - Enum in com.trolltech.qt.gui
This enum defines the role of an accessible object.
QAccessible.State - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QAccessible.State(QAccessible.StateFlag...) - Constructor for class com.trolltech.qt.gui.QAccessible.State
Creates flags with value set as only flag.
QAccessible.State(int) - Constructor for class com.trolltech.qt.gui.QAccessible.State
Creates flags with the specified int flags set.
QAccessible.StateFlag - Enum in com.trolltech.qt.gui
This enum type defines bit flags that can be combined to indicate the state of an accessible object.
QAccessible.Text - Enum in com.trolltech.qt.gui
This enum specifies string information that an accessible object returns.
QAccessible2Interface - Class in com.trolltech.qt.gui
 
QAccessibleBridge - Class in com.trolltech.qt.gui
The QAccessibleBridge class is the base class for accessibility back-ends.
QAccessibleEvent - Class in com.trolltech.qt.gui
The QAccessibleEvent class is used to query addition accessibility information about complex widgets.
QAccessibleEvent(QEvent.Type, int) - Constructor for class com.trolltech.qt.gui.QAccessibleEvent
Constructs an accessibility event of the given type, which must be QEvent.:AccessibilityDescription or QEvent::AccessibilityHelp.
QAccessibleInterface - Class in com.trolltech.qt.gui
The QAccessibleInterface class defines an interface that exposes information about accessible objects.
QAccessibleInterface.Target - Class in com.trolltech.qt.gui
 
QAccessibleInterface.Target(int, QAccessibleInterface) - Constructor for class com.trolltech.qt.gui.QAccessibleInterface.Target
 
QAccessibleInterfaceEx - Class in com.trolltech.qt.gui
 
QAccessibleObject - Class in com.trolltech.qt.gui
The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects.
QAccessibleObject(QObject) - Constructor for class com.trolltech.qt.gui.QAccessibleObject
Creates a QAccessibleObject for object.
QAccessibleObjectEx - Class in com.trolltech.qt.gui
 
QAccessibleTableInterface - Class in com.trolltech.qt.gui
 
QAccessibleTableInterface.CellAtIndex - Class in com.trolltech.qt.gui
 
QAccessibleTableInterface.CellAtIndex(int, int, int, int, boolean) - Constructor for class com.trolltech.qt.gui.QAccessibleTableInterface.CellAtIndex
 
QAccessibleWidget - Class in com.trolltech.qt.gui
The QAccessibleWidget class implements the QAccessibleInterface for QWidgets.
QAccessibleWidget(QWidget, QAccessible.Role) - Constructor for class com.trolltech.qt.gui.QAccessibleWidget
Equivalent to QAccessibleWidget(o, r, QString()).
QAccessibleWidget(QWidget) - Constructor for class com.trolltech.qt.gui.QAccessibleWidget
Equivalent to QAccessibleWidget(o, Client, QString()).
QAccessibleWidget(QWidget, QAccessible.Role, String) - Constructor for class com.trolltech.qt.gui.QAccessibleWidget
Creates a QAccessibleWidget object for widget o.
QAccessibleWidgetEx - Class in com.trolltech.qt.gui
 
QAccessibleWidgetEx(QWidget, QAccessible.Role) - Constructor for class com.trolltech.qt.gui.QAccessibleWidgetEx
Equivalent to QAccessibleWidgetEx(o, r, QString()).
QAccessibleWidgetEx(QWidget) - Constructor for class com.trolltech.qt.gui.QAccessibleWidgetEx
Equivalent to QAccessibleWidgetEx(o, Client, QString()).
QAction - Class in com.trolltech.qt.gui
The QAction class provides an abstract user interface action that can be inserted into widgets.
QAction(String, QObject) - Constructor for class com.trolltech.qt.gui.QAction
Constructs an action with some text and parent.
QAction(QIcon, String, QObject) - Constructor for class com.trolltech.qt.gui.QAction
Constructs an action with an icon and some text and parent.
QAction(QObject) - Constructor for class com.trolltech.qt.gui.QAction
Constructs an action with parent.
QAction.ActionEvent - Enum in com.trolltech.qt.gui
This enum type is used when calling QAction.:activate()
QAction.MenuRole - Enum in com.trolltech.qt.gui
This enum describes how an action should be moved into the application menu on Mac OS X.
QActionEvent - Class in com.trolltech.qt.gui
The QActionEvent class provides an event that is generated when a QAction is added, removed, or changed.
QActionEvent(int, QAction) - Constructor for class com.trolltech.qt.gui.QActionEvent
Equivalent to QActionEvent(type, action, 0).
QActionEvent(int, QAction, QAction) - Constructor for class com.trolltech.qt.gui.QActionEvent
Constructs an action event.
QActionGroup - Class in com.trolltech.qt.gui
The QActionGroup class groups actions together.
QActionGroup(QObject) - Constructor for class com.trolltech.qt.gui.QActionGroup
Constructs an action group for the parent object.
QApplication - Class in com.trolltech.qt.gui
The QApplication class manages the GUI application's control flow and main settings.
QApplication(String[]) - Constructor for class com.trolltech.qt.gui.QApplication
Initializes the window system and constructs an application object with the command line arguments in argv.
QApplication.ColorSpec - Enum in com.trolltech.qt.gui
See setColorSpec for full details.
QApplication.Type - Enum in com.trolltech.qt.gui
Press link for info on QApplication.Type
QAuthenticator - Class in com.trolltech.qt.network
The QAuthenticator class provides an authentication object.
QAuthenticator(QAuthenticator) - Constructor for class com.trolltech.qt.network.QAuthenticator
Constructs a copy of other.
QAuthenticator() - Constructor for class com.trolltech.qt.network.QAuthenticator
Constructs an empty authentication object
QBasicTimer - Class in com.trolltech.qt.core
The QBasicTimer class provides timer events for objects.
QBasicTimer() - Constructor for class com.trolltech.qt.core.QBasicTimer
Contructs a basic timer.
QBitArray - Class in com.trolltech.qt.core
The QBitArray class provides an array of bits.
QBitArray(int) - Constructor for class com.trolltech.qt.core.QBitArray
Equivalent to QBitArray(size, false).
QBitArray(int, boolean) - Constructor for class com.trolltech.qt.core.QBitArray
Constructs a bit array containing size bits.
QBitArray(QBitArray) - Constructor for class com.trolltech.qt.core.QBitArray
Constructs a copy of other.
QBitArray() - Constructor for class com.trolltech.qt.core.QBitArray
Constructs an empty bit array.
QBitmap - Class in com.trolltech.qt.gui
The QBitmap class provides monochrome (1-bit depth) pixmaps.
QBitmap(QSize) - Constructor for class com.trolltech.qt.gui.QBitmap
Constructs a bitmap with the given arg__1.
QBitmap(QPixmap) - Constructor for class com.trolltech.qt.gui.QBitmap
Constructs a bitmap that is a copy of the given arg__1.
QBitmap() - Constructor for class com.trolltech.qt.gui.QBitmap
Constructs a null bitmap.
QBitmap(int, int) - Constructor for class com.trolltech.qt.gui.QBitmap
Constructs a bitmap with the given w and h.
QBitmap(String, String) - Constructor for class com.trolltech.qt.gui.QBitmap
Constructs a bitmap from the file specified by the given fileName.
QBitmap(String) - Constructor for class com.trolltech.qt.gui.QBitmap
This is an overloaded constructor provided for convenience.
QBoxLayout - Class in com.trolltech.qt.gui
The QBoxLayout class lines up child widgets horizontally or vertically.
QBoxLayout(QBoxLayout.Direction) - Constructor for class com.trolltech.qt.gui.QBoxLayout
Equivalent to QBoxLayout(arg__1, 0).
QBoxLayout(QBoxLayout.Direction, QWidget) - Constructor for class com.trolltech.qt.gui.QBoxLayout
Constructs a new QBoxLayout with direction arg__1 and parent widget parent.
QBoxLayout.Direction - Enum in com.trolltech.qt.gui
This type is used to determine the direction of a box layout.
QBrush - Class in com.trolltech.qt.gui
The QBrush class defines the fill pattern of shapes drawn by QPainter.
QBrush(QPixmap) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a brush with a black color and a texture set to the given pixmap.
QBrush(QColor) - Constructor for class com.trolltech.qt.gui.QBrush
Equivalent to QBrush(color, Qt::SolidPattern).
QBrush(QColor, Qt.BrushStyle) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a brush with the given color and bs.
QBrush(QColor, QPixmap) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a brush with the given color and the custom pattern stored in pixmap.
QBrush() - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a default black brush with the style Qt.:NoBrush (i.e. this brush will not fill shapes).
QBrush(QBrush) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a copy of brush.
QBrush(QGradient) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a brush based on the given gradient.
QBrush(Qt.BrushStyle) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a black brush with the given bs.
QBrush(Qt.GlobalColor, QPixmap) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a brush with the given color and the custom pattern stored in pixmap.
QBrush(QImage) - Constructor for class com.trolltech.qt.gui.QBrush
Constructs a brush with a black color and a texture set to the given image.
QBuffer - Class in com.trolltech.qt.core
The QBuffer class provides a QIODevice interface for a QByteArray.
QBuffer() - Constructor for class com.trolltech.qt.core.QBuffer
Equivalent to QBuffer(0).
QBuffer(QObject) - Constructor for class com.trolltech.qt.core.QBuffer
Constructs an empty buffer with the given parent.
QBuffer(QByteArray, QObject) - Constructor for class com.trolltech.qt.core.QBuffer
Constructs a QBuffer that uses the QByteArray pointed to by byteArray as its internal buffer, and with the given parent.
QBuffer(QByteArray) - Constructor for class com.trolltech.qt.core.QBuffer
Constructs a new QByteArray of which contents will be equal to byteArray.
QButtonGroup - Class in com.trolltech.qt.gui
The QButtonGroup class provides a container to organize groups of button widgets.
QButtonGroup() - Constructor for class com.trolltech.qt.gui.QButtonGroup
Equivalent to QButtonGroup(0).
QButtonGroup(QObject) - Constructor for class com.trolltech.qt.gui.QButtonGroup
Constructs a new, empty button group with the given parent.
QByteArray - Class in com.trolltech.qt.core
The QByteArray class provides an array of bytes.
QByteArray(QByteArray) - Constructor for class com.trolltech.qt.core.QByteArray
Constructs a copy of arg__1.
QByteArray(int, byte) - Constructor for class com.trolltech.qt.core.QByteArray
Constructs a byte array of size size with every byte set to character c.
QByteArray() - Constructor for class com.trolltech.qt.core.QByteArray
Constructs an empty byte array.
QByteArray(String) - Constructor for class com.trolltech.qt.core.QByteArray
Constructs a byte array initialized with the string str.
QByteArray(byte[]) - Constructor for class com.trolltech.qt.core.QByteArray
Constructs a new QByteArray with the contents of data.
QByteArrayMatcher - Class in com.trolltech.qt.core
The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array.
QByteArrayMatcher(QByteArrayMatcher) - Constructor for class com.trolltech.qt.core.QByteArrayMatcher
Copies the other byte array matcher to this byte array matcher.
QByteArrayMatcher() - Constructor for class com.trolltech.qt.core.QByteArrayMatcher
Constructs an empty byte array matcher that won't match anything.
QByteArrayMatcher(QByteArray) - Constructor for class com.trolltech.qt.core.QByteArrayMatcher
Constructs a byte array matcher that will search for pattern.
QCalendarWidget - Class in com.trolltech.qt.gui
The QCalendarWidget class provides a monthly based calendar widget allowing the user to select a date.
QCalendarWidget() - Constructor for class com.trolltech.qt.gui.QCalendarWidget
Equivalent to QCalendarWidget(0).
QCalendarWidget(QWidget) - Constructor for class com.trolltech.qt.gui.QCalendarWidget
Constructs a calendar widget with the given parent.
QCalendarWidget.HorizontalHeaderFormat - Enum in com.trolltech.qt.gui
This enum type defines the various formats the horizontal header can display.
QCalendarWidget.SelectionMode - Enum in com.trolltech.qt.gui
This enum describes the types of selection offered to the user for selecting dates in the calendar.
QCalendarWidget.VerticalHeaderFormat - Enum in com.trolltech.qt.gui
This enum type defines the various formats the vertical header can display.
QCDEStyle - Class in com.trolltech.qt.gui
The QCDEStyle class provides a CDE look and feel.
QCDEStyle() - Constructor for class com.trolltech.qt.gui.QCDEStyle
Equivalent to QCDEStyle(false).
QCDEStyle(boolean) - Constructor for class com.trolltech.qt.gui.QCDEStyle
Constructs a QCDEStyle.
QCheckBox - Class in com.trolltech.qt.gui
The QCheckBox widget provides a checkbox with a text label.
QCheckBox() - Constructor for class com.trolltech.qt.gui.QCheckBox
Equivalent to QCheckBox(0).
QCheckBox(QWidget) - Constructor for class com.trolltech.qt.gui.QCheckBox
Constructs a checkbox with the given parent, but with no text.
QCheckBox(String) - Constructor for class com.trolltech.qt.gui.QCheckBox
Equivalent to QCheckBox(text, 0).
QCheckBox(String, QWidget) - Constructor for class com.trolltech.qt.gui.QCheckBox
Constructs a checkbox with the given parent and text.
QChildEvent - Class in com.trolltech.qt.core
The QChildEvent class contains event parameters for child object events.
QChildEvent(QEvent.Type, QObject) - Constructor for class com.trolltech.qt.core.QChildEvent
Constructs a child event object of a particular type for the child.
QClassPathFileEngineHandler - Class in com.trolltech.qt
 
QCleanlooksStyle - Class in com.trolltech.qt.gui
The QCleanlooksStyle class provides a widget style similar to the Clearlooks style available in GNOME.
QCleanlooksStyle() - Constructor for class com.trolltech.qt.gui.QCleanlooksStyle
Constructs a QCleanlooksStyle object.
QClipboard - Class in com.trolltech.qt.gui
The QClipboard class provides access to the window system clipboard.
QClipboard.Mode - Enum in com.trolltech.qt.gui
QClipboard.Text - Class in com.trolltech.qt.gui
 
QClipboard.Text() - Constructor for class com.trolltech.qt.gui.QClipboard.Text
 
QClipboardEvent - Class in com.trolltech.qt.gui
The QClipboardEvent class provides the parameters used in a clipboard event.
QCloseEvent - Class in com.trolltech.qt.gui
The QCloseEvent class contains parameters that describe a close event.
QCloseEvent() - Constructor for class com.trolltech.qt.gui.QCloseEvent
Constructs a close event object.
QColor - Class in com.trolltech.qt.gui
The QColor class provides colors based on RGB, HSV or CMYK values.
QColor(int) - Constructor for class com.trolltech.qt.gui.QColor
Constructs a color with the value rgb.
QColor(Qt.GlobalColor) - Constructor for class com.trolltech.qt.gui.QColor
Constructs a new color with a color value of color.
QColor(int, int, int) - Constructor for class com.trolltech.qt.gui.QColor
Equivalent to QColor(r, g, b, 255).
QColor(int, int, int, int) - Constructor for class com.trolltech.qt.gui.QColor
Constructs a color with the RGB value r, g, b, and the alpha-channel (transparency) value of a.
QColor(QColor) - Constructor for class com.trolltech.qt.gui.QColor
Constructs a color that is a copy of color.
QColor() - Constructor for class com.trolltech.qt.gui.QColor
Constructs an invalid color with the RGB value (0, 0, 0).
QColor(String) - Constructor for class com.trolltech.qt.gui.QColor
Constructs a named color in the same way as setNamedColor using the given name.
QColor.Spec - Enum in com.trolltech.qt.gui
The type of color specified, either RGB, HSV or CMYK.
QColorDialog - Class in com.trolltech.qt.gui
The QColorDialog class provides a dialog widget for specifying colors.
QColormap - Class in com.trolltech.qt.gui
The QColormap class maps device independent QColors to device dependent pixel values.
QColormap(QColormap) - Constructor for class com.trolltech.qt.gui.QColormap
Constructs a copy of another colormap.
QColormap.Mode - Enum in com.trolltech.qt.gui
This enum describes how QColormap maps device independent RGB values to device dependent pixel values.
QColumnView - Class in com.trolltech.qt.gui
The QColumnView class provides a model/view implementation of a column view.
QColumnView() - Constructor for class com.trolltech.qt.gui.QColumnView
Equivalent to QColumnView(0).
QColumnView(QWidget) - Constructor for class com.trolltech.qt.gui.QColumnView
Constructs a column view with a parent to represent a model's data.
QComboBox - Class in com.trolltech.qt.gui
The QComboBox widget is a combined button and popup list.
QComboBox() - Constructor for class com.trolltech.qt.gui.QComboBox
Equivalent to QComboBox(0).
QComboBox(QWidget) - Constructor for class com.trolltech.qt.gui.QComboBox
Constructs a combobox with the given parent, using the default model QStandardItemModel.
QComboBox.InsertPolicy - Enum in com.trolltech.qt.gui
This enum specifies what the QComboBox should do when a new string is entered by the user.
QComboBox.SizeAdjustPolicy - Enum in com.trolltech.qt.gui
This enum specifies how the size hint of the QComboBox should adjust when new content is added or content changes.
QCommonStyle - Class in com.trolltech.qt.gui
The QCommonStyle class encapsulates the common Look and Feel of a GUI.
QCommonStyle() - Constructor for class com.trolltech.qt.gui.QCommonStyle
Constructs a QCommonStyle.
QCompleter - Class in com.trolltech.qt.gui
The QCompleter class provides completions based on an item model.
QCompleter(List<String>) - Constructor for class com.trolltech.qt.gui.QCompleter
Equivalent to QCompleter(completions, 0).
QCompleter(List<String>, QObject) - Constructor for class com.trolltech.qt.gui.QCompleter
Constructs a QCompleter object with the given parent that uses the specified completions as a source of possible completions.
QCompleter() - Constructor for class com.trolltech.qt.gui.QCompleter
Equivalent to QCompleter(0).
QCompleter(QObject) - Constructor for class com.trolltech.qt.gui.QCompleter
Constructs a completer object with the given parent.
QCompleter(QAbstractItemModel) - Constructor for class com.trolltech.qt.gui.QCompleter
Equivalent to QCompleter(model, 0).
QCompleter(QAbstractItemModel, QObject) - Constructor for class com.trolltech.qt.gui.QCompleter
Constructs a completer object with the given parent that provides completions from the specified model.
QCompleter.CompletionMode - Enum in com.trolltech.qt.gui
This enum specifies how completions are provided to the user.
QCompleter.ModelSorting - Enum in com.trolltech.qt.gui
This enum specifies how the items in the model are sorted.
QConicalGradient - Class in com.trolltech.qt.gui
The QConicalGradient class is used in combination with QBrush to specify a conical gradient brush.
QConicalGradient() - Constructor for class com.trolltech.qt.gui.QConicalGradient
Constructs a conical with center at (0, 0) starting the interpolation at angle 0.
QConicalGradient(QPointF, double) - Constructor for class com.trolltech.qt.gui.QConicalGradient
Constructs a conical gradient with the given center, starting the interpolation at the given startAngle.
QConicalGradient(double, double, double) - Constructor for class com.trolltech.qt.gui.QConicalGradient
Constructs a conical gradient with the given center (cx, cy), starting the interpolation at the given startAngle.
QContentsMargins - Class in com.trolltech.qt.gui
 
QContextMenuEvent - Class in com.trolltech.qt.gui
The QContextMenuEvent class contains parameters that describe a context menu event.
QContextMenuEvent(QContextMenuEvent.Reason, QPoint) - Constructor for class com.trolltech.qt.gui.QContextMenuEvent
Constructs a context menu event object with the accept parameter flag set to false.
QContextMenuEvent(QContextMenuEvent.Reason, QPoint, QPoint) - Constructor for class com.trolltech.qt.gui.QContextMenuEvent
Constructs a context menu event object with the accept parameter flag set to false.
QContextMenuEvent.Reason - Enum in com.trolltech.qt.gui
This enum describes the reason why the event was sent.
QCoreApplication - Class in com.trolltech.qt.core
The QCoreApplication class provides an event loop for console Qt applications.
QCoreApplication(String[]) - Constructor for class com.trolltech.qt.core.QCoreApplication
Constructs a Qt kernel application.
QCoreApplication.Encoding - Enum in com.trolltech.qt.core
This enum type defines the 8-bit encoding of character string arguments to translate().
QCryptographicHash - Class in com.trolltech.qt.core
The QCryptographicHash class provides a way to generate cryptographic hashes.
QCryptographicHash(QCryptographicHash.Algorithm) - Constructor for class com.trolltech.qt.core.QCryptographicHash
Constructs an object that can be used to create a cryptographic hash from data using method.
QCryptographicHash.Algorithm - Enum in com.trolltech.qt.core
Press link for info on QCryptographicHash.Algorithm
QCursor - Class in com.trolltech.qt.gui
The QCursor class provides a mouse cursor with an arbitrary shape.
QCursor() - Constructor for class com.trolltech.qt.gui.QCursor
Constructs a cursor with the default arrow shape.
QCursor(Qt.CursorShape) - Constructor for class com.trolltech.qt.gui.QCursor
Constructs a cursor with the specified shape.
QCursor(QBitmap, QBitmap, int) - Constructor for class com.trolltech.qt.gui.QCursor
Equivalent to QCursor(bitmap, mask, hotX, -1).
QCursor(QBitmap, QBitmap) - Constructor for class com.trolltech.qt.gui.QCursor
Equivalent to QCursor(bitmap, mask, -1, -1).
QCursor(QBitmap, QBitmap, int, int) - Constructor for class com.trolltech.qt.gui.QCursor
Constructs a custom bitmap cursor.
QCursor(QCursor) - Constructor for class com.trolltech.qt.gui.QCursor
Constructs a copy of the cursor cursor.
QCursor(QPixmap, int) - Constructor for class com.trolltech.qt.gui.QCursor
Equivalent to QCursor(pixmap, hotX, -1).
QCursor(QPixmap) - Constructor for class com.trolltech.qt.gui.QCursor
Equivalent to QCursor(pixmap, -1, -1).
QCursor(QPixmap, int, int) - Constructor for class com.trolltech.qt.gui.QCursor
Constructs a custom pixmap cursor.
QDataStream - Class in com.trolltech.qt.core
The QDataStream class provides serialization of binary data to a QIODevice.
QDataStream(QIODevice) - Constructor for class com.trolltech.qt.core.QDataStream
Constructs a data stream that uses the I/O device arg__1.
QDataStream(QByteArray) - Constructor for class com.trolltech.qt.core.QDataStream
Constructs a read-only data stream that operates on byte array arg__1.
QDataStream() - Constructor for class com.trolltech.qt.core.QDataStream
Constructs a data stream that has no I/O device.
QDataStream(QByteArray, QIODevice.OpenMode) - Constructor for class com.trolltech.qt.core.QDataStream
Constructs a data stream that operates on a byte array, a.
QDataStream(QByteArray, QIODevice.OpenModeFlag...) - Constructor for class com.trolltech.qt.core.QDataStream
Constructs a data stream that operates on a byte array, a.
QDataStream.Status - Enum in com.trolltech.qt.core
This enum describes the current status of the data stream.
QDataStream.Version - Enum in com.trolltech.qt.core
This enum provides symbolic synonyms for the data serialization format version numbers.
QDataWidgetMapper - Class in com.trolltech.qt.gui
The QDataWidgetMapper class provides mapping between a section of a data model to widgets.
QDataWidgetMapper() - Constructor for class com.trolltech.qt.gui.QDataWidgetMapper
Equivalent to QDataWidgetMapper(0).
QDataWidgetMapper(QObject) - Constructor for class com.trolltech.qt.gui.QDataWidgetMapper
Constructs a new QDataWidgetMapper with parent object parent.
QDataWidgetMapper.SubmitPolicy - Enum in com.trolltech.qt.gui
This enum describes the possible submit policies a QDataWidgetMapper supports.
QDate - Class in com.trolltech.qt.core
The QDate class provides date functions.
QDate() - Constructor for class com.trolltech.qt.core.QDate
Constructs a null date.
QDate(int, int, int) - Constructor for class com.trolltech.qt.core.QDate
Constructs a date with year y, month m and day d.
QDateEdit - Class in com.trolltech.qt.gui
The QDateEdit class provides a widget for editing dates based on the QDateTimeEdit widget.
QDateEdit(QDate) - Constructor for class com.trolltech.qt.gui.QDateEdit
Equivalent to QDateEdit(date, 0).
QDateEdit(QDate, QWidget) - Constructor for class com.trolltech.qt.gui.QDateEdit
Constructs an empty date editor with a parent.
QDateEdit() - Constructor for class com.trolltech.qt.gui.QDateEdit
Equivalent to QDateEdit(0).
QDateEdit(QWidget) - Constructor for class com.trolltech.qt.gui.QDateEdit
Constructs an empty date editor with a parent.
QDateTime - Class in com.trolltech.qt.core
The QDateTime class provides date and time functions.
QDateTime(QDateTime) - Constructor for class com.trolltech.qt.core.QDateTime
Constructs a copy of the other datetime.
QDateTime(QDate) - Constructor for class com.trolltech.qt.core.QDateTime
Constructs a datetime with the given arg__1, and a valid time (00.00:00.000).
QDateTime() - Constructor for class com.trolltech.qt.core.QDateTime
Constructs a null datetime (i.e. null date and null time).
QDateTime(QDate, QTime) - Constructor for class com.trolltech.qt.core.QDateTime
Equivalent to QDateTime(arg__1, arg__2, Qt::LocalTime).
QDateTime(QDate, QTime, Qt.TimeSpec) - Constructor for class com.trolltech.qt.core.QDateTime
Constructs a datetime with the given arg__1 and arg__2, using the time specification defined by spec.
QDateTimeEdit - Class in com.trolltech.qt.gui
The QDateTimeEdit class provides a widget for editing dates and times.
QDateTimeEdit(QTime) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Equivalent to QDateTimeEdit(t, 0).
QDateTimeEdit(QTime, QWidget) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Constructs an empty date time editor with a parent.
QDateTimeEdit(QDateTime) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Equivalent to QDateTimeEdit(dt, 0).
QDateTimeEdit(QDateTime, QWidget) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Constructs an empty date time editor with a parent.
QDateTimeEdit() - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Equivalent to QDateTimeEdit(0).
QDateTimeEdit(QWidget) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Constructs an empty date time editor with a parent.
QDateTimeEdit(QDate) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Equivalent to QDateTimeEdit(d, 0).
QDateTimeEdit(QDate, QWidget) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit
Constructs an empty date time editor with a parent.
QDateTimeEdit.Section - Enum in com.trolltech.qt.gui
Press link for info on QDateTimeEdit.Section
QDateTimeEdit.Sections - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QDateTimeEdit.Sections(QDateTimeEdit.Section...) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit.Sections
Creates flags with value set as only flag.
QDateTimeEdit.Sections(int) - Constructor for class com.trolltech.qt.gui.QDateTimeEdit.Sections
Creates flags with the specified int flags set.
QDesktopServices - Class in com.trolltech.qt.gui
The QDesktopServices class provides methods for accessing common desktop services.
QDesktopWidget - Class in com.trolltech.qt.gui
The QDesktopWidget class provides access to screen information on multi-head systems.
QDesktopWidget() - Constructor for class com.trolltech.qt.gui.QDesktopWidget
Creates the desktop widget.
QDial - Class in com.trolltech.qt.gui
The QDial class provides a rounded range control (like a speedometer or potentiometer).
QDial() - Constructor for class com.trolltech.qt.gui.QDial
Equivalent to QDial(0).
QDial(QWidget) - Constructor for class com.trolltech.qt.gui.QDial
Constructs a dial.
QDialog - Class in com.trolltech.qt.gui
The QDialog class is the base class of dialog windows.
QDialog(QWidget) - Constructor for class com.trolltech.qt.gui.QDialog
Equivalent to QDialog(parent, 0).
QDialog() - Constructor for class com.trolltech.qt.gui.QDialog
Equivalent to QDialog(0, 0).
QDialog(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QDialog
Constructs a dialog with parent parent.
QDialog.DialogCode - Enum in com.trolltech.qt.gui
The value returned by a modal dialog.
QDialogButtonBox - Class in com.trolltech.qt.gui
The QDialogButtonBox class is a widget that presents buttons in a layout that is appropriate to the current widget style.
QDialogButtonBox(QDialogButtonBox.StandardButtons, Qt.Orientation) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox
Equivalent to QDialogButtonBox(buttons, orientation, 0).
QDialogButtonBox(QDialogButtonBox.StandardButtons) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox
Equivalent to QDialogButtonBox(buttons, Qt::Horizontal, 0).
QDialogButtonBox(QDialogButtonBox.StandardButtons, Qt.Orientation, QWidget) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox
Constructs a button box with the given orientation and parent, containing the standard buttons specified by buttons.
QDialogButtonBox() - Constructor for class com.trolltech.qt.gui.QDialogButtonBox
Equivalent to QDialogButtonBox(0).
QDialogButtonBox(QWidget) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox
Constructs an empty, horizontal button box with the given parent.
QDialogButtonBox(Qt.Orientation) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox
Equivalent to QDialogButtonBox(orientation, 0).
QDialogButtonBox(Qt.Orientation, QWidget) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox
Constructs an empty button box with the given orientation and parent.
QDialogButtonBox.ButtonLayout - Enum in com.trolltech.qt.gui
This enum describes the layout policy to be used when arranging the buttons contained in the button box.
QDialogButtonBox.ButtonRole - Enum in com.trolltech.qt.gui
This enum describes the roles that can be used to describe buttons in the button box.
QDialogButtonBox.StandardButton - Enum in com.trolltech.qt.gui
These enums describe flags for standard buttons.
QDialogButtonBox.StandardButtons - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QDialogButtonBox.StandardButtons(QDialogButtonBox.StandardButton...) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox.StandardButtons
Creates flags with value set as only flag.
QDialogButtonBox.StandardButtons(int) - Constructor for class com.trolltech.qt.gui.QDialogButtonBox.StandardButtons
Creates flags with the specified int flags set.
QDir - Class in com.trolltech.qt.core
The QDir class provides access to directory structures and their contents.
QDir() - Constructor for class com.trolltech.qt.core.QDir
Equivalent to QDir(QString()).
QDir(String) - Constructor for class com.trolltech.qt.core.QDir
Constructs a QDir pointing to the given directory path.
QDir(String, String, QDir.SortFlags) - Constructor for class com.trolltech.qt.core.QDir
Equivalent to QDir(path, nameFilter, sort, AllEntries).
QDir(String, String) - Constructor for class com.trolltech.qt.core.QDir
Equivalent to QDir(path, nameFilter, SortFlags( Name | IgnoreCase ), AllEntries).
QDir(String, String, QDir.SortFlags, QDir.Filters) - Constructor for class com.trolltech.qt.core.QDir
Constructs a QDir with path path, that filters its entries by name using nameFilter and by attributes using filter.
QDir(QDir) - Constructor for class com.trolltech.qt.core.QDir
Constructs a QDir object that is a copy of the QDir object for directory arg__1.
QDir.Filter - Enum in com.trolltech.qt.core
This enum describes the filtering options available to QDir; e.g. for entryList and entryInfoList.
QDir.Filters - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QDir.Filters(QDir.Filter...) - Constructor for class com.trolltech.qt.core.QDir.Filters
Creates flags with value set as only flag.
QDir.Filters(int) - Constructor for class com.trolltech.qt.core.QDir.Filters
Creates flags with the specified int flags set.
QDir.SortFlag - Enum in com.trolltech.qt.core
This enum describes the sort options available to QDir, e.g. for entryList and entryInfoList.
QDir.SortFlags - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QDir.SortFlags(QDir.SortFlag...) - Constructor for class com.trolltech.qt.core.QDir.SortFlags
Creates flags with value set as only flag.
QDir.SortFlags(int) - Constructor for class com.trolltech.qt.core.QDir.SortFlags
Creates flags with the specified int flags set.
QDirIterator - Class in com.trolltech.qt.core
The QDirIterator class provides an iterator for directory entrylists.
QDirIterator(QDir) - Constructor for class com.trolltech.qt.core.QDirIterator
Equivalent to QDirIterator(dir, NoIteratorFlags).
QDirIterator(QDir, QDirIterator.IteratorFlags) - Constructor for class com.trolltech.qt.core.QDirIterator
Constructs a QDirIterator that can iterate over dir's entrylist, using dir's name filters and regular filters.
QDirIterator(String) - Constructor for class com.trolltech.qt.core.QDirIterator
Equivalent to QDirIterator(path, NoIteratorFlags).
QDirIterator(String, QDirIterator.IteratorFlags) - Constructor for class com.trolltech.qt.core.QDirIterator
Constructs a QDirIterator that can iterate over path.
QDirIterator(String, List<String>, QDir.Filters) - Constructor for class com.trolltech.qt.core.QDirIterator
Equivalent to QDirIterator(path, nameFilters, filters, NoIteratorFlags).
QDirIterator(String, List<String>) - Constructor for class com.trolltech.qt.core.QDirIterator
Equivalent to QDirIterator(path, nameFilters, QDir::NoFilter, NoIteratorFlags).
QDirIterator(String, List<String>, QDir.Filters, QDirIterator.IteratorFlags) - Constructor for class com.trolltech.qt.core.QDirIterator
Constructs a QDirIterator that can iterate over path, using nameFilters and filters.
QDirIterator(String, QDir.Filters) - Constructor for class com.trolltech.qt.core.QDirIterator
Equivalent to QDirIterator(path, filter, NoIteratorFlags).
QDirIterator(String, QDir.Filters, QDirIterator.IteratorFlags) - Constructor for class com.trolltech.qt.core.QDirIterator
Constructs a QDirIterator that can iterate over path, with no name filtering and filter for entry filtering.
QDirIterator.IteratorFlag - Enum in com.trolltech.qt.core
This enum describes flags that you can combine to configure the behavior of QDirIterator.
QDirIterator.IteratorFlags - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QDirIterator.IteratorFlags(QDirIterator.IteratorFlag...) - Constructor for class com.trolltech.qt.core.QDirIterator.IteratorFlags
Creates flags with value set as only flag.
QDirIterator.IteratorFlags(int) - Constructor for class com.trolltech.qt.core.QDirIterator.IteratorFlags
Creates flags with the specified int flags set.
QDirModel - Class in com.trolltech.qt.gui
The QDirModel class provides a data model for the local filesystem.
QDirModel(List<String>, QDir.Filters, QDir.SortFlags) - Constructor for class com.trolltech.qt.gui.QDirModel
Equivalent to QDirModel(nameFilters, filters, sort, 0).
QDirModel(List<String>, QDir.Filters, QDir.SortFlags, QObject) - Constructor for class com.trolltech.qt.gui.QDirModel
Constructs a new directory model with the given parent.
QDirModel() - Constructor for class com.trolltech.qt.gui.QDirModel
Equivalent to QDirModel(0).
QDirModel(QObject) - Constructor for class com.trolltech.qt.gui.QDirModel
Constructs a directory model with the given parent.
QDirModel.Roles - Enum in com.trolltech.qt.gui
Press link for info on QDirModel.Roles
QDockWidget - Class in com.trolltech.qt.gui
The QDockWidget class provides a widget that can be docked inside a QMainWindow or floated as a top-level window on the desktop.
QDockWidget(String, QWidget) - Constructor for class com.trolltech.qt.gui.QDockWidget
Equivalent to QDockWidget(title, parent, 0).
QDockWidget(String) - Constructor for class com.trolltech.qt.gui.QDockWidget
Equivalent to QDockWidget(title, 0, 0).
QDockWidget(String, QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QDockWidget
Constructs a QDockWidget with parent parent and window flags flags.
QDockWidget(QWidget) - Constructor for class com.trolltech.qt.gui.QDockWidget
Equivalent to QDockWidget(parent, 0).
QDockWidget() - Constructor for class com.trolltech.qt.gui.QDockWidget
Equivalent to QDockWidget(0, 0).
QDockWidget(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QDockWidget
Constructs a QDockWidget with parent parent and window flags flags.
QDockWidget.DockWidgetFeature - Enum in com.trolltech.qt.gui
Press link for info on QDockWidget.DockWidgetFeature
QDockWidget.DockWidgetFeatures - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QDockWidget.DockWidgetFeatures(QDockWidget.DockWidgetFeature...) - Constructor for class com.trolltech.qt.gui.QDockWidget.DockWidgetFeatures
Creates flags with value set as only flag.
QDockWidget.DockWidgetFeatures(int) - Constructor for class com.trolltech.qt.gui.QDockWidget.DockWidgetFeatures
Creates flags with the specified int flags set.
QDomAttr - Class in com.trolltech.qt.xml
The QDomAttr class represents one attribute of a QDomElement.
QDomAttr(QDomAttr) - Constructor for class com.trolltech.qt.xml.QDomAttr
Constructs a copy of x.
QDomAttr() - Constructor for class com.trolltech.qt.xml.QDomAttr
Constructs an empty attribute.
QDomCDATASection - Class in com.trolltech.qt.xml
The QDomCDATASection class represents an XML CDATA section.
QDomCDATASection(QDomCDATASection) - Constructor for class com.trolltech.qt.xml.QDomCDATASection
Constructs a copy of x.
QDomCDATASection() - Constructor for class com.trolltech.qt.xml.QDomCDATASection
Constructs an empty CDATA section.
QDomCharacterData - Class in com.trolltech.qt.xml
The QDomCharacterData class represents a generic string in the DOM.
QDomCharacterData() - Constructor for class com.trolltech.qt.xml.QDomCharacterData
Constructs an empty character data object.
QDomCharacterData(QDomCharacterData) - Constructor for class com.trolltech.qt.xml.QDomCharacterData
Constructs a copy of x.
QDomComment - Class in com.trolltech.qt.xml
The QDomComment class represents an XML comment.
QDomComment() - Constructor for class com.trolltech.qt.xml.QDomComment
Constructs an empty comment.
QDomComment(QDomComment) - Constructor for class com.trolltech.qt.xml.QDomComment
Constructs a copy of x.
QDomDocument - Class in com.trolltech.qt.xml
The QDomDocument class represents an XML document.
QDomDocument(String) - Constructor for class com.trolltech.qt.xml.QDomDocument
Creates a document and sets the name of the document type to name.
QDomDocument(QDomDocument) - Constructor for class com.trolltech.qt.xml.QDomDocument
Constructs a copy of x.
QDomDocument() - Constructor for class com.trolltech.qt.xml.QDomDocument
Constructs an empty document.
QDomDocument(QDomDocumentType) - Constructor for class com.trolltech.qt.xml.QDomDocument
Creates a document with the document type doctype.
QDomDocument.Result - Class in com.trolltech.qt.xml
 
QDomDocumentFragment - Class in com.trolltech.qt.xml
The QDomDocumentFragment class is a tree of QDomNodes which is not usually a complete QDomDocument.
QDomDocumentFragment() - Constructor for class com.trolltech.qt.xml.QDomDocumentFragment
Constructs an empty document fragment.
QDomDocumentFragment(QDomDocumentFragment) - Constructor for class com.trolltech.qt.xml.QDomDocumentFragment
Constructs a copy of x.
QDomDocumentType - Class in com.trolltech.qt.xml
The QDomDocumentType class is the representation of the DTD in the document tree.
QDomDocumentType() - Constructor for class com.trolltech.qt.xml.QDomDocumentType
Creates an empty QDomDocumentType object.
QDomDocumentType(QDomDocumentType) - Constructor for class com.trolltech.qt.xml.QDomDocumentType
Constructs a copy of x.
QDomElement - Class in com.trolltech.qt.xml
The QDomElement class represents one element in the DOM tree.
QDomElement() - Constructor for class com.trolltech.qt.xml.QDomElement
Constructs an empty element.
QDomElement(QDomElement) - Constructor for class com.trolltech.qt.xml.QDomElement
Constructs a copy of x.
QDomEntity - Class in com.trolltech.qt.xml
The QDomEntity class represents an XML entity.
QDomEntity() - Constructor for class com.trolltech.qt.xml.QDomEntity
Constructs an empty entity.
QDomEntity(QDomEntity) - Constructor for class com.trolltech.qt.xml.QDomEntity
Constructs a copy of x.
QDomEntityReference - Class in com.trolltech.qt.xml
The QDomEntityReference class represents an XML entity reference.
QDomEntityReference() - Constructor for class com.trolltech.qt.xml.QDomEntityReference
Constructs an empty entity reference.
QDomEntityReference(QDomEntityReference) - Constructor for class com.trolltech.qt.xml.QDomEntityReference
Constructs a copy of x.
QDomImplementation - Class in com.trolltech.qt.xml
The QDomImplementation class provides information about the features of the DOM implementation.
QDomImplementation() - Constructor for class com.trolltech.qt.xml.QDomImplementation
Constructs a QDomImplementation object.
QDomImplementation(QDomImplementation) - Constructor for class com.trolltech.qt.xml.QDomImplementation
Constructs a copy of arg__1.
QDomImplementation.InvalidDataPolicy - Enum in com.trolltech.qt.xml
This enum specifies what should be done when a factory function in QDomDocument is called with invalid data.
QDomNamedNodeMap - Class in com.trolltech.qt.xml
The QDomNamedNodeMap class contains a collection of nodes that can be accessed by name.
QDomNamedNodeMap() - Constructor for class com.trolltech.qt.xml.QDomNamedNodeMap
Constructs an empty named node map.
QDomNamedNodeMap(QDomNamedNodeMap) - Constructor for class com.trolltech.qt.xml.QDomNamedNodeMap
Constructs a copy of arg__1.
QDomNode - Class in com.trolltech.qt.xml
The QDomNode class is the base class for all the nodes in a DOM tree.
QDomNode() - Constructor for class com.trolltech.qt.xml.QDomNode
Constructs a null node.
QDomNode(QDomNode) - Constructor for class com.trolltech.qt.xml.QDomNode
Constructs a copy of arg__1.
QDomNode.EncodingPolicy - Enum in com.trolltech.qt.xml
This enum specifies how QDomNode.:save() determines what encoding to use when serializing.
QDomNode.NodeType - Enum in com.trolltech.qt.xml
This enum defines the type of the node.
QDomNodeList - Class in com.trolltech.qt.xml
The QDomNodeList class is a list of QDomNode objects.
QDomNodeList() - Constructor for class com.trolltech.qt.xml.QDomNodeList
Creates an empty node list.
QDomNodeList(QDomNodeList) - Constructor for class com.trolltech.qt.xml.QDomNodeList
Constructs a copy of arg__1.
QDomNotation - Class in com.trolltech.qt.xml
The QDomNotation class represents an XML notation.
QDomNotation() - Constructor for class com.trolltech.qt.xml.QDomNotation
Constructor.
QDomNotation(QDomNotation) - Constructor for class com.trolltech.qt.xml.QDomNotation
Constructs a copy of x.
QDomProcessingInstruction - Class in com.trolltech.qt.xml
The QDomProcessingInstruction class represents an XML processing instruction.
QDomProcessingInstruction() - Constructor for class com.trolltech.qt.xml.QDomProcessingInstruction
Constructs an empty processing instruction.
QDomProcessingInstruction(QDomProcessingInstruction) - Constructor for class com.trolltech.qt.xml.QDomProcessingInstruction
Constructs a copy of x.
QDomText - Class in com.trolltech.qt.xml
The QDomText class represents text data in the parsed XML document.
QDomText() - Constructor for class com.trolltech.qt.xml.QDomText
Constructs an empty QDomText object.
QDomText(QDomText) - Constructor for class com.trolltech.qt.xml.QDomText
Constructs a copy of x.
QDoubleSpinBox - Class in com.trolltech.qt.gui
The QDoubleSpinBox class provides a spin box widget that takes doubles.
QDoubleSpinBox() - Constructor for class com.trolltech.qt.gui.QDoubleSpinBox
Equivalent to QDoubleSpinBox(0).
QDoubleSpinBox(QWidget) - Constructor for class com.trolltech.qt.gui.QDoubleSpinBox
Constructs a spin box with 0.0 as minimum value and 99.99 as maximum value, a step value of 1.0 and a precision of 2 decimal places.
QDoubleValidator - Class in com.trolltech.qt.gui
The QDoubleValidator class provides range checking of floating-point numbers.
QDoubleValidator(QObject) - Constructor for class com.trolltech.qt.gui.QDoubleValidator
Constructs a validator object with a parent object that accepts any double.
QDoubleValidator(double, double, int, QObject) - Constructor for class com.trolltech.qt.gui.QDoubleValidator
Constructs a validator object with a parent object.
QDoubleValidator.Notation - Enum in com.trolltech.qt.gui
This enum defines the allowed notations for entering a double.
QDrag - Class in com.trolltech.qt.gui
The QDrag class provides support for MIME-based drag and drop data transfer.
QDrag(QWidget) - Constructor for class com.trolltech.qt.gui.QDrag
Constructs a new drag object for the widget specified by dragSource.
QDragEnterEvent - Class in com.trolltech.qt.gui
The QDragEnterEvent class provides an event which is sent to a widget when a drag and drop action enters it.
QDragEnterEvent(QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers) - Constructor for class com.trolltech.qt.gui.QDragEnterEvent
Constructs a QDragEnterEvent that represents a drag entering a widget at the given pos with mouse and keyboard states specified by buttons and modifiers.
QDragLeaveEvent - Class in com.trolltech.qt.gui
The QDragLeaveEvent class provides an event that is sent to a widget when a drag and drop action leaves it.
QDragLeaveEvent() - Constructor for class com.trolltech.qt.gui.QDragLeaveEvent
Constructs a QDragLeaveEvent.
QDragMoveEvent - Class in com.trolltech.qt.gui
The QDragMoveEvent class provides an event which is sent while a drag and drop action is in progress.
QDragMoveEvent(QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers) - Constructor for class com.trolltech.qt.gui.QDragMoveEvent
Equivalent to QDragMoveEvent(pos, actions, data, buttons, modifiers, DragMove).
QDragMoveEvent(QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers, QEvent.Type) - Constructor for class com.trolltech.qt.gui.QDragMoveEvent
Creates a QDragMoveEvent of the required type indicating that the mouse is at position pos given within a widget.
QDragResponseEvent - Class in com.trolltech.qt.gui
 
QDragResponseEvent(boolean) - Constructor for class com.trolltech.qt.gui.QDragResponseEvent
Constructs a drag response event containing the accepted value, indicating whether the drag and drop operation was accepted by the recipient.
QDropEvent - Class in com.trolltech.qt.gui
The QDropEvent class provides an event which is sent when a drag and drop action is completed.
QDropEvent(QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers) - Constructor for class com.trolltech.qt.gui.QDropEvent
Equivalent to QDropEvent(pos, actions, data, buttons, modifiers, Drop).
QDropEvent(QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers, QEvent.Type) - Constructor for class com.trolltech.qt.gui.QDropEvent
Constructs a drop event of a certain type corresponding to a drop at the point specified by pos in the destination widget's coordinate system.
QDynamicPropertyChangeEvent - Class in com.trolltech.qt.core
The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events.
QDynamicPropertyChangeEvent(QByteArray) - Constructor for class com.trolltech.qt.core.QDynamicPropertyChangeEvent
Constructs a dynamic property change event object with the property name set to name.
QErrorMessage - Class in com.trolltech.qt.gui
The QErrorMessage class provides an error message display dialog.
QErrorMessage() - Constructor for class com.trolltech.qt.gui.QErrorMessage
Equivalent to QErrorMessage(0).
QErrorMessage(QWidget) - Constructor for class com.trolltech.qt.gui.QErrorMessage
Constructs and installs an error handler window with the given parent.
QEvent - Class in com.trolltech.qt.core
The QEvent class is the base class of all event classes.
QEvent(QEvent.Type) - Constructor for class com.trolltech.qt.core.QEvent
Contructs an event object of type type.
QEvent.Type - Enum in com.trolltech.qt.core
This enum type defines the valid event types in Qt.
QEventLoop - Class in com.trolltech.qt.core
The QEventLoop class provides a means of entering and leaving an event loop.
QEventLoop() - Constructor for class com.trolltech.qt.core.QEventLoop
Equivalent to QEventLoop(0).
QEventLoop(QObject) - Constructor for class com.trolltech.qt.core.QEventLoop
Constructs an event loop object with the given parent.
QEventLoop.ProcessEventsFlag - Enum in com.trolltech.qt.core
This enum controls the types of events processed by the processEvents functions.
QEventLoop.ProcessEventsFlags - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QEventLoop.ProcessEventsFlags(QEventLoop.ProcessEventsFlag...) - Constructor for class com.trolltech.qt.core.QEventLoop.ProcessEventsFlags
Creates flags with value set as only flag.
QEventLoop.ProcessEventsFlags(int) - Constructor for class com.trolltech.qt.core.QEventLoop.ProcessEventsFlags
Creates flags with the specified int flags set.
QFile - Class in com.trolltech.qt.core
The QFile class provides an interface for reading from and writing to files.
QFile(String, QObject) - Constructor for class com.trolltech.qt.core.QFile
Constructs a new file object with the given parent to represent the file with the specified name.
QFile(String) - Constructor for class com.trolltech.qt.core.QFile
Constructs a new file object to represent the file with the given name.
QFile() - Constructor for class com.trolltech.qt.core.QFile
QFile(QObject) - Constructor for class com.trolltech.qt.core.QFile
Constructs a new file object with the given parent.
QFile.FileError - Enum in com.trolltech.qt.core
This enum describes the errors that may be returned by the error function.
QFile.Permission - Enum in com.trolltech.qt.core
This enum is used by the permission() function to report the permissions and ownership of a file.
QFile.Permissions - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QFile.Permissions(QFile.Permission...) - Constructor for class com.trolltech.qt.core.QFile.Permissions
Creates flags with value set as only flag.
QFile.Permissions(int) - Constructor for class com.trolltech.qt.core.QFile.Permissions
Creates flags with the specified int flags set.
QFileDialog - Class in com.trolltech.qt.gui
The QFileDialog class provides a dialog that allow users to select files or directories.
QFileDialog(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QFileDialog
Constructs a file dialog with the given parent and widget f.
QFileDialog(QWidget, String, String) - Constructor for class com.trolltech.qt.gui.QFileDialog
Equivalent to QFileDialog(parent, caption, directory, QString()).
QFileDialog(QWidget, String) - Constructor for class com.trolltech.qt.gui.QFileDialog
Equivalent to QFileDialog(parent, caption, QString(), QString()).
QFileDialog(QWidget) - Constructor for class com.trolltech.qt.gui.QFileDialog
Equivalent to QFileDialog(parent, QString(), QString(), QString()).
QFileDialog() - Constructor for class com.trolltech.qt.gui.QFileDialog
Equivalent to QFileDialog(0, QString(), QString(), QString()).
QFileDialog(QWidget, String, String, String) - Constructor for class com.trolltech.qt.gui.QFileDialog
Constructs a file dialog with the given parent and caption that initially displays the contents of the specified directory.
QFileDialog.AcceptMode - Enum in com.trolltech.qt.gui
Press link for info on QFileDialog.AcceptMode
QFileDialog.DialogLabel - Enum in com.trolltech.qt.gui
Press link for info on QFileDialog.DialogLabel
QFileDialog.FileMode - Enum in com.trolltech.qt.gui
This enum is used to indicate what the user may select in the file dialog; i.e. what the dialog will return if the user clicks OK.
QFileDialog.Filter - Class in com.trolltech.qt.gui
 
QFileDialog.Filter(String) - Constructor for class com.trolltech.qt.gui.QFileDialog.Filter
 
QFileDialog.Option - Enum in com.trolltech.qt.gui
Press link for info on QFileDialog.Option
QFileDialog.Options - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QFileDialog.Options(QFileDialog.Option...) - Constructor for class com.trolltech.qt.gui.QFileDialog.Options
Creates flags with value set as only flag.
QFileDialog.Options(int) - Constructor for class com.trolltech.qt.gui.QFileDialog.Options
Creates flags with the specified int flags set.
QFileDialog.ViewMode - Enum in com.trolltech.qt.gui
This enum describes the view mode of the file dialog; i.e. what information about each file will be displayed.
QFileIconProvider - Class in com.trolltech.qt.gui
The QFileIconProvider class provides file icon for the QDirModel class.
QFileIconProvider() - Constructor for class com.trolltech.qt.gui.QFileIconProvider
Constructs a file icon provider.
QFileIconProvider.IconType - Enum in com.trolltech.qt.gui
Press link for info on QFileIconProvider.IconType
QFileInfo - Class in com.trolltech.qt.core
The QFileInfo class provides system-independent file information.
QFileInfo(QDir, String) - Constructor for class com.trolltech.qt.core.QFileInfo
Constructs a new QFileInfo that gives information about the given file in the directory dir.
QFileInfo(QFile) - Constructor for class com.trolltech.qt.core.QFileInfo
Constructs a new QFileInfo that gives information about file file.
QFileInfo(QFileInfo) - Constructor for class com.trolltech.qt.core.QFileInfo
Constructs a new QFileInfo that is a copy of the given fileinfo.
QFileInfo(String) - Constructor for class com.trolltech.qt.core.QFileInfo
Constructs a new QFileInfo that gives information about the given file.
QFileInfo() - Constructor for class com.trolltech.qt.core.QFileInfo
Constructs an empty QFileInfo object.
QFileOpenEvent - Class in com.trolltech.qt.gui
The QFileOpenEvent class provides an event that will be sent when there is a request to open a file.
QFileOpenEvent(String) - Constructor for class com.trolltech.qt.gui.QFileOpenEvent
QFileSystemWatcher - Class in com.trolltech.qt.core
The QFileSystemWatcher class provides an interface for monitoring files and directories for modifications.
QFileSystemWatcher() - Constructor for class com.trolltech.qt.core.QFileSystemWatcher
Equivalent to QFileSystemWatcher(0).
QFileSystemWatcher(QObject) - Constructor for class com.trolltech.qt.core.QFileSystemWatcher
Constructs a new file system watcher object with the given parent.
QFileSystemWatcher(List<String>) - Constructor for class com.trolltech.qt.core.QFileSystemWatcher
Equivalent to QFileSystemWatcher(paths, 0).
QFileSystemWatcher(List<String>, QObject) - Constructor for class com.trolltech.qt.core.QFileSystemWatcher
Constructs a new file system watcher object with the given parent which monitors the specified paths list.
QFlags<T extends QtEnumerator> - Class in com.trolltech.qt
This class manages a set of QtEnumerator values.
QFlags(T...) - Constructor for class com.trolltech.qt.QFlags
Creates a new QFlags where the flags in args are set.
QFocusEvent - Class in com.trolltech.qt.gui
The QFocusEvent class contains event parameters for widget focus events.
QFocusEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QFocusEvent
Equivalent to QFocusEvent(type, Qt::OtherFocusReason).
QFocusEvent(QEvent.Type, Qt.FocusReason) - Constructor for class com.trolltech.qt.gui.QFocusEvent
Constructs a focus event object.
QFocusFrame - Class in com.trolltech.qt.gui
The QFocusFrame widget provides a focus frame which can be outside of a widget's normal paintable area.
QFocusFrame() - Constructor for class com.trolltech.qt.gui.QFocusFrame
Equivalent to QFocusFrame(0).
QFocusFrame(QWidget) - Constructor for class com.trolltech.qt.gui.QFocusFrame
Constructs a QFocusFrame.
QFont - Class in com.trolltech.qt.gui
The QFont class specifies a font used for drawing text.
QFont(QFont) - Constructor for class com.trolltech.qt.gui.QFont
Constructs a font that is a copy of arg__1.
QFont(String, int, int) - Constructor for class com.trolltech.qt.gui.QFont
Equivalent to QFont(family, pointSize, weight, false).
QFont(String, int) - Constructor for class com.trolltech.qt.gui.QFont
Equivalent to QFont(family, pointSize, -1, false).
QFont(String) - Constructor for class com.trolltech.qt.gui.QFont
Equivalent to QFont(family, -1, -1, false).
QFont(String, int, int, boolean) - Constructor for class com.trolltech.qt.gui.QFont
Constructs a font object with the specified family, pointSize, weight and italic settings.
QFont() - Constructor for class com.trolltech.qt.gui.QFont
Constructs a font object that uses the application's default font.
QFont(QFont, QPaintDeviceInterface) - Constructor for class com.trolltech.qt.gui.QFont
Constructs a font from arg__1 for use on the paint device pd.
QFont.Stretch - Enum in com.trolltech.qt.gui
Predefined stretch values that follow the CSS naming convention.
QFont.Style - Enum in com.trolltech.qt.gui
This enum describes the different styles of glyphs that are used to display text.
QFont.StyleHint - Enum in com.trolltech.qt.gui
Style hints are used by the font matching algorithm to find an appropriate default family if a selected font family is not available.
QFont.StyleStrategy - Enum in com.trolltech.qt.gui
The style strategy tells the font matching algorithm what type of fonts should be used to find an appropriate default family.
QFont.Weight - Enum in com.trolltech.qt.gui
Qt uses a weighting scale from 0 to 99 similar to, but not the same as, the scales used in Windows or CSS.
QFontComboBox - Class in com.trolltech.qt.gui
The QFontComboBox widget is a combobox that lets the user select a font family.
QFontComboBox() - Constructor for class com.trolltech.qt.gui.QFontComboBox
Equivalent to QFontComboBox(0).
QFontComboBox(QWidget) - Constructor for class com.trolltech.qt.gui.QFontComboBox
Constructs a font combobox with the given parent.
QFontComboBox.FontFilter - Enum in com.trolltech.qt.gui
This enum can be used to only show certain types of fonts in the font combo box.
QFontComboBox.FontFilters - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QFontComboBox.FontFilters(QFontComboBox.FontFilter...) - Constructor for class com.trolltech.qt.gui.QFontComboBox.FontFilters
Creates flags with value set as only flag.
QFontComboBox.FontFilters(int) - Constructor for class com.trolltech.qt.gui.QFontComboBox.FontFilters
Creates flags with the specified int flags set.
QFontDatabase - Class in com.trolltech.qt.gui
The QFontDatabase class provides information about the fonts available in the underlying window system.
QFontDatabase() - Constructor for class com.trolltech.qt.gui.QFontDatabase
Creates a font database object.
QFontDatabase.WritingSystem - Enum in com.trolltech.qt.gui
Press link for info on QFontDatabase.WritingSystem
QFontDialog - Class in com.trolltech.qt.gui
The QFontDialog class provides a dialog widget for selecting a font.
QFontDialog.Result - Class in com.trolltech.qt.gui
 
QFontDialog.Result(QFont, boolean) - Constructor for class com.trolltech.qt.gui.QFontDialog.Result
 
QFontInfo - Class in com.trolltech.qt.gui
The QFontInfo class provides general information about fonts.
QFontInfo(QFontInfo) - Constructor for class com.trolltech.qt.gui.QFontInfo
Constructs a copy of arg__1.
QFontInfo(QFont) - Constructor for class com.trolltech.qt.gui.QFontInfo
Constructs a font info object for arg__1.
QFontMetrics - Class in com.trolltech.qt.gui
The QFontMetrics class provides font metrics information.
QFontMetrics(QFont, QPaintDeviceInterface) - Constructor for class com.trolltech.qt.gui.QFontMetrics
Constructs a font metrics object for arg__1 and pd.
QFontMetrics(QFontMetrics) - Constructor for class com.trolltech.qt.gui.QFontMetrics
Constructs a copy of arg__1.
QFontMetrics(QFont) - Constructor for class com.trolltech.qt.gui.QFontMetrics
Constructs a font metrics object for arg__1.
QFontMetricsF - Class in com.trolltech.qt.gui
The QFontMetricsF class provides font metrics information.
QFontMetricsF(QFont, QPaintDeviceInterface) - Constructor for class com.trolltech.qt.gui.QFontMetricsF
Constructs a font metrics object for arg__1 and pd.
QFontMetricsF(QFontMetrics) - Constructor for class com.trolltech.qt.gui.QFontMetricsF
Constructs a font metrics object with floating point precision from the given arg__1 object.
QFontMetricsF(QFont) - Constructor for class com.trolltech.qt.gui.QFontMetricsF
Constructs a font metrics object for arg__1.
QFontMetricsF(QFontMetricsF) - Constructor for class com.trolltech.qt.gui.QFontMetricsF
Constructs a copy of arg__1.
QFrame - Class in com.trolltech.qt.gui
The QFrame class is the base class of widgets that can have a frame.
QFrame(QWidget) - Constructor for class com.trolltech.qt.gui.QFrame
Equivalent to QFrame(parent, 0).
QFrame() - Constructor for class com.trolltech.qt.gui.QFrame
Equivalent to QFrame(0, 0).
QFrame(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QFrame
Constructs a frame widget with frame style NoFrame and a 1-pixel frame width.
QFrame.Shadow - Enum in com.trolltech.qt.gui
This enum type defines the types of shadow that are used to give a 3D effect to frames.
QFrame.Shape - Enum in com.trolltech.qt.gui
This enum type defines the shapes of frame available.
QFrame.StyleMask - Enum in com.trolltech.qt.gui
This enum defines two constants that can be used to extract the two components of frameStyle:
QFSFileEngine - Class in com.trolltech.qt.core
The QFSFileEngine class implements Qt's default file engine.
QFSFileEngine() - Constructor for class com.trolltech.qt.core.QFSFileEngine
Constructs a QFSFileEngine.
QFSFileEngine(String) - Constructor for class com.trolltech.qt.core.QFSFileEngine
Constructs a QFSFileEngine for the file name file.
QFtp - Class in com.trolltech.qt.network
The QFtp class provides an implementation of the client side of FTP protocol.
QFtp() - Constructor for class com.trolltech.qt.network.QFtp
Equivalent to QFtp(0).
QFtp(QObject) - Constructor for class com.trolltech.qt.network.QFtp
Constructs a QFtp object with the given parent.
QFtp.Command - Enum in com.trolltech.qt.network
This enum is used as the return value for the currentCommand function.
QFtp.Error - Enum in com.trolltech.qt.network
This enum identifies the error that occurred.
QFtp.State - Enum in com.trolltech.qt.network
This enum defines the connection state.
QFtp.TransferMode - Enum in com.trolltech.qt.network
FTP works with two socket connections; one for commands and another for transmitting data.
QFtp.TransferType - Enum in com.trolltech.qt.network
This enum identifies the data transfer type used with get and put commands.
QGL - Interface in com.trolltech.qt.opengl
The QGL namespace specifies miscellaneous identifiers used in the Qt OpenGL module.
QGL - Interface in com.trolltech.qt.opengl
The QGL namespace specifies miscellaneous identifiers used in the Qt OpenGL module.
QGL.FormatOption - Enum in com.trolltech.qt.opengl
This enum specifies the format options.
QGL.FormatOption - Enum in com.trolltech.qt.opengl
This enum specifies the format options.
QGL.FormatOptions - Class in com.trolltech.qt.opengl
This QFlag class provides flags for the int enum.
QGL.FormatOptions - Class in com.trolltech.qt.opengl
This QFlag class provides flags for the int enum.
QGL.FormatOptions(QGL.FormatOption...) - Constructor for class com.trolltech.qt.opengl.QGL.FormatOptions
Creates flags with value set as only flag.
QGL.FormatOptions(int) - Constructor for class com.trolltech.qt.opengl.QGL.FormatOptions
Creates flags with the specified int flags set.
QGL.FormatOptions(QGL.FormatOption...) - Constructor for class com.trolltech.qt.opengl.QGL.FormatOptions
Creates flags with value set as only flag.
QGL.FormatOptions(int) - Constructor for class com.trolltech.qt.opengl.QGL.FormatOptions
Creates flags with the specified int flags set.
qglClearColor(QColor) - Method in class com.trolltech.qt.opengl.QGLWidget
Convenience function for specifying the clearing color to OpenGL.
qglClearColor(QColor) - Method in class com.trolltech.qt.opengl.QGLWidget
Convenience function for specifying the clearing color to OpenGL.
qglColor(QColor) - Method in class com.trolltech.qt.opengl.QGLWidget
Convenience function for specifying a drawing color to OpenGL.
qglColor(QColor) - Method in class com.trolltech.qt.opengl.QGLWidget
Convenience function for specifying a drawing color to OpenGL.
QGLColormap - Class in com.trolltech.qt.opengl
The QGLColormap class is used for installing custom colormaps into QGLWidgets.
QGLColormap - Class in com.trolltech.qt.opengl
The QGLColormap class is used for installing custom colormaps into QGLWidgets.
QGLColormap() - Constructor for class com.trolltech.qt.opengl.QGLColormap
Construct a QGLColormap.
QGLColormap(QGLColormap) - Constructor for class com.trolltech.qt.opengl.QGLColormap
Construct a shallow copy of arg__1.
QGLColormap() - Constructor for class com.trolltech.qt.opengl.QGLColormap
Construct a QGLColormap.
QGLColormap(QGLColormap) - Constructor for class com.trolltech.qt.opengl.QGLColormap
Construct a shallow copy of arg__1.
QGLContext - Class in com.trolltech.qt.opengl
The QGLContext class encapsulates an OpenGL rendering context.
QGLContext - Class in com.trolltech.qt.opengl
The QGLContext class encapsulates an OpenGL rendering context.
QGLContext(QGLFormat, QPaintDeviceInterface) - Constructor for class com.trolltech.qt.opengl.QGLContext
This method is obsolete.
QGLContext(QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLContext
Constructs an OpenGL context with the given format which specifies several display options for the context.
QGLContext(QGLFormat, QPaintDeviceInterface) - Constructor for class com.trolltech.qt.opengl.QGLContext
This method is obsolete.
QGLContext(QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLContext
Constructs an OpenGL context with the given format which specifies several display options for the context.
QGLFormat - Class in com.trolltech.qt.opengl
The QGLFormat class specifies the display format of an OpenGL rendering context.
QGLFormat - Class in com.trolltech.qt.opengl
The QGLFormat class specifies the display format of an OpenGL rendering context.
QGLFormat(QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLFormat
Constructs a copy of other.
QGLFormat() - Constructor for class com.trolltech.qt.opengl.QGLFormat
Constructs a QGLFormat object with the factory default settings:
QGLFormat(QGL.FormatOptions) - Constructor for class com.trolltech.qt.opengl.QGLFormat
Equivalent to QGLFormat(options, 0).
QGLFormat(QGL.FormatOptions, int) - Constructor for class com.trolltech.qt.opengl.QGLFormat
Creates a QGLFormat object that is a copy of the current application default format.
QGLFormat(QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLFormat
Constructs a copy of other.
QGLFormat() - Constructor for class com.trolltech.qt.opengl.QGLFormat
Constructs a QGLFormat object with the factory default settings:
QGLFormat(QGL.FormatOptions) - Constructor for class com.trolltech.qt.opengl.QGLFormat
Equivalent to QGLFormat(options, 0).
QGLFormat(QGL.FormatOptions, int) - Constructor for class com.trolltech.qt.opengl.QGLFormat
Creates a QGLFormat object that is a copy of the current application default format.
QGLFormat.OpenGLVersionFlag - Enum in com.trolltech.qt.opengl
This enum describes the various OpenGL versions that are recognized by Qt.
QGLFormat.OpenGLVersionFlag - Enum in com.trolltech.qt.opengl
This enum describes the various OpenGL versions that are recognized by Qt.
QGLFormat.OpenGLVersionFlags - Class in com.trolltech.qt.opengl
This QFlag class provides flags for the int enum.
QGLFormat.OpenGLVersionFlags - Class in com.trolltech.qt.opengl
This QFlag class provides flags for the int enum.
QGLFormat.OpenGLVersionFlags(QGLFormat.OpenGLVersionFlag...) - Constructor for class com.trolltech.qt.opengl.QGLFormat.OpenGLVersionFlags
Creates flags with value set as only flag.
QGLFormat.OpenGLVersionFlags(int) - Constructor for class com.trolltech.qt.opengl.QGLFormat.OpenGLVersionFlags
Creates flags with the specified int flags set.
QGLFormat.OpenGLVersionFlags(QGLFormat.OpenGLVersionFlag...) - Constructor for class com.trolltech.qt.opengl.QGLFormat.OpenGLVersionFlags
Creates flags with value set as only flag.
QGLFormat.OpenGLVersionFlags(int) - Constructor for class com.trolltech.qt.opengl.QGLFormat.OpenGLVersionFlags
Creates flags with the specified int flags set.
QGLFramebufferObject - Class in com.trolltech.qt.opengl
The QGLFramebufferObject class encapsulates an OpenGL framebuffer object.
QGLFramebufferObject - Class in com.trolltech.qt.opengl
The QGLFramebufferObject class encapsulates an OpenGL framebuffer object.
QGLFramebufferObject(QSize) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(size, GL_TEXTURE_2D).
QGLFramebufferObject(QSize, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a 2D GL texture to the buffer of the size size.
QGLFramebufferObject(QSize, QGLFramebufferObject.Attachment, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(size, attachment, target, GL_RGBA8).
QGLFramebufferObject(QSize, QGLFramebufferObject.Attachment) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(size, attachment, GL_TEXTURE_2D, GL_RGBA8).
QGLFramebufferObject(QSize, QGLFramebufferObject.Attachment, int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a texture to the buffer of the given size.
QGLFramebufferObject(int, int, QGLFramebufferObject.Attachment, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(width, height, attachment, target, GL_RGBA8).
QGLFramebufferObject(int, int, QGLFramebufferObject.Attachment) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(width, height, attachment, GL_TEXTURE_2D, GL_RGBA8).
QGLFramebufferObject(int, int, QGLFramebufferObject.Attachment, int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a texture to the buffer of the given width and height.
QGLFramebufferObject(int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(width, height, GL_TEXTURE_2D).
QGLFramebufferObject(int, int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a 2D GL texture to the buffer of the given width and height.
QGLFramebufferObject(QSize) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(size, GL_TEXTURE_2D).
QGLFramebufferObject(QSize, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a 2D GL texture to the buffer of the size size.
QGLFramebufferObject(QSize, QGLFramebufferObject.Attachment, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(size, attachment, target, GL_RGBA8).
QGLFramebufferObject(QSize, QGLFramebufferObject.Attachment) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(size, attachment, GL_TEXTURE_2D, GL_RGBA8).
QGLFramebufferObject(QSize, QGLFramebufferObject.Attachment, int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a texture to the buffer of the given size.
QGLFramebufferObject(int, int, QGLFramebufferObject.Attachment, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(width, height, attachment, target, GL_RGBA8).
QGLFramebufferObject(int, int, QGLFramebufferObject.Attachment) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(width, height, attachment, GL_TEXTURE_2D, GL_RGBA8).
QGLFramebufferObject(int, int, QGLFramebufferObject.Attachment, int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a texture to the buffer of the given width and height.
QGLFramebufferObject(int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Equivalent to QGLFramebufferObject(width, height, GL_TEXTURE_2D).
QGLFramebufferObject(int, int, int) - Constructor for class com.trolltech.qt.opengl.QGLFramebufferObject
Constructs an OpenGL framebuffer object and binds a 2D GL texture to the buffer of the given width and height.
QGLFramebufferObject.Attachment - Enum in com.trolltech.qt.opengl
This enum type is used to configure the depth and stencil buffers attached to the framebuffer object when it is created.
QGLFramebufferObject.Attachment - Enum in com.trolltech.qt.opengl
This enum type is used to configure the depth and stencil buffers attached to the framebuffer object when it is created.
QGLPixelBuffer - Class in com.trolltech.qt.opengl
The QGLPixelBuffer class encapsulates an OpenGL pbuffer.
QGLPixelBuffer - Class in com.trolltech.qt.opengl
The QGLPixelBuffer class encapsulates an OpenGL pbuffer.
QGLPixelBuffer(QSize, QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(size, format, 0).
QGLPixelBuffer(QSize) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(size, QGLFormat::defaultFormat(), 0).
QGLPixelBuffer(QSize, QGLFormat, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Constructs an OpenGL pbuffer of the given size.
QGLPixelBuffer(int, int, QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(width, height, format, 0).
QGLPixelBuffer(int, int) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(width, height, QGLFormat::defaultFormat(), 0).
QGLPixelBuffer(int, int, QGLFormat, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Constructs an OpenGL pbuffer with the width and height.
QGLPixelBuffer(QSize, QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(size, format, 0).
QGLPixelBuffer(QSize) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(size, QGLFormat::defaultFormat(), 0).
QGLPixelBuffer(QSize, QGLFormat, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Constructs an OpenGL pbuffer of the given size.
QGLPixelBuffer(int, int, QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(width, height, format, 0).
QGLPixelBuffer(int, int) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Equivalent to QGLPixelBuffer(width, height, QGLFormat::defaultFormat(), 0).
QGLPixelBuffer(int, int, QGLFormat, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLPixelBuffer
Constructs an OpenGL pbuffer with the width and height.
QGLWidget - Class in com.trolltech.qt.opengl
The QGLWidget class is a widget for rendering OpenGL graphics.
QGLWidget - Class in com.trolltech.qt.opengl
The QGLWidget class is a widget for rendering OpenGL graphics.
QGLWidget(QGLContext, QWidget, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(context, parent, shareWidget, 0).
QGLWidget(QGLContext, QWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(context, parent, 0, 0).
QGLWidget(QGLContext) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(context, 0, 0, 0).
QGLWidget(QGLContext, QWidget, QGLWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Constructs an OpenGL widget with parent parent.
QGLWidget(QGLFormat, QWidget, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(format, parent, shareWidget, 0).
QGLWidget(QGLFormat, QWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(format, parent, 0, 0).
QGLWidget(QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(format, 0, 0, 0).
QGLWidget(QGLFormat, QWidget, QGLWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Constructs an OpenGL widget with parent parent.
QGLWidget(QWidget, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(parent, shareWidget, 0).
QGLWidget(QWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(parent, 0, 0).
QGLWidget() - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(0, 0, 0).
QGLWidget(QWidget, QGLWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Constructs an OpenGL widget with a parent widget.
QGLWidget(QGLContext, QWidget, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(context, parent, shareWidget, 0).
QGLWidget(QGLContext, QWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(context, parent, 0, 0).
QGLWidget(QGLContext) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(context, 0, 0, 0).
QGLWidget(QGLContext, QWidget, QGLWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Constructs an OpenGL widget with parent parent.
QGLWidget(QGLFormat, QWidget, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(format, parent, shareWidget, 0).
QGLWidget(QGLFormat, QWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(format, parent, 0, 0).
QGLWidget(QGLFormat) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(format, 0, 0, 0).
QGLWidget(QGLFormat, QWidget, QGLWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Constructs an OpenGL widget with parent parent.
QGLWidget(QWidget, QGLWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(parent, shareWidget, 0).
QGLWidget(QWidget) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(parent, 0, 0).
QGLWidget() - Constructor for class com.trolltech.qt.opengl.QGLWidget
Equivalent to QGLWidget(0, 0, 0).
QGLWidget(QWidget, QGLWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.opengl.QGLWidget
Constructs an OpenGL widget with a parent widget.
QGradient - Class in com.trolltech.qt.gui
The QGradient class is used in combination with QBrush to specify gradient fills.
QGradient() - Constructor for class com.trolltech.qt.gui.QGradient
QGradient.CoordinateMode - Enum in com.trolltech.qt.gui
This enum specifies how gradient coordinates map to the paint device on which the gradient is used.
QGradient.Spread - Enum in com.trolltech.qt.gui
Specifies how the area outside the gradient area should be filled.
QGradient.Type - Enum in com.trolltech.qt.gui
Specifies the type of gradient.
QGraphicsEllipseItem - Class in com.trolltech.qt.gui
The QGraphicsEllipseItem class provides an ellipse item that you can add to a QGraphicsScene.
QGraphicsEllipseItem(double, double, double, double, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Creates a new QGraphicsEllipseItem with top left corner in the point (x, y), width w, and height h, and the specified parent.
QGraphicsEllipseItem(double, double, double, double) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Creates a new QGraphicsEllipseItem with top left corner in the point (x, y), width w.
QGraphicsEllipseItem(double, double, double, double, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Creates a new QGraphicsEllipseItem with top left corner in the point (x, y), width w, and height h, and the specified parent.
QGraphicsEllipseItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Equivalent to QGraphicsEllipseItem(parent, 0).
QGraphicsEllipseItem() - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Equivalent to QGraphicsEllipseItem(, 0).
QGraphicsEllipseItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Constructs a QGraphicsEllipseItem using parent as the default rectangle.
QGraphicsEllipseItem(QRectF, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Creates a new QGraphicsEllipseItem with the specified rect bounds and parent.
QGraphicsEllipseItem(QRectF) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
tes a new QGraphicsEllipseItem with the specified rect bounds.
QGraphicsEllipseItem(QRectF, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsEllipseItem
Creates a new QGraphicsEllipseItem with the specified rect bounds and parent, and then adds it to scene.
QGraphicsEllipseItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsEllipseItem.enum_1
QGraphicsItem - Class in com.trolltech.qt.gui
The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.
QGraphicsItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsItem
Creates a new QGraphicsItem with the specified parent.
QGraphicsItem() - Constructor for class com.trolltech.qt.gui.QGraphicsItem
Creates a new QGraphicsItem with no parent.
QGraphicsItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsItem
Creates a new QGraphicsItem with the specified parent and adds it to scene.
QGraphicsItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsItem.enum_1
QGraphicsItem.Extension - Enum in com.trolltech.qt.gui
Note.
QGraphicsItem.GraphicsItemChange - Enum in com.trolltech.qt.gui
This enum describes the state changes that are notified by QGraphicsItem.:itemChange().
QGraphicsItem.GraphicsItemFlag - Enum in com.trolltech.qt.gui
This enum describes different flags that you can set on an item to toggle different features in the item's behavior.
QGraphicsItem.GraphicsItemFlags - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QGraphicsItem.GraphicsItemFlags(QGraphicsItem.GraphicsItemFlag...) - Constructor for class com.trolltech.qt.gui.QGraphicsItem.GraphicsItemFlags
Creates flags with value set as only flag.
QGraphicsItem.GraphicsItemFlags(int) - Constructor for class com.trolltech.qt.gui.QGraphicsItem.GraphicsItemFlags
Creates flags with the specified int flags set.
QGraphicsItemAnimation - Class in com.trolltech.qt.gui
The QGraphicsItemAnimation class provides simple animation support for QGraphicsItem.
QGraphicsItemAnimation() - Constructor for class com.trolltech.qt.gui.QGraphicsItemAnimation
Equivalent to QGraphicsItemAnimation(0).
QGraphicsItemAnimation(QObject) - Constructor for class com.trolltech.qt.gui.QGraphicsItemAnimation
Constructs an animation object with the given parent.
QGraphicsItemGroup - Class in com.trolltech.qt.gui
The QGraphicsItemGroup class provides treating a group of items as one.
QGraphicsItemGroup(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsItemGroup
Creates a new QGraphicsItemGroup with the specified parent.
QGraphicsItemGroup() - Constructor for class com.trolltech.qt.gui.QGraphicsItemGroup
Creates a new parentless orphan QGraphicsItemGroup.
QGraphicsItemGroup(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsItemGroup
Creates a new QGraphicsItemGroup with the specified parent, and then adds it to scene.
QGraphicsItemGroup.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsItemGroup.enum_1
QGraphicsItemInterface - Interface in com.trolltech.qt.gui
The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.
QGraphicsLineItem - Class in com.trolltech.qt.gui
The QGraphicsLineItem class provides a line item that you can add to a QGraphicsScene.
QGraphicsLineItem(QLineF, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
Creates a new QGraphicsLineItem from line with the specified parent
QGraphicsLineItem(QLineF) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
Creates a new QGraphicsLineItem from line with no parent (null).
QGraphicsLineItem(QLineF, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
Creates a new QGraphicsLineItem from line with the specified parent, and then adds it to scene.
QGraphicsLineItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
Equivalent to QGraphicsLineItem(parent, 0).
QGraphicsLineItem() - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
Equivalent to QGraphicsLineItem(, 0).
QGraphicsLineItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
Constructs a QGraphicsLineItem, using parent as the default line.
QGraphicsLineItem(double, double, double, double, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
This is equal to QGraphicsLineItem(new QLineF(x1, y1, x2, y2), parent).
QGraphicsLineItem(double, double, double, double) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
This is equal to QGraphicsLineItem(new QLineF(x1, y1, 2802 x2, y2)).
QGraphicsLineItem(double, double, double, double, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsLineItem
This is equal to QGraphicsLineItem(new QLineF(x1, y1, x2, y2), parent, scene).
QGraphicsLineItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsLineItem.enum_1
QGraphicsPathItem - Class in com.trolltech.qt.gui
The QGraphicsPathItem class provides a path item that you can add to a QGraphicsScene.
QGraphicsPathItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsPathItem
Equivalent to QGraphicsPathItem(parent, 0).
QGraphicsPathItem() - Constructor for class com.trolltech.qt.gui.QGraphicsPathItem
Equivalent to QGraphicsPathItem(, 0).
QGraphicsPathItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsPathItem
Constructs a QGraphicsPath item using parent as the default path.
QGraphicsPathItem(QPainterPath, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsPathItem
Creates a new QGraphicsPathItem from the specified path and parent.
QGraphicsPathItem(QPainterPath) - Constructor for class com.trolltech.qt.gui.QGraphicsPathItem
Creates a new QGraphicsPathItem from the specified path.
QGraphicsPathItem(QPainterPath, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsPathItem
Creates a new QGraphicsPathItem from the specified path, parent, and scene.
QGraphicsPathItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsPathItem.enum_1
QGraphicsPixmapItem - Class in com.trolltech.qt.gui
The QGraphicsPixmapItem class provides a pixmap item that you can add to a QGraphicsScene.
QGraphicsPixmapItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsPixmapItem
Equivalent to QGraphicsPixmapItem(parent, 0).
QGraphicsPixmapItem() - Constructor for class com.trolltech.qt.gui.QGraphicsPixmapItem
Equivalent to QGraphicsPixmapItem(, 0).
QGraphicsPixmapItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsPixmapItem
Constructs a QGraphicsPixmapItem, using parent as the default pixmap.
QGraphicsPixmapItem(QPixmap, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsPixmapItem
Creates a new QGraphicsPixmapItem from pixmap and with the specified parent.
QGraphicsPixmapItem(QPixmap) - Constructor for class com.trolltech.qt.gui.QGraphicsPixmapItem
Creates a new QGraphicsPixmapItem from the given pixmap.
QGraphicsPixmapItem(QPixmap, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsPixmapItem
Creates a new QGraphicsPixmapItem from the given pixmap and with the specified parent.
QGraphicsPixmapItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsPixmapItem.enum_1
QGraphicsPixmapItem.ShapeMode - Enum in com.trolltech.qt.gui
This enum describes how QGraphicsPixmapItem calculates its shape.
QGraphicsPolygonItem - Class in com.trolltech.qt.gui
The QGraphicsPolygonItem class provides a polygon item that you can add to a QGraphicsScene.
QGraphicsPolygonItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsPolygonItem
Equivalent to QGraphicsPolygonItem(parent, 0).
QGraphicsPolygonItem() - Constructor for class com.trolltech.qt.gui.QGraphicsPolygonItem
Equivalent to QGraphicsPolygonItem(, 0).
QGraphicsPolygonItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsPolygonItem
Constructs a QGraphicsPolygonItem with parent as the default polygon.
QGraphicsPolygonItem(QPolygonF, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsPolygonItem
Creates a new QGraphicsPolygonItem of the specified polygon and parent.
QGraphicsPolygonItem(QPolygonF) - Constructor for class com.trolltech.qt.gui.QGraphicsPolygonItem
Creates a new QGraphicsPolygonItem from polygon.
QGraphicsPolygonItem(QPolygonF, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsPolygonItem
Creates a new QGraphicsPolygonItem from the given polygon, and with the specified parent.
QGraphicsPolygonItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsPolygonItem.enum_1
QGraphicsRectItem - Class in com.trolltech.qt.gui
The QGraphicsRectItem class provides a rectangle item that you can add to a QGraphicsScene.
QGraphicsRectItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Equivalent to QGraphicsRectItem(parent, 0).
QGraphicsRectItem() - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Equivalent to QGraphicsRectItem(, 0).
QGraphicsRectItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Constructs a QGraphicsRectItem, using parent as the default rectangle.
QGraphicsRectItem(QRectF, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Creates a new QGraphicsRectItem with the specified bounds rect and parent.
QGraphicsRectItem(QRectF) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Creates a new QGraphicsRectItem with the specified bounds rect.
QGraphicsRectItem(QRectF, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Creates a new QGraphicsRectItem with the specified bounds rect, parent, and then adds it to scene.
QGraphicsRectItem(double, double, double, double, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Creates a new QGraphicsRectItem of which top-left corner is (x, y), width is w, and height is h.
QGraphicsRectItem(double, double, double, double) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Creates a new QGraphicsRectItem of which top-left corner is (x, y), width is w, and height is h.
QGraphicsRectItem(double, double, double, double, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsRectItem
Creates a new QGraphicsRectItem of which top-left corner is (x, y), width is w, and height is h.
QGraphicsRectItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsRectItem.enum_1
QGraphicsScene - Class in com.trolltech.qt.gui
The QGraphicsScene class provides a surface for managing a large number of 2D graphical items.
QGraphicsScene() - Constructor for class com.trolltech.qt.gui.QGraphicsScene
Equivalent to QGraphicsScene(0).
QGraphicsScene(QObject) - Constructor for class com.trolltech.qt.gui.QGraphicsScene
Constructs a QGraphicsScene object.
QGraphicsScene(QRectF) - Constructor for class com.trolltech.qt.gui.QGraphicsScene
Equivalent to QGraphicsScene(sceneRect, 0).
QGraphicsScene(QRectF, QObject) - Constructor for class com.trolltech.qt.gui.QGraphicsScene
Constructs a QGraphicsScene object, using sceneRect for its scene rectangle.
QGraphicsScene(double, double, double, double) - Constructor for class com.trolltech.qt.gui.QGraphicsScene
Equivalent to QGraphicsScene(x, y, width, height, 0).
QGraphicsScene(double, double, double, double, QObject) - Constructor for class com.trolltech.qt.gui.QGraphicsScene
Constructs a QGraphicsScene object, using the rectangle specified by (x, y), and the given width and height for its scene rectangle.
QGraphicsScene.ItemIndexMethod - Enum in com.trolltech.qt.gui
This enum describes the indexing algorithms QGraphicsScene provides for managing positional information about items on the scene.
QGraphicsScene.SceneLayer - Enum in com.trolltech.qt.gui
This enum describes the rendering layers in a QGraphicsScene.
QGraphicsScene.SceneLayers - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QGraphicsScene.SceneLayers(QGraphicsScene.SceneLayer...) - Constructor for class com.trolltech.qt.gui.QGraphicsScene.SceneLayers
Creates flags with value set as only flag.
QGraphicsScene.SceneLayers(int) - Constructor for class com.trolltech.qt.gui.QGraphicsScene.SceneLayers
Creates flags with the specified int flags set.
QGraphicsSceneContextMenuEvent - Class in com.trolltech.qt.gui
The QGraphicsSceneContextMenuEvent class provides context menu events in the graphics view framework.
QGraphicsSceneContextMenuEvent() - Constructor for class com.trolltech.qt.gui.QGraphicsSceneContextMenuEvent
Equivalent to QGraphicsSceneContextMenuEvent(None).
QGraphicsSceneContextMenuEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QGraphicsSceneContextMenuEvent
QGraphicsSceneContextMenuEvent.Reason - Enum in com.trolltech.qt.gui
This enum describes the reason why the context event was sent.
QGraphicsSceneDragDropEvent - Class in com.trolltech.qt.gui
The QGraphicsSceneDragDropEvent class provides events for drag and drop in the graphics view framework.
QGraphicsSceneDragDropEvent() - Constructor for class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
Equivalent to QGraphicsSceneDragDropEvent(None).
QGraphicsSceneDragDropEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QGraphicsSceneDragDropEvent
QGraphicsSceneEvent - Class in com.trolltech.qt.gui
The QGraphicsSceneEvent class provides a base class for all graphics view related events.
QGraphicsSceneEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QGraphicsSceneEvent
QGraphicsSceneHelpEvent - Class in com.trolltech.qt.gui
The QGraphicsSceneHelpEvent class provides events when a tooltip is requested.
QGraphicsSceneHelpEvent() - Constructor for class com.trolltech.qt.gui.QGraphicsSceneHelpEvent
Equivalent to QGraphicsSceneHelpEvent(None).
QGraphicsSceneHelpEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QGraphicsSceneHelpEvent
QGraphicsSceneHoverEvent - Class in com.trolltech.qt.gui
The QGraphicsSceneHoverEvent class provides hover events in the graphics view framework.
QGraphicsSceneHoverEvent() - Constructor for class com.trolltech.qt.gui.QGraphicsSceneHoverEvent
Equivalent to QGraphicsSceneHoverEvent(None).
QGraphicsSceneHoverEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QGraphicsSceneHoverEvent
QGraphicsSceneMouseEvent - Class in com.trolltech.qt.gui
The QGraphicsSceneMouseEvent class provides mouse events in the graphics view framework.
QGraphicsSceneMouseEvent() - Constructor for class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
Equivalent to QGraphicsSceneMouseEvent(None).
QGraphicsSceneMouseEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QGraphicsSceneMouseEvent
QGraphicsSceneWheelEvent - Class in com.trolltech.qt.gui
The QGraphicsSceneWheelEvent class provides wheel events in the graphics view framework.
QGraphicsSceneWheelEvent() - Constructor for class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
Equivalent to QGraphicsSceneWheelEvent(None).
QGraphicsSceneWheelEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QGraphicsSceneWheelEvent
QGraphicsSimpleTextItem - Class in com.trolltech.qt.gui
The QGraphicsSimpleTextItem class provides a simple text path item that you can add to a QGraphicsScene.
QGraphicsSimpleTextItem(String, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Creates a new QGraphicsSimpleTextItem with the specified text and parent.
QGraphicsSimpleTextItem(String) - Constructor for class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Creates a new parentless QGraphicsSimpleTextItem with the specified text.
QGraphicsSimpleTextItem(String, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Creates a new QGraphicsSimpleTextItem with the specified text and parent, and adds it to scene.
QGraphicsSimpleTextItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Equivalent to QGraphicsSimpleTextItem(parent, 0).
QGraphicsSimpleTextItem() - Constructor for class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Equivalent to QGraphicsSimpleTextItem(, 0).
QGraphicsSimpleTextItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Constructs a QGraphicsSimpleTextItem, using parent as the default plain text.
QGraphicsSimpleTextItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsSimpleTextItem.enum_1
QGraphicsSvgItem - Class in com.trolltech.qt.svg
The QGraphicsSvgItem class is a QGraphicsItem that can be used to render the contents of SVG files.
QGraphicsSvgItem() - Constructor for class com.trolltech.qt.svg.QGraphicsSvgItem
Equivalent to QGraphicsSvgItem(0).
QGraphicsSvgItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.svg.QGraphicsSvgItem
Constructs a new SVG item with the given parentItem.
QGraphicsSvgItem(String) - Constructor for class com.trolltech.qt.svg.QGraphicsSvgItem
Equivalent to QGraphicsSvgItem(fileName, 0).
QGraphicsSvgItem(String, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.svg.QGraphicsSvgItem
Constructs a new item with the given parentItem and loads the contents of the SVG file with the specified fileName.
QGraphicsSvgItem.enum_1 - Enum in com.trolltech.qt.svg
Press link for info on QGraphicsSvgItem.enum_1
QGraphicsTextItem - Class in com.trolltech.qt.gui
The QGraphicsTextItem class provides a text item that you can add to a QGraphicsScene to display formatted text.
QGraphicsTextItem(QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsTextItem
Equivalent to QGraphicsTextItem(parent, 0).
QGraphicsTextItem() - Constructor for class com.trolltech.qt.gui.QGraphicsTextItem
Equivalent to QGraphicsTextItem(, 0).
QGraphicsTextItem(QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsTextItem
Constructs a QGraphicsTextItem, using parent as the default plain text.
QGraphicsTextItem(String, QGraphicsItemInterface) - Constructor for class com.trolltech.qt.gui.QGraphicsTextItem
Creates a new QGraphicsTextItem with the specified text and parent graphics item.
QGraphicsTextItem(String) - Constructor for class com.trolltech.qt.gui.QGraphicsTextItem
Creates a new QGraphicsTextItem with the specified text.
QGraphicsTextItem(String, QGraphicsItemInterface, QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsTextItem
Creates a new QGraphicsTextItem with the specified text, parent, and scene.
QGraphicsTextItem.enum_1 - Enum in com.trolltech.qt.gui
Press link for info on QGraphicsTextItem.enum_1
QGraphicsView - Class in com.trolltech.qt.gui
The QGraphicsView class provides a widget for displaying the contents of a QGraphicsScene.
QGraphicsView() - Constructor for class com.trolltech.qt.gui.QGraphicsView
Equivalent to QGraphicsView(0).
QGraphicsView(QWidget) - Constructor for class com.trolltech.qt.gui.QGraphicsView
Constructs a QGraphicsView.
QGraphicsView(QGraphicsScene) - Constructor for class com.trolltech.qt.gui.QGraphicsView
Equivalent to QGraphicsView(scene, 0).
QGraphicsView(QGraphicsScene, QWidget) - Constructor for class com.trolltech.qt.gui.QGraphicsView
Constructs a QGraphicsView and sets the visualized scene to scene.
QGraphicsView.CacheMode - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QGraphicsView.CacheMode(QGraphicsView.CacheModeFlag...) - Constructor for class com.trolltech.qt.gui.QGraphicsView.CacheMode
Creates flags with value set as only flag.
QGraphicsView.CacheMode(int) - Constructor for class com.trolltech.qt.gui.QGraphicsView.CacheMode
Creates flags with the specified int flags set.
QGraphicsView.CacheModeFlag - Enum in com.trolltech.qt.gui
This enum describes the flags that you can set for a QGraphicsView's cache mode.
QGraphicsView.DragMode - Enum in com.trolltech.qt.gui
This enum describes the default action for the view when pressing and dragging the mouse over the viewport.
QGraphicsView.OptimizationFlag - Enum in com.trolltech.qt.gui
This enum describes flags that you can enable to improve rendering performance in QGraphicsView.
QGraphicsView.OptimizationFlags - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QGraphicsView.OptimizationFlags(QGraphicsView.OptimizationFlag...) - Constructor for class com.trolltech.qt.gui.QGraphicsView.OptimizationFlags
Creates flags with value set as only flag.
QGraphicsView.OptimizationFlags(int) - Constructor for class com.trolltech.qt.gui.QGraphicsView.OptimizationFlags
Creates flags with the specified int flags set.
QGraphicsView.ViewportAnchor - Enum in com.trolltech.qt.gui
This enums describe the possible anchors that QGraphicsView can use when the user resizes the view or when the view is transformed.
QGraphicsView.ViewportUpdateMode - Enum in com.trolltech.qt.gui
This enum describes how QGraphicsView updates its viewport when the scene contents change or are exposed.
QGridLayout - Class in com.trolltech.qt.gui
The QGridLayout class lays out widgets in a grid.
QGridLayout(QWidget) - Constructor for class com.trolltech.qt.gui.QGridLayout
Constructs a new QGridLayout with parent widget, parent.
QGridLayout() - Constructor for class com.trolltech.qt.gui.QGridLayout
Constructs a new grid layout.
QGroupBox - Class in com.trolltech.qt.gui
The QGroupBox widget provides a group box frame with a title.
QGroupBox() - Constructor for class com.trolltech.qt.gui.QGroupBox
Equivalent to QGroupBox(0).
QGroupBox(QWidget) - Constructor for class com.trolltech.qt.gui.QGroupBox
Constructs a group box widget with the given parent but with no title.
QGroupBox(String) - Constructor for class com.trolltech.qt.gui.QGroupBox
Equivalent to QGroupBox(title, 0).
QGroupBox(String, QWidget) - Constructor for class com.trolltech.qt.gui.QGroupBox
Constructs a group box with the given title and parent.
QGuiSignalMapper - Class in com.trolltech.qt.gui
 
QHBoxLayout - Class in com.trolltech.qt.gui
The QHBoxLayout class lines up widgets horizontally.
QHBoxLayout(QWidget) - Constructor for class com.trolltech.qt.gui.QHBoxLayout
Constructs a new top-level horizontal box with parent parent.
QHBoxLayout() - Constructor for class com.trolltech.qt.gui.QHBoxLayout
Constructs a new horizontal box.
QHeaderView - Class in com.trolltech.qt.gui
The QHeaderView class provides a header row or header column for item views.
QHeaderView(Qt.Orientation) - Constructor for class com.trolltech.qt.gui.QHeaderView
Equivalent to QHeaderView(orientation, 0).
QHeaderView(Qt.Orientation, QWidget) - Constructor for class com.trolltech.qt.gui.QHeaderView
Creates a new generic header with the given orientation and parent.
QHeaderView.ResizeMode - Enum in com.trolltech.qt.gui
The resize mode specifies the behavior of the header sections.
QHelpEvent - Class in com.trolltech.qt.gui
The QHelpEvent class provides an event that is used to request helpful information about a particular point in a widget.
QHelpEvent(QEvent.Type, QPoint, QPoint) - Constructor for class com.trolltech.qt.gui.QHelpEvent
Constructs a help event with the given type corresponding to the widget-relative position specified by pos and the global position specified by globalPos.
QHideEvent - Class in com.trolltech.qt.gui
The QHideEvent class provides an event which is sent after a widget is hidden.
QHideEvent() - Constructor for class com.trolltech.qt.gui.QHideEvent
Constructs a QHideEvent.
QHostAddress - Class in com.trolltech.qt.network
The QHostAddress class provides an IP address.
QHostAddress(String) - Constructor for class com.trolltech.qt.network.QHostAddress
Constructs an IPv4 or IPv6 address based on the string address (e.g., "127.0.0.1").
QHostAddress(QHostAddress) - Constructor for class com.trolltech.qt.network.QHostAddress
Constructs a copy of the given copy.
QHostAddress() - Constructor for class com.trolltech.qt.network.QHostAddress
Constructs a host address object with the IP address 0.0.0.0.
QHostAddress(int) - Constructor for class com.trolltech.qt.network.QHostAddress
Constructs a host address object with the IPv4 address ip4Addr.
QHostAddress(QIPv6Address) - Constructor for class com.trolltech.qt.network.QHostAddress
Creates a QHostAddress from the specified ip6Addr address.
QHostAddress(QHostAddress.SpecialAddress) - Constructor for class com.trolltech.qt.network.QHostAddress
Constructs a QHostAddress object for address.
QHostAddress.SpecialAddress - Enum in com.trolltech.qt.network
Press link for info on QHostAddress.SpecialAddress
QHostInfo - Class in com.trolltech.qt.network
The QHostInfo class provides static functions for host name lookups.
QHostInfo() - Constructor for class com.trolltech.qt.network.QHostInfo
Equivalent to QHostInfo(-1).
QHostInfo(int) - Constructor for class com.trolltech.qt.network.QHostInfo
Constructs an empty host info object with lookup ID lookupId.
QHostInfo(QHostInfo) - Constructor for class com.trolltech.qt.network.QHostInfo
Constructs a copy of d.
QHostInfo.HostInfoError - Enum in com.trolltech.qt.network
This enum describes the various errors that can occur when trying to resolve a host name.
QHoverEvent - Class in com.trolltech.qt.gui
The QHoverEvent class contains parameters that describe a mouse event.
QHoverEvent(QEvent.Type, QPoint, QPoint) - Constructor for class com.trolltech.qt.gui.QHoverEvent
Constructs a hover event object.
QHttp - Class in com.trolltech.qt.network
The QHttp class provides an implementation of the HTTP protocol.
QHttp() - Constructor for class com.trolltech.qt.network.QHttp
Equivalent to QHttp(0).
QHttp(QObject) - Constructor for class com.trolltech.qt.network.QHttp
Constructs a QHttp object.
QHttp(String, int) - Constructor for class com.trolltech.qt.network.QHttp
This is an overloaded constructor provided for convenince.
QHttp(String, int, QObject) - Constructor for class com.trolltech.qt.network.QHttp
This is an overloaded constructor provided for convenince.
QHttp(String, QHttp.ConnectionMode, int) - Constructor for class com.trolltech.qt.network.QHttp
This is an overloaded constructor provided for convenince.
QHttp(String, QHttp.ConnectionMode, int, QObject) - Constructor for class com.trolltech.qt.network.QHttp
Constructs a QHttp object.
QHttp.ConnectionMode - Enum in com.trolltech.qt.network
This enum is used to specify the mode of connection to use.
QHttp.Error - Enum in com.trolltech.qt.network
This enum identifies the error that occurred.
QHttp.State - Enum in com.trolltech.qt.network
This enum is used to specify the state the client is in.
QHttpHeader - Class in com.trolltech.qt.network
The QHttpHeader class contains header information for HTTP.
QHttpHeader(QHttpHeader) - Constructor for class com.trolltech.qt.network.QHttpHeader
Constructs a copy of header.
QHttpHeader(String) - Constructor for class com.trolltech.qt.network.QHttpHeader
Constructs a HTTP header for str.
QHttpHeader() - Constructor for class com.trolltech.qt.network.QHttpHeader
Constructs an empty HTTP header.
QHttpRequestHeader - Class in com.trolltech.qt.network
The QHttpRequestHeader class contains request header information for HTTP.
QHttpRequestHeader(String, String, int) - Constructor for class com.trolltech.qt.network.QHttpRequestHeader
Equivalent to QHttpRequestHeader(method, path, majorVer, 1).
QHttpRequestHeader(String, String) - Constructor for class com.trolltech.qt.network.QHttpRequestHeader
Equivalent to QHttpRequestHeader(method, path, 1, 1).
QHttpRequestHeader(String, String, int, int) - Constructor for class com.trolltech.qt.network.QHttpRequestHeader
Constructs a HTTP request header for the method method, the request-URI path and the protocol-version majorVer and minorVer.
QHttpRequestHeader(String) - Constructor for class com.trolltech.qt.network.QHttpRequestHeader
Constructs a HTTP request header from the string str.
QHttpRequestHeader() - Constructor for class com.trolltech.qt.network.QHttpRequestHeader
Constructs an empty HTTP request header.
QHttpRequestHeader(QHttpRequestHeader) - Constructor for class com.trolltech.qt.network.QHttpRequestHeader
Constructs a copy of header.
QHttpResponseHeader - Class in com.trolltech.qt.network
The QHttpResponseHeader class contains response header information for HTTP.
QHttpResponseHeader(int, String, int) - Constructor for class com.trolltech.qt.network.QHttpResponseHeader
Equivalent to QHttpResponseHeader(code, text, majorVer, 1).
QHttpResponseHeader(int, String) - Constructor for class com.trolltech.qt.network.QHttpResponseHeader
Equivalent to QHttpResponseHeader(code, text, 1, 1).
QHttpResponseHeader(int) - Constructor for class com.trolltech.qt.network.QHttpResponseHeader
Equivalent to QHttpResponseHeader(code, QString(), 1, 1).
QHttpResponseHeader(int, String, int, int) - Constructor for class com.trolltech.qt.network.QHttpResponseHeader
Constructs a QHttpResponseHeader, setting the status code to code, the reason phrase to text and the protocol-version to majorVer and minorVer.
QHttpResponseHeader(String) - Constructor for class com.trolltech.qt.network.QHttpResponseHeader
Constructs a HTTP response header from the string str.
QHttpResponseHeader() - Constructor for class com.trolltech.qt.network.QHttpResponseHeader
Constructs an empty HTTP response header.
QHttpResponseHeader(QHttpResponseHeader) - Constructor for class com.trolltech.qt.network.QHttpResponseHeader
Constructs a copy of header.
QIcon - Class in com.trolltech.qt.gui
The QIcon class provides scalable icons in different modes and states.
QIcon(QPixmap) - Constructor for class com.trolltech.qt.gui.QIcon
Constructs an icon from a pixmap.
QIcon(String) - Constructor for class com.trolltech.qt.gui.QIcon
Constructs an icon from the file with the given fileName.
QIcon(QIconEngineV2) - Constructor for class com.trolltech.qt.gui.QIcon
Creates an icon with a specific icon engine.
QIcon(QIcon) - Constructor for class com.trolltech.qt.gui.QIcon
Constructs a copy of other.
QIcon() - Constructor for class com.trolltech.qt.gui.QIcon
Constructs a null icon.
QIcon(QIconEngine) - Constructor for class com.trolltech.qt.gui.QIcon
Creates an icon with a specific icon engine.
QIcon.Mode - Enum in com.trolltech.qt.gui
This enum type describes the mode for which a pixmap is intended to be used.
QIcon.State - Enum in com.trolltech.qt.gui
This enum describes the state for which a pixmap is intended to be used.
QIconDragEvent - Class in com.trolltech.qt.gui
The QIconDragEvent class indicates that a main icon drag has begun.
QIconDragEvent() - Constructor for class com.trolltech.qt.gui.QIconDragEvent
Constructs an icon drag event object with the accept flag set to false.
QIconEngine - Class in com.trolltech.qt.gui
The QIconEngine class provides an abstract base class for QIcon renderers.
QIconEngineV2 - Class in com.trolltech.qt.gui
The QIconEngineV2 class provides an abstract base class for QIcon renderers.
QImage - Class in com.trolltech.qt.gui
The QImage class provides a hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint device.
QImage(QNativePointer, int, int, int, QImage.Format) - Constructor for class com.trolltech.qt.gui.QImage
Constructs an image with the given width, height and format, that uses an existing memory buffer, data.
QImage(int, int, QImage.Format) - Constructor for class com.trolltech.qt.gui.QImage
Constructs an image with the given width, height and format.
QImage(QImage) - Constructor for class com.trolltech.qt.gui.QImage
Constructs a shallow copy of the given arg__1.
QImage() - Constructor for class com.trolltech.qt.gui.QImage
Constructs a null image.
QImage(QSize, QImage.Format) - Constructor for class com.trolltech.qt.gui.QImage
Constructs an image with the given size and format.
QImage(String[]) - Constructor for class com.trolltech.qt.gui.QImage
Constructs an image from the given xpm image.
QImage(byte[], int, int, QImage.Format) - Constructor for class com.trolltech.qt.gui.QImage
Constructs an image with the given width, height and format, that uses an existing read-only memory buffer, data.
QImage(String, String) - Constructor for class com.trolltech.qt.gui.QImage
Constructs an image and tries to load the image from the file with the given fileName.
QImage(String) - Constructor for class com.trolltech.qt.gui.QImage
This is an overloaded constructor provided for convenience.
QImage.Format - Enum in com.trolltech.qt.gui
The following image formats are available in all versions of Qt.
QImage.InvertMode - Enum in com.trolltech.qt.gui
This enum type is used to describe how pixel values should be inverted in the invertPixels function.
QImageIOHandler - Class in com.trolltech.qt.gui
The QImageIOHandler class defines the common image I/O interface for all image formats in Qt.
QImageIOHandler() - Constructor for class com.trolltech.qt.gui.QImageIOHandler
Constructs a QImageIOHandler object.
QImageIOHandler.ImageOption - Enum in com.trolltech.qt.gui
This enum describes the different options supported by QImageIOHandler.
QImageReader - Class in com.trolltech.qt.gui
The QImageReader class provides a format independent interface for reading images from files or other devices.
QImageReader(String) - Constructor for class com.trolltech.qt.gui.QImageReader
Equivalent to QImageReader(fileName, QByteArray()).
QImageReader(String, QByteArray) - Constructor for class com.trolltech.qt.gui.QImageReader
Constructs a QImageReader object with the file name fileName and the image format format.
QImageReader() - Constructor for class com.trolltech.qt.gui.QImageReader
Constructs an empty QImageReader object.
QImageReader(QIODevice) - Constructor for class com.trolltech.qt.gui.QImageReader
Equivalent to QImageReader(device, QByteArray()).
QImageReader(QIODevice, QByteArray) - Constructor for class com.trolltech.qt.gui.QImageReader
Constructs a QImageReader object with the device device and the image format format.
QImageReader.ImageReaderError - Enum in com.trolltech.qt.gui
This enum describes the different types of errors that can occur when reading images with QImageReader.
QImageWriter - Class in com.trolltech.qt.gui
The QImageWriter class provides a format independent interface for writing images to files or other devices.
QImageWriter() - Constructor for class com.trolltech.qt.gui.QImageWriter
Constructs an empty QImageWriter object.
QImageWriter(QIODevice, QByteArray) - Constructor for class com.trolltech.qt.gui.QImageWriter
Constructs a QImageWriter object using the device device and image format format.
QImageWriter(String) - Constructor for class com.trolltech.qt.gui.QImageWriter
Equivalent to QImageWriter(fileName, QByteArray()).
QImageWriter(String, QByteArray) - Constructor for class com.trolltech.qt.gui.QImageWriter
Constructs a QImageWriter objects that will write to a file with the name fileName, using the image format format.
QImageWriter.ImageWriterError - Enum in com.trolltech.qt.gui
This enum describes errors that can occur when writing images with QImageWriter.
QInputContext - Class in com.trolltech.qt.gui
The QInputContext class abstracts the input method dependent data and composing state.
QInputContext() - Constructor for class com.trolltech.qt.gui.QInputContext
Equivalent to QInputContext(0).
QInputContext(QObject) - Constructor for class com.trolltech.qt.gui.QInputContext
Constructs an input context with the given parent.
QInputContext.StandardFormat - Enum in com.trolltech.qt.gui
Press link for info on QInputContext.StandardFormat
QInputContextFactory - Class in com.trolltech.qt.gui
The QInputContextFactory class creates QInputContext objects.
QInputDialog - Class in com.trolltech.qt.gui
The QInputDialog class provides a simple convenience dialog to get a single value from the user.
QInputEvent - Class in com.trolltech.qt.gui
The QInputEvent class is the base class for events that describe user input.
QInputEvent(QEvent.Type) - Constructor for class com.trolltech.qt.gui.QInputEvent
Equivalent to QInputEvent(type, Qt::NoModifier).
QInputEvent(QEvent.Type, Qt.KeyboardModifiers) - Constructor for class com.trolltech.qt.gui.QInputEvent
QInputMethodEvent - Class in com.trolltech.qt.gui
The QInputMethodEvent class provides parameters for input method events.
QInputMethodEvent(String, List<QInputMethodEvent_Attribute>) - Constructor for class com.trolltech.qt.gui.QInputMethodEvent
Construcs an event of type QEvent.:InputMethod.
QInputMethodEvent(QInputMethodEvent) - Constructor for class com.trolltech.qt.gui.QInputMethodEvent
Constructs a copy of other.
QInputMethodEvent() - Constructor for class com.trolltech.qt.gui.QInputMethodEvent
Constructs an event of type QEvent.:InputMethod.
QInputMethodEvent.AttributeType - Enum in com.trolltech.qt.gui
Press link for info on QInputMethodEvent.AttributeType
QInputMethodEvent_Attribute - Class in com.trolltech.qt.gui
 
QInputMethodEvent_Attribute(QInputMethodEvent.AttributeType, int, int, Object) - Constructor for class com.trolltech.qt.gui.QInputMethodEvent_Attribute
Constructs an input method attribute.
QIntValidator - Class in com.trolltech.qt.gui
The QIntValidator class provides a validator that ensures a string contains a valid integer within a specified range.
QIntValidator(int, int, QObject) - Constructor for class com.trolltech.qt.gui.QIntValidator
Constructs a validator with a parent, that accepts integers from bottom to top inclusive.
QIntValidator(QObject) - Constructor for class com.trolltech.qt.gui.QIntValidator
Constructs a validator with a parent object that accepts all integers.
QIODevice - Class in com.trolltech.qt.core
The QIODevice class is the base interface class of all I/O devices in Qt.
QIODevice() - Constructor for class com.trolltech.qt.core.QIODevice
Constructs a QIODevice object.
QIODevice(QObject) - Constructor for class com.trolltech.qt.core.QIODevice
Constructs a QIODevice object with the given parent.
QIODevice.OpenMode - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QIODevice.OpenMode(QIODevice.OpenModeFlag...) - Constructor for class com.trolltech.qt.core.QIODevice.OpenMode
Creates flags with value set as only flag.
QIODevice.OpenMode(int) - Constructor for class com.trolltech.qt.core.QIODevice.OpenMode
Creates flags with the specified int flags set.
QIODevice.OpenModeFlag - Enum in com.trolltech.qt.core
This enum is used with open to describe the mode in which a device is opened.
QIPv6Address - Class in com.trolltech.qt.network
 
QIPv6Address() - Constructor for class com.trolltech.qt.network.QIPv6Address
Constructs a new QIPv6Address.
QItemDelegate - Class in com.trolltech.qt.gui
The QItemDelegate class provides display and editing facilities for data items from a model.
QItemDelegate() - Constructor for class com.trolltech.qt.gui.QItemDelegate
Equivalent to QItemDelegate(0).
QItemDelegate(QObject) - Constructor for class com.trolltech.qt.gui.QItemDelegate
Constructs an item delegate with the given parent.
QItemEditorCreatorBase - Class in com.trolltech.qt.gui
The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators.
QItemEditorFactory - Class in com.trolltech.qt.gui
The QItemEditorFactory class provides widgets for editing item data in views and delegates.
QItemEditorFactory() - Constructor for class com.trolltech.qt.gui.QItemEditorFactory
Constructs a new item editor factory.
QItemSelection - Class in com.trolltech.qt.gui
The QItemSelection class manages information about selected items in a model.
QItemSelection() - Constructor for class com.trolltech.qt.gui.QItemSelection
Constructs an empty selection.
QItemSelection(QModelIndex, QModelIndex) - Constructor for class com.trolltech.qt.gui.QItemSelection
Constructs an item selection that extends from the top-left model item, specified by the topLeft index, to the bottom-right item, specified by bottomRight.
QItemSelectionModel - Class in com.trolltech.qt.gui
The QItemSelectionModel class keeps track of a view's selected items.
QItemSelectionModel(QAbstractItemModel) - Constructor for class com.trolltech.qt.gui.QItemSelectionModel
Constructs a selection model that operates on the specified item model.
QItemSelectionModel(QAbstractItemModel, QObject) - Constructor for class com.trolltech.qt.gui.QItemSelectionModel
Constructs a selection model that operates on the specified item model with parent.
QItemSelectionModel.SelectionFlag - Enum in com.trolltech.qt.gui
This enum describes the way the selection model will be updated.
QItemSelectionModel.SelectionFlags - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QItemSelectionModel.SelectionFlags(QItemSelectionModel.SelectionFlag...) - Constructor for class com.trolltech.qt.gui.QItemSelectionModel.SelectionFlags
Creates flags with value set as only flag.
QItemSelectionModel.SelectionFlags(int) - Constructor for class com.trolltech.qt.gui.QItemSelectionModel.SelectionFlags
Creates flags with the specified int flags set.
QItemSelectionRange - Class in com.trolltech.qt.gui
The QItemSelectionRange class manages information about a range of selected items in a model.
QItemSelectionRange(QModelIndex) - Constructor for class com.trolltech.qt.gui.QItemSelectionRange
Constructs a new selection range containing only the model item specified by the model index index.
QItemSelectionRange(QItemSelectionRange) - Constructor for class com.trolltech.qt.gui.QItemSelectionRange
Copy constructor.
QItemSelectionRange(QModelIndex, QModelIndex) - Constructor for class com.trolltech.qt.gui.QItemSelectionRange
Constructs a new selection range containing only the index specified by the topLeft and the index bottomRight.
QItemSelectionRange() - Constructor for class com.trolltech.qt.gui.QItemSelectionRange
Constructs an empty selection range.
QKeyEvent - Class in com.trolltech.qt.gui
The QKeyEvent class contains describes a key event.
QKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers, String, boolean) - Constructor for class com.trolltech.qt.gui.QKeyEvent
Equivalent to QKeyEvent(type, key, modifiers, text, autorep, 1).
QKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers, String) - Constructor for class com.trolltech.qt.gui.QKeyEvent
Equivalent to QKeyEvent(type, key, modifiers, text, false, 1).
QKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers) - Constructor for class com.trolltech.qt.gui.QKeyEvent
Equivalent to QKeyEvent(type, key, modifiers, QString(), false, 1).
QKeyEvent(QEvent.Type, int, Qt.KeyboardModifiers, String, boolean, char) - Constructor for class com.trolltech.qt.gui.QKeyEvent
Constructs a key event object.
QKeySequence - Class in com.trolltech.qt.gui
The QKeySequence class encapsulates a key sequence as used by shortcuts.
QKeySequence(int, int, int) - Constructor for class com.trolltech.qt.gui.QKeySequence
Equivalent to QKeySequence(k1, k2, k3, 0).
QKeySequence(int, int) - Constructor for class com.trolltech.qt.gui.QKeySequence
Equivalent to QKeySequence(k1, k2, 0, 0).
QKeySequence(int) - Constructor for class com.trolltech.qt.gui.QKeySequence
Equivalent to QKeySequence(k1, 0, 0, 0).
QKeySequence(int, int, int, int) - Constructor for class com.trolltech.qt.gui.QKeySequence
Constructs a key sequence with up to 4 keys k1, k2, k3 and k4.
QKeySequence(QKeySequence.StandardKey) - Constructor for class com.trolltech.qt.gui.QKeySequence
Constructs a QKeySequence object for the given key.
QKeySequence(QKeySequence) - Constructor for class com.trolltech.qt.gui.QKeySequence
Copy constructor.
QKeySequence() - Constructor for class com.trolltech.qt.gui.QKeySequence
Constructs an empty key sequence.
QKeySequence(String) - Constructor for class com.trolltech.qt.gui.QKeySequence
Creates a key sequence from the key string.
QKeySequence.SequenceFormat - Enum in com.trolltech.qt.gui
Press link for info on QKeySequence.SequenceFormat
QKeySequence.SequenceMatch - Enum in com.trolltech.qt.gui
Press link for info on QKeySequence.SequenceMatch
QKeySequence.StandardKey - Enum in com.trolltech.qt.gui
This enum represent standard key bindings.
QLabel - Class in com.trolltech.qt.gui
The QLabel widget provides a text or image display.
QLabel(QWidget) - Constructor for class com.trolltech.qt.gui.QLabel
Equivalent to QLabel(parent, 0).
QLabel() - Constructor for class com.trolltech.qt.gui.QLabel
Equivalent to QLabel(0, 0).
QLabel(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QLabel
Constructs an empty label.
QLabel(String, QWidget) - Constructor for class com.trolltech.qt.gui.QLabel
Equivalent to QLabel(text, parent, 0).
QLabel(String) - Constructor for class com.trolltech.qt.gui.QLabel
Equivalent to QLabel(text, 0, 0).
QLabel(String, QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QLabel
Constructs a label that displays the text, text.
QLayout - Class in com.trolltech.qt.gui
The QLayout class is the base class of geometry managers.
QLayout(QWidget) - Constructor for class com.trolltech.qt.gui.QLayout
Constructs a new top-level QLayout, with parent parent.
QLayout() - Constructor for class com.trolltech.qt.gui.QLayout
Constructs a new child QLayout.
QLayout.SizeConstraint - Enum in com.trolltech.qt.gui
The possible values are.
QLayoutItem - Class in com.trolltech.qt.gui
The QLayoutItem class provides an abstract item that a QLayout manipulates.
QLayoutItem() - Constructor for class com.trolltech.qt.gui.QLayoutItem
Equivalent to QLayoutItem(0).
QLayoutItem(Qt.Alignment) - Constructor for class com.trolltech.qt.gui.QLayoutItem
Constructs a layout item with an alignment.
QLayoutItemInterface - Interface in com.trolltech.qt.gui
The QLayoutItem class provides an abstract item that a QLayout manipulates.
QLCDNumber - Class in com.trolltech.qt.gui
The QLCDNumber widget displays a number with LCD-like digits.
QLCDNumber() - Constructor for class com.trolltech.qt.gui.QLCDNumber
Equivalent to QLCDNumber(0).
QLCDNumber(QWidget) - Constructor for class com.trolltech.qt.gui.QLCDNumber
Constructs an LCD number, sets the number of digits to 5, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box.
QLCDNumber(int) - Constructor for class com.trolltech.qt.gui.QLCDNumber
Equivalent to QLCDNumber(numDigits, 0).
QLCDNumber(int, QWidget) - Constructor for class com.trolltech.qt.gui.QLCDNumber
Constructs an LCD number, sets the number of digits to numDigits, the base to decimal, the decimal point mode to 'small' and the frame style to a raised box.
QLCDNumber.Mode - Enum in com.trolltech.qt.gui
This type determines how numbers are shown.
QLCDNumber.SegmentStyle - Enum in com.trolltech.qt.gui
This type determines the visual appearance of the QLCDNumber widget.
QLibraryInfo - Class in com.trolltech.qt.core
The QLibraryInfo class provides information about the Qt library.
QLibraryInfo.LibraryLocation - Enum in com.trolltech.qt.core
QLine - Class in com.trolltech.qt.gui
The QLine class provides a two-dimensional vector using integer precision.
QLine(QPoint, QPoint) - Constructor for class com.trolltech.qt.gui.QLine
Constructs a line object that represents the line between pt1 and pt2.
QLine(int, int, int, int) - Constructor for class com.trolltech.qt.gui.QLine
Constructs a line object that represents the line between (x1, y1) and (x2, y2).
QLine() - Constructor for class com.trolltech.qt.gui.QLine
Constructs a null line.
QLinearGradient - Class in com.trolltech.qt.gui
The QLinearGradient class is used in combination with QBrush to specify a linear gradient brush.
QLinearGradient(QPointF, QPointF) - Constructor for class com.trolltech.qt.gui.QLinearGradient
Constructs a linear gradient with interpolation area between the given start point and finalStop.
QLinearGradient(double, double, double, double) - Constructor for class com.trolltech.qt.gui.QLinearGradient
Constructs a linear gradient with interpolation area between (xStart, yStart) and (xFinalStop, yFinalStop).
QLinearGradient() - Constructor for class com.trolltech.qt.gui.QLinearGradient
Constructs a default linear gradient with interpolation area between (0, 0) and (1, 1).
QLineEdit - Class in com.trolltech.qt.gui
The QLineEdit widget is a one-line text editor.
QLineEdit() - Constructor for class com.trolltech.qt.gui.QLineEdit
Equivalent to QLineEdit(0).
QLineEdit(QWidget) - Constructor for class com.trolltech.qt.gui.QLineEdit
Constructs a line edit with no text.
QLineEdit(String) - Constructor for class com.trolltech.qt.gui.QLineEdit
Equivalent to QLineEdit(arg__1, 0).
QLineEdit(String, QWidget) - Constructor for class com.trolltech.qt.gui.QLineEdit
Constructs a line edit containing the text arg__1.
QLineEdit.EchoMode - Enum in com.trolltech.qt.gui
This enum type describes how a line edit should display its contents.
QLineF - Class in com.trolltech.qt.gui
The QLineF class provides a two-dimensional vector using floating point precision.
QLineF(double, double, double, double) - Constructor for class com.trolltech.qt.gui.QLineF
Constructs a line object that represents the line between (x1, y1) and (x2, y2).
QLineF(QPointF, QPointF) - Constructor for class com.trolltech.qt.gui.QLineF
Constructs a line object that represents the line between pt1 and pt2.
QLineF(QLine) - Constructor for class com.trolltech.qt.gui.QLineF
Construct a QLineF object from the given integer-based line.
QLineF() - Constructor for class com.trolltech.qt.gui.QLineF
Constructs a null line.
QLineF.IntersectType - Enum in com.trolltech.qt.gui
Describes the intersection between two lines.
QListView - Class in com.trolltech.qt.gui
The QListView class provides a list or icon view onto a model.
QListView() - Constructor for class com.trolltech.qt.gui.QListView
Equivalent to QListView(0).
QListView(QWidget) - Constructor for class com.trolltech.qt.gui.QListView
Creates a new QListView with the given parent to view a model.
QListView.Flow - Enum in com.trolltech.qt.gui
Press link for info on QListView.Flow
QListView.LayoutMode - Enum in com.trolltech.qt.gui
Press link for info on QListView.LayoutMode
QListView.Movement - Enum in com.trolltech.qt.gui
Press link for info on QListView.Movement
QListView.ResizeMode - Enum in com.trolltech.qt.gui
Press link for info on QListView.ResizeMode
QListView.ViewMode - Enum in com.trolltech.qt.gui
Press link for info on QListView.ViewMode
QListWidget - Class in com.trolltech.qt.gui
The QListWidget class provides an item-based list widget.
QListWidget() - Constructor for class com.trolltech.qt.gui.QListWidget
Equivalent to QListWidget(0).
QListWidget(QWidget) - Constructor for class com.trolltech.qt.gui.QListWidget
Constructs an empty QListWidget with the given parent.
QListWidgetItem - Class in com.trolltech.qt.gui
The QListWidgetItem class provides an item for use with the QListWidget item view class.
QListWidgetItem(QIcon, String, QListWidget) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Equivalent to QListWidgetItem(icon, text, view, Type).
QListWidgetItem(QIcon, String) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Equivalent to QListWidgetItem(icon, text, 0, Type).
QListWidgetItem(QIcon, String, QListWidget, int) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Constructs an empty list widget item of the specified type with the given icon, text and view.
QListWidgetItem(QListWidget) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Equivalent to QListWidgetItem(view, Type).
QListWidgetItem() - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Equivalent to QListWidgetItem(0, Type).
QListWidgetItem(QListWidget, int) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Constructs an empty list widget item of the specified type with the given view.
QListWidgetItem(QListWidgetItem) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Constructs a copy of other.
QListWidgetItem(String, QListWidget) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Equivalent to QListWidgetItem(text, view, Type).
QListWidgetItem(String) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Equivalent to QListWidgetItem(text, 0, Type).
QListWidgetItem(String, QListWidget, int) - Constructor for class com.trolltech.qt.gui.QListWidgetItem
Constructs an empty list widget item of the specified type with the given text and view.
QListWidgetItem.ItemType - Enum in com.trolltech.qt.gui
This enum describes the types that are used to describe list widget items.
QLocale - Class in com.trolltech.qt.core
The QLocale class converts between numbers and their string representations in various languages.
QLocale() - Constructor for class com.trolltech.qt.core.QLocale
Constructs a QLocale object initialized with the default locale.
QLocale(QLocale.Language) - Constructor for class com.trolltech.qt.core.QLocale
Equivalent to QLocale(language, AnyCountry).
QLocale(QLocale.Language, QLocale.Country) - Constructor for class com.trolltech.qt.core.QLocale
Constructs a QLocale object with the specified language and country.
QLocale(String) - Constructor for class com.trolltech.qt.core.QLocale
Constructs a QLocale object with the specified name, which has the format "language[_country][.codeset][@modifier]" or "C", where:
QLocale(QLocale) - Constructor for class com.trolltech.qt.core.QLocale
Constructs a QLocale object as a copy of other.
QLocale.Country - Enum in com.trolltech.qt.core
This enumerated type is used to specify a country.
QLocale.FormatType - Enum in com.trolltech.qt.core
This enum describes the types of format that can be used when converting QDate and QTime objects to strings.
QLocale.Language - Enum in com.trolltech.qt.core
This enumerated type is used to specify a language.
QLocale.NumberOption - Enum in com.trolltech.qt.core
This enum defines a set of options for number-to-string and string-to-number conversions.
QLocale.NumberOptions - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
QLocale.NumberOptions(QLocale.NumberOption...) - Constructor for class com.trolltech.qt.core.QLocale.NumberOptions
Creates flags with value set as only flag.
QLocale.NumberOptions(int) - Constructor for class com.trolltech.qt.core.QLocale.NumberOptions
Creates flags with the specified int flags set.
QMainWindow - Class in com.trolltech.qt.gui
The QMainWindow class provides a main application window.
QMainWindow(QWidget) - Constructor for class com.trolltech.qt.gui.QMainWindow
Equivalent to QMainWindow(parent, 0).
QMainWindow() - Constructor for class com.trolltech.qt.gui.QMainWindow
Equivalent to QMainWindow(0, 0).
QMainWindow(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QMainWindow
Constructs a QMainWindow with the given parent and the specified widget flags.
QMainWindow.DockOption - Enum in com.trolltech.qt.gui
This enum contains flags that specify the docking behavior of QMainWindow.
QMainWindow.DockOptions - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QMainWindow.DockOptions(QMainWindow.DockOption...) - Constructor for class com.trolltech.qt.gui.QMainWindow.DockOptions
Creates flags with value set as only flag.
QMainWindow.DockOptions(int) - Constructor for class com.trolltech.qt.gui.QMainWindow.DockOptions
Creates flags with the specified int flags set.
QMatrix - Class in com.trolltech.qt.gui
The QMatrix class specifies 2D transformations of a coordinate system.
QMatrix(QMatrix) - Constructor for class com.trolltech.qt.gui.QMatrix
Constructs a matrix that is a copy of the given matrix.
QMatrix() - Constructor for class com.trolltech.qt.gui.QMatrix
Constructs an identity matrix.
QMatrix(double, double, double, double, double, double) - Constructor for class com.trolltech.qt.gui.QMatrix
Constructs a matrix with the elements, m11, m12, m21, m22, dx and dy.
QMdiArea - Class in com.trolltech.qt.gui
The QMdiArea widget provides an area in which MDI windows are displayed.
QMdiArea() - Constructor for class com.trolltech.qt.gui.QMdiArea
Equivalent to QMdiArea(0).
QMdiArea(QWidget) - Constructor for class com.trolltech.qt.gui.QMdiArea
Constructs an empty mdi area.
QMdiArea.AreaOption - Enum in com.trolltech.qt.gui
This enum describes options that customize the behavior of the QMdiArea.
QMdiArea.AreaOptions - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QMdiArea.AreaOptions(QMdiArea.AreaOption...) - Constructor for class com.trolltech.qt.gui.QMdiArea.AreaOptions
Creates flags with value set as only flag.
QMdiArea.AreaOptions(int) - Constructor for class com.trolltech.qt.gui.QMdiArea.AreaOptions
Creates flags with the specified int flags set.
QMdiArea.WindowOrder - Enum in com.trolltech.qt.gui
Specifies the order in which child windows are returned from subWindowList.
QMdiSubWindow - Class in com.trolltech.qt.gui
The QMdiSubWindow class provides a subwindow class for QMdiArea.
QMdiSubWindow(QWidget) - Constructor for class com.trolltech.qt.gui.QMdiSubWindow
Equivalent to QMdiSubWindow(parent, 0).
QMdiSubWindow() - Constructor for class com.trolltech.qt.gui.QMdiSubWindow
Equivalent to QMdiSubWindow(0, 0).
QMdiSubWindow(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QMdiSubWindow
Constructs a new QMdiSubWindow widget.
QMdiSubWindow.SubWindowOption - Enum in com.trolltech.qt.gui
This enum describes options that customize the behavior of QMdiSubWindow.
QMdiSubWindow.SubWindowOptions - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QMdiSubWindow.SubWindowOptions(QMdiSubWindow.SubWindowOption...) - Constructor for class com.trolltech.qt.gui.QMdiSubWindow.SubWindowOptions
Creates flags with value set as only flag.
QMdiSubWindow.SubWindowOptions(int) - Constructor for class com.trolltech.qt.gui.QMdiSubWindow.SubWindowOptions
Creates flags with the specified int flags set.
QMenu - Class in com.trolltech.qt.gui
The QMenu class provides a menu widget for use in menu bars, context menus, and other popup menus.
QMenu() - Constructor for class com.trolltech.qt.gui.QMenu
Equivalent to QMenu(0).
QMenu(QWidget) - Constructor for class com.trolltech.qt.gui.QMenu
Constructs a menu with parent parent.
QMenu(String) - Constructor for class com.trolltech.qt.gui.QMenu
Equivalent to QMenu(title, 0).
QMenu(String, QWidget) - Constructor for class com.trolltech.qt.gui.QMenu
Constructs a menu with a title and a parent.
QMenuBar - Class in com.trolltech.qt.gui
The QMenuBar class provides a horizontal menu bar.
QMenuBar() - Constructor for class com.trolltech.qt.gui.QMenuBar
Equivalent to QMenuBar(0).
QMenuBar(QWidget) - Constructor for class com.trolltech.qt.gui.QMenuBar
Constructs a menu bar with parent parent.
QMessageBox - Class in com.trolltech.qt.gui
The QMessageBox class provides a modal dialog with a short message, an icon, and buttons laid out depending on the current style.
QMessageBox() - Constructor for class com.trolltech.qt.gui.QMessageBox
Equivalent to QMessageBox(0).
QMessageBox(QWidget) - Constructor for class com.trolltech.qt.gui.QMessageBox
Constructs a message box with no text and no buttons.
QMessageBox(QMessageBox.Icon, String, String, QMessageBox.StandardButtons, QWidget) - Constructor for class com.trolltech.qt.gui.QMessageBox
Equivalent to QMessageBox(icon, title, text, buttons, parent, Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint).
QMessageBox(QMessageBox.Icon, String, String, QMessageBox.StandardButtons) - Constructor for class com.trolltech.qt.gui.QMessageBox
Equivalent to QMessageBox(icon, title, text, buttons, 0, Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint).
QMessageBox(QMessageBox.Icon, String, String) - Constructor for class com.trolltech.qt.gui.QMessageBox
Equivalent to QMessageBox(icon, title, text, NoButton, 0, Qt::Dialog | Qt::MSWindowsFixedSizeDialogHint).
QMessageBox(QMessageBox.Icon, String, String, QMessageBox.StandardButtons, QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QMessageBox
Constructs a message box with the given icon, title, text, and standard buttons.
QMessageBox.ButtonRole - Enum in com.trolltech.qt.gui
This enum describes the roles that can be used to describe buttons in the button box.
QMessageBox.Icon - Enum in com.trolltech.qt.gui
This enum has the following values.
QMessageBox.StandardButton - Enum in com.trolltech.qt.gui
These enums describe flags for standard buttons.
QMessageBox.StandardButtons - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QMessageBox.StandardButtons(QMessageBox.StandardButton...) - Constructor for class com.trolltech.qt.gui.QMessageBox.StandardButtons
Creates flags with value set as only flag.
QMessageBox.StandardButtons(int) - Constructor for class com.trolltech.qt.gui.QMessageBox.StandardButtons
Creates flags with the specified int flags set.
QMessageHandler - Class in com.trolltech.qt.core
The QMessageHandler class provides a means of receiving notifications when the C++ side of Qt Jambi enters a state where it produces warnings and debug messages and similar.
QMimeData - Class in com.trolltech.qt.gui
The QMimeData class provides a container for data that records information about its MIME type.
QMimeData() - Constructor for class com.trolltech.qt.gui.QMimeData
Constructs a new MIME data object with no data in it.
QModelIndex - Class in com.trolltech.qt.core
 
QMotifStyle - Class in com.trolltech.qt.gui
The QMotifStyle class provides Motif look and feel.
QMotifStyle() - Constructor for class com.trolltech.qt.gui.QMotifStyle
Equivalent to QMotifStyle(false).
QMotifStyle(boolean) - Constructor for class com.trolltech.qt.gui.QMotifStyle
Constructs a QMotifStyle.
QMouseEvent - Class in com.trolltech.qt.gui
The QMouseEvent class contains parameters that describe a mouse event.
QMouseEvent(QEvent.Type, QPoint, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) - Constructor for class com.trolltech.qt.gui.QMouseEvent
Constructs a mouse event object.
QMouseEvent(QEvent.Type, QPoint, QPoint, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) - Constructor for class com.trolltech.qt.gui.QMouseEvent
Constructs a mouse event object.
QMoveEvent - Class in com.trolltech.qt.gui
The QMoveEvent class contains event parameters for move events.
QMoveEvent(QPoint, QPoint) - Constructor for class com.trolltech.qt.gui.QMoveEvent
Constructs a move event with the new and old widget positions, pos and oldPos respectively.
QMovie - Class in com.trolltech.qt.gui
The QMovie class is a convenience class for playing movies with QImageReader.
QMovie(QIODevice, QByteArray) - Constructor for class com.trolltech.qt.gui.QMovie
Equivalent to QMovie(device, format, 0).
QMovie(QIODevice) - Constructor for class com.trolltech.qt.gui.QMovie
Equivalent to QMovie(device, QByteArray(), 0).
QMovie(QIODevice, QByteArray, QObject) - Constructor for class com.trolltech.qt.gui.QMovie
Constructs a QMovie object.
QMovie(String, QByteArray) - Constructor for class com.trolltech.qt.gui.QMovie
Equivalent to QMovie(fileName, format, 0).
QMovie(String) - Constructor for class com.trolltech.qt.gui.QMovie
Equivalent to QMovie(fileName, QByteArray(), 0).
QMovie(String, QByteArray, QObject) - Constructor for class com.trolltech.qt.gui.QMovie
Constructs a QMovie object.
QMovie() - Constructor for class com.trolltech.qt.gui.QMovie
Equivalent to QMovie(0).
QMovie(QObject) - Constructor for class com.trolltech.qt.gui.QMovie
Constructs a QMovie object, passing the parent object to QObject's constructor.
QMovie.CacheMode - Enum in com.trolltech.qt.gui
This enum describes the different cache modes of QMovie.
QMovie.MovieState - Enum in com.trolltech.qt.gui
This enum describes the different states of QMovie.
QMutex - Class in com.trolltech.qt.core
The QMutex class provides access serialization between threads.
QMutex() - Constructor for class com.trolltech.qt.core.QMutex
Equivalent to QMutex(NonRecursive).
QMutex(QMutex.RecursionMode) - Constructor for class com.trolltech.qt.core.QMutex
Constructs a new mutex.
QMutex.RecursionMode - Enum in com.trolltech.qt.core
Press link for info on QMutex.RecursionMode
qName(int) - Method in class com.trolltech.qt.xml.QXmlAttributes
Looks up an attribute's XML 1.0 qualified name for the attribute at position index.
QNativePointer - Class in com.trolltech.qt
QNativePointer encapsulates a native C++ pointer.
QNativePointer(QNativePointer.Type) - Constructor for class com.trolltech.qt.QNativePointer
Creates a native pointer of the specified type.
QNativePointer(QNativePointer.Type, int) - Constructor for class com.trolltech.qt.QNativePointer
Creates a native pointer to an array with size length of the specified type.
QNativePointer(QNativePointer.Type, int, int) - Constructor for class com.trolltech.qt.QNativePointer
Creates a native pointer of the specified type.
QNativePointer.AutoDeleteMode - Enum in com.trolltech.qt
The AutoDeleteMode enum describes how garbage collection of the QNativePointer handles the deletion of the native pointer.
QNativePointer.Type - Enum in com.trolltech.qt
The Type enum describe the Java types that can be used by a QNativePointer.
QNetworkAddressEntry - Class in com.trolltech.qt.network
The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address.
QNetworkAddressEntry() - Constructor for class com.trolltech.qt.network.QNetworkAddressEntry
Constructs an empty QNetworkAddressEntry object.
QNetworkAddressEntry(QNetworkAddressEntry) - Constructor for class com.trolltech.qt.network.QNetworkAddressEntry
Constructs a QNetworkAddressEntry object that is a copy of the object other.
QNetworkInterface - Class in com.trolltech.qt.network
The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces.
QNetworkInterface() - Constructor for class com.trolltech.qt.network.QNetworkInterface
Constructs an empty network interface object.
QNetworkInterface(QNetworkInterface) - Constructor for class com.trolltech.qt.network.QNetworkInterface
Creates a copy of the the QNetworkInterface object contained in other.
QNetworkInterface.InterfaceFlag - Enum in com.trolltech.qt.network
Specifies the flags associated with this network interface.
QNetworkInterface.InterfaceFlags - Class in com.trolltech.qt.network
This QFlag class provides flags for the int enum.
QNetworkInterface.InterfaceFlags(QNetworkInterface.InterfaceFlag...) - Constructor for class com.trolltech.qt.network.QNetworkInterface.InterfaceFlags
Creates flags with value set as only flag.
QNetworkInterface.InterfaceFlags(int) - Constructor for class com.trolltech.qt.network.QNetworkInterface.InterfaceFlags
Creates flags with the specified int flags set.
QNetworkProxy - Class in com.trolltech.qt.network
The QNetworkProxy class provides a network layer proxy.
QNetworkProxy() - Constructor for class com.trolltech.qt.network.QNetworkProxy
Constructs a QNetworkProxy with DefaultProxy type; the proxy type is determined by applicationProxy, which defaults to NoProxy.
QNetworkProxy(QNetworkProxy) - Constructor for class com.trolltech.qt.network.QNetworkProxy
Constructs a copy of other.
QNetworkProxy(QNetworkProxy.ProxyType, String, int) - Constructor for class com.trolltech.qt.network.QNetworkProxy
This is an overloaded constructor provided for convenience.
QNetworkProxy(QNetworkProxy.ProxyType, String, int, String) - Constructor for class com.trolltech.qt.network.QNetworkProxy
This is an overloaded constructor provided for convenience.
QNetworkProxy(QNetworkProxy.ProxyType, String, int, String, String) - Constructor for class com.trolltech.qt.network.QNetworkProxy
Constructs a QNetworkProxy with type, hostName, port, user and password.
QNetworkProxy.ProxyType - Enum in com.trolltech.qt.network
This enum describes the types of network proxying provided in Qt.
QNoImplementationException - Exception in com.trolltech.qt
 
QNoImplementationException() - Constructor for exception com.trolltech.qt.QNoImplementationException
Creates a new QNoImplementationException.
QNoImplementationException(Throwable) - Constructor for exception com.trolltech.qt.QNoImplementationException
Creates a new QNoImplementationException with the specified throwable.
QNoNativeResourcesException - Exception in com.trolltech.qt
The QNoNativeResourceException is used to indicate that the C++ native resources of a Java object are destroyed while it is still referenced in Java.
QNoNativeResourcesException(String) - Constructor for exception com.trolltech.qt.QNoNativeResourcesException
Creates a new QNoNativeResourcesException with the specified message.
QNonVirtualOverridingException - Exception in com.trolltech.qt
 
QNonVirtualOverridingException(String) - Constructor for exception com.trolltech.qt.QNonVirtualOverridingException
Creates a new QNonVirtualOverridingException with the specified extraMessage.
QNoSuchEnumValueException - Exception in com.trolltech.qt
 
QNoSuchEnumValueException(int) - Constructor for exception com.trolltech.qt.QNoSuchEnumValueException
Creates a new QNoSuchEnumValueException with the given value.
QNoSuchSignalException - Exception in com.trolltech.qt
 
QNoSuchSignalException(String) - Constructor for exception com.trolltech.qt.QNoSuchSignalException
Creates a new QNoSuchSignalException with the specified extraMessage.
QNoSuchSlotException - Exception in com.trolltech.qt
 
QNoSuchSlotException(String) - Constructor for exception com.trolltech.qt.QNoSuchSlotException
Creates a new QNoSuchSlotException with the specified message.
QNoSuchSlotException(Object, String) - Constructor for exception com.trolltech.qt.QNoSuchSlotException
Creates a new QNoSuchSlotException with the given receiver and slotSignature.
QObject - Class in com.trolltech.qt.core
The QObject class is the base class of all Qt objects.
QObject() - Constructor for class com.trolltech.qt.core.QObject
Equivalent to QObject(0).
QObject(QObject) - Constructor for class com.trolltech.qt.core.QObject
Constructs an object with parent object parent.
QPageSetupDialog - Class in com.trolltech.qt.gui
The QPageSetupDialog class provides a configuration dialog for the page-related options on a printer.
QPageSetupDialog(QPrinter) - Constructor for class com.trolltech.qt.gui.QPageSetupDialog
Equivalent to QPageSetupDialog(printer, 0).
QPageSetupDialog(QPrinter, QWidget) - Constructor for class com.trolltech.qt.gui.QPageSetupDialog
Constructs a page setup dialog that configures printer with parent as the parent widget.
QPaintDevice - Class in com.trolltech.qt.gui
The QPaintDevice class is the base class of objects that can be painted.
QPaintDevice() - Constructor for class com.trolltech.qt.gui.QPaintDevice
Constructs a paint device.
QPaintDevice.PaintDeviceMetric - Enum in com.trolltech.qt.gui
Describes the various metrics of a paint device.
QPaintDeviceInterface - Interface in com.trolltech.qt.gui
The QPaintDevice class is the base class of objects that can be painted.
QPaintEngine - Class in com.trolltech.qt.gui
The QPaintEngine class provides an abstract definition of how QPainter draws to a given device on a given platform.
QPaintEngine() - Constructor for class com.trolltech.qt.gui.QPaintEngine
Equivalent to QPaintEngine(0).
QPaintEngine(QPaintEngine.PaintEngineFeatures) - Constructor for class com.trolltech.qt.gui.QPaintEngine
Creates a paint engine with the featureset specified by features.
QPaintEngine.DirtyFlag - Enum in com.trolltech.qt.gui
These types are used by QPainter to trigger lazy updates of the various states in the QPaintEngine using QPaintEngine::updateState().
QPaintEngine.DirtyFlags - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QPaintEngine.DirtyFlags(QPaintEngine.DirtyFlag...) - Constructor for class com.trolltech.qt.gui.QPaintEngine.DirtyFlags
Creates flags with value set as only flag.
QPaintEngine.DirtyFlags(int) - Constructor for class com.trolltech.qt.gui.QPaintEngine.DirtyFlags
Creates flags with the specified int flags set.
QPaintEngine.PaintEngineFeature - Enum in com.trolltech.qt.gui
This enum is used to describe the features or capabilities that the paint engine has.
QPaintEngine.PaintEngineFeatures - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QPaintEngine.PaintEngineFeatures(QPaintEngine.PaintEngineFeature...) - Constructor for class com.trolltech.qt.gui.QPaintEngine.PaintEngineFeatures
Creates flags with value set as only flag.
QPaintEngine.PaintEngineFeatures(int) - Constructor for class com.trolltech.qt.gui.QPaintEngine.PaintEngineFeatures
Creates flags with the specified int flags set.
QPaintEngine.PolygonDrawMode - Enum in com.trolltech.qt.gui
Press link for info on QPaintEngine.PolygonDrawMode
QPaintEngine.Type - Enum in com.trolltech.qt.gui
Press link for info on QPaintEngine.Type
QPaintEngineState - Class in com.trolltech.qt.gui
The QPaintEngineState class provides information about the active paint engine's current state.
QPainter - Class in com.trolltech.qt.gui
The QPainter class performs low-level painting on widgets and other paint devices.
QPainter() - Constructor for class com.trolltech.qt.gui.QPainter
Constructs a painter.
QPainter(QPaintDeviceInterface) - Constructor for class com.trolltech.qt.gui.QPainter
Constructs a painter that begins painting the paint arg__1 immediately.
QPainter(QWidget) - Constructor for class com.trolltech.qt.gui.QPainter
Creates a QPainter with parent widget.
QPainter.CompositionMode - Enum in com.trolltech.qt.gui
Defines the Porter-Duff rules for digital image compositing.
QPainter.RenderHint - Enum in com.trolltech.qt.gui
Renderhints are used to specify flags to QPainter that may or may not be respected by any given engine.
QPainter.RenderHints - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QPainter.RenderHints(QPainter.RenderHint...) - Constructor for class com.trolltech.qt.gui.QPainter.RenderHints
Creates flags with value set as only flag.
QPainter.RenderHints(int) - Constructor for class com.trolltech.qt.gui.QPainter.RenderHints
Creates flags with the specified int flags set.
QPainterPath - Class in com.trolltech.qt.gui
The QPainterPath class provides a container for painting operations, enabling graphical shapes to be constructed and reused.
QPainterPath(QPainterPath) - Constructor for class com.trolltech.qt.gui.QPainterPath
Creates a QPainterPath object that is a copy of the given other.
QPainterPath(QPointF) - Constructor for class com.trolltech.qt.gui.QPainterPath
Creates a QPainterPath object with the given startPoint as its current position.
QPainterPath() - Constructor for class com.trolltech.qt.gui.QPainterPath
Constructs an empty QPainterPath object.
QPainterPath.ElementType - Enum in com.trolltech.qt.gui
This enum describes the types of elements used to connect vertices in subpaths.
QPainterPath_Element - Class in com.trolltech.qt.gui
 
QPainterPathStroker - Class in com.trolltech.qt.gui
The QPainterPathStroker class is used to generate fillable outlines for a given painter path.
QPainterPathStroker() - Constructor for class com.trolltech.qt.gui.QPainterPathStroker
Creates a new stroker.
QPaintEvent - Class in com.trolltech.qt.gui
The QPaintEvent class contains event parameters for paint events.
QPaintEvent(QRegion) - Constructor for class com.trolltech.qt.gui.QPaintEvent
Constructs a paint event object with the region that needs to be updated.
QPaintEvent(QRect) - Constructor for class com.trolltech.qt.gui.QPaintEvent
Constructs a paint event object with the rectangle that needs to be updated.
QPaintingOutsidePaintEventException - Exception in com.trolltech.qt
This exception is thrown in cases where a painter is used on a widget outside its paintEvent function.
QPaintingOutsidePaintEventException(String) - Constructor for exception com.trolltech.qt.QPaintingOutsidePaintEventException
Constructs a new QPaintingOutsidePaintEventException with the specified message.
QPair<T,S> - Class in com.trolltech.qt
QPair keeps two generic values.
QPair(T, S) - Constructor for class com.trolltech.qt.QPair
Constructs a pair.
QPalette - Class in com.trolltech.qt.gui
The QPalette class contains color groups for each widget state.
QPalette(QPalette) - Constructor for class com.trolltech.qt.gui.QPalette
Constructs a copy of palette.
QPalette(QColor) - Constructor for class com.trolltech.qt.gui.QPalette
Constructs a palette from the button color.
QPalette(QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush, QBrush) - Constructor for class com.trolltech.qt.gui.QPalette
Constructs a palette.
QPalette(Qt.GlobalColor) - Constructor for class com.trolltech.qt.gui.QPalette
Constructs a palette from the button color.
QPalette() - Constructor for class com.trolltech.qt.gui.QPalette
Constructs a palette object that uses the application's default palette.
QPalette(QColor, QColor) - Constructor for class com.trolltech.qt.gui.QPalette
Constructs a palette from a button color and a window.
QPalette.ColorGroup - Enum in com.trolltech.qt.gui
Press link for info on QPalette.ColorGroup
QPalette.ColorRole - Enum in com.trolltech.qt.gui

Color Roles

QPen - Class in com.trolltech.qt.gui
The QPen class defines how a QPainter should draw lines and outlines of shapes.
QPen(QPen) - Constructor for class com.trolltech.qt.gui.QPen
Constructs a pen that is a copy of the given pen.
QPen() - Constructor for class com.trolltech.qt.gui.QPen
Constructs a default black solid line pen with 0 width.
QPen(Qt.PenStyle) - Constructor for class com.trolltech.qt.gui.QPen
Constructs a black pen with 0 width and the given arg__1.
QPen(QColor) - Constructor for class com.trolltech.qt.gui.QPen
Constructs a solid line pen with 0 width and the given color.
QPen(QBrush, double, Qt.PenStyle, Qt.PenCapStyle) - Constructor for class com.trolltech.qt.gui.QPen
Equivalent to QPen(brush, width, s, c, Qt::BevelJoin).
QPen(QBrush, double, Qt.PenStyle) - Constructor for class com.trolltech.qt.gui.QPen
Equivalent to QPen(brush, width, s, Qt::SquareCap, Qt::BevelJoin).
QPen(QBrush, double) - Constructor for class com.trolltech.qt.gui.QPen
Equivalent to QPen(brush, width, Qt::SolidLine, Qt::SquareCap, Qt::BevelJoin).
QPen(QBrush, double, Qt.PenStyle, Qt.PenCapStyle, Qt.PenJoinStyle) - Constructor for class com.trolltech.qt.gui.QPen
Constructs a pen with the specified brush, width, pen s, c style and j style.
QPen(QColor, double, Qt.PenStyle, Qt.PenCapStyle, Qt.PenJoinStyle) - Constructor for class com.trolltech.qt.gui.QPen
Constructs a pen with the specified color, width, pen style s, pen cap style c, and pen join style j
QPen(QColor, double, Qt.PenStyle, Qt.PenCapStyle) - Constructor for class com.trolltech.qt.gui.QPen
Constructs a pen with the specified color, width, pen style s, and c cap style.
QPen(QColor, double, Qt.PenStyle) - Constructor for class com.trolltech.qt.gui.QPen
This is an overloaded constructor provided for convenience.
QPen(QColor, double) - Constructor for class com.trolltech.qt.gui.QPen
This is an overloaded constructor provided for convenience.
QPersistentModelIndex - Class in com.trolltech.qt.core
The QPersistentModelIndex class is used to locate data in a data model.
QPersistentModelIndex(QModelIndex) - Constructor for class com.trolltech.qt.core.QPersistentModelIndex
Creates a new QPersistentModelIndex that is a copy of the model index.
QPersistentModelIndex(QPersistentModelIndex) - Constructor for class com.trolltech.qt.core.QPersistentModelIndex
Creates a new QPersistentModelIndex that is a copy of the other persistent model index.
QPersistentModelIndex() - Constructor for class com.trolltech.qt.core.QPersistentModelIndex
QPicture - Class in com.trolltech.qt.gui
The QPicture class is a paint device that records and replays QPainter commands.
QPicture() - Constructor for class com.trolltech.qt.gui.QPicture
Equivalent to QPicture(-1).
QPicture(int) - Constructor for class com.trolltech.qt.gui.QPicture
Constructs an empty picture.
QPicture(QPicture) - Constructor for class com.trolltech.qt.gui.QPicture
Constructs a copy of arg__1.
QPictureIO - Class in com.trolltech.qt.gui
This class is obsolete. It is provided to keep old source code working.
QPictureIO() - Constructor for class com.trolltech.qt.gui.QPictureIO
Constructs a QPictureIO object with all parameters set to zero.
QPictureIO(QIODevice, String) - Constructor for class com.trolltech.qt.gui.QPictureIO
Constructs a QPictureIO object with the I/O device ioDevice and a format tag.
QPictureIO(String, String) - Constructor for class com.trolltech.qt.gui.QPictureIO
Constructs a QPictureIO object with the file name fileName and a format tag.
QPixmap - Class in com.trolltech.qt.gui
The QPixmap class is an off-screen image representation that can be used as a paint device.
QPixmap(int, int) - Constructor for class com.trolltech.qt.gui.QPixmap
Constructs a pixmap with the given w and h.
QPixmap(QPixmap) - Constructor for class com.trolltech.qt.gui.QPixmap
Constructs a pixmap that is a copy of the given arg__1.
QPixmap(QSize) - Constructor for class com.trolltech.qt.gui.QPixmap
Constructs a pixmap of the given arg__1.
QPixmap() - Constructor for class com.trolltech.qt.gui.QPixmap
Constructs a null pixmap.
QPixmap(String[]) - Constructor for class com.trolltech.qt.gui.QPixmap
Constructs a pixmap from the given xpm data, which must be a valid XPM image.
QPixmap(String, String, Qt.ImageConversionFlags) - Constructor for class com.trolltech.qt.gui.QPixmap
Constructs a pixmap from the file with the given fileName.
QPixmap(String, String, Qt.ImageConversionFlag...) - Constructor for class com.trolltech.qt.gui.QPixmap
This is an overloaded constructor provided for convenience.
QPixmap(String, String) - Constructor for class com.trolltech.qt.gui.QPixmap
This is an overloaded constructor provided for convenience.
QPixmap(String) - Constructor for class com.trolltech.qt.gui.QPixmap
This is an overloaded constructor provided for convenience.
QPixmapCache - Class in com.trolltech.qt.gui
The QPixmapCache class provides an application-wide cache for pixmaps.
QPlastiqueStyle - Class in com.trolltech.qt.gui
The QPlastiqueStyle class provides a widget style similar to the Plastik style available in KDE.
QPlastiqueStyle() - Constructor for class com.trolltech.qt.gui.QPlastiqueStyle
Constructs a QPlastiqueStyle object.
QPoint - Class in com.trolltech.qt.core
The QPoint class defines a point in the plane using integer precision.
QPoint() - Constructor for class com.trolltech.qt.core.QPoint
Constructs a null point, i.e. with coordinates (0, 0)
QPoint(int, int) - Constructor for class com.trolltech.qt.core.QPoint
Constructs a point with the given coordinates (xpos, ypos).
QPointF - Class in com.trolltech.qt.core
The QPointF class defines a point in the plane using floating point precision.
QPointF(double, double) - Constructor for class com.trolltech.qt.core.QPointF
Constructs a point with the given coordinates (xpos, ypos).
QPointF() - Constructor for class com.trolltech.qt.core.QPointF
Constructs a null point, i.e. with coordinates (0.0, 0.0)
QPointF(QPoint) - Constructor for class com.trolltech.qt.core.QPointF
Constructs a copy of the given p.
QPolygon - Class in com.trolltech.qt.gui
The QPolygon class provides a vector of points using integer precision.
QPolygon(QRect) - Constructor for class com.trolltech.qt.gui.QPolygon
Equivalent to QPolygon(r, false).
QPolygon(QRect, boolean) - Constructor for class com.trolltech.qt.gui.QPolygon
Constructs a polygon from the given r.
QPolygon(int) - Constructor for class com.trolltech.qt.gui.QPolygon
Constructs a polygon of the given size.
QPolygon(List<QPoint>) - Constructor for class com.trolltech.qt.gui.QPolygon
Constructs a polygon containing the specified v.
QPolygon(QPolygon) - Constructor for class com.trolltech.qt.gui.QPolygon
Constructs a copy of the given a.
QPolygon() - Constructor for class com.trolltech.qt.gui.QPolygon
Constructs a polygon with no points.
QPolygonF - Class in com.trolltech.qt.gui
The QPolygonF class provides a vector of points using floating point precision.
QPolygonF(List<QPointF>) - Constructor for class com.trolltech.qt.gui.QPolygonF
Constructs a polygon containing the specified v.
QPolygonF(int) - Constructor for class com.trolltech.qt.gui.QPolygonF
Constructs a polygon of the given size.
QPolygonF(QPolygon) - Constructor for class com.trolltech.qt.gui.QPolygonF
Constructs a float based polygon from the specified integer based a.
QPolygonF() - Constructor for class com.trolltech.qt.gui.QPolygonF
Constructs a polygon with no points.
QPolygonF(QPolygonF) - Constructor for class com.trolltech.qt.gui.QPolygonF
Constructs a copy of the given a.
QPolygonF(QRectF) - Constructor for class com.trolltech.qt.gui.QPolygonF
Constructs a closed polygon from the specified r.
QPrintDialog - Class in com.trolltech.qt.gui
The QPrintDialog class provides a dialog for specifying the printer's configuration.
QPrintDialog(QPrinter) - Constructor for class com.trolltech.qt.gui.QPrintDialog
Equivalent to QPrintDialog(printer, 0).
QPrintDialog(QPrinter, QWidget) - Constructor for class com.trolltech.qt.gui.QPrintDialog
Constructs a new modal printer dialog for the given printer with the given parent.
QPrintEngine - Class in com.trolltech.qt.gui
The QPrintEngine class defines an interface for how QPrinter interacts with a given printing subsystem.
QPrintEngine.PrintEnginePropertyKey - Enum in com.trolltech.qt.gui
This enum is used to communicate properties between the print engine and QPrinter.
QPrinter - Class in com.trolltech.qt.gui
The QPrinter class is a paint device that paints on a printer.
QPrinter() - Constructor for class com.trolltech.qt.gui.QPrinter
Equivalent to QPrinter(ScreenResolution).
QPrinter(QPrinter.PrinterMode) - Constructor for class com.trolltech.qt.gui.QPrinter
Creates a new printer object with the given mode.
QPrinter.ColorMode - Enum in com.trolltech.qt.gui
This enum type is used to indicate whether QPrinter should print in color or not.
QPrinter.Orientation - Enum in com.trolltech.qt.gui
This enum type (not to be confused with Orientation) is used to specify each page's orientation.
QPrinter.OutputFormat - Enum in com.trolltech.qt.gui
The OutputFormat enum is used to describe the format QPrinter should use for printing.
QPrinter.PageOrder - Enum in com.trolltech.qt.gui
This enum type is used by QPrinter to tell the application program how to print.
QPrinter.PageSize - Enum in com.trolltech.qt.gui
This enum type specifies what paper size QPrinter should use.
QPrinter.PaperSource - Enum in com.trolltech.qt.gui
This enum type specifies what paper source QPrinter is to use.
QPrinter.PrinterMode - Enum in com.trolltech.qt.gui
This enum describes the mode the printer should work in.
QPrinter.PrinterState - Enum in com.trolltech.qt.gui
Press link for info on QPrinter.PrinterState
QPrinter.PrintRange - Enum in com.trolltech.qt.gui
Used to specify the print range selection option.
QProcess - Class in com.trolltech.qt.core
The QProcess class is used to start external programs and to communicate with them.
QProcess() - Constructor for class com.trolltech.qt.core.QProcess
Equivalent to QProcess(0).
QProcess(QObject) - Constructor for class com.trolltech.qt.core.QProcess
Constructs a QProcess object with the given parent.
QProcess.DetachedProcessInfo - Class in com.trolltech.qt.core
 
QProcess.DetachedProcessInfo(boolean, long) - Constructor for class com.trolltech.qt.core.QProcess.DetachedProcessInfo
 
QProcess.ExitStatus - Enum in com.trolltech.qt.core
This enum describes the different exit statuses of QProcess.
QProcess.ProcessChannel - Enum in com.trolltech.qt.core
This enum describes the process channels used by the running process.
QProcess.ProcessChannelMode - Enum in com.trolltech.qt.core
This enum describes the process channel modes of QProcess.
QProcess.ProcessError - Enum in com.trolltech.qt.core
This enum describes the different types of errors that are reported by QProcess.
QProcess.ProcessState - Enum in com.trolltech.qt.core
This enum describes the different states of QProcess.
QProgressBar - Class in com.trolltech.qt.gui
The QProgressBar widget provides a horizontal or vertical progress bar.
QProgressBar() - Constructor for class com.trolltech.qt.gui.QProgressBar
Equivalent to QProgressBar(0).
QProgressBar(QWidget) - Constructor for class com.trolltech.qt.gui.QProgressBar
Constructs a progress bar with the given parent.
QProgressBar.Direction - Enum in com.trolltech.qt.gui
Specifies the reading direction of the text for vertical progress bars.
QProgressDialog - Class in com.trolltech.qt.gui
The QProgressDialog class provides feedback on the progress of a slow operation.
QProgressDialog(QWidget) - Constructor for class com.trolltech.qt.gui.QProgressDialog
Equivalent to QProgressDialog(parent, 0).
QProgressDialog() - Constructor for class com.trolltech.qt.gui.QProgressDialog
Equivalent to QProgressDialog(0, 0).
QProgressDialog(QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QProgressDialog
Constructs a progress dialog.
QProgressDialog(String, String, int, int, QWidget) - Constructor for class com.trolltech.qt.gui.QProgressDialog
Equivalent to QProgressDialog(labelText, cancelButtonText, minimum, maximum, parent, 0).
QProgressDialog(String, String, int, int) - Constructor for class com.trolltech.qt.gui.QProgressDialog
Equivalent to QProgressDialog(labelText, cancelButtonText, minimum, maximum, 0, 0).
QProgressDialog(String, String, int, int, QWidget, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QProgressDialog
Constructs a progress dialog.
QPropertyException - Exception in com.trolltech.qt
QPropertyException's are thrown when the reading, writing, or reseting of Qt Jambi properties fails.
QPropertyException(String) - Constructor for exception com.trolltech.qt.QPropertyException
Creates a new QPropertyException with the specified extraMessage.
QProxyModel - Class in com.trolltech.qt.gui
This class is obsolete. It is provided to keep old source code working.
QProxyModel() - Constructor for class com.trolltech.qt.gui.QProxyModel
Equivalent to QProxyModel(0).
QProxyModel(QObject) - Constructor for class com.trolltech.qt.gui.QProxyModel
Constructs a proxy model with the given parent.
QPushButton - Class in com.trolltech.qt.gui
The QPushButton widget provides a command button.
QPushButton(String) - Constructor for class com.trolltech.qt.gui.QPushButton
Equivalent to QPushButton(text, 0).
QPushButton(String, QWidget) - Constructor for class com.trolltech.qt.gui.QPushButton
Constructs a push button with the parent parent and the text text.
QPushButton(QIcon, String) - Constructor for class com.trolltech.qt.gui.QPushButton
Equivalent to QPushButton(icon, text, 0).
QPushButton(QIcon, String, QWidget) - Constructor for class com.trolltech.qt.gui.QPushButton
Constructs a push button with an icon and a text, and a parent.
QPushButton() - Constructor for class com.trolltech.qt.gui.QPushButton
Equivalent to QPushButton(0).
QPushButton(QWidget) - Constructor for class com.trolltech.qt.gui.QPushButton
Constructs a push button with no text and a parent.
QRadialGradient - Class in com.trolltech.qt.gui
The QRadialGradient class is used in combination with QBrush to specify a radial gradient brush.
QRadialGradient(QPointF, double, QPointF) - Constructor for class com.trolltech.qt.gui.QRadialGradient
Constructs a radial gradient with the given center, radius and focalPoint.
QRadialGradient(QPointF, double) - Constructor for class com.trolltech.qt.gui.QRadialGradient
Constructs a radial gradient with the given center, radius and the focal point in the circle center.
QRadialGradient() - Constructor for class com.trolltech.qt.gui.QRadialGradient
Constructs a radial gradient with the center and focal point at (0, 0) with a radius of 1.
QRadialGradient(double, double, double) - Constructor for class com.trolltech.qt.gui.QRadialGradient
Constructs a radial gradient with the center at (cx, cy) and the specified radius.
QRadialGradient(double, double, double, double, double) - Constructor for class com.trolltech.qt.gui.QRadialGradient
Constructs a radial gradient with the given center (cx, cy), radius and focal point (fx, fy).
QRadioButton - Class in com.trolltech.qt.gui
The QRadioButton widget provides a radio button with a text label.
QRadioButton(String) - Constructor for class com.trolltech.qt.gui.QRadioButton
Equivalent to QRadioButton(text, 0).
QRadioButton(String, QWidget) - Constructor for class com.trolltech.qt.gui.QRadioButton
Constructs a radio button with the given parent and a text string.
QRadioButton() - Constructor for class com.trolltech.qt.gui.QRadioButton
Equivalent to QRadioButton(0).
QRadioButton(QWidget) - Constructor for class com.trolltech.qt.gui.QRadioButton
Constructs a radio button with the given parent, but with no text or pixmap.
QReadWriteLock - Class in com.trolltech.qt.gui
The QReadWriteLock class provides read-write locking.
QReadWriteLock() - Constructor for class com.trolltech.qt.gui.QReadWriteLock
Constructs a QReadWriteLock object.
QRect - Class in com.trolltech.qt.core
The QRect class defines a rectangle in the plane using integer precision.
QRect() - Constructor for class com.trolltech.qt.core.QRect
Constructs a null rectangle.
QRect(QPoint, QSize) - Constructor for class com.trolltech.qt.core.QRect
Constructs a rectangle with the given topleft corner and the given size.
QRect(QPoint, QPoint) - Constructor for class com.trolltech.qt.core.QRect
Constructs a rectangle with the given topleft and bottomright corners.
QRect(int, int, int, int) - Constructor for class com.trolltech.qt.core.QRect
Constructs a rectangle with (left, top) as its top-left corner and the given width and height.
QRectF - Class in com.trolltech.qt.core
The QRectF class defines a rectangle in the plane using floating point precision.
QRectF(QRect) - Constructor for class com.trolltech.qt.core.QRectF
Constructs a QRectF rectangle from the given QRect rect.
QRectF() - Constructor for class com.trolltech.qt.core.QRectF
Constructs a null rectangle.
QRectF(QPointF, QPointF) - Constructor for class com.trolltech.qt.core.QRectF
Constructs a rectangle with the given topleft and bottomRight corners.
QRectF(QPointF, QSizeF) - Constructor for class com.trolltech.qt.core.QRectF
Constructs a rectangle with the given topleft corner and the given size.
QRectF(double, double, double, double) - Constructor for class com.trolltech.qt.core.QRectF
Constructs a rectangle with (left, top) as its top-left corner and the given width and height.
QRegExp - Class in com.trolltech.qt.core
The QRegExp class provides pattern matching using regular expressions.
QRegExp(String, Qt.CaseSensitivity) - Constructor for class com.trolltech.qt.core.QRegExp
Equivalent to QRegExp(pattern, cs, RegExp).
QRegExp(String) - Constructor for class com.trolltech.qt.core.QRegExp
Equivalent to QRegExp(pattern, Qt::CaseSensitive, RegExp).
QRegExp(String, Qt.CaseSensitivity, QRegExp.PatternSyntax) - Constructor for class com.trolltech.qt.core.QRegExp
Constructs a regular expression object for the given pattern string.
QRegExp(QRegExp) - Constructor for class com.trolltech.qt.core.QRegExp
Constructs a regular expression as a copy of rx.
QRegExp() - Constructor for class com.trolltech.qt.core.QRegExp
Constructs an empty regexp.
QRegExp.CaretMode - Enum in com.trolltech.qt.core
The CaretMode enum defines the different meanings of the caret (^) in a regular expression.
QRegExp.PatternSyntax - Enum in com.trolltech.qt.core
The syntax used to interpret the meaning of the pattern.
QRegExpValidator - Class in com.trolltech.qt.gui
The QRegExpValidator class is used to check a string against a regular expression.
QRegExpValidator(QObject) - Constructor for class com.trolltech.qt.gui.QRegExpValidator
Constructs a validator with a parent object that accepts any string (including an empty one) as valid.
QRegExpValidator(QRegExp, QObject) - Constructor for class com.trolltech.qt.gui.QRegExpValidator
Constructs a validator with a parent object that accepts all strings that match the regular expression rx.
QRegion - Class in com.trolltech.qt.gui
The QRegion class specifies a clip region for a painter.
QRegion(QBitmap) - Constructor for class com.trolltech.qt.gui.QRegion
Constructs a region from the bitmap bitmap.
QRegion(QPolygon) - Constructor for class com.trolltech.qt.gui.QRegion
Equivalent to QRegion(pa, Qt::OddEvenFill).
QRegion(QPolygon, Qt.FillRule) - Constructor for class com.trolltech.qt.gui.QRegion
Constructs a polygon region from the point array pa with the fill rule specified by fillRule.
QRegion(int, int, int, int) - Constructor for class com.trolltech.qt.gui.QRegion
Equivalent to QRegion(x, y, w, h, Rectangle).
QRegion(int, int, int, int, QRegion.RegionType) - Constructor for class com.trolltech.qt.gui.QRegion
Constructs a rectangular or elliptic region.
QRegion() - Constructor for class com.trolltech.qt.gui.QRegion
Constructs an empty region.
QRegion(QRegion) - Constructor for class com.trolltech.qt.gui.QRegion
Constructs a new region which is equal to region region.
QRegion(QRect) - Constructor for class com.trolltech.qt.gui.QRegion
Equivalent to QRegion(r, Rectangle).
QRegion(QRect, QRegion.RegionType) - Constructor for class com.trolltech.qt.gui.QRegion
Create a region based on the rectange r with region type t.
QRegion.RegionType - Enum in com.trolltech.qt.gui
Specifies the shape of the region to be created.
QResizeEvent - Class in com.trolltech.qt.gui
The QResizeEvent class contains event parameters for resize events.
QResizeEvent(QSize, QSize) - Constructor for class com.trolltech.qt.gui.QResizeEvent
Constructs a resize event with the new and old widget sizes, size and oldSize respectively.
QRubberBand - Class in com.trolltech.qt.gui
The QRubberBand class provides a rectangle or line that can indicate a selection or a boundary.
QRubberBand(QRubberBand.Shape) - Constructor for class com.trolltech.qt.gui.QRubberBand
Equivalent to QRubberBand(arg__1, 0).
QRubberBand(QRubberBand.Shape, QWidget) - Constructor for class com.trolltech.qt.gui.QRubberBand
Constructs a rubber band of shape arg__1, with parent arg__2.
QRubberBand.Shape - Enum in com.trolltech.qt.gui
This enum specifies what shape a QRubberBand should have.
QScrollArea - Class in com.trolltech.qt.gui
The QScrollArea class provides a scrolling view onto another widget.
QScrollArea() - Constructor for class com.trolltech.qt.gui.QScrollArea
Equivalent to QScrollArea(0).
QScrollArea(QWidget) - Constructor for class com.trolltech.qt.gui.QScrollArea
Constructs an empty scroll area with the given parent.
QScrollBar - Class in com.trolltech.qt.gui
The QScrollBar widget provides a vertical or horizontal scroll bar.
QScrollBar() - Constructor for class com.trolltech.qt.gui.QScrollBar
Equivalent to QScrollBar(0).
QScrollBar(QWidget) - Constructor for class com.trolltech.qt.gui.QScrollBar
Constructs a vertical scroll bar.
QScrollBar(Qt.Orientation) - Constructor for class com.trolltech.qt.gui.QScrollBar
Equivalent to QScrollBar(arg__1, 0).
QScrollBar(Qt.Orientation, QWidget) - Constructor for class com.trolltech.qt.gui.QScrollBar
Constructs a scroll bar with the given arg__1.
QSemaphore - Class in com.trolltech.qt.core
The QSemaphore class provides a general counting semaphore.
QSemaphore() - Constructor for class com.trolltech.qt.core.QSemaphore
Equivalent to QSemaphore(0).
QSemaphore(int) - Constructor for class com.trolltech.qt.core.QSemaphore
Creates a new semaphore and initializes the number of resources it guards to n (by default, 0).
QSessionManager - Class in com.trolltech.qt.gui
The QSessionManager class provides access to the session manager.
QSessionManager.RestartHint - Enum in com.trolltech.qt.gui
This enum type defines the circumstances under which this application wants to be restarted by the session manager.
QSettings - Class in com.trolltech.qt.core
The QSettings class provides persistent platform-independent application settings.
QSettings() - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(0).
QSettings(QObject) - Constructor for class com.trolltech.qt.core.QSettings
Constructs a QSettings object for accessing settings of the application and organization set previously with a call to QCoreApplication::setOrganizationName(), QCoreApplication::setOrganizationDomain(), and QCoreApplication::setApplicationName().
QSettings(String, String) - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(organization, application, 0).
QSettings(String) - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(organization, QString(), 0).
QSettings(String, String, QObject) - Constructor for class com.trolltech.qt.core.QSettings
Constructs a QSettings object for accessing settings of the application called application from the organization called organization, and with parent parent.
QSettings(QSettings.Format, QSettings.Scope, String, String) - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(format, scope, organization, application, 0).
QSettings(QSettings.Format, QSettings.Scope, String) - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(format, scope, organization, QString(), 0).
QSettings(QSettings.Format, QSettings.Scope, String, String, QObject) - Constructor for class com.trolltech.qt.core.QSettings
Constructs a QSettings object for accessing settings of the application called application from the organization called organization, and with parent parent.
QSettings(QSettings.Scope, String, String) - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(scope, organization, application, 0).
QSettings(QSettings.Scope, String) - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(scope, organization, QString(), 0).
QSettings(QSettings.Scope, String, String, QObject) - Constructor for class com.trolltech.qt.core.QSettings
Constructs a QSettings object for accessing settings of the application called application from the organization called organization, and with parent parent.
QSettings(String, QSettings.Format) - Constructor for class com.trolltech.qt.core.QSettings
Equivalent to QSettings(fileName, format, 0).
QSettings(String, QSettings.Format, QObject) - Constructor for class com.trolltech.qt.core.QSettings
Constructs a QSettings object for accessing the settings stored in the file called fileName, with parent parent.
QSettings.Format - Enum in com.trolltech.qt.core
This enum type specifies the storage format used by QSettings.
QSettings.Scope - Enum in com.trolltech.qt.core
This enum specifies whether settings are user-specific or shared by all users of the same system.
QSettings.Status - Enum in com.trolltech.qt.core
The following status values are possible.
QShortcut - Class in com.trolltech.qt.gui
The QShortcut class is used to create keyboard shortcuts.
QShortcut(QWidget) - Constructor for class com.trolltech.qt.gui.QShortcut
Constructs a QShortcut object for the parent widget.
QShortcut(QKeySequence, QWidget) - Constructor for class com.trolltech.qt.gui.QShortcut
This is an overloaded constructor provided for convenience.
QShortcut(QKeySequence, QWidget, Qt.ShortcutContext) - Constructor for class com.trolltech.qt.gui.QShortcut
This is an overloaded constructor provided for convenience.
QShortcutEvent - Class in com.trolltech.qt.gui
The QShortcutEvent class provides an event which is generated when the user presses a key combination.
QShortcutEvent(QKeySequence, int) - Constructor for class com.trolltech.qt.gui.QShortcutEvent
Equivalent to QShortcutEvent(key, id, false).
QShortcutEvent(QKeySequence, int, boolean) - Constructor for class com.trolltech.qt.gui.QShortcutEvent
Constructs a shortcut event for the given key press, associated with the QShortcut ID id.
QShowEvent - Class in com.trolltech.qt.gui
The QShowEvent class provides an event that is sent when a widget is shown.
QShowEvent() - Constructor for class com.trolltech.qt.gui.QShowEvent
Constructs a QShowEvent.
QSignalEmitter - Class in com.trolltech.qt
This class implements the functionality to emit signals.
QSignalEmitter() - Constructor for class com.trolltech.qt.QSignalEmitter
Creates a new QSignalEmitter.
QSignalEmitter.AbstractSignal - Class in com.trolltech.qt
QSignalEmitter is a class used internally by Qt Jambi.
QSignalEmitter.AbstractSignal() - Constructor for class com.trolltech.qt.QSignalEmitter.AbstractSignal
 
QSignalEmitter.Signal0 - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes no parameters.
QSignalEmitter.Signal0() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal0
 
QSignalEmitter.Signal1<A> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes one parameter.
QSignalEmitter.Signal1() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal1
 
QSignalEmitter.Signal2<A,B> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes two parameters.
QSignalEmitter.Signal2() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal2
 
QSignalEmitter.Signal3<A,B,C> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes three parameters.
QSignalEmitter.Signal3() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal3
 
QSignalEmitter.Signal4<A,B,C,D> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes four parameters.
QSignalEmitter.Signal4() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal4
 
QSignalEmitter.Signal5<A,B,C,D,E> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes five parameters.
QSignalEmitter.Signal5() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal5
 
QSignalEmitter.Signal6<A,B,C,D,E,F> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes six parameters.
QSignalEmitter.Signal6() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal6
 
QSignalEmitter.Signal7<A,B,C,D,E,F,G> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes seven parameters.
QSignalEmitter.Signal7() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal7
 
QSignalEmitter.Signal8<A,B,C,D,E,F,G,H> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes eight parameters.
QSignalEmitter.Signal8() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal8
 
QSignalEmitter.Signal9<A,B,C,D,E,F,G,H,I> - Class in com.trolltech.qt
Declare and instantiate a field of this class in your QSignalEmitter subclass to declare a signal that takes nine parameters.
QSignalEmitter.Signal9() - Constructor for class com.trolltech.qt.QSignalEmitter.Signal9
 
QSignalMapper - Class in com.trolltech.qt.core
The QSignalMapper class bundles signals from identifiable senders.
QSignalMapper() - Constructor for class com.trolltech.qt.core.QSignalMapper
Equivalent to QSignalMapper(0).
QSignalMapper(QObject) - Constructor for class com.trolltech.qt.core.QSignalMapper
Constructs a QSignalMapper with parent parent.
QSize - Class in com.trolltech.qt.core
The QSize class defines the size of a two-dimensional object using integer point precision.
QSize(int, int) - Constructor for class com.trolltech.qt.core.QSize
Constructs a size with the given w and h.
QSize() - Constructor for class com.trolltech.qt.core.QSize
Constructs a size with an invalid width and height (i.e., isValid returns false).
QSizeF - Class in com.trolltech.qt.core
The QSizeF class defines the size of a two-dimensional object using floating point precision.
QSizeF(QSize) - Constructor for class com.trolltech.qt.core.QSizeF
Constructs a size with floating point accuracy from the given sz.
QSizeF(double, double) - Constructor for class com.trolltech.qt.core.QSizeF
Constructs a size with the given w and h.
QSizeF() - Constructor for class com.trolltech.qt.core.QSizeF
Constructs an invalid size.
QSizeGrip - Class in com.trolltech.qt.gui
The QSizeGrip class provides a resize handle for resizing top-level windows.
QSizeGrip(QWidget) - Constructor for class com.trolltech.qt.gui.QSizeGrip
Constructs a resize corner as a child widget of the given parent.
QSizePolicy - Class in com.trolltech.qt.gui
The QSizePolicy class is a layout attribute describing horizontal and vertical resizing policy.
QSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy, QSizePolicy.ControlType) - Constructor for class com.trolltech.qt.gui.QSizePolicy
Constructs a QSizePolicy object with the given horizontal and vertical policies, and the specified control type.
QSizePolicy() - Constructor for class com.trolltech.qt.gui.QSizePolicy
Constructs a QSizePolicy object with Fixed as its horizontal and vertical policies.
QSizePolicy(QSizePolicy.Policy, QSizePolicy.Policy) - Constructor for class com.trolltech.qt.gui.QSizePolicy
Constructs a QSizePolicy object with the given horizontal and vertical policies, and DefaultType as the control type.
QSizePolicy.ControlType - Enum in com.trolltech.qt.gui
This enum specifies the different types of widgets in terms of layout interaction.
QSizePolicy.ControlTypes - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QSizePolicy.ControlTypes(QSizePolicy.ControlType...) - Constructor for class com.trolltech.qt.gui.QSizePolicy.ControlTypes
Creates flags with value set as only flag.
QSizePolicy.ControlTypes(int) - Constructor for class com.trolltech.qt.gui.QSizePolicy.ControlTypes
Creates flags with the specified int flags set.
QSizePolicy.Policy - Enum in com.trolltech.qt.gui
This enum describes the various per-dimension sizing types used when constructing a QSizePolicy.
QSizePolicy.PolicyFlag - Enum in com.trolltech.qt.gui
These flags are combined together to form the various Policy values:
QSlider - Class in com.trolltech.qt.gui
The QSlider widget provides a vertical or horizontal slider.
QSlider() - Constructor for class com.trolltech.qt.gui.QSlider
Equivalent to QSlider(0).
QSlider(QWidget) - Constructor for class com.trolltech.qt.gui.QSlider
Constructs a vertical slider with the given parent.
QSlider(Qt.Orientation) - Constructor for class com.trolltech.qt.gui.QSlider
Equivalent to QSlider(orientation, 0).
QSlider(Qt.Orientation, QWidget) - Constructor for class com.trolltech.qt.gui.QSlider
Constructs a slider with the given parent.
QSlider.TickPosition - Enum in com.trolltech.qt.gui
This enum specifies where the tick marks are to be drawn relative to the slider's groove and the handle the user moves.
QSocketNotifier - Class in com.trolltech.qt.core
The QSocketNotifier class provides support for monitoring activity on a file descriptor.
QSocketNotifier(int, QSocketNotifier.Type) - Constructor for class com.trolltech.qt.core.QSocketNotifier
Equivalent to QSocketNotifier(socket, arg__2, 0).
QSocketNotifier(int, QSocketNotifier.Type, QObject) - Constructor for class com.trolltech.qt.core.QSocketNotifier
Constructs a socket notifier with the given parent.
QSocketNotifier.Type - Enum in com.trolltech.qt.core
This enum describes the various types of events that a socket notifier can recognize.
QSortFilterProxyModel - Class in com.trolltech.qt.gui
The QSortFilterProxyModel class provides support for sorting and filtering data passed between another model and a view.
QSortFilterProxyModel() - Constructor for class com.trolltech.qt.gui.QSortFilterProxyModel
Equivalent to QSortFilterProxyModel(0).
QSortFilterProxyModel(QObject) - Constructor for class com.trolltech.qt.gui.QSortFilterProxyModel
Constructs a sorting filter model with the given parent.
QSound - Class in com.trolltech.qt.gui
The QSound class provides access to the platform audio facilities.
QSound(String) - Constructor for class com.trolltech.qt.gui.QSound
Equivalent to QSound(filename, 0).
QSound(String, QObject) - Constructor for class com.trolltech.qt.gui.QSound
Constructs a QSound object from the file specified by the given filename and with the given parent.
QSpacerItem - Class in com.trolltech.qt.gui
The QSpacerItem class provides blank space in a layout.
QSpacerItem(int, int, QSizePolicy.Policy) - Constructor for class com.trolltech.qt.gui.QSpacerItem
Equivalent to QSpacerItem(w, h, hData, QSizePolicy::Minimum).
QSpacerItem(int, int) - Constructor for class com.trolltech.qt.gui.QSpacerItem
Equivalent to QSpacerItem(w, h, QSizePolicy::Minimum, QSizePolicy::Minimum).
QSpacerItem(int, int, QSizePolicy.Policy, QSizePolicy.Policy) - Constructor for class com.trolltech.qt.gui.QSpacerItem
Constructs a spacer item with preferred width w, preferred height h, horizontal size policy hData and vertical size policy vData.
QSpinBox - Class in com.trolltech.qt.gui
The QSpinBox class provides a spin box widget.
QSpinBox() - Constructor for class com.trolltech.qt.gui.QSpinBox
Equivalent to QSpinBox(0).
QSpinBox(QWidget) - Constructor for class com.trolltech.qt.gui.QSpinBox
Constructs a spin box with 0 as minimum value and 99 as maximum value, a step value of 1.
QSplashScreen - Class in com.trolltech.qt.gui
The QSplashScreen widget provides a splash screen that can be shown during application startup.
QSplashScreen(QPixmap) - Constructor for class com.trolltech.qt.gui.QSplashScreen
Equivalent to QSplashScreen(pixmap, 0).
QSplashScreen() - Constructor for class com.trolltech.qt.gui.QSplashScreen
Equivalent to QSplashScreen(QPixmap(), 0).
QSplashScreen(QPixmap, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QSplashScreen
Construct a splash screen that will display the pixmap.
QSplashScreen(QWidget, QPixmap) - Constructor for class com.trolltech.qt.gui.QSplashScreen
Equivalent to QSplashScreen(parent, pixmap, 0).
QSplashScreen(QWidget) - Constructor for class com.trolltech.qt.gui.QSplashScreen
Equivalent to QSplashScreen(parent, QPixmap(), 0).
QSplashScreen(QWidget, QPixmap, Qt.WindowFlags) - Constructor for class com.trolltech.qt.gui.QSplashScreen
This function allows you to specify a parent for your splashscreen.
QSplitter - Class in com.trolltech.qt.gui
The QSplitter class implements a splitter widget.
QSplitter() - Constructor for class com.trolltech.qt.gui.QSplitter
Equivalent to QSplitter(0).
QSplitter(QWidget) - Constructor for class com.trolltech.qt.gui.QSplitter
Constructs a horizontal splitter with the parent arguments is passed on to the QFrame constructor.
QSplitter(Qt.Orientation) - Constructor for class com.trolltech.qt.gui.QSplitter
Equivalent to QSplitter(arg__1, 0).
QSplitter(Qt.Orientation, QWidget) - Constructor for class com.trolltech.qt.gui.QSplitter
Constructs a splitter with the given arg__1 and parent.
QSplitter.Range - Class in com.trolltech.qt.gui
 
QSplitter.Range(int, int) - Constructor for class com.trolltech.qt.gui.QSplitter.Range
 
QSplitterHandle - Class in com.trolltech.qt.gui
The QSplitterHandle class provides handle functionality of the splitter.
QSplitterHandle(Qt.Orientation, QSplitter) - Constructor for class com.trolltech.qt.gui.QSplitterHandle
Creates a QSplitter handle with the given o and QSplitter parent.
QSql - Interface in com.trolltech.qt.sql
The QSql namespace contains miscellaneous identifiers used throughout the Qt SQL library.
QSql.Location - Enum in com.trolltech.qt.sql
This enum type describes special SQL navigation locations.
QSql.NumericalPrecisionPolicy - Enum in com.trolltech.qt.sql
This enum type describes at which precision levels numercial values are read from a database.
QSql.ParamType - Class in com.trolltech.qt.sql
This QFlag class provides flags for the int enum.
QSql.ParamType(QSql.ParamTypeFlag...) - Constructor for class com.trolltech.qt.sql.QSql.ParamType
Creates flags with value set as only flag.
QSql.ParamType(int) - Constructor for class com.trolltech.qt.sql.QSql.ParamType
Creates flags with the specified int flags set.
QSql.ParamTypeFlag - Enum in com.trolltech.qt.sql
This enum is used to specify the type of a bind parameter.
QSql.TableType - Enum in com.trolltech.qt.sql
This enum type describes types of SQL tables.
QSqlDatabase - Class in com.trolltech.qt.sql
The QSqlDatabase class represents a connection to a database.
QSqlDatabase(QSqlDriver) - Constructor for class com.trolltech.qt.sql.QSqlDatabase
Creates a database connection using the given driver.
QSqlDatabase(QSqlDatabase) - Constructor for class com.trolltech.qt.sql.QSqlDatabase
Creates a copy of other.
QSqlDatabase(String) - Constructor for class com.trolltech.qt.sql.QSqlDatabase
Creates a QSqlDatabase connection that uses the driver referred to by type.
QSqlDatabase() - Constructor for class com.trolltech.qt.sql.QSqlDatabase
Creates an empty, invalid QSqlDatabase object.
QSqlDriver - Class in com.trolltech.qt.sql
The QSqlDriver class is an abstract base class for accessing specific SQL databases.
QSqlDriver() - Constructor for class com.trolltech.qt.sql.QSqlDriver
Equivalent to QSqlDriver(0).
QSqlDriver(QObject) - Constructor for class com.trolltech.qt.sql.QSqlDriver
Constructs a new driver with the given parent.
QSqlDriver.DriverFeature - Enum in com.trolltech.qt.sql
This enum contains a list of features a driver might support.
QSqlDriver.IdentifierType - Enum in com.trolltech.qt.sql
This enum contains a list of SQL identifier types.
QSqlDriver.StatementType - Enum in com.trolltech.qt.sql
This enum contains a list of SQL statement (or clause) types the driver can create.
QSqlDriverCreatorBase - Class in com.trolltech.qt.sql
The QSqlDriverCreatorBase class is the base class for SQL driver factories.
QSqlDriverCreatorBase() - Constructor for class com.trolltech.qt.sql.QSqlDriverCreatorBase
Creates a new QSqlDriverCreatorBase.
QSqlError - Class in com.trolltech.qt.sql
The QSqlError class provides SQL database error information.
QSqlError(String, String, QSqlError.ErrorType) - Constructor for class com.trolltech.qt.sql.QSqlError
Equivalent to QSqlError(driverText, databaseText, type, -1).
QSqlError(String, String) - Constructor for class com.trolltech.qt.sql.QSqlError
Equivalent to QSqlError(driverText, databaseText, NoError, -1).
QSqlError(String) - Constructor for class com.trolltech.qt.sql.QSqlError
Equivalent to QSqlError(driverText, QString(), NoError, -1).
QSqlError() - Constructor for class com.trolltech.qt.sql.QSqlError
Equivalent to QSqlError(QString(), QString(), NoError, -1).
QSqlError(String, String, QSqlError.ErrorType, int) - Constructor for class com.trolltech.qt.sql.QSqlError
Constructs an error containing the driver error text driverText, the database-specific error text databaseText, the type type and the optional error number number.
QSqlError(QSqlError) - Constructor for class com.trolltech.qt.sql.QSqlError
Creates a copy of other.
QSqlError.ErrorType - Enum in com.trolltech.qt.sql
This enum type describes the context in which the error occurred, e.g., a connection error, a statement error, etc.
QSqlField - Class in com.trolltech.qt.sql
The QSqlField class manipulates the fields in SQL database tables and views.
QSqlField(String) - Constructor for class com.trolltech.qt.sql.QSqlField
Equivalent to QSqlField(fieldName, QVariant::Invalid).
QSqlField() - Constructor for class com.trolltech.qt.sql.QSqlField
Equivalent to QSqlField(QString(), QVariant::Invalid).
QSqlField(String, int) - Constructor for class com.trolltech.qt.sql.QSqlField
Constructs an empty field called fieldName of variant type type.
QSqlField(QSqlField) - Constructor for class com.trolltech.qt.sql.QSqlField
Constructs a copy of other.
QSqlField.RequiredStatus - Enum in com.trolltech.qt.sql
Specifies whether the field is required or optional.
QSqlIndex - Class in com.trolltech.qt.sql
The QSqlIndex class provides functions to manipulate and describe database indexes.
QSqlIndex(QSqlIndex) - Constructor for class com.trolltech.qt.sql.QSqlIndex
Constructs a copy of other.
QSqlIndex(String) - Constructor for class com.trolltech.qt.sql.QSqlIndex
Equivalent to QSqlIndex(cursorName, QString()).
QSqlIndex() - Constructor for class com.trolltech.qt.sql.QSqlIndex
Equivalent to QSqlIndex(QString(), QString()).
QSqlIndex(String, String) - Constructor for class com.trolltech.qt.sql.QSqlIndex
Constructs an empty index using the cursor name cursorName and index name name.
QSqlQuery - Class in com.trolltech.qt.sql
The QSqlQuery class provides a means of executing and manipulating SQL statements.
QSqlQuery(String) - Constructor for class com.trolltech.qt.sql.QSqlQuery
Equivalent to QSqlQuery(query, QSqlDatabase()).
QSqlQuery() - Constructor for class com.trolltech.qt.sql.QSqlQuery
Equivalent to QSqlQuery(QString(), QSqlDatabase()).
QSqlQuery(String, QSqlDatabase) - Constructor for class com.trolltech.qt.sql.QSqlQuery
Constructs a QSqlQuery object using the SQL query and the database db.
QSqlQuery(QSqlQuery) - Constructor for class com.trolltech.qt.sql.QSqlQuery
Constructs a copy of other.
QSqlQuery(QSqlResult) - Constructor for class com.trolltech.qt.sql.QSqlQuery
Constructs a QSqlQuery object which uses the QSqlResult r to communicate with a database.
QSqlQuery(QSqlDatabase) - Constructor for class com.trolltech.qt.sql.QSqlQuery
Constructs a QSqlQuery object using the database db.
QSqlQuery.BatchExecutionMode - Enum in com.trolltech.qt.sql
Press link for info on QSqlQuery.BatchExecutionMode
QSqlQueryModel - Class in com.trolltech.qt.sql
The QSqlQueryModel class provides a read-only data model for SQL result sets.
QSqlQueryModel() - Constructor for class com.trolltech.qt.sql.QSqlQueryModel
Equivalent to QSqlQueryModel(0).
QSqlQueryModel(QObject) - Constructor for class com.trolltech.qt.sql.QSqlQueryModel
Creates an empty QSqlQueryModel with the given parent.
QSqlRecord - Class in com.trolltech.qt.sql
The QSqlRecord class encapsulates a database record.
QSqlRecord() - Constructor for class com.trolltech.qt.sql.QSqlRecord
Constructs an empty record.
QSqlRecord(QSqlRecord) - Constructor for class com.trolltech.qt.sql.QSqlRecord
Constructs a copy of other.
QSqlRelation - Class in com.trolltech.qt.sql
The QSqlRelation class stores information about an SQL foreign key.
QSqlRelation() - Constructor for class com.trolltech.qt.sql.QSqlRelation
Constructs an invalid QSqlRelation object.
QSqlRelation(String, String, String) - Constructor for class com.trolltech.qt.sql.QSqlRelation
Constructs a QSqlRelation object, where aTableName is the SQL table name to which a foreign key refers, indexCol is the foreign key, and displayCol is the field that should be presented to the user.
QSqlRelationalTableModel - Class in com.trolltech.qt.sql
The QSqlRelationalTableModel class provides an editable data model for a single database table, with foreign key support.
QSqlRelationalTableModel(QObject) - Constructor for class com.trolltech.qt.sql.QSqlRelationalTableModel
Equivalent to QSqlRelationalTableModel(parent, QSqlDatabase()).
QSqlRelationalTableModel() - Constructor for class com.trolltech.qt.sql.QSqlRelationalTableModel
Equivalent to QSqlRelationalTableModel(0, QSqlDatabase()).
QSqlRelationalTableModel(QObject, QSqlDatabase) - Constructor for class com.trolltech.qt.sql.QSqlRelationalTableModel
Creates an empty QSqlRelationalTableModel and sets the parent to parent and the database connection to db.
QSqlResult - Class in com.trolltech.qt.sql
The QSqlResult class provides an abstract interface for accessing data from specific SQL databases.
QSqlResult(QSqlDriver) - Constructor for class com.trolltech.qt.sql.QSqlResult
Creates a QSqlResult using database driver db.
QSqlResult.BindingSyntax - Enum in com.trolltech.qt.sql
This enum type specifies the different syntaxes for specifying placeholders in prepared queries.
QSqlResult.VirtualHookOperation - Enum in com.trolltech.qt.sql
Press link for info on QSqlResult.VirtualHookOperation
QSqlTableModel - Class in com.trolltech.qt.sql
The QSqlTableModel class provides an editable data model for a single database table.
QSqlTableModel(QObject) - Constructor for class com.trolltech.qt.sql.QSqlTableModel
Equivalent to QSqlTableModel(parent, QSqlDatabase()).
QSqlTableModel() - Constructor for class com.trolltech.qt.sql.QSqlTableModel
Equivalent to QSqlTableModel(0, QSqlDatabase()).
QSqlTableModel(QObject, QSqlDatabase) - Constructor for class com.trolltech.qt.sql.QSqlTableModel
Creates an empty QSqlTableModel and sets the parent to parent and the database connection to db.
QSqlTableModel.EditStrategy - Enum in com.trolltech.qt.sql
This enum type describes which strategy to choose when editing values in the database.
QSsl - Interface in com.trolltech.qt.network
The QSsl namespace declares enums common to all SSL classes in QtNetwork.
QSsl.AlternateNameEntryType - Enum in com.trolltech.qt.network
Describes the key types for alternate name entries in QSslCertificate.
QSsl.EncodingFormat - Enum in com.trolltech.qt.network
Describes supported encoding formats for certificates and keys.
QSsl.KeyAlgorithm - Enum in com.trolltech.qt.network
Describes the different key algorithms supported by QSslKey.
QSsl.KeyType - Enum in com.trolltech.qt.network
Describes the two types of keys QSslKey supports.
QSsl.SslProtocol - Enum in com.trolltech.qt.network
Describes the protocol of the cipher.
QStackedLayout - Class in com.trolltech.qt.gui
The QStackedLayout class provides a stack of widgets where only one widget is visible at a time.
QStackedLayout() - Constructor for class com.trolltech.qt.gui.QStackedLayout
Constructs a QStackedLayout with no parent.
QStackedLayout(QWidget) - Constructor for class com.trolltech.qt.gui.QStackedLayout
Constructs a new QStackedLayout with the given parent.
QStackedLayout(QLayout) - Constructor for class com.trolltech.qt.gui.QStackedLayout
Constructs a new QStackedLayout and inserts it into the given parentLayout.
QStackedWidget - Class in com.trolltech.qt.gui
The QStackedWidget class provides a stack of widgets where only one widget is visible at a time.
QStackedWidget() - Constructor for class com.trolltech.qt.gui.QStackedWidget
Equivalent to QStackedWidget(0).
QStackedWidget(QWidget) - Constructor for class com.trolltech.qt.gui.QStackedWidget
Constructs a QStackedWidget with the given parent.
QStandardItem - Class in com.trolltech.qt.gui
The QStandardItem class provides an item for use with the QStandardItemModel class.
QStandardItem(String) - Constructor for class com.trolltech.qt.gui.QStandardItem
Constructs an item with the given text.
QStandardItem(int) - Constructor for class com.trolltech.qt.gui.QStandardItem
Equivalent to QStandardItem(rows, 1).
QStandardItem(int, int) - Constructor for class com.trolltech.qt.gui.QStandardItem
Constructs an item with rows rows and columns columns of child items.
QStandardItem(QIcon, String) - Constructor for class com.trolltech.qt.gui.QStandardItem
Constructs an item with the given icon and text.
QStandardItem() - Constructor for class com.trolltech.qt.gui.QStandardItem
Constructs an item.
QStandardItem(QStandardItem) - Constructor for class com.trolltech.qt.gui.QStandardItem
Constructs a copy of other.
QStandardItem.ItemType - Enum in com.trolltech.qt.gui
This enum describes the types that are used to describe standard items.
QStandardItemModel - Class in com.trolltech.qt.gui
The QStandardItemModel class provides a generic model for storing custom data.
QStandardItemModel() - Constructor for class com.trolltech.qt.gui.QStandardItemModel
Equivalent to QStandardItemModel(0).
QStandardItemModel(QObject) - Constructor for class com.trolltech.qt.gui.QStandardItemModel
Constructs a new item model with the given parent.
QStandardItemModel(int, int) - Constructor for class com.trolltech.qt.gui.QStandardItemModel
Equivalent to QStandardItemModel(rows, columns, 0).
QStandardItemModel(int, int, QObject) - Constructor for class com.trolltech.qt.gui.QStandardItemModel
Constructs a new item model that initially has rows rows and columns columns, and that has the given parent.
QStatusBar - Class in com.trolltech.qt.gui
The QStatusBar class provides a horizontal bar suitable for presenting status information.
QStatusBar() - Constructor for class com.trolltech.qt.gui.QStatusBar
Equivalent to QStatusBar(0).
QStatusBar(QWidget) - Constructor for class com.trolltech.qt.gui.QStatusBar
Constructs a status bar with a size grip and the given parent.
QStatusTipEvent - Class in com.trolltech.qt.gui
The QStatusTipEvent class provides an event that is used to show messages in a status bar.
QStatusTipEvent(String) - Constructor for class com.trolltech.qt.gui.QStatusTipEvent
Constructs a status tip event with the text specified by tip.
QStringListModel - Class in com.trolltech.qt.gui
The QStringListModel class provides a model that supplies strings to views.
QStringListModel() - Constructor for class com.trolltech.qt.gui.QStringListModel
Equivalent to QStringListModel(0).
QStringListModel(QObject) - Constructor for class com.trolltech.qt.gui.QStringListModel
Constructs a string list model with the given parent.
QStringListModel(List<String>) - Constructor for class com.trolltech.qt.gui.QStringListModel
Equivalent to QStringListModel(strings, 0).
QStringListModel(List<String>, QObject) - Constructor for class com.trolltech.qt.gui.QStringListModel
Constructs a string list model containing the specified strings with the given parent.
QStringMatcher - Class in com.trolltech.qt.core
The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string.
QStringMatcher() - Constructor for class com.trolltech.qt.core.QStringMatcher
Constructs an empty string matcher that won't match anything.
QStringMatcher(String) - Constructor for class com.trolltech.qt.core.QStringMatcher
Equivalent to QStringMatcher(pattern, Qt::CaseSensitive).
QStringMatcher(String, Qt.CaseSensitivity) - Constructor for class com.trolltech.qt.core.QStringMatcher
Constructs a string matcher that will search for pattern, with case sensitivity cs.
QStringMatcher(QStringMatcher) - Constructor for class com.trolltech.qt.core.QStringMatcher
Copies the other string matcher to this string matcher.
QStyle - Class in com.trolltech.qt.gui
The QStyle class is an abstract base class that encapsulates the look and feel of a GUI.
QStyle() - Constructor for class com.trolltech.qt.gui.QStyle
Constructs a style object.
QStyle.ComplexControl - Enum in com.trolltech.qt.gui
This enum describes the available complex controls.
QStyle.ContentsType - Enum in com.trolltech.qt.gui
This enum describes the available contents types.
QStyle.ControlElement - Enum in com.trolltech.qt.gui
This enum represents a control element.
QStyle.PixelMetric - Enum in com.trolltech.qt.gui
This enum describes the various available pixel metrics.
QStyle.PrimitiveElement - Enum in com.trolltech.qt.gui
This enum describes that various primitive elements.
QStyle.StandardPixmap - Enum in com.trolltech.qt.gui
This enum describes the available standard pixmaps.
QStyle.State - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QStyle.State(QStyle.StateFlag...) - Constructor for class com.trolltech.qt.gui.QStyle.State
Creates flags with value set as only flag.
QStyle.State(int) - Constructor for class com.trolltech.qt.gui.QStyle.State
Creates flags with the specified int flags set.
QStyle.StateFlag - Enum in com.trolltech.qt.gui
This enum describes flags that are used when drawing primitive elements.
QStyle.StyleHint - Enum in com.trolltech.qt.gui
This enum describes the available style hints.
QStyle.SubControl - Class in com.trolltech.qt.gui
This enum describes the available sub controls.
QStyle.SubControl() - Constructor for class com.trolltech.qt.gui.QStyle.SubControl
 
QStyle.SubElement - Enum in com.trolltech.qt.gui
This enum represents a sub-area of a widget.
QStyleFactory - Class in com.trolltech.qt.gui
The QStyleFactory class creates QStyle objects.
QStyleHintReturn - Class in com.trolltech.qt.gui
The QStyleHintReturn class provides style hints that return more than basic data types.
QStyleHintReturn(int) - Constructor for class com.trolltech.qt.gui.QStyleHintReturn
Equivalent to QStyleHintReturn(version, SH_Default).
QStyleHintReturn() - Constructor for class com.trolltech.qt.gui.QStyleHintReturn
Equivalent to QStyleHintReturn(QStyleOption::Version, SH_Default).
QStyleHintReturn(int, int) - Constructor for class com.trolltech.qt.gui.QStyleHintReturn
Constructs a QStyleHintReturn with version version and type type.
QStyleHintReturn.HintReturnType - Enum in com.trolltech.qt.gui
Press link for info on QStyleHintReturn.HintReturnType
QStyleHintReturn.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleHintReturn subclass.
QStyleHintReturn.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleHintReturn subclass.
QStyleHintReturnMask - Class in com.trolltech.qt.gui
The QStyleHintReturnMask class provides style hints that return a QRegion.
QStyleHintReturnMask() - Constructor for class com.trolltech.qt.gui.QStyleHintReturnMask
Constructs a QStyleHintReturnMask.
QStyleHintReturnMask.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleHintReturn subclass.
QStyleHintReturnMask.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleHintReturn subclass.
QStyleHintReturnVariant - Class in com.trolltech.qt.gui
The QStyleHintReturnVariant class provides style hints that return a QVariant.
QStyleHintReturnVariant() - Constructor for class com.trolltech.qt.gui.QStyleHintReturnVariant
Constructs a QStyleHintReturnVariant.
QStyleHintReturnVariant.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleHintReturn subclass.
QStyleHintReturnVariant.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleHintReturn subclass.
QStyleOption - Class in com.trolltech.qt.gui
The QStyleOption class stores the parameters used by QStyle functions.
QStyleOption(QStyleOption) - Constructor for class com.trolltech.qt.gui.QStyleOption
Constructs a copy of other.
QStyleOption(int) - Constructor for class com.trolltech.qt.gui.QStyleOption
Equivalent to QStyleOption(version, SO_Default).
QStyleOption() - Constructor for class com.trolltech.qt.gui.QStyleOption
Equivalent to QStyleOption(QStyleOption::Version, SO_Default).
QStyleOption(int, int) - Constructor for class com.trolltech.qt.gui.QStyleOption
Constructs a QStyleOption with the specified version and type.
QStyleOption.OptionType - Enum in com.trolltech.qt.gui
This enum is used internally by QStyleOption, its subclasses, and qstyleoption_cast() to determine the type of style option.
QStyleOption.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOption.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionButton - Class in com.trolltech.qt.gui
The QStyleOptionButton class is used to describe the parameters for drawing buttons.
QStyleOptionButton(QStyleOptionButton) - Constructor for class com.trolltech.qt.gui.QStyleOptionButton
Constructs a copy of the other style option.
QStyleOptionButton() - Constructor for class com.trolltech.qt.gui.QStyleOptionButton
Constructs a QStyleOptionButton, initializing the members variables to their default values.
QStyleOptionButton(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionButton
QStyleOptionButton.ButtonFeature - Enum in com.trolltech.qt.gui
This enum describes the different types of features a push button can have.
QStyleOptionButton.ButtonFeatures - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QStyleOptionButton.ButtonFeatures(QStyleOptionButton.ButtonFeature...) - Constructor for class com.trolltech.qt.gui.QStyleOptionButton.ButtonFeatures
Creates flags with value set as only flag.
QStyleOptionButton.ButtonFeatures(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionButton.ButtonFeatures
Creates flags with the specified int flags set.
QStyleOptionButton.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionButton.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionComboBox - Class in com.trolltech.qt.gui
The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox.
QStyleOptionComboBox(QStyleOptionComboBox) - Constructor for class com.trolltech.qt.gui.QStyleOptionComboBox
Constructs a copy of the other style option.
QStyleOptionComboBox() - Constructor for class com.trolltech.qt.gui.QStyleOptionComboBox
Creates a QStyleOptionComboBox, initializing the members variables to their default values.
QStyleOptionComboBox(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionComboBox
QStyleOptionComboBox.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionComboBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionComplex - Class in com.trolltech.qt.gui
The QStyleOptionComplex class is used to hold parameters that are common to all complex controls.
QStyleOptionComplex(QStyleOptionComplex) - Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
Constructs a copy of the other style option.
QStyleOptionComplex(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
Equivalent to QStyleOptionComplex(version, SO_Complex).
QStyleOptionComplex() - Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
Equivalent to QStyleOptionComplex(QStyleOptionComplex::Version, SO_Complex).
QStyleOptionComplex(int, int) - Constructor for class com.trolltech.qt.gui.QStyleOptionComplex
Constructs a QStyleOptionComplex of the specified type and version, initializing the member variables to their default values.
QStyleOptionComplex.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionComplex.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionDockWidget - Class in com.trolltech.qt.gui
The QStyleOptionDockWidget class is used to describe the parameters for drawing a dock widget.
QStyleOptionDockWidget(QStyleOptionDockWidget) - Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidget
Constructs a copy of the other style option.
QStyleOptionDockWidget() - Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidget
Constructs a QStyleOptionDockWidget, initializing the member variables to their default values.
QStyleOptionDockWidget(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidget
QStyleOptionDockWidget.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionDockWidget.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionDockWidgetV2 - Class in com.trolltech.qt.gui
 
QStyleOptionDockWidgetV2(QStyleOptionDockWidget) - Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
Creates a new QStyleOptionDockWidgetV2, which is a copy of other.
QStyleOptionDockWidgetV2(QStyleOptionDockWidgetV2) - Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
Creates a new QStyleOptionDockWidgetV2, which is a copy of other.
QStyleOptionDockWidgetV2(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
Creates a new QStyleOptionDockWidgetV2 with the specified version.
QStyleOptionDockWidgetV2() - Constructor for class com.trolltech.qt.gui.QStyleOptionDockWidgetV2
Creates a new QStyleOptionDockWidgetV2, initializing the member variables to their default values.
QStyleOptionDockWidgetV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
Press link for info on QStyleOptionDockWidgetV2.StyleOptionVersion
QStyleOptionFocusRect - Class in com.trolltech.qt.gui
The QStyleOptionFocusRect class is used to describe the parameters for drawing a focus rectangle with QStyle.
QStyleOptionFocusRect(QStyleOptionFocusRect) - Constructor for class com.trolltech.qt.gui.QStyleOptionFocusRect
Constructs a copy of the other style option.
QStyleOptionFocusRect() - Constructor for class com.trolltech.qt.gui.QStyleOptionFocusRect
Constructs a QStyleOptionFocusRect, initializing the members variables to their default values.
QStyleOptionFocusRect(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionFocusRect
QStyleOptionFocusRect.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionFocusRect.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionFrame - Class in com.trolltech.qt.gui
The QStyleOptionFrame class is used to describe the parameters for drawing a frame.
QStyleOptionFrame(QStyleOptionFrame) - Constructor for class com.trolltech.qt.gui.QStyleOptionFrame
Constructs a copy of the other style option.
QStyleOptionFrame() - Constructor for class com.trolltech.qt.gui.QStyleOptionFrame
Constructs a QStyleOptionFrame, initializing the members variables to their default values.
QStyleOptionFrame(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionFrame
QStyleOptionFrame.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionFrame.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionFrameV2 - Class in com.trolltech.qt.gui
The QStyleOptionFrameV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.1 or above.
QStyleOptionFrameV2(QStyleOptionFrameV2) - Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
Constructs a QStyleOptionFrameV2 copy of the other style option.
QStyleOptionFrameV2() - Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
Constructs a QStyleOptionFrameV2 object.
QStyleOptionFrameV2(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
QStyleOptionFrameV2(QStyleOptionFrame) - Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2
Constructs a QStyleOptionFrameV2 copy of the other style option which can be either of the QStyleOptionFrameV2 or QStyleOptionFrame types.
QStyleOptionFrameV2.FrameFeature - Enum in com.trolltech.qt.gui
This enum describles the different types of features a frame can have.
QStyleOptionFrameV2.FrameFeatures - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QStyleOptionFrameV2.FrameFeatures(QStyleOptionFrameV2.FrameFeature...) - Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2.FrameFeatures
Creates flags with value set as only flag.
QStyleOptionFrameV2.FrameFeatures(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionFrameV2.FrameFeatures
Creates flags with the specified int flags set.
QStyleOptionFrameV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionGraphicsItem - Class in com.trolltech.qt.gui
The QStyleOptionGraphicsItem class is used to describe the parameters needed to draw a QGraphicsItem.
QStyleOptionGraphicsItem(QStyleOptionGraphicsItem) - Constructor for class com.trolltech.qt.gui.QStyleOptionGraphicsItem
Constructs a copy of other.
QStyleOptionGraphicsItem() - Constructor for class com.trolltech.qt.gui.QStyleOptionGraphicsItem
Constructs a QStyleOptionGraphicsItem.
QStyleOptionGraphicsItem(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionGraphicsItem
QStyleOptionGraphicsItem.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionGraphicsItem.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionGroupBox - Class in com.trolltech.qt.gui
The QStyleOptionGroupBox class describes the parameters for drawing a group box.
QStyleOptionGroupBox(QStyleOptionGroupBox) - Constructor for class com.trolltech.qt.gui.QStyleOptionGroupBox
Constructs a copy of the other style option.
QStyleOptionGroupBox() - Constructor for class com.trolltech.qt.gui.QStyleOptionGroupBox
Constructs a QStyleOptionGroupBox, initializing the members variables to their default values.
QStyleOptionGroupBox(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionGroupBox
QStyleOptionGroupBox.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionGroupBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionHeader - Class in com.trolltech.qt.gui
The QStyleOptionHeader class is used to describe the parameters for drawing a header.
QStyleOptionHeader(QStyleOptionHeader) - Constructor for class com.trolltech.qt.gui.QStyleOptionHeader
Constructs a copy of the other style option.
QStyleOptionHeader() - Constructor for class com.trolltech.qt.gui.QStyleOptionHeader
Constructs a QStyleOptionHeader, initializing the members variables to their default values.
QStyleOptionHeader(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionHeader
QStyleOptionHeader.SectionPosition - Enum in com.trolltech.qt.gui
This enum lets you know where the section's position is in relation to the other sections.
QStyleOptionHeader.SelectedPosition - Enum in com.trolltech.qt.gui
This enum lets you know where the section's position is in relation to the selected section.
QStyleOptionHeader.SortIndicator - Enum in com.trolltech.qt.gui
Indicates which direction the sort indicator should be drawn
QStyleOptionHeader.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionHeader.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionMenuItem - Class in com.trolltech.qt.gui
The QStyleOptionMenuItem class is used to describe the parameter necessary for drawing a menu item.
QStyleOptionMenuItem(QStyleOptionMenuItem) - Constructor for class com.trolltech.qt.gui.QStyleOptionMenuItem
Constructs a copy of the other style option.
QStyleOptionMenuItem() - Constructor for class com.trolltech.qt.gui.QStyleOptionMenuItem
Constructs a QStyleOptionMenuItem, initializing the members variables to their default values.
QStyleOptionMenuItem(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionMenuItem
QStyleOptionMenuItem.CheckType - Enum in com.trolltech.qt.gui
This enum is used to indicate whether or not a check mark should be drawn for the item, or even if it should be drawn at all.
QStyleOptionMenuItem.MenuItemType - Enum in com.trolltech.qt.gui
This enum indicates the type of menu item that the structure describes.
QStyleOptionMenuItem.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionMenuItem.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionProgressBar - Class in com.trolltech.qt.gui
The QStyleOptionProgressBar class is used to describe the parameters necessary for drawing a progress bar.
QStyleOptionProgressBar(QStyleOptionProgressBar) - Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBar
Constructs a copy of the other style option.
QStyleOptionProgressBar() - Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBar
Constructs a QStyleOptionProgressBar, initializing the members variables to their default values.
QStyleOptionProgressBar(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBar
QStyleOptionProgressBar.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionProgressBar.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionProgressBarV2 - Class in com.trolltech.qt.gui
The QStyleOptionProgressBarV2 class is used to describe the parameters necessary for drawing a progress bar in Qt 4.1 or above.
QStyleOptionProgressBarV2(QStyleOptionProgressBarV2) - Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
Constructs a copy of the other style option.
QStyleOptionProgressBarV2(QStyleOptionProgressBar) - Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
Constructs a copy of the other style option which can be either of the QStyleOptionProgressBar and QStyleOptionProgressBarV2 types.
QStyleOptionProgressBarV2(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
QStyleOptionProgressBarV2() - Constructor for class com.trolltech.qt.gui.QStyleOptionProgressBarV2
Constructs a QStyleOptionProgressBarV2, initializing he members variables to their default values.
QStyleOptionProgressBarV2.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionProgressBarV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionRubberBand - Class in com.trolltech.qt.gui
The QStyleOptionRubberBand class is used to describe the parameters needed for drawing a rubber band.
QStyleOptionRubberBand(QStyleOptionRubberBand) - Constructor for class com.trolltech.qt.gui.QStyleOptionRubberBand
Constructs a copy of the other style option.
QStyleOptionRubberBand() - Constructor for class com.trolltech.qt.gui.QStyleOptionRubberBand
Creates a QStyleOptionRubberBand, initializing the members variables to their default values.
QStyleOptionRubberBand(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionRubberBand
QStyleOptionRubberBand.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionRubberBand.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionSizeGrip - Class in com.trolltech.qt.gui
The QStyleOptionSizeGrip class is used to describe the parameter for drawing a size grip.
QStyleOptionSizeGrip(QStyleOptionSizeGrip) - Constructor for class com.trolltech.qt.gui.QStyleOptionSizeGrip
Constructs a copy of the other style option.
QStyleOptionSizeGrip() - Constructor for class com.trolltech.qt.gui.QStyleOptionSizeGrip
Constructs a QStyleOptionSizeGrip.
QStyleOptionSizeGrip(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionSizeGrip
QStyleOptionSizeGrip.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionSizeGrip.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionSlider - Class in com.trolltech.qt.gui
The QStyleOptionSlider class is used to describe the parameters needed for drawing a slider.
QStyleOptionSlider(QStyleOptionSlider) - Constructor for class com.trolltech.qt.gui.QStyleOptionSlider
Constructs a copy of the other style option.
QStyleOptionSlider() - Constructor for class com.trolltech.qt.gui.QStyleOptionSlider
Constructs a QStyleOptionSlider, initializing the members variables to their default values.
QStyleOptionSlider(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionSlider
QStyleOptionSlider.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionSlider.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionSpinBox - Class in com.trolltech.qt.gui
The QStyleOptionSpinBox class is used to describe the parameters necessary for drawing a spin box.
QStyleOptionSpinBox(QStyleOptionSpinBox) - Constructor for class com.trolltech.qt.gui.QStyleOptionSpinBox
Constructs a copy of the other style option.
QStyleOptionSpinBox() - Constructor for class com.trolltech.qt.gui.QStyleOptionSpinBox
Constructs a QStyleOptionSpinBox, initializing the members variables to their default values.
QStyleOptionSpinBox(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionSpinBox
QStyleOptionSpinBox.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionSpinBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTab - Class in com.trolltech.qt.gui
The QStyleOptionTab class is used to describe the parameters for drawing a tab bar.
QStyleOptionTab(QStyleOptionTab) - Constructor for class com.trolltech.qt.gui.QStyleOptionTab
Constructs a copy of the other style option.
QStyleOptionTab() - Constructor for class com.trolltech.qt.gui.QStyleOptionTab
Constructs a QStyleOptionTab object, initializing the members variables to their default values.
QStyleOptionTab(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionTab
QStyleOptionTab.CornerWidget - Enum in com.trolltech.qt.gui
These flags indicate the corner widgets in a tab.
QStyleOptionTab.CornerWidgets - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QStyleOptionTab.CornerWidgets(QStyleOptionTab.CornerWidget...) - Constructor for class com.trolltech.qt.gui.QStyleOptionTab.CornerWidgets
Creates flags with value set as only flag.
QStyleOptionTab.CornerWidgets(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionTab.CornerWidgets
Creates flags with the specified int flags set.
QStyleOptionTab.SelectedPosition - Enum in com.trolltech.qt.gui
This enum describes the position of the selected tab.
QStyleOptionTab.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTab.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTab.TabPosition - Enum in com.trolltech.qt.gui
This enum describes the position of the tab.
QStyleOptionTabBarBase - Class in com.trolltech.qt.gui
The QStyleOptionTabBarBase class is used to describe the base of a tab bar, i.e. the part that the tab bar usually overlaps with.
QStyleOptionTabBarBase(QStyleOptionTabBarBase) - Constructor for class com.trolltech.qt.gui.QStyleOptionTabBarBase
Constructs a copy of other.
QStyleOptionTabBarBase() - Constructor for class com.trolltech.qt.gui.QStyleOptionTabBarBase
Construct a QStyleOptionTabBarBase, initializing the members vaiables to their default values.
QStyleOptionTabBarBase(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionTabBarBase
QStyleOptionTabBarBase.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTabBarBase.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTabV2 - Class in com.trolltech.qt.gui
The QStyleOptionTabV2 class is used to describe the parameters necessary for drawing a tabs in Qt 4.1 or above.
QStyleOptionTabV2(QStyleOptionTab) - Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
Constructs a QStyleOptionTabV2 copy of the other style option which can be either of the QStyleOptionTabV2 or QStyleOptionTab types.
QStyleOptionTabV2(QStyleOptionTabV2) - Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
Constructs a copy of the other style option.
QStyleOptionTabV2(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
QStyleOptionTabV2() - Constructor for class com.trolltech.qt.gui.QStyleOptionTabV2
Constructs a QStyleOptionTabV2.
QStyleOptionTabV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTabWidgetFrame - Class in com.trolltech.qt.gui
The QStyleOptionTabWidgetFrame class is used to describe the parameters for drawing the frame around a tab widget.
QStyleOptionTabWidgetFrame(QStyleOptionTabWidgetFrame) - Constructor for class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
Constructs a copy of other.
QStyleOptionTabWidgetFrame() - Constructor for class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
Constructs a QStyleOptionTabWidgetFrame, initializing the members variables to their default values.
QStyleOptionTabWidgetFrame(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionTabWidgetFrame
QStyleOptionTabWidgetFrame.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTabWidgetFrame.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTitleBar - Class in com.trolltech.qt.gui
The QStyleOptionTitleBar class is used to describe the parameters for drawing a title bar.
QStyleOptionTitleBar(QStyleOptionTitleBar) - Constructor for class com.trolltech.qt.gui.QStyleOptionTitleBar
Constructs a copy of the other style option.
QStyleOptionTitleBar() - Constructor for class com.trolltech.qt.gui.QStyleOptionTitleBar
Constructs a QStyleOptionTitleBar, initializing the members variables to their default values.
QStyleOptionTitleBar(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionTitleBar
QStyleOptionTitleBar.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionTitleBar.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionToolBar - Class in com.trolltech.qt.gui
The QStyleOptionToolBar class is used to describe the parameters for drawing a toolbar.
QStyleOptionToolBar(QStyleOptionToolBar) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar
Constructs a copy of the other style option.
QStyleOptionToolBar() - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar
Constructs a QStyleOptionToolBar, initializing the members variables to their default values.
QStyleOptionToolBar(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar
QStyleOptionToolBar.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionToolBar.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionToolBar.ToolBarFeature - Enum in com.trolltech.qt.gui
This enum is used to describe whether a toolbar is movable or not.
QStyleOptionToolBar.ToolBarFeatures - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QStyleOptionToolBar.ToolBarFeatures(QStyleOptionToolBar.ToolBarFeature...) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar.ToolBarFeatures
Creates flags with value set as only flag.
QStyleOptionToolBar.ToolBarFeatures(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBar.ToolBarFeatures
Creates flags with the specified int flags set.
QStyleOptionToolBar.ToolBarPosition - Enum in com.trolltech.qt.gui

QStyleOptionToolBox - Class in com.trolltech.qt.gui
The QStyleOptionToolBox class is used to describe the parameters needed for drawing a tool box.
QStyleOptionToolBox(QStyleOptionToolBox) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBox
Constructs a copy of the other style option.
QStyleOptionToolBox() - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBox
Creates a QStyleOptionToolBox, initializing the members variables to their default values.
QStyleOptionToolBox(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBox
QStyleOptionToolBox.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionToolBox.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionToolBoxV2 - Class in com.trolltech.qt.gui
The QStyleOptionToolBoxV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above.
QStyleOptionToolBoxV2(QStyleOptionToolBox) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
Constructs a QStyleOptionToolBoxV2 copy of the other style option which can be either of the QStyleOptionToolBoxV2 or QStyleOptionToolBox types.
QStyleOptionToolBoxV2(QStyleOptionToolBoxV2) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
Constructs a QStyleOptionToolBoxV2 copy of the other style option.
QStyleOptionToolBoxV2(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
QStyleOptionToolBoxV2() - Constructor for class com.trolltech.qt.gui.QStyleOptionToolBoxV2
Contsructs a QStyleOptionToolBoxV2 object.
QStyleOptionToolBoxV2.SelectedPosition - Enum in com.trolltech.qt.gui
This enum describes the position of the selected tab.
QStyleOptionToolBoxV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum holds the version of this style option
QStyleOptionToolBoxV2.TabPosition - Enum in com.trolltech.qt.gui
This enum describes tab positions relative to other tabs.
QStyleOptionToolButton - Class in com.trolltech.qt.gui
The QStyleOptionToolButton class is used to describe the parameters for drawing a tool button.
QStyleOptionToolButton(QStyleOptionToolButton) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton
Constructs a copy of the other style option.
QStyleOptionToolButton() - Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton
Constructs a QStyleOptionToolButton, initializing the members variables to their default values.
QStyleOptionToolButton(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton
QStyleOptionToolButton.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionToolButton.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionToolButton.ToolButtonFeature - Enum in com.trolltech.qt.gui
Describes the various features that a tool button can have.
QStyleOptionToolButton.ToolButtonFeatures - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QStyleOptionToolButton.ToolButtonFeatures(QStyleOptionToolButton.ToolButtonFeature...) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton.ToolButtonFeatures
Creates flags with value set as only flag.
QStyleOptionToolButton.ToolButtonFeatures(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionToolButton.ToolButtonFeatures
Creates flags with the specified int flags set.
QStyleOptionViewItem - Class in com.trolltech.qt.gui
The QStyleOptionViewItem class is used to describe the parameters used to draw an item in a view widget.
QStyleOptionViewItem(QStyleOptionViewItem) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItem
Constructs a copy of the other style option.
QStyleOptionViewItem() - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItem
Constructs a QStyleOptionViewItem, initializing the members variables to their default values.
QStyleOptionViewItem(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItem
QStyleOptionViewItem.Position - Enum in com.trolltech.qt.gui
This enum describes the position of the item's decoration.
QStyleOptionViewItem.StyleOptionType - Enum in com.trolltech.qt.gui
This enum is used to hold information about the type of the style option, and is defined for each QStyleOption subclass.
QStyleOptionViewItem.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionViewItemV2 - Class in com.trolltech.qt.gui
The QStyleOptionViewItemV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.2 or above.
QStyleOptionViewItemV2(QStyleOptionViewItem) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
Constructs a QStyleOptionViewItemV2 copy of the other style option which can be either of the QStyleOptionViewItemV2 or QStyleOptionViewItem types.
QStyleOptionViewItemV2(QStyleOptionViewItemV2) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
Constructs a copy of other.
QStyleOptionViewItemV2(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
QStyleOptionViewItemV2() - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2
Constructs a QStyleOptionViewItemV2 object.
QStyleOptionViewItemV2.StyleOptionVersion - Enum in com.trolltech.qt.gui
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
QStyleOptionViewItemV2.ViewItemFeature - Enum in com.trolltech.qt.gui
This enum describles the different types of features an item can have.
QStyleOptionViewItemV2.ViewItemFeatures - Class in com.trolltech.qt.gui
This QFlag class provides flags for the int enum.
QStyleOptionViewItemV2.ViewItemFeatures(QStyleOptionViewItemV2.ViewItemFeature...) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2.ViewItemFeatures
Creates flags with value set as only flag.
QStyleOptionViewItemV2.ViewItemFeatures(int) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV2.ViewItemFeatures
Creates flags with the specified int flags set.
QStyleOptionViewItemV3 - Class in com.trolltech.qt.gui
 
QStyleOptionViewItemV3(QStyleOptionViewItemV3) - Constructor for class com.trolltech.qt.gui.QStyleOptionViewItemV3
Creates a new QStyleOptionViewItemV3 that is a copy of other.
QStyleOptionViewItemV3.StyleOptionVersion - Enum in com.trolltech.qt.gui
Press link for info on QStyleOptionViewItemV3.StyleOptionVersion
QStylePainter - Class in com.trolltech.qt.gui
The QStylePainter class is a convenience class for drawing QStyle elements inside a widget.
QStylePainter(QPaintDeviceInterface, QWidget) - Constructor for class com.trolltech.qt.gui.QStylePainter
Construct a QStylePainter using pd for its paint device, and attributes from w.
QStylePainter() - Constructor for class com.trolltech.qt.gui.QStylePainter
Constructs a QStylePainter.
QStylePainter(QWidget) - Constructor for class com.trolltech.qt.gui.QStylePainter
Construct a QStylePainter using widget w for its paint device.
QSvgRenderer - Class in com.trolltech.qt.svg
The QSvgRenderer class is used to draw the contents of SVG files onto paint devices.
QSvgRenderer(String) - Constructor for class com.trolltech.qt.svg.QSvgRenderer
Equivalent to QSvgRenderer(filename, 0).
QSvgRenderer(String, QObject) - Constructor for class com.trolltech.qt.svg.QSvgRenderer
Constructs a new renderer with the given parent and loads the contents of the SVG file with the specified filename.
QSvgRenderer(QByteArray) - Constructor for class com.trolltech.qt.svg.QSvgRenderer
Equivalent to QSvgRenderer(contents, 0).
QSvgRenderer(QByteArray, QObject) - Constructor for class com.trolltech.qt.svg.QSvgRenderer
Constructs a new renderer with the given parent and loads the specified SVG format contents.
QSvgRenderer() - Constructor for class com.trolltech.qt.svg.QSvgRenderer
Equivalent to QSvgRenderer(0).
QSvgRenderer(QObject) - Constructor for class com.trolltech.qt.svg.QSvgRenderer
Constructs a new renderer with the given parent.
QSvgWidget - Class in com.trolltech.qt.svg
The QSvgWidget class provides a widget that is used to display the contents of Scalable Vector Graphics (SVG) files.
QSvgWidget() - Constructor for class com.trolltech.qt.svg.QSvgWidget
Equivalent to QSvgWidget(0).
QSvgWidget(QWidget) - Constructor for class com.trolltech.qt.svg.QSvgWidget
Constructs a new SVG display widget with the given parent.
QSvgWidget(String) - Constructor for class com.trolltech.qt.svg.QSvgWidget
Equivalent to QSvgWidget(file, 0).
QSvgWidget(String, QWidget) - Constructor for class com.trolltech.qt.svg.QSvgWidget
Constructs a new SVG display widget with the given parent and loads the contents of the specified file.
QSyntaxHighlighter - Class in com.trolltech.qt.gui
The QSyntaxHighlighter class allows you to define syntax highlighting rules, and in addition you can use the class to query a document's current formatting or user data.
QSyntaxHighlighter(QObject) - Constructor for class com.trolltech.qt.gui.QSyntaxHighlighter
Constructs a QSyntaxHighlighter with the given parent.
QSyntaxHighlighter(QTextDocument) - Constructor for class com.trolltech.qt.gui.QSyntaxHighlighter
Constructs a QSyntaxHighlighter and installs it on parent.
QSyntaxHighlighter(QTextEdit) - Constructor for class com.trolltech.qt.gui.QSyntaxHighlighter
Constructs a QSyntaxHighlighter and installs it on parent 's QTextDocument.
QSysInfo - Class in com.trolltech.qt
 
QSysInfo() - Constructor for class com.trolltech.qt.QSysInfo
Creates a new QSysInfo.
QSystemLocale - Class in com.trolltech.qt.core
The QSystemLocale class can be used to finetune the system locale of the user.
QSystemLocale() - Constructor for class com.trolltech.qt.core.QSystemLocale
Constructs a QSystemLocale object.
QSystemLocale.QueryType - Enum in com.trolltech.qt.core
Specifies the type of information queried by query.
QSystemTrayIcon - Class in com.trolltech.qt.gui
The QSystemTrayIcon class provides an icon for an application in the system tray.
QSystemTrayIcon() - Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
Equivalent to QSystemTrayIcon(0).
QSystemTrayIcon(QObject) - Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
Constructs a QSystemTrayIcon object with the given parent.
QSystemTrayIcon(QIcon) - Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
Equivalent to QSystemTrayIcon(icon, 0).
QSystemTrayIcon(QIcon, QObject) - Constructor for class com.trolltech.qt.gui.QSystemTrayIcon
Constructs a QSystemTrayIcon object with the given icon and parent.
QSystemTrayIcon.ActivationReason - Enum in com.trolltech.qt.gui
This enum describes the reason the system tray was activated.
QSystemTrayIcon.MessageIcon - Enum in com.trolltech.qt.gui
This enum describes the icon that is shown when a balloon message is displayed.
Qt - Interface in com.trolltech.qt.core
The Qt namespace contains miscellaneous identifiers used throughout the Qt library.
Qt.Alignment - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
Qt.Alignment(Qt.AlignmentFlag...) - Constructor for class com.trolltech.qt.core.Qt.Alignment
Creates flags with value set as only flag.
Qt.Alignment(int) - Constructor for class com.trolltech.qt.core.Qt.Alignment
Creates flags with the specified int flags set.
Qt.AlignmentFlag - Enum in com.trolltech.qt.core
This enum type is used to describe alignment.
Qt.AnchorAttribute - Enum in com.trolltech.qt.core
An anchor has one or more of the following attributes.
Qt.ApplicationAttribute - Enum in com.trolltech.qt.core
This enum describes attributes that change the behavior of application-wide features.
Qt.ArrowType - Enum in com.trolltech.qt.core
Press link for info on Qt.ArrowType
Qt.AspectRatioMode - Enum in com.trolltech.qt.core
This enum type defines what happens to the aspect ratio when scaling an rectangle.
Qt.Axis - Enum in com.trolltech.qt.core
This enum type defines three values to represent the three axes in the cartesian coordinate system.
Qt.BGMode - Enum in com.trolltech.qt.core
Background mode.
Qt.BrushStyle - Enum in com.trolltech.qt.core
This enum type defines the brush styles supported by Qt, i.e. the fill pattern of shapes drawn using QPainter.
Qt.CaseSensitivity - Enum in com.trolltech.qt.core
Press link for info on Qt.CaseSensitivity
Qt.CheckState - Enum in com.trolltech.qt.core
This enum describes the state of checkable items, controls, and widgets.
Qt.ClipOperation - Enum in com.trolltech.qt.core
Press link for info on Qt.ClipOperation
Qt.ConnectionType - Enum in com.trolltech.qt.core
This enum describes the types of connection that can be used between signals and slots.
Qt.ContextMenuPolicy - Enum in com.trolltech.qt.core
This enum type defines the various policies a widget can have with respect to showing a context menu.
Qt.Corner - Enum in com.trolltech.qt.core
This enum type specifies a corner in a rectangle.
Qt.CursorShape - Enum in com.trolltech.qt.core
This enum type defines the various cursors that can be used.
Qt.DateFormat - Enum in com.trolltech.qt.core
Press link for info on Qt.DateFormat
Qt.DayOfWeek - Enum in com.trolltech.qt.core
Press link for info on Qt.DayOfWeek
Qt.DockWidgetArea - Enum in com.trolltech.qt.core
Press link for info on Qt.DockWidgetArea
Qt.DockWidgetAreas - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
Qt.DockWidgetAreas(Qt.DockWidgetArea...) - Constructor for class com.trolltech.qt.core.Qt.DockWidgetAreas
Creates flags with value set as only flag.
Qt.DockWidgetAreas(int) - Constructor for class com.trolltech.qt.core.Qt.DockWidgetAreas
Creates flags with the specified int flags set.
Qt.DockWidgetAreaSizes - Enum in com.trolltech.qt.core
Press link for info on Qt.DockWidgetAreaSizes
Qt.DropAction - Enum in com.trolltech.qt.core
Press link for info on Qt.DropAction
Qt.DropActions - Class in com.trolltech.qt.core
This QFlag class provides flags for the int enum.
Qt.DropActions(Qt.DropAction...) - Constructor for class com.trolltech.qt.core.Qt.DropActions
Creates flags with value set as only flag.
Qt.DropActions(int) - Constructor for class com.trolltech.qt.core.Qt.DropActions
Creates flags with the specified int flags set.
Qt.EventPriority - Enum in com.trolltech.qt.core
This enum can be used to specify event priorities.
Qt.FillRule - Enum in com.trolltech.qt.core
Specifies which method should be used to fill the paths and polygons.
Qt.FocusPolicy - Enum in com.trolltech.qt.core
This enum type defines the various policies a widget can have with respect to acquiring keyboard focus.
Qt.FocusReason - Enum in com.trolltech.qt.core
This enum specifies why the focus changed.
Qt.GlobalColor - Enum in com.trolltech.qt.core