Definition at line 50 of file qtextedit.h.
Public Types | |
enum | AutoFormattingFlag { AutoNone = 0, AutoBulletList = 0x00000001, AutoAll = 0xffffffff } |
enum | LineWrapMode { NoWrap, WidgetWidth, FixedPixelWidth, FixedColumnWidth } |
enum | PaintDeviceMetric { PdmWidth = 1, PdmHeight, PdmWidthMM, PdmHeightMM, PdmNumColors, PdmDepth, PdmDpiX, PdmDpiY, PdmPhysicalDpiX, PdmPhysicalDpiY } |
enum | Shadow { Plain = 0x0010, Raised = 0x0020, Sunken = 0x0030 } |
enum | Shape { NoFrame = 0, Box = 0x0001, Panel = 0x0002, WinPanel = 0x0003, HLine = 0x0004, VLine = 0x0005, StyledPanel = 0x0006 } |
enum | StyleMask { Shadow_Mask = 0x00f0, Shape_Mask = 0x000f } |
Public Slots | |
void | append (const QString &text) |
void | clear () |
bool | close () |
void | copy () |
void | cut () |
void | deleteLater () |
void | hide () |
void | insertHtml (const QString &text) |
void | insertPlainText (const QString &text) |
void | lower () |
void | paste () |
void | raise () |
void | redo () |
void | repaint () |
void | scrollToAnchor (const QString &name) |
void | selectAll () |
void | setAlignment (Qt::Alignment a) |
void | setCurrentFont (const QFont &f) |
void | setDisabled (bool) |
void | setEnabled (bool) |
void | setFocus () |
void | setFontFamily (const QString &fontFamily) |
void | setFontItalic (bool b) |
void | setFontPointSize (qreal s) |
void | setFontUnderline (bool b) |
void | setFontWeight (int w) |
void | setHidden (bool hidden) |
void | setHtml (const QString &text) |
void | setPlainText (const QString &text) |
QT_MOC_COMPAT void | setShown (bool shown) |
void | setStyleSheet (const QString &styleSheet) |
void | setText (const QString &text) |
void | setTextColor (const QColor &c) |
virtual void | setVisible (bool visible) |
void | setWindowModified (bool) |
void | setWindowTitle (const QString &) |
void | show () |
void | showFullScreen () |
void | showMaximized () |
void | showMinimized () |
void | showNormal () |
void | undo () |
void | update () |
void | zoomIn (int range=1) |
void | zoomOut (int range=1) |
Signals | |
void | copyAvailable (bool b) |
void | currentCharFormatChanged (const QTextCharFormat &format) |
void | cursorPositionChanged () |
void | customContextMenuRequested (const QPoint &pos) |
void | destroyed (QObject *=0) |
void | redoAvailable (bool b) |
void | selectionChanged () |
void | textChanged () |
void | undoAvailable (bool b) |
Public Member Functions | |
bool | acceptDrops () const |
bool | acceptRichText () const |
QString | accessibleDescription () const |
QString | accessibleName () const |
QList< QAction * > | actions () const |
void | activateWindow () |
void | addAction (QAction *action) |
void | addActions (QList< QAction * > actions) |
void | addScrollBarWidget (QWidget *widget, Qt::Alignment alignment) |
void | adjustSize () |
Qt::Alignment | alignment () const |
QString | anchorAt (const QPoint &pos) const |
bool | autoFillBackground () const |
AutoFormatting | autoFormatting () const |
QPalette::ColorRole | backgroundRole () const |
QSize | baseSize () const |
bool | blockSignals (bool b) |
bool | canPaste () const |
QWidget * | childAt (const QPoint &p) const |
QWidget * | childAt (int x, int y) const |
const QObjectList & | children () const |
QRect | childrenRect () const |
QRegion | childrenRegion () const |
void | clearFocus () |
void | clearMask () |
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
QRect | contentsRect () const |
Qt::ContextMenuPolicy | contextMenuPolicy () const |
QWidget * | cornerWidget () const |
QMenu * | createStandardContextMenu () |
void | createWinId () |
QTextCharFormat | currentCharFormat () const |
QFont | currentFont () const |
QCursor | cursor () const |
QTextCursor | cursorForPosition (const QPoint &pos) const |
QRect | cursorRect () const |
QRect | cursorRect (const QTextCursor &cursor) const |
int | cursorWidth () const |
int | depth () const |
int | devType () const |
bool | disconnect (const QObject *receiver, const char *member=0) |
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
QTextDocument * | document () const |
QString | documentTitle () const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
void | ensureCursorVisible () |
void | ensurePolished () const |
virtual bool | eventFilter (QObject *, QEvent *) |
QList< ExtraSelection > | extraSelections () const |
bool | find (const QString &exp, QTextDocument::FindFlags options=0) |
template<typename T> | |
T | findChild (const QString &name=QString()) const |
template<typename T> | |
QList< T > | findChildren (const QRegExp &re) const |
template<typename T> | |
QList< T > | findChildren (const QString &name=QString()) const |
Qt::FocusPolicy | focusPolicy () const |
QWidget * | focusProxy () const |
QWidget * | focusWidget () const |
const QFont & | font () const |
QString | fontFamily () const |
QFontInfo | fontInfo () const |
bool | fontItalic () const |
QFontMetrics | fontMetrics () const |
qreal | fontPointSize () const |
bool | fontUnderline () const |
int | fontWeight () const |
QPalette::ColorRole | foregroundRole () const |
QRect | frameGeometry () const |
QRect | frameRect () const |
Shadow | frameShadow () const |
Shape | frameShape () const |
QSize | frameSize () const |
int | frameStyle () const |
int | frameWidth () const |
const QRect & | geometry () const |
void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
void | grabKeyboard () |
void | grabMouse (const QCursor &) |
void | grabMouse () |
int | grabShortcut (const QKeySequence &key, Qt::ShortcutContext context=Qt::WindowShortcut) |
Qt::HANDLE | handle () const |
bool | hasFocus () const |
bool | hasMouseTracking () const |
int | height () const |
virtual int | heightForWidth (int) const |
int | heightMM () const |
QScrollBar * | horizontalScrollBar () const |
Qt::ScrollBarPolicy | horizontalScrollBarPolicy () const |
bool | inherits (const char *classname) const |
QInputContext * | inputContext () |
void | insertAction (QAction *before, QAction *action) |
void | insertActions (QAction *before, QList< QAction * > actions) |
void | installEventFilter (QObject *) |
WId | internalWinId () const |
bool | isActiveWindow () const |
bool | isAncestorOf (const QWidget *child) const |
bool | isEnabled () const |
bool | isEnabledTo (QWidget *) const |
bool | isEnabledToTLW () const |
bool | isFullScreen () const |
bool | isHidden () const |
bool | isLeftToRight () const |
bool | isMaximized () const |
bool | isMinimized () const |
bool | isModal () const |
bool | isReadOnly () const |
bool | isRightToLeft () const |
bool | isTopLevel () const |
bool | isUndoRedoEnabled () const |
bool | isVisible () const |
bool | isVisibleTo (QWidget *) const |
bool | isWidgetType () const |
bool | isWindow () const |
bool | isWindowModified () const |
void | killTimer (int id) |
QLayout * | layout () const |
Qt::LayoutDirection | layoutDirection () const |
int | lineWidth () const |
int | lineWrapColumnOrWidth () const |
LineWrapMode | lineWrapMode () const |
virtual QVariant | loadResource (int type, const QUrl &name) |
int | logicalDpiX () const |
int | logicalDpiY () const |
QPoint | mapFrom (QWidget *, const QPoint &) const |
QPoint | mapFromGlobal (const QPoint &) const |
QPoint | mapFromParent (const QPoint &) const |
QPoint | mapTo (QWidget *, const QPoint &) const |
QPoint | mapToGlobal (const QPoint &) const |
QPoint | mapToParent (const QPoint &) const |
QRegion | mask () const |
int | maximumHeight () const |
QSize | maximumSize () const |
QSize | maximumViewportSize () const |
int | maximumWidth () const |
void | mergeCurrentCharFormat (const QTextCharFormat &modifier) |
int | midLineWidth () const |
int | minimumHeight () const |
QSize | minimumSize () const |
QSize | minimumSizeHint () const |
int | minimumWidth () const |
void | move (const QPoint &) |
void | move (int x, int y) |
void | moveCursor (QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode=QTextCursor::MoveAnchor) |
void | moveToThread (QThread *thread) |
QWidget * | nextInFocusChain () const |
QRect | normalGeometry () const |
int | numColors () const |
QString | objectName () const |
void | overrideWindowFlags (Qt::WindowFlags type) |
void | overrideWindowState (Qt::WindowStates state) |
bool | overwriteMode () const |
QPaintEngine * | paintEngine () const |
bool | paintingActive () const |
const QPalette & | palette () const |
QObject * | parent () const |
QWidget * | parentWidget () const |
int | physicalDpiX () const |
int | physicalDpiY () const |
QPoint | pos () const |
QVariant | property (const char *name) const |
QTextEdit (const QString &text, QWidget *parent=0) | |
QTextEdit (QWidget *parent=0) | |
QRect | rect () const |
void | releaseKeyboard () |
void | releaseMouse () |
void | releaseShortcut (int id) |
void | removeAction (QAction *action) |
void | removeEventFilter (QObject *) |
void | repaint (const QRegion &) |
void | repaint (const QRect &) |
void | repaint (int x, int y, int w, int h) |
void | resize (const QSize &) |
void | resize (int w, int h) |
bool | restoreGeometry (const QByteArray &geometry) |
QByteArray | saveGeometry () const |
void | scroll (int dx, int dy, const QRect &) |
void | scroll (int dx, int dy) |
QWidgetList | scrollBarWidgets (Qt::Alignment alignment) |
void | setAcceptDrops (bool on) |
void | setAcceptRichText (bool accept) |
void | setAccessibleDescription (const QString &description) |
void | setAccessibleName (const QString &name) |
void | setAttribute (Qt::WidgetAttribute, bool on=true) |
void | setAutoFillBackground (bool enabled) |
void | setAutoFormatting (AutoFormatting features) |
void | setBackgroundRole (QPalette::ColorRole) |
void | setBaseSize (int basew, int baseh) |
void | setBaseSize (const QSize &) |
void | setContentsMargins (int left, int top, int right, int bottom) |
void | setContextMenuPolicy (Qt::ContextMenuPolicy policy) |
void | setCornerWidget (QWidget *widget) |
void | setCurrentCharFormat (const QTextCharFormat &format) |
void | setCursor (const QCursor &) |
void | setCursorWidth (int width) |
void | setDocument (QTextDocument *document) |
void | setDocumentTitle (const QString &title) |
void | setExtraSelections (const QList< ExtraSelection > &selections) |
void | setFixedHeight (int h) |
void | setFixedSize (int w, int h) |
void | setFixedSize (const QSize &) |
void | setFixedWidth (int w) |
void | setFocus (Qt::FocusReason reason) |
void | setFocusPolicy (Qt::FocusPolicy policy) |
void | setFocusProxy (QWidget *) |
void | setFont (const QFont &) |
void | setForegroundRole (QPalette::ColorRole) |
void | setFrameRect (const QRect &) |
void | setFrameShadow (Shadow) |
void | setFrameShape (Shape) |
void | setFrameStyle (int) |
void | setGeometry (const QRect &) |
void | setGeometry (int x, int y, int w, int h) |
void | setHorizontalScrollBar (QScrollBar *scrollbar) |
void | setHorizontalScrollBarPolicy (Qt::ScrollBarPolicy) |
void | setInputContext (QInputContext *) |
void | setLayout (QLayout *) |
void | setLayoutDirection (Qt::LayoutDirection direction) |
void | setLineWidth (int) |
void | setLineWrapColumnOrWidth (int w) |
void | setLineWrapMode (LineWrapMode mode) |
void | setMask (const QRegion &) |
void | setMask (const QBitmap &) |
void | setMaximumHeight (int maxh) |
void | setMaximumSize (int maxw, int maxh) |
void | setMaximumSize (const QSize &) |
void | setMaximumWidth (int maxw) |
void | setMidLineWidth (int) |
void | setMinimumHeight (int minh) |
void | setMinimumSize (int minw, int minh) |
void | setMinimumSize (const QSize &) |
void | setMinimumWidth (int minw) |
void | setMouseTracking (bool enable) |
void | setObjectName (const QString &name) |
void | setOverwriteMode (bool overwrite) |
void | setPalette (const QPalette &) |
void | setParent (QObject *) |
void | setParent (QWidget *parent, Qt::WindowFlags f) |
void | setParent (QWidget *parent) |
bool | setProperty (const char *name, const QVariant &value) |
void | setReadOnly (bool ro) |
void | setShortcutAutoRepeat (int id, bool enable=true) |
void | setShortcutEnabled (int id, bool enable=true) |
void | setSizeIncrement (int w, int h) |
void | setSizeIncrement (const QSize &) |
void | setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
void | setSizePolicy (QSizePolicy) |
void | setStatusTip (const QString &) |
void | setStyle (QStyle *) |
void | setTabChangesFocus (bool b) |
void | setTabStopWidth (int width) |
void | setTextCursor (const QTextCursor &cursor) |
void | setTextInteractionFlags (Qt::TextInteractionFlags flags) |
void | setToolTip (const QString &) |
void | setUndoRedoEnabled (bool enable) |
void | setUpdatesEnabled (bool enable) |
void | setUserData (uint id, QObjectUserData *data) |
void | setVerticalScrollBar (QScrollBar *scrollbar) |
void | setVerticalScrollBarPolicy (Qt::ScrollBarPolicy) |
void | setViewport (QWidget *widget) |
void | setWhatsThis (const QString &) |
void | setWindowFlags (Qt::WindowFlags type) |
void | setWindowIcon (const QIcon &icon) |
void | setWindowIconText (const QString &) |
void | setWindowModality (Qt::WindowModality windowModality) |
void | setWindowOpacity (qreal level) |
void | setWindowRole (const QString &) |
void | setWindowState (Qt::WindowStates state) |
void | setWindowSurface (QWindowSurface *surface) |
void | setWordWrapMode (QTextOption::WrapMode policy) |
bool | signalsBlocked () const |
QSize | size () const |
QSize | sizeHint () const |
QSize | sizeIncrement () const |
QSizePolicy | sizePolicy () const |
void | stackUnder (QWidget *) |
int | startTimer (int interval) |
QString | statusTip () const |
QStyle * | style () const |
QString | styleSheet () const |
bool | tabChangesFocus () const |
int | tabStopWidth () const |
bool | testAttribute (Qt::WidgetAttribute) const |
QColor | textColor () const |
QTextCursor | textCursor () const |
Qt::TextInteractionFlags | textInteractionFlags () const |
QThread * | thread () const |
QString | toHtml () const |
QString | toolTip () const |
QString | toPlainText () const |
QWidget * | topLevelWidget () const |
bool | underMouse () const |
void | unsetCursor () |
void | unsetLayoutDirection () |
void | update (const QRegion &) |
void | update (const QRect &) |
void | update (int x, int y, int w, int h) |
void | updateGeometry () |
bool | updatesEnabled () const |
QObjectUserData * | userData (uint id) const |
QScrollBar * | verticalScrollBar () const |
Qt::ScrollBarPolicy | verticalScrollBarPolicy () const |
QWidget * | viewport () const |
QRegion | visibleRegion () const |
QString | whatsThis () const |
int | width () const |
int | widthMM () const |
QWidget * | window () const |
Qt::WindowFlags | windowFlags () const |
QIcon | windowIcon () const |
QString | windowIconText () const |
Qt::WindowModality | windowModality () const |
qreal | windowOpacity () const |
QString | windowRole () const |
Qt::WindowStates | windowState () const |
QWindowSurface * | windowSurface () const |
QString | windowTitle () const |
Qt::WindowType | windowType () const |
WId | winId () const |
QTextOption::WrapMode | wordWrapMode () const |
int | x () const |
int | y () const |
virtual | ~QTextEdit () |
Static Public Member Functions | |
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
static QWidget * | find (WId) |
static QWidget * | keyboardGrabber () |
static QWidget * | mouseGrabber () |
static uint | registerUserData () |
static void | setTabOrder (QWidget *, QWidget *) |
Protected Slots | |
void | setupViewport (QWidget *viewport) |
void | updateMicroFocus () |
Protected Member Functions | |
virtual void | actionEvent (QActionEvent *) |
virtual bool | canInsertFromMimeData (const QMimeData *source) const |
virtual void | changeEvent (QEvent *e) |
virtual void | childEvent (QChildEvent *) |
virtual void | closeEvent (QCloseEvent *) |
virtual void | connectNotify (const char *signal) |
virtual void | contextMenuEvent (QContextMenuEvent *e) |
void | create (WId=0, bool initializeWindow=true, bool destroyOldWindow=true) |
virtual QMimeData * | createMimeDataFromSelection () const |
virtual void | customEvent (QEvent *) |
void | destroy (bool destroyWindow=true, bool destroySubWindows=true) |
virtual void | disconnectNotify (const char *signal) |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
virtual void | dragLeaveEvent (QDragLeaveEvent *e) |
virtual void | dragMoveEvent (QDragMoveEvent *e) |
void | drawFrame (QPainter *) |
virtual void | dropEvent (QDropEvent *e) |
virtual void | enabledChange (bool) |
virtual void | enterEvent (QEvent *) |
virtual bool | event (QEvent *e) |
virtual void | focusInEvent (QFocusEvent *e) |
bool | focusNextChild () |
virtual bool | focusNextPrevChild (bool next) |
virtual void | focusOutEvent (QFocusEvent *e) |
bool | focusPreviousChild () |
virtual void | fontChange (const QFont &) |
virtual void | hideEvent (QHideEvent *) |
virtual void | inputMethodEvent (QInputMethodEvent *) |
QVariant | inputMethodQuery (Qt::InputMethodQuery property) const |
virtual void | insertFromMimeData (const QMimeData *source) |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | keyReleaseEvent (QKeyEvent *e) |
virtual void | languageChange () |
virtual void | leaveEvent (QEvent *) |
int | metric (PaintDeviceMetric) const |
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
virtual void | moveEvent (QMoveEvent *) |
virtual void | paintEvent (QPaintEvent *e) |
virtual void | paletteChange (const QPalette &) |
QTextEdit (QTextEditPrivate &dd, QWidget *parent) | |
int | receivers (const char *signal) const |
void | resetInputContext () |
virtual void | resizeEvent (QResizeEvent *e) |
virtual void | scrollContentsBy (int dx, int dy) |
QObject * | sender () const |
void | setViewportMargins (int left, int top, int right, int bottom) |
virtual void | showEvent (QShowEvent *) |
virtual void | styleChange (QStyle &) |
virtual void | tabletEvent (QTabletEvent *) |
virtual void | timerEvent (QTimerEvent *e) |
virtual bool | viewportEvent (QEvent *) |
virtual void | wheelEvent (QWheelEvent *e) |
virtual void | windowActivationChange (bool) |
Protected Attributes | |
QObjectData * | d_ptr |
ushort | painters |
Static Protected Attributes | |
static const QMetaObject | staticQtMetaObject |
Properties | |
bool | acceptDrops |
whether drop events are enabled for this widget | |
bool | acceptRichText |
whether the text edit accepts rich text insertions by the user | |
QString | accessibleDescription |
the widget's description as seen by assistive technologies | |
QString | accessibleName |
the widget's name as seen by assistive technologies | |
bool | autoFillBackground |
whether the widget background is filled automatically | |
AutoFormatting | autoFormatting |
the enabled set of auto formatting features | |
QSize | baseSize |
the base size of the widget | |
QRect | childrenRect |
the bounding rectangle of the widget's children | |
QRegion | childrenRegion |
the combined region occupied by the widget's children | |
Qt::ContextMenuPolicy | contextMenuPolicy |
how the widget shows a context menu | |
QCursor | cursor |
the cursor shape for this widget | |
int | cursorWidth |
QString | documentTitle |
the title of the document parsed from the text. | |
bool | enabled |
whether the widget is enabled | |
bool | focus |
whether this widget (or its focus proxy) has the keyboard input focus | |
Qt::FocusPolicy | focusPolicy |
the way the widget accepts keyboard focus | |
QFont | font |
the font currently set for the widget | |
QRect | frameGeometry |
geometry of the widget relative to its parent including any window frame | |
QRect | frameRect |
the frame's rectangle | |
Shadow | frameShadow |
the frame shadow value from the frame style | |
Shape | frameShape |
the frame shape value from the frame style | |
QSize | frameSize |
the size of the widget including any window frame | |
int | frameWidth |
the width of the frame that is drawn. | |
bool | fullScreen |
whether the widget is full screen | |
QRect | geometry |
the geometry of the widget relative to its parent and excluding the window frame | |
int | height |
the height of the widget excluding any window frame | |
Qt::ScrollBarPolicy | horizontalScrollBarPolicy |
the policy for the horizontal scroll bar | |
QString | html |
bool | isActiveWindow |
whether this widget's window is the active window | |
Qt::LayoutDirection | layoutDirection |
the layout direction for this widget | |
int | lineWidth |
the line width | |
int | lineWrapColumnOrWidth |
the position (in pixels or columns depending on the wrap mode) where text will be wrapped | |
LineWrapMode | lineWrapMode |
the line wrap mode | |
bool | maximized |
whether this widget is maximized | |
int | maximumHeight |
the widget's maximum height | |
QSize | maximumSize |
the widget's maximum size | |
int | maximumWidth |
the widget's maximum width | |
int | midLineWidth |
the width of the mid-line | |
bool | minimized |
whether this widget is minimized (iconified) | |
int | minimumHeight |
the widget's minimum height | |
QSize | minimumSize |
the widget's minimum size | |
QSize | minimumSizeHint |
the recommended minimum size for the widget | |
int | minimumWidth |
the widget's minimum width | |
bool | modal |
whether the widget is a modal widget | |
bool | mouseTracking |
whether mouse tracking is enabled for the widget | |
QRect | normalGeometry |
the geometry of the widget as it will appear when shown as a normal (not maximized or fullscreen) toplevel widget | |
QString | objectName |
the name of this object | |
bool | overwriteMode |
QPalette | palette |
the widget's palette | |
QPoint | pos |
the position of the widget within its parent widget | |
bool | readOnly |
whether the text edit is read-only | |
QRect | rect |
the internal geometry of the widget excluding any window frame | |
QSize | size |
the size of the widget excluding any window frame | |
QSize | sizeHint |
the recommended size for the widget | |
QSize | sizeIncrement |
the size increment of the widget | |
QSizePolicy | sizePolicy |
the default layout behavior of the widget | |
QString | statusTip |
the widget's status tip | |
QString | styleSheet |
the widget's style sheet | |
bool | tabChangesFocus |
whether Tab changes focus or is accepted as input | |
int | tabStopWidth |
the tab stop width in pixels | |
Qt::TextInteractionFlags | textInteractionFlags |
QString | toolTip |
the widget's tooltip | |
bool | undoRedoEnabled |
whether undo and redo are enabled | |
bool | updatesEnabled |
whether updates are enabled | |
Qt::ScrollBarPolicy | verticalScrollBarPolicy |
the policy for the vertical scroll bar | |
bool | visible |
whether the widget is visible | |
QString | whatsThis |
the widget's What's This help text. | |
int | width |
the width of the widget excluding any window frame | |
QIcon | windowIcon |
the widget's icon | |
QString | windowIconText |
the widget's icon text | |
Qt::WindowModality | windowModality |
which windows are blocked by the modal widget | |
bool | windowModified |
whether the document shown in the window has unsaved changes | |
double | windowOpacity |
The level of opacity for the window. | |
QString | windowTitle |
the window title (caption) | |
int | x |
the x coordinate of the widget relative to its parent including any window frame | |
int | y |
the y coordinate of the widget relative to its parent and including any window frame | |
Private Member Functions | |
void void | _q_adjustScrollbars ()) Q_PRIVATE_SLOT(d_func() |
void | _q_currentCharFormatChanged (const QTextCharFormat &)) Q_PRIVATE_SLOT(d_func() |
void void void | _q_ensureVisible (const QRectF &)) friend class QTextEditControl |
Q_PRIVATE_SLOT (d_func(), void _q_repaintContents(const QRectF &r)) Q_PRIVATE_SLOT(d_func() | |
Friends | |
class | QCoreApplication |
class | QCoreApplicationPrivate |
struct | QMetaObject |
class | QThreadData |
class | QWidget |
Related Functions | |
(Note that these are not member functions.) | |
T | qFindChild (const QObject *obj, const QString &name=QString(), T dummy=0) |
T | qFindChild (const QObject *obj, const QString &name) |
QList< T > | qFindChildren (const QObject *obj, const QString &name=QString(), T dummy=0) |
QList< T > | qFindChildren (const QObject *obj, const QRegExp ®Exp) |
QList< T > | qFindChildren (const QObject *obj, const QString &name) |
T * | qobject_cast (QObject *object) |
QObjectList | |
void * | qt_find_obj_child (QObject *parent, const char *type, const QString &name) |
const Q_GUI_EXPORT QX11Info * | qt_x11Info (const QPaintDevice *pd) |
QWidgetList | |
Classes | |
class | ExtraSelection |
The QTextEdit::ExtraSelection structure provides a way of specifying a character format for a given selection in a document. More... |