- typedef AutoFormatting
- enum AutoFormattingFlag
- enum CursorAction
- enum KeyboardAction
- enum ResizePolicy
- enum ScrollBarMode
- enum Shadow
- enum Shape
- enum VerticalAlignment
- enum WordWrap
- enum WrapPolicy
- bool acceptDrops () const
- QString accessibleDescription () const
- QString accessibleName () const
- void actionEvent ( QActionEvent * event )
- QList<QAction *> actions () const
- void addAction ( QAction * action )
- void addActions ( QList<QAction *> actions )
- void addChild ( QWidget * child, int x = 0, int y = 0 )
- void adjustSize ()
- int alignment () const
- QString anchorAt ( const QPoint & pos, Qt::AnchorAttribute attr = Qt::AnchorHref )
- void append ( const QString & text )
- AutoFormatting autoFormatting () const
- bool autoMask () const
- QPalette::ColorRole backgroundRole () const
- QSize baseSize () const
- bool blockSignals ( bool block )
- bool bold () const
- int bottomMargin () const
- void center ( int x, int y )
- void center ( int x, int y, float xmargin, float ymargin )
- void changeEvent ( QEvent * e )
- int charAt ( const QPoint & pos, int * para ) const
- QWidget * childAt ( int x, int y ) const
- QWidget * childAt ( const QPoint & p ) const
- void childEvent ( QChildEvent * event )
- bool childIsVisible ( QWidget * child )
- int childX ( QWidget * child )
- int childY ( QWidget * child )
- const QObjectList & children () const
- QRect childrenRect () const
- QRegion childrenRegion () const
- void clear ()
- void clearFocus ()
- void clearMask ()
- void clearParagraphBackground ( int para )
- void clearWFlags ( Qt::WFlags f )
- void clicked ( int para, int pos )
- QRegion clipRegion () const
- QWidget * clipper () const
- bool close ()
- void closeEvent ( QCloseEvent * e )
- QColor color () const
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- void contentsContextMenuEvent ( QContextMenuEvent * e )
- void contentsDragEnterEvent ( QDragEnterEvent * event )
- void contentsDragLeaveEvent ( QDragLeaveEvent * event )
- void contentsDragMoveEvent ( QDragMoveEvent * event )
- void contentsDropEvent ( QDropEvent * event )
- int contentsHeight () const
- QSize contentsMarginSize () const
- void contentsMouseDoubleClickEvent ( QMouseEvent * e )
- void contentsMouseMoveEvent ( QMouseEvent * e )
- void contentsMousePressEvent ( QMouseEvent * e )
- void contentsMouseReleaseEvent ( QMouseEvent * e )
- void contentsMoving ( int x, int y )
- QRect contentsRect () const
- void contentsToViewport ( int x, int y, int & vx, int & vy ) const
- QPoint contentsToViewport ( const QPoint & p ) const
- void contentsWheelEvent ( QWheelEvent * e )
- int contentsWidth () const
- int contentsX () const
- int contentsY () const
- QString context () const
- void contextMenuEvent ( QContextMenuEvent * e )
- void copy ()
- void copyAvailable ( bool yes )
- QWidget * cornerWidget () const
- void create ( WId window = 0, bool initializeWindow = true, bool destroyOldWindow = true )
- QPopupMenu * createPopupMenu ( const QPoint & pos )
- QPopupMenu * createPopupMenu ()
- void currentAlignmentChanged ( int a )
- void currentColorChanged ( const QColor & c )
- QFont currentFont () const
- void currentFontChanged ( const QFont & f )
- void currentVerticalAlignmentChanged ( VerticalAlignment a )
- QCursor cursor () const
- void cursorPositionChanged ( int para, int pos )
- void customEvent ( QCustomEvent * event )
- void cut ()
- void del ()
- void deleteLater ()
- void destroy ( bool destroyWindow = true, bool destroySubWindows = true )
- void destroyed ( QObject * obj = 0 )
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- void doKeyboardAction ( KeyboardAction action )
- QString documentTitle () const
- void doubleClicked ( int para, int pos )
- bool dragAutoScroll () const
- void dragEnterEvent ( QDragEnterEvent * event )
- void dragLeaveEvent ( QDragLeaveEvent * event )
- void dragMoveEvent ( QDragMoveEvent * event )
- void drawContents ( QPainter * p, int clipx, int clipy, int clipw, int cliph )
- void drawContentsOffset ( QPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )
- void dropEvent ( QDropEvent * event )
- void dumpObjectInfo ()
- void dumpObjectTree ()
- void enableClipper ( bool y )
- void ensureCursorVisible ()
- void ensurePolished () const
- void ensureVisible ( int x, int y )
- void ensureVisible ( int x, int y, int xmargin, int ymargin )
- void enterEvent ( QEvent * event )
- bool event ( QEvent * e )
- bool eventFilter ( QObject * obj, QEvent * e )
- QString family () const
- bool find ( const QString & expr, bool cs, bool wo, bool forward = true, int * para = 0, int * index = 0 )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- void focusInEvent ( QFocusEvent * event )
- bool focusNextPrevChild ( bool n )
- void focusOutEvent ( QFocusEvent * event )
- Qt::FocusPolicy focusPolicy () const
- QWidget * focusProxy () const
- QWidget * focusWidget () const
- QFont font () const
- QFontInfo fontInfo () const
- QFontMetrics fontMetrics () 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 getCursorPosition ( int * para, int * index ) const
- HDC getDC () const
- void getSelection ( int * paraFrom, int * indexFrom, int * paraTo, int * indexTo, int selNum = 0 ) const
- Qt::WFlags getWFlags () const
- void grabKeyboard ()
- void grabMouse ()
- void grabMouse ( const QCursor & cursor )
- int grabShortcut ( const QKeySequence & key, Qt::ShortcutContext context = Qt::ShortcutOnActiveWindow )
- ScrollBarMode hScrollBarMode () const
- bool hasFocus () const
- bool hasMouseTracking () const
- bool hasSelectedText () const
- bool hasStaticBackground () const
- int height () const
- int heightForWidth ( int w ) const
- void hide ()
- void hideEvent ( QHideEvent * event )
- QScrollBar * horizontalScrollBar () const
- void horizontalSliderPressed ()
- void horizontalSliderReleased ()
- void imComposeEvent ( QIMEvent * e )
- void imEndEvent ( QIMEvent * e )
- void imStartEvent ( QIMEvent * e )
- bool inherits ( const char * clname ) const
- void insert ( const QString & text, uint insertionFlags = CheckNewLines | RemoveSelected )
- void insert ( const QString & text, bool indent, bool checkNewLine = true, bool removeSelected = true )
- void insertAction ( QAction * before, QAction * action )
- void insertActions ( QAction * before, QList<QAction *> actions )
- void insertAt ( const QString & text, int para, int index )
- void insertParagraph ( const QString & text, int para )
- void installEventFilter ( const QObject * filterObj )
- bool isActiveWindow () const
- bool isAncestorOf ( const QObject * child ) const
- bool isDesktop () const
- bool isDialog () const
- bool isEnabled () const
- bool isEnabledTo ( QWidget * ancestor ) const
- bool isExtDev () const
- bool isFocusEnabled () const
- bool isFullScreen () const
- bool isHidden () const
- bool isHorizontalSliderPressed ()
- bool isInputMethodEnabled () const
- bool isMaximized () const
- bool isMinimized () const
- bool isModal () const
- bool isModified () const
- bool isOverwriteMode () const
- bool isPopup () const
- bool isReadOnly () const
- bool isRedoAvailable () const
- bool isShown () const
- bool isTopLevel () const
- bool isUndoAvailable () const
- bool isUndoRedoEnabled () const
- bool isUpdatesEnabled () const
- bool isVerticalSliderPressed ()
- bool isVisible () const
- bool isVisibleTo ( QWidget * ancestor ) const
- bool isWidgetType () const
- bool isWindowModified () const
- bool italic () const
- void keyPressEvent ( QKeyEvent * e )
- void keyReleaseEvent ( QKeyEvent * e )
- QWidget * keyboardGrabber ()
- void killTimer ( int id )
- QLayout * layout () const
- void leaveEvent ( QEvent * event )
- int leftMargin () const
- int length () const
- int lineOfChar ( int para, int index )
- int lineWidth () const
- int lines () const
- int linesOfParagraph ( int para ) const
- bool linkUnderline () const
- void lower ()
- bool macEvent ( EventHandlerCallRef caller, EventRef event )
- QPoint mapFrom ( QWidget * parent, const QPoint & pos ) const
- QPoint mapFromGlobal ( const QPoint & pos ) const
- QPoint mapFromParent ( const QPoint & pos ) const
- QPoint mapTo ( QWidget * parent, const QPoint & pos ) const
- QPoint mapToGlobal ( const QPoint & pos ) const
- QPoint mapToParent ( const QPoint & pos ) const
- QRegion mask () const
- int maximumHeight () const
- QSize maximumSize () const
- int maximumWidth () const
- const QMetaObject * metaObject () const
- int metric ( int m ) const
- QRect microFocusHint () const
- int midLineWidth () const
- QMimeSourceFactory * mimeSourceFactory () const
- int minimumHeight () const
- QSize minimumSize () const
- QSize minimumSizeHint () const
- int minimumWidth () const
- void modificationChanged ( bool m )
- void mouseDoubleClickEvent ( QMouseEvent * e )
- QWidget * mouseGrabber ()
- void mouseMoveEvent ( QMouseEvent * e )
- void mousePressEvent ( QMouseEvent * e )
- void mouseReleaseEvent ( QMouseEvent * e )
- void move ( const QPoint & )
- void move ( int x, int y )
- void moveChild ( QWidget * child, int x, int y )
- void moveCursor ( CursorAction action, bool select )
- void moveEvent ( QMoveEvent * event )
- QWidget * nextInFocusChain () const
- QString objectName () const
- QPaintEngine * paintEngine () const
- void paintEvent ( QPaintEvent * event )
- bool paintingActive () const
- const QPalette & palette () const
- QBrush paper () const
|
- int paragraphAt ( const QPoint & pos ) const
- QColor paragraphBackgroundColor ( int para ) const
- int paragraphLength ( int para ) const
- QRect paragraphRect ( int para ) const
- int paragraphs () const
- QObject * parent () const
- QWidget * parentWidget () const
- void paste ()
- void pasteSubType ( const QByteArray & subtype )
- void placeCursor ( const QPoint & pos, Q3TextCursor * c = 0 )
- int pointSize () const
- void polishEvent ( QEvent * event )
- QPoint pos () const
- QCoreVariant property ( const char * name ) const
- bool qwsEvent ( QWSEvent * event )
- void raise ()
- int receivers ( const char * signal ) const
- QRect rect () const
- void redo ()
- void redoAvailable ( bool yes )
- void releaseDC ( HDC hdc ) const
- void releaseKeyboard ()
- void releaseMouse ()
- void releaseShortcut ( int id )
- void removeAction ( QAction * action )
- void removeChild ( QWidget * child )
- void removeEventFilter ( const QObject * obj )
- void removeParagraph ( int para )
- void removeSelectedText ( int selNum = 0 )
- void removeSelection ( int selNum = 0 )
- void repaint ()
- void repaint ( int x, int y, int w, int h )
- void repaint ( const QRect & r )
- void repaint ( const QRegion & rgn )
- void repaintChanged ()
- void repaintContents ( int x, int y, int w, int h )
- void repaintContents ( int x, int y, int w, int h, bool erase )
- void repaintContents ( const QRect & rect, bool erase )
- void repaintContents ( bool erase )
- void repaintContents ( const QRect & r )
- void repaintContents ()
- void resetInputContext ()
- void resize ( const QSize & )
- void resize ( int w, int h )
- void resizeContents ( int w, int h )
- void resizeEvent ( QResizeEvent * event )
- ResizePolicy resizePolicy () const
- void returnPressed ()
- int rightMargin () const
- void scroll ( int dx, int dy )
- void scroll ( int dx, int dy, const QRect & r )
- void scrollBy ( int dx, int dy )
- void scrollToAnchor ( const QString & name )
- void scrollToBottom ()
- void selectAll ( bool select = true )
- QString selectedText () const
- void selectionChanged ()
- QObject * sender () const
- void setAcceptDrops ( bool on )
- void setAccessibleDescription ( const QString & description )
- void setAccessibleName ( const QString & name )
- void setActiveWindow ()
- void setAlignment ( int a )
- void setAttribute ( Qt::WidgetAttribute attribute, bool on = true )
- void setAutoFormatting ( AutoFormatting )
- void setAutoMask ( bool )
- void setBackgroundRole ( QPalette::ColorRole role )
- void setBaseSize ( const QSize & )
- void setBaseSize ( int basew, int baseh )
- void setBold ( bool b )
- void setColor ( const QColor & c )
- void setContentsMargins ( int left, int top, int right, int bottom )
- void setContentsPos ( int x, int y )
- void setCornerWidget ( QWidget * corner )
- void setCurrentFont ( const QFont & f )
- void setCursor ( const QCursor & )
- void setCursorPosition ( int para, int index )
- void setDisabled ( bool disable )
- void setDragAutoScroll ( bool b )
- void setEnabled ( bool )
- void setFamily ( const QString & fontFamily )
- void setFixedHeight ( int h )
- void setFixedSize ( const QSize & s )
- void setFixedSize ( int w, int h )
- void setFixedWidth ( int w )
- void setFocus ()
- void setFocusPolicy ( Qt::FocusPolicy )
- void setFocusProxy ( QWidget * w )
- void setFont ( const QFont & )
- void setForegroundRole ( QPalette::ColorRole role )
- void setFrameRect ( const QRect & )
- void setFrameShadow ( Shadow )
- void setFrameShape ( Shape )
- void setFrameStyle ( int style )
- void setGeometry ( const QRect & )
- void setGeometry ( int x, int y, int w, int h )
- void setHBarGeometry ( QScrollBar & hbar, int x, int y, int w, int h )
- void setHScrollBarMode ( ScrollBarMode )
- void setHidden ( bool hide )
- void setInputMethodEnabled ( bool b )
- void setItalic ( bool b )
- void setLineWidth ( int )
- void setLinkUnderline ( bool )
- void setMargins ( int left, int top, int right, int bottom )
- void setMask ( const QBitmap & bitmap )
- void setMask ( const QRegion & region )
- void setMaximumHeight ( int maxh )
- void setMaximumSize ( const QSize & )
- void setMaximumSize ( int maxw, int maxh )
- void setMaximumWidth ( int maxw )
- void setMicroFocusHint ( int x, int y, int width, int height, bool text = true, QFont * f = 0 )
- void setMidLineWidth ( int )
- void setMimeSourceFactory ( QMimeSourceFactory * factory )
- void setMinimumHeight ( int minh )
- void setMinimumSize ( const QSize & )
- void setMinimumSize ( int minw, int minh )
- void setMinimumWidth ( int minw )
- void setModified ( bool m )
- void setMouseTracking ( bool enable )
- void setObjectName ( const QString & name )
- void setOverwriteMode ( bool b )
- void setPalette ( const QPalette & )
- void setPaper ( const QBrush & pap )
- void setParagraphBackgroundColor ( int para, const QColor & bg )
- void setParent ( QWidget * parent )
- void setParent ( QWidget * parent, Qt::WFlags f )
- void setPointSize ( int s )
- bool setProperty ( const char * name, const QCoreVariant & value )
- void setReadOnly ( bool b )
- void setResizePolicy ( ResizePolicy )
- void setSelection ( int paraFrom, int indexFrom, int paraTo, int indexTo, int selNum = 0 )
- void setSelectionAttributes ( int selNum, const QColor & back, bool invertText )
- void setShortcutEnabled ( int id, bool enable = true )
- void setShown ( bool show )
- void setSizeIncrement ( const QSize & )
- void setSizeIncrement ( int w, int h )
- void setSizePolicy ( QSizePolicy )
- void setSizePolicy ( QSizePolicy::SizeType hor, QSizePolicy::SizeType ver, bool hfw = false )
- void setStaticBackground ( bool y )
- void setStatusTip ( const QString & )
- void setStyle ( QStyle * style )
- QStyle * setStyle ( const QString & style )
- void setStyleSheet ( QStyleSheet * styleSheet )
- void setTabChangesFocus ( bool b )
- void setTabOrder ( QWidget * first, QWidget * second )
- void setTabStopWidth ( int ts )
- void setText ( const QString & txt )
- void setText ( const QString & text, const QString & context )
- void setTextFormat ( Qt::TextFormat f )
- void setToolTip ( const QString & )
- void setUnderline ( bool b )
- void setUndoDepth ( int d )
- void setUndoRedoEnabled ( bool b )
- void setUpdatesEnabled ( bool enable )
- void setVBarGeometry ( QScrollBar & vbar, int x, int y, int w, int h )
- void setVScrollBarMode ( ScrollBarMode )
- void setVerticalAlignment ( VerticalAlignment a )
- void setWFlags ( Qt::WFlags f )
- void setWhatsThis ( const QString & )
- void setWindowIcon ( const QPixmap & )
- void setWindowIconText ( const QString & )
- void setWindowModified ( bool )
- void setWindowOpacity ( double level )
- void setWindowRole ( const QString & role )
- void setWindowState ( uint windowState )
- void setWindowTitle ( const QString & )
- void setWordWrap ( WordWrap mode )
- void setWrapColumnOrWidth ( int )
- void setWrapPolicy ( WrapPolicy policy )
- void show ()
- void showChild ( QWidget * child, bool y = true )
- void showEvent ( QShowEvent * event )
- void showFullScreen ()
- void showMaximized ()
- void showMinimized ()
- void showNormal ()
- bool signalsBlocked () const
- QSize size () const
- QSize sizeHint () const
- QSize sizeIncrement () const
- QSizePolicy sizePolicy () const
- void stackUnder ( QWidget * w )
- int startTimer ( int interval )
- QString statusTip () const
- QStyle & style () const
- QStyleSheet * styleSheet () const
- void sync ()
- QSyntaxHighlighter * syntaxHighlighter () const
- bool tabChangesFocus () const
- int tabStopWidth () const
- void tabletEvent ( QTabletEvent * e )
- bool testAttribute ( Qt::WidgetAttribute attribute ) const
- Qt::WFlags testWFlags ( Qt::WFlags f ) const
- QString text () const
- QString text ( int para ) const
- void textChanged ()
- Q3TextCursor * textCursor () const
- Qt::TextFormat textFormat () const
- QThread * thread () const
- void timerEvent ( QTimerEvent * event )
- QString toolTip () const
- QWidget * topLevelWidget () const
- int topMargin () const
- QString tr ( const char * sourceText, const char * comment )
- QString trUtf8 ( const char * sourceText, const char * comment )
- bool underMouse () const
- bool underline () const
- void undo ()
- void undoAvailable ( bool yes )
- int undoDepth () const
- void unsetCursor ()
- void update ()
- void update ( int x, int y, int w, int h )
- void update ( const QRect & r )
- void update ( const QRegion & rgn )
- void updateContents ( int x, int y, int w, int h )
- void updateContents ( const QRect & r )
- void updateContents ()
- void updateGeometry ()
- void updateMask ()
- void updateScrollBars ()
- ScrollBarMode vScrollBarMode () const
- QScrollBar * verticalScrollBar () const
- void verticalSliderPressed ()
- void verticalSliderReleased ()
- QWidget * viewport () const
- void viewportPaintEvent ( QPaintEvent * pe )
- void viewportResizeEvent ( QResizeEvent * event )
- QSize viewportSize ( int x, int y ) const
- void viewportToContents ( int vx, int vy, int & x, int & y ) const
- QPoint viewportToContents ( const QPoint & vp ) const
- int visibleHeight () const
- int visibleWidth () const
- QString whatsThis () const
- void wheelEvent ( QWheelEvent * e )
- int width () const
- bool winEvent ( MSG * event )
- WId winId () const
- const QPixmap & windowIcon () const
- QString windowIconText () const
- double windowOpacity () const
- QString windowRole () const
- uint windowState () const
- QString windowTitle () const
- WordWrap wordWrap () const
- int wrapColumnOrWidth () const
- WrapPolicy wrapPolicy () const
- int x () const
- bool x11Event ( XEvent * event )
- Qt::HANDLE xftDrawHandle () const
- Qt::HANDLE xftPictureHandle () const
- int y () const
- void zoomIn ( int range )
- void zoomIn ()
- void zoomOut ( int range )
- void zoomOut ()
- void zoomTo ( int size )
|