- 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
Whenever an event occurs, this function is called with the event model option and the index that corresponds to the item being edited.
- 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
The reader calls this function to report the end of a CDATA section.
- 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
The reader calls this function after it has finished parsing.
- endDTD() -
Method in class com.trolltech.qt.xml.QXmlDefaultHandler
The reader calls this function to report the end of a DTD declaration, if any.
- 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
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.
- endEntity(String) -
Method in class com.trolltech.qt.xml.QXmlDefaultHandler
The reader calls this function to report the end of an entity called name.
- 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
-
- 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
The reader calls this function to signal the end of a prefix mapping for the prefix prefix.
- 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(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(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(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(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 event handler can be reimplemented in a subclass to receive widget enter events which are passed in the arg__1 parameter.
- enterEvent(QEvent) -
Method in class com.trolltech.qt.gui.QToolButton
This event handler can be reimplemented in a subclass to receive widget enter events which are passed in the arg__1 parameter.
- 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
Returns the entity resolver or 0 if none was set.
- 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
A reader might use this function to report a recoverable error.
- 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
Returns the error handler or 0 if none is set.
- 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
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.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 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.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 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.QSocketNotifier
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.gui.QAbstractButton
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QAbstractItemView
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QAbstractScrollArea
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QAbstractSlider
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QAbstractSpinBox
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QAction
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.gui.QApplication
This virtual function receives events to an object and should return true if the event arg__1 was recognized and processed.
The event function can be reimplemented to customize the behavior of an object.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QCalendarWidget
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QCheckBox
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QComboBox
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QCompleter
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.gui.QDateTimeEdit
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QDial
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QDialogButtonBox
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QDockWidget
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QFocusFrame
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QFontComboBox
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QFrame
This is the main event handler; it handles event arg__1.
- 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 is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QGroupBox
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QHeaderView
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QLabel
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QLCDNumber
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QLineEdit
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QListView
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QListWidget
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QMainWindow
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QMdiArea
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QMdiSubWindow
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QMenu
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QMenuBar
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QMessageBox
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QMotifStyle
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.gui.QProgressBar
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QPushButton
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QRadioButton
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QRubberBand
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QScrollArea
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QScrollBar
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QShortcut
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.gui.QSizeGrip
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QSlider
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QSpinBox
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QSplashScreen
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QSplitter
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QSplitterHandle
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QStackedWidget
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QStatusBar
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QSystemTrayIcon
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.gui.QTabBar
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QTableWidget
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QTabWidget
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QTextBrowser
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QToolBar
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QToolBox
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QToolButton
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QTreeWidget
This is the main event handler; it handles event arg__1. You can reimplement this function in a subclass, but we recommend using one of the specialized event handlers instead.
Key press and release events are treated differently from other events. event checks for Tab and Shift+Tab and tries to move the focus appropriately. If there is no widget to move the focus to (or the key press is not Tab or Shift+Tab), event calls keyPressEvent.
Mouse and tablet event handling is also slightly special: only when the widget is enabled, event will call the specialized handlers such as mousePressEvent; otherwise it will discard the event.
This function returns true if the event was recognized, otherwise it returns false. If the recognized event was accepted (see QEvent::accepted), any further processing such as event propagation to the parent widget stops.
- 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 virtual function receives events to an object and should return true if the event arg__1 was recognized and processed.
The event function can be reimplemented to customize the behavior of an object.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QWizard
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.gui.QWorkspace
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.opengl.QGLWidget
This is the main event handler; it handles event arg__1.
- event(QEvent) -
Method in class com.trolltech.qt.opengl.QGLWidget
This is the main event handler; it handles event arg__1.
- 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
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.QDialog
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.QFocusFrame
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.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
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.QMdiSubWindow
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.QMenuBar
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.QMotifStyle
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.QPlastiqueStyle
Filters events if this object has been installed as an event filter for the arg__1 object.
In your reimplementation of this function, if you want to filter the arg__2 out, i.e. stop it being handled further, return true; otherwise return false.
Example:
class MainWindow : public QMainWindow
{
public:
MainWindow();
protected:
bool eventFilter(QObject *obj, QEvent *ev);
private:
QTextEdit *textEdit;
};
MainWindow::MainWindow()
{
textEdit = new QTextEdit;
setCentralWidget(textEdit);
textEdit->installEventFilter(this);
}
bool MainWindow::eventFilter(QObject *obj, QEvent *event)
{
if (obj == textEdit) {
if (event->type() == QEvent::KeyPress) {
QKeyEvent *keyEvent = static_cast<QKeyEvent*>(event);
qDebug() << "Ate key press" << keyEvent->key();
return true;
} else {
return false;
}
} else {
pass the event on to the parent class
return QMainWindow::eventFilter(obj, event);
}
}
Notice in the example above that unhandled events are passed to the base class's eventFilter function, since the base class might have reimplemented eventFilter for its own internal purposes.
Warning: If you delete the receiver object in this function, be sure to return true. Otherwise, Qt will forward the event to the deleted object and the program might crash.
- eventFilter(QObject, QEvent) -
Method in class com.trolltech.qt.gui.QScrollArea
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.QSizeGrip
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.QWindowsStyle
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.QWorkspace
Filters events if this object has been installed as an event filter for the arg__1 object.
- 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 virtual function is called to pop up the dialog.
- exec() -
Method in class com.trolltech.qt.gui.QPrintDialog
This virtual function is called to pop up the dialog.
- 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 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
Returns whether this layout can make use of more space than sizeHint.
- expandingDirections() -
Method in class com.trolltech.qt.gui.QGridLayout
Returns whether this layout can make use of more space than sizeHint.
- 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
Returns whether this layout item can make use of more space than sizeHint.
- expandingDirections() -
Method in class com.trolltech.qt.gui.QWidgetItem
Returns whether this layout item can make use of more space than sizeHint.
- 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
- 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
- extension(Object) -
Method in class com.trolltech.qt.gui.QGraphicsPathItem
- extension(Object) -
Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
- extension(Object) -
Method in class com.trolltech.qt.gui.QGraphicsPolygonItem
- extension(Object) -
Method in class com.trolltech.qt.gui.QGraphicsRectItem
- extension(Object) -
Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
- extension(Object) -
Method in class com.trolltech.qt.gui.QGraphicsTextItem
- 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
The reader calls this function to report a parsed external entity declaration.
- extraSelections() -
Method in class com.trolltech.qt.gui.QTextEdit
- Returns previously set extra selections.
- 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
A reader must use this function to report a non-recoverable error.
- 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
Fetches any available data for the items with the parent specified by the parent index.
- 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
- 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(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(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, 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
- Returns the properties of class cl.
- findPropertiesRecursive(Class) -
Static method in class com.trolltech.qt.QtPropertyManager
- 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() -
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 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.QDoubleSpinBox
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.QSpinBox
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.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
Returns the item flags for the given index.
- 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
Returns the item flags for the given index.
The base class implementation returns a combination of flags that enables the item (ItemIsEnabled) and allows it to be selected (ItemIsSelectable).
- 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
Returns the item flags for the given index.
- 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
Returns the item flags for the given index.
- 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
Flushes the open file, returning true if successful; otherwise returns false.
- 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 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.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 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.gui.QComboBox
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.gui.QDateTimeEdit
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus received) for the widget. The event is passed in the arg__1 parameter
A widget normally must setFocusPolicy to something other than Qt::NoFocus in order to receive focus events. (Note that the application programmer can call setFocus on any widget, even those that do not normally accept focus.)
The default implementation updates the widget (except for windows that do not specify a focusPolicy).
- 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 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.QGraphicsView
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.gui.QGroupBox
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.gui.QLabel
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.gui.QLineEdit
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.gui.QMdiSubWindow
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.gui.QMenuBar
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.gui.QPushButton
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus received) for the widget. The event is passed in the arg__1 parameter
A widget normally must setFocusPolicy to something other than Qt::NoFocus in order to receive focus events. (Note that the application programmer can call setFocus on any widget, even those that do not normally accept focus.)
The default implementation updates the widget (except for windows that do not specify a focusPolicy).
- focusInEvent(QFocusEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
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.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
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.
- focusNextPrevChild(boolean) -
Method in class com.trolltech.qt.gui.QDateTimeEdit
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.
- focusNextPrevChild(boolean) -
Method in class com.trolltech.qt.gui.QLabel
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.
- focusNextPrevChild(boolean) -
Method in class com.trolltech.qt.gui.QMenu
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.
- focusNextPrevChild(boolean) -
Method in class com.trolltech.qt.gui.QScrollArea
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.
- focusNextPrevChild(boolean) -
Method in class com.trolltech.qt.gui.QTextBrowser
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.
If next is true, this function searches forward, if next is false, it searches backward.
Sometimes, you will want to reimplement this function. For example, a web browser might reimplement it to move its "current active link" forward or backward, and call focusNextPrevChild only when it reaches the last or first link on the "page".
Child widgets call focusNextPrevChild on their parent widgets, but only the window that contains the child widgets decides where to redirect focus. By reimplementing this function for an object, you thus gain control of focus traversal for all child widgets.
- focusNextPrevChild(boolean) -
Method in class com.trolltech.qt.gui.QTextEdit
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.
- 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 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.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 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.gui.QComboBox
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.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 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.QGraphicsView
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.gui.QLabel
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.gui.QLineEdit
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.gui.QMdiSubWindow
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.gui.QMenuBar
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.gui.QPushButton
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus lost) for the widget. The events is passed in the arg__1 parameter.
A widget normally must setFocusPolicy to something other than Qt::NoFocus in order to receive focus events. (Note that the application programmer can call setFocus on any widget, even those that do not normally accept focus.)
The default implementation updates the widget (except for windows that do not specify a focusPolicy).
- focusOutEvent(QFocusEvent) -
Method in class com.trolltech.qt.gui.QTextBrowser
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus lost) for the widget. The events is passed in the arg__1 parameter.
A widget normally must setFocusPolicy to something other than Qt::NoFocus in order to receive focus events. (Note that the application programmer can call setFocus on any widget, even those that do not normally accept focus.)
The default implementation updates the widget (except for windows that do not specify a focusPolicy).
- focusOutEvent(QFocusEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
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.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
- Java Font
- 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
- 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.
- 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.
- 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(Object) -
Method in class com.trolltech.qt.gui.QTreeModel
- Reimplement this function to get graphical nodes.
- 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
- Java Icon
- 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
Some readers may use this function to report each chunk of whitespace in element content.
- 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
- Java Image
- 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
Returns the index of the item in the model specified by the given row, column and parent index.
- 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
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.gui.QTreeModel
Returns the index of the item in the model specified by the given row, column and parent index.
- 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
Returns the model index of the item at the viewport coordinates point.
- indexAt(QPoint) -
Method in class com.trolltech.qt.gui.QHeaderView
Returns the model index of the item at the viewport coordinates point.
- indexAt(QPoint) -
Method in class com.trolltech.qt.gui.QListView
Returns the model index of the item at the viewport coordinates point.
- 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
Returns the model index of the item at the viewport coordinates point.
- 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
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.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.
- indexToValue(QModelIndex) -
Method in class com.trolltech.qt.gui.QTreeModel
- Translates the given index to a value node and returns the node.
- 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.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
-
- 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.
- 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() -
Method in class com.trolltech.qt.gui.QHeaderView
-
- initializeSections(int, int) -
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 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.gui.QComboBox
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.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 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.QGraphicsView
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.gui.QLineEdit
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.gui.QTextEdit
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.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 method is only relevant for input widgets.
- inputMethodQuery(Qt.InputMethodQuery) -
Method in class com.trolltech.qt.gui.QComboBox
This method is only relevant for input widgets.
- 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 method is only relevant for input items.
- inputMethodQuery(Qt.InputMethodQuery) -
Method in class com.trolltech.qt.gui.QGraphicsView
This method is only relevant for input widgets.
- inputMethodQuery(Qt.InputMethodQuery) -
Method in class com.trolltech.qt.gui.QLineEdit
This method is only relevant for input widgets.
- inputMethodQuery(Qt.InputMethodQuery) -
Method in class com.trolltech.qt.gui.QTextEdit
This method is only relevant for input widgets.
- 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
On models that support this, inserts count new columns into the model before the given column.
- 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
On models that support this, inserts count new columns into the model before the given column.
- 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, 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, 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, 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, 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.
- 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.
- 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
Inserts the values values into the currently active database table.
- 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
On models that support this, inserts count rows into the model before the given row.
- 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
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.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, String) -
Method in class com.trolltech.qt.gui.QTabBar
- Inserts a new tab with text text at position index.
- 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, 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
- Java Int
- 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
The reader calls this function to report an internal entity declaration.
- 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
- An invalid Java data type
- invalidate() -
Method in class com.trolltech.qt.gui.QBoxLayout
- Resets cached information.
- 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(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() -
Method in class com.trolltech.qt.gui.QGridLayout
Invalidates any cached information in this layout item.
- invalidate() -
Method in class com.trolltech.qt.gui.QLayout
Invalidates any cached information in this layout item.
- 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
- 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
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.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
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.QHeaderView
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.QListView
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.QTableView
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.QTreeView
Returns true if the item referred to by the given index is hidden in the view, otherwise returns false.
- 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(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.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() -
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)).
- 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).
- isObscuredBy(QGraphicsItemInterface) -
Method in class com.trolltech.qt.gui.QAbstractGraphicsShapeItem
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.QGraphicsEllipseItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
The base implementation maps item's opaqueArea to this item's coordinate system, and then checks if this item's boundingRect is fully contained within the mapped shape.
You can reimplement this function to provide a custom algorithm for determining whether this item is obscured by item.
- 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
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
- 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
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.QGraphicsPathItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
The base implementation maps item's opaqueArea to this item's coordinate system, and then checks if this item's boundingRect is fully contained within the mapped shape.
You can reimplement this function to provide a custom algorithm for determining whether this item is obscured by item.
- isObscuredBy(QGraphicsItemInterface) -
Method in class com.trolltech.qt.gui.QGraphicsPixmapItem
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.QGraphicsPolygonItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
The base implementation maps item's opaqueArea to this item's coordinate system, and then checks if this item's boundingRect is fully contained within the mapped shape.
You can reimplement this function to provide a custom algorithm for determining whether this item is obscured by item.
- isObscuredBy(QGraphicsItemInterface) -
Method in class com.trolltech.qt.gui.QGraphicsRectItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
The base implementation maps item's opaqueArea to this item's coordinate system, and then checks if this item's boundingRect is fully contained within the mapped shape.
You can reimplement this function to provide a custom algorithm for determining whether this item is obscured by item.
- isObscuredBy(QGraphicsItemInterface) -
Method in class com.trolltech.qt.gui.QGraphicsSimpleTextItem
Returns true if this item's bounding rect is completely obscured by the opaque shape of item.
The base implementation maps item's opaqueArea to this item's coordinate system, and then checks if this item's boundingRect is fully contained within the mapped shape.
You can reimplement this function to provide a custom algorithm for determining whether this item is obscured by item.
- isObscuredBy(QGraphicsItemInterface) -
Method in class com.trolltech.qt.gui.QGraphicsTextItem
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.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
Return true if the file referred to by this file engine has a relative path; otherwise return false.
- 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 scaling 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
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.QIODevice
- Returns true if this device is sequential; otherwise returns false.
- isSequential() -
Method in class com.trolltech.qt.core.QProcess
Returns true if this device is sequential; otherwise returns false.
- isSequential() -
Method in class com.trolltech.qt.network.QAbstractSocket
Returns true if this device is sequential; otherwise returns false.
- 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
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.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
Must be implemented in subclasses to return the layout item at index.
- 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(int, int) -
Method in class com.trolltech.qt.gui.QGraphicsView
- This function is provided for convenience.
- itemAt(QPoint) -
Method in class com.trolltech.qt.gui.QGraphicsView
- Returns the item at position pos, which is in viewport coordinates.
- itemAt(int) -
Method in class com.trolltech.qt.gui.QGridLayout
Must be implemented in subclasses to return the layout item at index.
- itemAt(int) -
Method in class com.trolltech.qt.gui.QLayout
- Must be implemented in subclasses to return the layout item at index.
- itemAt(QPoint) -
Method in class com.trolltech.qt.gui.QListWidget
- Returns a pointer to the item at the coordinates p.
- itemAt(int, int) -
Method in class com.trolltech.qt.gui.QListWidget
- Returns a pointer to the item at the coordinates (x, y).
- itemAt(int) -
Method in class com.trolltech.qt.gui.QStackedLayout
Must be implemented in subclasses to return the layout item at index.
- 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.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(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
Returns a map with values for all predefined roles in the model for the item at the given index.
- 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
Returns a map with values for all predefined roles in the model for the item at the given index.
- itemDelegate() -
Method in class com.trolltech.qt.gui.QAbstractItemView
- Returns the item delegate used by this view and model.
- 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.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
Returns the area within the given r in which to draw the specified pixmap according to the defined flags.
- 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(QPointF) -
Method in class com.trolltech.qt.gui.QGraphicsScene
- Returns all visible items at position pos in the scene.
- items() -
Method in class com.trolltech.qt.gui.QGraphicsScene
- Returns a list of all items on the scene, in no particular order.
- 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(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(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(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(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(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(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() -
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(int, int) -
Method in class com.trolltech.qt.gui.QGraphicsView
- This function is provided for convenience.
- 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.
- 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, 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, 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, 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, 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, double, double) -
Method in class com.trolltech.qt.gui.QGraphicsTextItem
- This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
- 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, 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, 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, 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, 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.
- mapFromItem(QGraphicsItemInterface, double, double) -
Method in class com.trolltech.qt.svg.QGraphicsSvgItem
- This convenience function is equivalent to calling mapFromItem(item, QPointF(x, y)).
- 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(double, double) -
Method in class com.trolltech.qt.gui.QGraphicsTextItem
- This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
- 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(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(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(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(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(QPoint) -
Method in class com.trolltech.qt.gui.QWidget
- Translates the parent widget coordinate arg__1 to widget coordinates.
- 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(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(double, double) -
Method in class com.trolltech.qt.svg.QGraphicsSvgItem
- This convenience function is equivalent to calling mapFromParent(QPointF(x, y)).
- 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.
- 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(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)).
- 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(double, double) -
Method in class com.trolltech.qt.gui.QGraphicsTextItem
- This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
- 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, 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.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(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(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(QRectF) -
Method in class com.trolltech.qt.gui.QGraphicsView
- Returns the scene rectangle rect to a viewport coordinate polygon.
- 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(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(QPointF) -
Method in class com.trolltech.qt.gui.QGraphicsView
- Returns the scene coordinate point to viewport coordinates.
- 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(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(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(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(double, double) -
Method in class com.trolltech.qt.svg.QGraphicsSvgItem
- This convenience function is equivalent to calling mapFromScene(QPointF(x, y)).
- 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.
- 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(int) -
Method in class com.trolltech.qt.core.QSignalMapper
- Returns the sender QObject that is associated with the given id.
- mapping(String) -
Method in class com.trolltech.qt.core.QSignalMapper
- Returns the signal sender associated with the string text.
- mapping(QObject) -
Method in class com.trolltech.qt.core.QSignalMapper
- Returns the sender QObject that is associated with the given object.
- 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
Returns a proxy selection mapped from the specified selection.
- 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
Returns a source selection mapped from the specified selection.
- 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, double, double) -
Method in class com.trolltech.qt.gui.QGraphicsTextItem
- This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
- 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, 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, 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, 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, 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.svg.QGraphicsSvgItem
- This convenience function is equivalent to calling mapToItem(item, QRectF(x, y, w, h)).
- 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) -
Method in class com.trolltech.qt.svg.QGraphicsSvgItem
- This convenience function is equivalent to calling mapToItem(item, QPointF(x, y)).
- 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.
- 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, 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.
- 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(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(double, double) -
Method in class com.trolltech.qt.gui.QGraphicsTextItem
- This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
- 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(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(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(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(QPoint) -
Method in class com.trolltech.qt.gui.QWidget
- Translates the widget coordinate arg__1 to a coordinate in the parent widget.
- 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(double, double) -
Method in class com.trolltech.qt.svg.QGraphicsSvgItem
- This convenience function is equivalent to calling mapToParent(QPointF(x, y)).
- 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, double, double) -
Method in class com.trolltech.qt.svg.QGraphicsSvgItem
- This convenience function is equivalent to calling mapToParent(QRectF(x, y, w, h)).
- 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.
- 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.
- 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(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(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(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(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(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(QPoint) -
Method in class com.trolltech.qt.gui.QGraphicsView
- Returns the viewport coordinate point mapped to scene coordinates.
- mapToScene(int, int, int, int) -
Method in class com.trolltech.qt.gui.QGraphicsView
- This function is provided for convenience.
- mapToScene(QPainterPath) -
Method in class com.trolltech.qt.gui.QGraphicsView
- Returns the viewport painter path path mapped to a scene coordinate painter path.
- mapToScene(QRect) -
Method in class com.trolltech.qt.gui.QGraphicsView
- Returns the viewport rectangle rect mapped to a scene coordinate polygon.
- mapToScene(QPolygon) -
Method in class com.trolltech.qt.gui.QGraphicsView
- Returns the viewport polygon polygon mapped to a scene coordinate polygon.
- mapToScene(int, int) -
Method in class com.trolltech.qt.gui.QGraphicsView
- This function is provided for convenience.
- 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.
- 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(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(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(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.
- 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
Returns the maximum size of this layout.
- maximumSize() -
Method in class com.trolltech.qt.gui.QGridLayout
Returns the maximum size of this layout.
- 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
Implemented in subclasses to return the maximum size of this item.
- maximumSize() -
Method in class com.trolltech.qt.gui.QWidget
- Returns the widget's maximum size.
- maximumSize() -
Method in class com.trolltech.qt.gui.QWidgetItem
Implemented in subclasses to return the maximum size of this item.
- 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(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.
- mergeCells(QTextCursor) -
Method in class com.trolltech.qt.gui.QTextTable
- Merges the cells selected by the provided cursor.
- 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
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.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
Returns the minimum height this widget needs for the given width, arg__1.
- minimumHeightForWidth(int) -
Method in class com.trolltech.qt.gui.QGridLayout
Returns the minimum height this widget needs for the given width, arg__1.
- 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
Returns the minimum size of this layout.
- minimumSize() -
Method in class com.trolltech.qt.gui.QGridLayout
Returns the minimum size of this layout.
- 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
Implemented in subclasses to return the minimum size of this item.
- minimumSize() -
Method in class com.trolltech.qt.gui.QStackedLayout
Returns the minimum size of this layout.
- minimumSize() -
Method in class com.trolltech.qt.gui.QWidget
- Returns the widget's minimum size.
- minimumSize() -
Method in class com.trolltech.qt.gui.QWidgetItem
Implemented in subclasses to return the minimum size of this item.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QAbstractScrollArea
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QAbstractSpinBox
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QCalendarWidget
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QComboBox
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QDial
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QDialog
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QGroupBox
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QLabel
Returns the recommended minimum size for the widget.
- 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
Returns the recommended minimum size for the widget.
If the value of this property is an invalid size, no minimum size is recommended.
The default implementation of minimumSizeHint returns an invalid size if there is no layout for this widget, and returns the layout's minimum size otherwise. Most built-in widgets reimplement minimumSizeHint.
QLayout will never resize a widget to a size smaller than the minimum size hint unless minimumSize is set or the size policy is set to QSizePolicy::Ignore. If minimumSize is set, the minimum size hint will be ignored.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QMdiSubWindow
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QMenuBar
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QProgressBar
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QPushButton
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QSlider
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QSplitter
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QTabBar
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QTabWidget
Returns the recommended minimum size for the widget.
- minimumSizeHint() -
Method in class com.trolltech.qt.gui.QToolButton
Returns the recommended minimum size for the widget.
- 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
Requests that the directory dirName be created.
- 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 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.QGraphicsView
This event handler can be reimplemented in a subclass to receive mouse double click events for the viewport widget.
- mouseDoubleClickEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QHeaderView
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.QLineEdit
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse double click events for the widget.
- mouseDoubleClickEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMdiSubWindow
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse double click events for the widget.
- mouseDoubleClickEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
This event handler can be reimplemented in a subclass to receive mouse double click events for the viewport widget.
- mouseDoubleClickEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTreeView
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.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 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.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 event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QCheckBox
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
If mouse tracking is switched off, mouse move events only occur if a mouse button is pressed while the mouse is being moved. If mouse tracking is switched on, mouse move events occur even if no mouse button is pressed.
QMouseEvent::pos() reports the position of the mouse cursor, relative to this widget. For press and release events, the position is usually the same as the position of the last mouse move event, but it might be different if the user's hand shakes. This is a feature of the underlying window system, not Qt.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QDial
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.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 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.QGraphicsView
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.QGroupBox
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QHeaderView
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.QLabel
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QLineEdit
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QListView
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.QMdiSubWindow
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMenu
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMenuBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QRadioButton
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
If mouse tracking is switched off, mouse move events only occur if a mouse button is pressed while the mouse is being moved. If mouse tracking is switched on, mouse move events occur even if no mouse button is pressed.
QMouseEvent::pos() reports the position of the mouse cursor, relative to this widget. For press and release events, the position is usually the same as the position of the last mouse move event, but it might be different if the user's hand shakes. This is a feature of the underlying window system, not Qt.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QScrollBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- 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 event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QSplitterHandle
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTabBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse move events for the widget.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTextBrowser
This event handler can be reimplemented in a subclass to receive mouse move events for the viewport widget. The event is passed in arg__1.
- mouseMoveEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
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.QTreeView
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.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 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.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 event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QCalendarWidget
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QComboBox
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QDateTimeEdit
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
If you create new widgets in the mousePressEvent the mouseReleaseEvent may not end up where you expect, depending on the underlying window system (or X11 window manager), the widgets' location and maybe more.
The default implementation implements the closing of popup widgets when you click outside the window. For other widget types it does nothing.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QDial
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.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 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.QGraphicsView
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.QGroupBox
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QHeaderView
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.QLabel
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QLineEdit
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMdiSubWindow
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMenu
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMenuBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QScrollBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- 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 event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QSplashScreen
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QSplitterHandle
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTabBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTextBrowser
This event handler can be reimplemented in a subclass to receive mouse press events for the viewport widget. The event is passed in arg__1.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
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.QToolButton
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse press events for the widget.
If you create new widgets in the mousePressEvent the mouseReleaseEvent may not end up where you expect, depending on the underlying window system (or X11 window manager), the widgets' location and maybe more.
The default implementation implements the closing of popup widgets when you click outside the window. For other widget types it does nothing.
- mousePressEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTreeView
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.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 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.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 event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QComboBox
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QDial
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.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 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.QGraphicsView
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.QGroupBox
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QHeaderView
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.QLabel
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QLineEdit
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QListView
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.QMdiSubWindow
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMenu
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QMenuBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QScrollBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QSizeGrip
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QSlider
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QSplitterHandle
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTabBar
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTextBrowser
This event handler can be reimplemented in a subclass to receive mouse release events for the viewport widget. The event is passed in arg__1.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
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.QToolButton
This event handler, for event arg__1, can be reimplemented in a subclass to receive mouse release events for the widget.
- mouseReleaseEvent(QMouseEvent) -
Method in class com.trolltech.qt.gui.QTreeView
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.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(int, int) -
Method in class com.trolltech.qt.gui.QWidget
- Sets the position of the widget within its parent widget.
- move(QPoint) -
Method in class com.trolltech.qt.gui.QWidget
- Sets the position of the widget within its parent widget to arg__1.
- 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 event handler can be reimplemented in a subclass to receive widget move events which are passed in the arg__1 parameter.
- moveEvent(QMoveEvent) -
Method in class com.trolltech.qt.gui.QRubberBand
This event handler can be reimplemented in a subclass to receive widget move events which are passed in the arg__1 parameter.
- moveEvent(QMoveEvent) -
Method in class com.trolltech.qt.gui.QSizeGrip
This event handler can be reimplemented in a subclass to receive widget move events which are passed in the arg__1 parameter.
- 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.
- 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, which is usually called by QGraphicsView, paints the contents of an item in local coordinates.
- 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, which is usually called by QGraphicsView, paints the contents of an item in local coordinates.
- 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, 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.QGraphicsPathItem
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.QGraphicsPixmapItem
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.QGraphicsPolygonItem
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.QGraphicsRectItem
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.QGraphicsSimpleTextItem
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.QGraphicsTextItem
This function, which is usually called by QGraphicsView, paints the contents of an item in local coordinates.
- 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, which is usually called by QGraphicsView, paints the contents of an item in local coordinates.
- 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
Returns a pointer to the paint engine used for drawing on the device.
- 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
Returns a pointer to the paint engine used for drawing on the device.
- paintEngine() -
Method in class com.trolltech.qt.gui.QPixmap
Returns a pointer to the paint engine used for drawing on the device.
- 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
Returns a pointer to the paint engine used for drawing on the device.
- paintEngine() -
Method in class com.trolltech.qt.opengl.QGLFramebufferObject
Returns a pointer to the paint engine used for drawing on the device.
- paintEngine() -
Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns a pointer to the paint engine used for drawing on the device.
- paintEngine() -
Method in class com.trolltech.qt.opengl.QGLPixelBuffer
Returns a pointer to the paint engine used for drawing on the device.
- paintEngine() -
Method in class com.trolltech.qt.opengl.QGLWidget
Returns the widget's paint engine.
- paintEngine() -
Method in class com.trolltech.qt.opengl.QGLWidget
Returns the widget's paint engine.
- 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 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.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 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.QCheckBox
This event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
A paint event is a request to repaint all or part of the widget. It can happen as a result of repaint or update, or because the widget was obscured and has now been uncovered, or for many other reasons.
Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the requested region: QPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region during event processing. QListView and QTableView do this, for example.
Qt also tries to speed up painting by merging multiple paint events into one. When update is called several times or the window system sends several paint events, Qt merges these events into one event with a larger region (see QRegion::united()). repaint does not permit this optimization, so we suggest using update whenever possible.
When the paint event occurs, the update region has normally been erased, so that you're painting on the widget's background.
The background can be set using setBackgroundRole and setPalette.
From Qt 4.0, QWidget automatically double-buffers its painting, so there's no need to write double-buffering code in paintEvent to avoid flicker.
Note: Under X11 it is possible to toggle the global double buffering by calling qt_x11_set_global_double_buffer(). Example usage:
...
extern void qt_x11_set_global_double_buffer(bool);
qt_x11_set_global_double_buffer(false);
...
Note: In general, one should refrain from calling update or repaint inside of paintEvent. For example, calling update or repaint on children inside a paintEvent results in undefined behavior; the child may or may not get a paint event.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QComboBox
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.QDateTimeEdit
This event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
A paint event is a request to repaint all or part of the widget. It can happen as a result of repaint or update, or because the widget was obscured and has now been uncovered, or for many other reasons.
Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the requested region: QPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region during event processing. QListView and QTableView do this, for example.
Qt also tries to speed up painting by merging multiple paint events into one. When update is called several times or the window system sends several paint events, Qt merges these events into one event with a larger region (see QRegion::united()). repaint does not permit this optimization, so we suggest using update whenever possible.
When the paint event occurs, the update region has normally been erased, so that you're painting on the widget's background.
The background can be set using setBackgroundRole and setPalette.
From Qt 4.0, QWidget automatically double-buffers its painting, so there's no need to write double-buffering code in paintEvent to avoid flicker.
Note: Under X11 it is possible to toggle the global double buffering by calling qt_x11_set_global_double_buffer(). Example usage:
...
extern void qt_x11_set_global_double_buffer(bool);
qt_x11_set_global_double_buffer(false);
...
Note: In general, one should refrain from calling update or repaint inside of paintEvent. For example, calling update or repaint on children inside a paintEvent results in undefined behavior; the child may or may not get a paint event.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QDial
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.QDockWidget
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.QFocusFrame
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.QFrame
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.QGraphicsView
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.QGroupBox
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.QHeaderView
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.QLabel
This event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
A paint event is a request to repaint all or part of the widget. It can happen as a result of repaint or update, or because the widget was obscured and has now been uncovered, or for many other reasons.
Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the requested region: QPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region during event processing. QListView and QTableView do this, for example.
Qt also tries to speed up painting by merging multiple paint events into one. When update is called several times or the window system sends several paint events, Qt merges these events into one event with a larger region (see QRegion::united()). repaint does not permit this optimization, so we suggest using update whenever possible.
When the paint event occurs, the update region has normally been erased, so that you're painting on the widget's background.
The background can be set using setBackgroundRole and setPalette.
From Qt 4.0, QWidget automatically double-buffers its painting, so there's no need to write double-buffering code in paintEvent to avoid flicker.
Note: Under X11 it is possible to toggle the global double buffering by calling qt_x11_set_global_double_buffer(). Example usage:
...
extern void qt_x11_set_global_double_buffer(bool);
qt_x11_set_global_double_buffer(false);
...
Note: In general, one should refrain from calling update or repaint inside of paintEvent. For example, calling update or repaint on children inside a paintEvent results in undefined behavior; the child may or may not get a paint event.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QLCDNumber
This event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
A paint event is a request to repaint all or part of the widget. It can happen as a result of repaint or update, or because the widget was obscured and has now been uncovered, or for many other reasons.
Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the requested region: QPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region during event processing. QListView and QTableView do this, for example.
Qt also tries to speed up painting by merging multiple paint events into one. When update is called several times or the window system sends several paint events, Qt merges these events into one event with a larger region (see QRegion::united()). repaint does not permit this optimization, so we suggest using update whenever possible.
When the paint event occurs, the update region has normally been erased, so that you're painting on the widget's background.
The background can be set using setBackgroundRole and setPalette.
From Qt 4.0, QWidget automatically double-buffers its painting, so there's no need to write double-buffering code in paintEvent to avoid flicker.
Note: Under X11 it is possible to toggle the global double buffering by calling qt_x11_set_global_double_buffer(). Example usage:
...
extern void qt_x11_set_global_double_buffer(bool);
qt_x11_set_global_double_buffer(false);
...
Note: In general, one should refrain from calling update or repaint inside of paintEvent. For example, calling update or repaint on children inside a paintEvent results in undefined behavior; the child may or may not get a paint event.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QLineEdit
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.QListView
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.QMdiArea
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.QMdiSubWindow
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.QMenu
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.QMenuBar
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.QProgressBar
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.QPushButton
This event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
A paint event is a request to repaint all or part of the widget. It can happen as a result of repaint or update, or because the widget was obscured and has now been uncovered, or for many other reasons.
Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the requested region: QPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region during event processing. QListView and QTableView do this, for example.
Qt also tries to speed up painting by merging multiple paint events into one. When update is called several times or the window system sends several paint events, Qt merges these events into one event with a larger region (see QRegion::united()). repaint does not permit this optimization, so we suggest using update whenever possible.
When the paint event occurs, the update region has normally been erased, so that you're painting on the widget's background.
The background can be set using setBackgroundRole and setPalette.
From Qt 4.0, QWidget automatically double-buffers its painting, so there's no need to write double-buffering code in paintEvent to avoid flicker.
Note: Under X11 it is possible to toggle the global double buffering by calling qt_x11_set_global_double_buffer(). Example usage:
...
extern void qt_x11_set_global_double_buffer(bool);
qt_x11_set_global_double_buffer(false);
...
Note: In general, one should refrain from calling update or repaint inside of paintEvent. For example, calling update or repaint on children inside a paintEvent results in undefined behavior; the child may or may not get a paint event.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QRadioButton
This event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
A paint event is a request to repaint all or part of the widget. It can happen as a result of repaint or update, or because the widget was obscured and has now been uncovered, or for many other reasons.
Many widgets can simply repaint their entire surface when asked to, but some slow widgets need to optimize by painting only the requested region: QPaintEvent::region(). This speed optimization does not change the result, as painting is clipped to that region during event processing. QListView and QTableView do this, for example.
Qt also tries to speed up painting by merging multiple paint events into one. When update is called several times or the window system sends several paint events, Qt merges these events into one event with a larger region (see QRegion::united()). repaint does not permit this optimization, so we suggest using update whenever possible.
When the paint event occurs, the update region has normally been erased, so that you're painting on the widget's background.
The background can be set using setBackgroundRole and setPalette.
From Qt 4.0, QWidget automatically double-buffers its painting, so there's no need to write double-buffering code in paintEvent to avoid flicker.
Note: Under X11 it is possible to toggle the global double buffering by calling qt_x11_set_global_double_buffer(). Example usage:
...
extern void qt_x11_set_global_double_buffer(bool);
qt_x11_set_global_double_buffer(false);
...
Note: In general, one should refrain from calling update or repaint inside of paintEvent. For example, calling update or repaint on children inside a paintEvent results in undefined behavior; the child may or may not get a paint event.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QRubberBand
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.QScrollBar
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.QSizeGrip
- Paints the resize grip.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QSlider
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.QSplitterHandle
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.QStatusBar
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.QTabBar
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.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 event handler can be reimplemented in a subclass to receive paint events (passed in arg__1), for the viewport widget.
Note: If you open a painter, make sure to open it on the viewport.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QTextEdit
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.QToolBar
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.QToolButton
- Paints the button in response to the paint arg__1.
- paintEvent(QPaintEvent) -
Method in class com.trolltech.qt.gui.QTreeView
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.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 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.QWorkspace
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.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 event handler can be reimplemented in a subclass to receive paint events which are passed in the arg__1 parameter.
- 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(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() -
Static method in class com.trolltech.qt.gui.QApplication
- Returns the application palette.
- 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
- Java Palette
- 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
Returns the parent of the model item with the given child, or QModelIndex() if it has no parent.
- 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
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.gui.QTreeModel
Returns the parent of the model item with the given child, or QModelIndex() if it has no parent.
- 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
Reads an XML document from input and parses it.
- 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
- parseLine(String, int) -
Method in class com.trolltech.qt.network.QHttpResponseHeader
- 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
- Java Pen
- 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
- Java Pixmap
- 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
- Java Point
- 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
- Java PointF
- 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(QPalette) -
Method in class com.trolltech.qt.gui.QCleanlooksStyle
Changes the arg__1 according to style specific requirements for color palettes (if any).
- polish(QWidget) -
Method in class com.trolltech.qt.gui.QCleanlooksStyle
Initializes the appearance of the given arg__1.
This function is called for every widget at some point after it has been fully created but just before it is shown for the very first time.
Note that the default implementation does nothing. Reasonable actions in this function might be to call the QWidget::setBackgroundMode() function for the widget. Do not use the function to set, for example, the geometry; reimplementing this function do provide a back-door through which the appearance of a widget can be changed, but with Qt 4.0's style engine there is rarely necessary to implement this function; reimplement the drawItemPixmap, drawItemText, drawPrimitive, etc. instead.
The QWidget::inherits() function may provide enough information to allow class-specific customizations. But because new QStyle subclasses are expected to work reasonably with all current and future widgets, limited use of hard-coded customization is recommended.
- polish(QApplication) -
Method in class com.trolltech.qt.gui.QCleanlooksStyle
Late initialization of the given arg__1 object.
- polish(QWidget) -
Method in class com.trolltech.qt.gui.QMotifStyle
Initializes the appearance of the given arg__1.
- polish(QPalette) -
Method in class com.trolltech.qt.gui.QMotifStyle
Changes the arg__1 according to style specific requirements for color palettes (if any).
- polish(QApplication) -
Method in class com.trolltech.qt.gui.QMotifStyle
Late initialization of the given arg__1 object.
- polish(QWidget) -
Method in class com.trolltech.qt.gui.QPlastiqueStyle
Initializes the appearance of the given arg__1.
This function is called for every widget at some point after it has been fully created but just before it is shown for the very first time.
Note that the default implementation does nothing. Reasonable actions in this function might be to call the QWidget::setBackgroundMode() function for the widget. Do not use the function to set, for example, the geometry; reimplementing this function do provide a back-door through which the appearance of a widget can be changed, but with Qt 4.0's style engine there is rarely necessary to implement this function; reimplement the drawItemPixmap, drawItemText, drawPrimitive, etc. instead.
The QWidget::inherits() function may provide enough information to allow class-specific customizations. But because new QStyle subclasses are expected to work reasonably with all current and future widgets, limited use of hard-coded customization is recommended.
- polish(QPalette) -
Method in class com.trolltech.qt.gui.QPlastiqueStyle
Changes the arg__1 according to style specific requirements for color palettes (if any).
- polish(QApplication) -
Method in class com.trolltech.qt.gui.QPlastiqueStyle
Late initialization of the given arg__1 object.
- polish(QWidget) -
Method in class com.trolltech.qt.gui.QStyle
- Initializes the appearance of the given arg__1.
- 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(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
Late initialization of the given arg__1 object.
- polish(QWidget) -
Method in class com.trolltech.qt.gui.QWindowsStyle
Initializes the appearance of the given arg__1.
- polish(QPalette) -
Method in class com.trolltech.qt.gui.QWindowsStyle
Changes the arg__1 according to style specific requirements for color palettes (if any).
- 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
- Java Polygon
- 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
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.QFile
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.QFSFileEngine
Returns the current file position.
- 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.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.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.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.
- 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.
- 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
The reader calls this function when it has parsed a processing instruction.
- 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(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.
- 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.
- putByte(byte) -
Method in class com.trolltech.qt.core.QIODevice
- Writes the character c to the device.