|
|
|
@ -22888,270 +22888,5 @@ value="AlignLeft|AlignRight|AlignHCenter|AlignJustify"/>
|
|
|
|
|
<qitem name="Contains" value="8"/>
|
|
|
|
|
<qitem name="ExactMatch" value="16"/>
|
|
|
|
|
</qenum>
|
|
|
|
|
</qtype> <qtype name="QtMultiLineEdit" access="public">
|
|
|
|
|
<qancestor name="QtTableView"/>
|
|
|
|
|
<qenum name="EchoMode" access="public">
|
|
|
|
|
<qitem name="Normal" value="0"/>
|
|
|
|
|
<qitem name="NoEcho" value="1"/>
|
|
|
|
|
<qitem name="Password" value="2"/>
|
|
|
|
|
</qenum>
|
|
|
|
|
<qenum name="WordWrap" access="public">
|
|
|
|
|
<qitem name="NoWrap" value="0"/>
|
|
|
|
|
<qitem name="WidgetWidth" value="1"/>
|
|
|
|
|
<qitem name="FixedPixelWidth" value="2"/>
|
|
|
|
|
<qitem name="FixedColumnWidth" value="3"/>
|
|
|
|
|
</qenum>
|
|
|
|
|
<qenum name="WrapPolicy" access="public">
|
|
|
|
|
<qitem name="AtWhiteSpace" value="0"/>
|
|
|
|
|
<qitem name="Anywhere" value="1"/>
|
|
|
|
|
</qenum>
|
|
|
|
|
<qctor name="QtMultiLineEdit" access="public" id="0">
|
|
|
|
|
<qparam type="TQWidget*" name="parent" default="0"/>
|
|
|
|
|
<qparam type="char*" name="name" default="0"/>
|
|
|
|
|
</qctor>
|
|
|
|
|
<qdctor name="QtMultiLineEdit" access="public"/>
|
|
|
|
|
<qmethod name="textLine" access="public" return="TQString" id="0">
|
|
|
|
|
<qparam type="int" name="line"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="numLines" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="sizeHint" access="public" return="TQSize" id="0"/>
|
|
|
|
|
<qmethod name="minimumSizeHint" access="public" return="TQSize" id="0"/>
|
|
|
|
|
<qmethod name="sizePolicy" access="public" return="TQSizePolicy" id="0"/>
|
|
|
|
|
<qmethod name="setFont" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQFontamp" name="font"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="insertLine" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQStringamp" name="s"/>
|
|
|
|
|
<qparam type="int" name="line" default="-1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="insertAt" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQStringamp" name="s"/>
|
|
|
|
|
<qparam type="int" name="line"/>
|
|
|
|
|
<qparam type="int" name="col"/>
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="removeLine" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="line"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="cursorPosition" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int*" name="line"/>
|
|
|
|
|
<qparam type="int*" name="col"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="setCursorPosition" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="line"/>
|
|
|
|
|
<qparam type="int" name="col"/>
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="getCursorPosition" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int*" name="line"/>
|
|
|
|
|
<qparam type="int*" name="col"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="atBeginning" access="public" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="atEnd" access="public" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="setFixedVisibleLines" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="lines"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="maxLineWidth" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setAlignment" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="flags"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="alignment" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setValidator" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQValidator*" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="validator" access="public" return="TQValidator*" id="0"/>
|
|
|
|
|
<qmethod name="setEdited" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="edited" access="public" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="cursorWordForward" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="cursorWordBackward" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="setEchoMode" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="EchoMode" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="echoMode" access="public" return="EchoMode" id="0"/>
|
|
|
|
|
<qmethod name="setMaxLength" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="maxLength" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setMaxLineLength" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="maxLineLength" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setMaxLines" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="maxLines" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setHMargin" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="hMargin" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setSelection" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="row_from"/>
|
|
|
|
|
<qparam type="int" name="col_from"/>
|
|
|
|
|
<qparam type="int" name="row_to"/>
|
|
|
|
|
<qparam type="int" name="col_t"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="setWordWrap" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="WordWrap" name="mode"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="wordWrap" access="public" return="WordWrap" id="0"/>
|
|
|
|
|
<qmethod name="setWrapColumnOrWidth" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="wrapColumnOrWidth" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setWrapPolicy" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="WrapPolicy" name="policy"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="wrapPolicy" access="public" return="WrapPolicy" id="0"/>
|
|
|
|
|
<qmethod name="autoUpdate" access="public" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="setAutoUpdate" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="setUndoEnabled" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="isUndoEnabled" access="public" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="setUndoDepth" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="undoDepth" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="isReadOnly" access="public" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="isOverwriteMode" access="public" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="text" access="public" return="TQString" id="0"/>
|
|
|
|
|
<qmethod name="length" access="public" return="int" id="0"/>
|
|
|
|
|
<qmethod name="setText" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQStringamp" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="setReadOnly" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="setOverwriteMode" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="clear" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="append" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQStringamp" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="deselect" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="selectAll" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="paste" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="pasteSubType" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQCStringamp" name="subtype"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="copyText" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="copy" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="cut" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="insert" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQStringamp" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="undo" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="redo" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="setDefaultTabStop" access="public static" return="void" id="0">
|
|
|
|
|
<qparam type="int" name="ex"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="defaultTabStop" access="public static" return="int" id="0"/>
|
|
|
|
|
<qmethod name="protected_paintCell" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="TQPainter*" name="arg1"/>
|
|
|
|
|
<qparam type="int" name="row"/>
|
|
|
|
|
<qparam type="int" name="col"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_event" access="protected" return="bool" id="0">
|
|
|
|
|
<qparam type="TQEvent*" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_focusNextPrevChild" access="protected" return="bool" id="0">
|
|
|
|
|
<qparam type="bool" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_hasMarkedText" access="protected" return="bool" id="0"/>
|
|
|
|
|
<qmethod name="protected_markedText" access="protected" return="TQString" id="0"/>
|
|
|
|
|
<qmethod name="protected_textWidth" access="protected" return="int" id="0">
|
|
|
|
|
<qparam type="int" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_textWidth" access="protected" return="int" id="1">
|
|
|
|
|
<qparam type="TQStringamp" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_cursorPoint" access="protected" return="TQPoint" id="0"/>
|
|
|
|
|
<qmethod name="protected_insert" access="protected" return="void" id="1">
|
|
|
|
|
<qparam type="TQStringamp" name="arg1"/>
|
|
|
|
|
<qparam type="bool" name="mark"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_newLine" access="protected" return="void" id="0"/>
|
|
|
|
|
<qmethod name="protected_killLine" access="protected" return="void" id="0"/>
|
|
|
|
|
<qmethod name="protected_pageUp" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_pageDown" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_cursorLeft" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
<qparam type="bool" name="wrap" default="TRUE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_cursorRight" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
<qparam type="bool" name="wrap" default="TRUE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_cursorUp" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_cursorDown" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_backspace" access="protected" return="void" id="0"/>
|
|
|
|
|
<qmethod name="protected_del" access="protected" return="void" id="0"/>
|
|
|
|
|
<qmethod name="protected_home" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_end" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="mark" default="FALSE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_getMarkedRegion" access="protected" return="bool" id="0">
|
|
|
|
|
<qparam type="int*" name="line1"/>
|
|
|
|
|
<qparam type="int*" name="col1"/>
|
|
|
|
|
<qparam type="int*" name="line2"/>
|
|
|
|
|
<qparam type="int*" name="col2"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_lineLength" access="protected" return="int" id="0">
|
|
|
|
|
<qparam type="int" name="row"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_getString" access="protected" return="TQString*" id="0">
|
|
|
|
|
<qparam type="int" name="row"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_isEndOfParagraph" access="protected" return="bool" id="0">
|
|
|
|
|
<qparam type="int" name="row"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_stringShown" access="protected" return="TQString" id="0">
|
|
|
|
|
<qparam type="int" name="row"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="protected_insertChar" access="protected" return="void" id="0">
|
|
|
|
|
<qparam type="TQChar" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
</qtype> <qtype name="QtTableView" access="public">
|
|
|
|
|
<qancestor name="TQFrame"/>
|
|
|
|
|
<qmethod name="setBackgroundColor" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQColoramp" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="setPalette" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="TQPaletteamp" name="arg1"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="show" access="public" return="void" id="0"/>
|
|
|
|
|
<qmethod name="repaint" access="public" return="void" id="0">
|
|
|
|
|
<qparam type="bool" name="erase" default="TRUE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="repaint" access="public" return="void" id="1">
|
|
|
|
|
<qparam type="int" name="x"/>
|
|
|
|
|
<qparam type="int" name="y"/>
|
|
|
|
|
<qparam type="int" name="w"/>
|
|
|
|
|
<qparam type="int" name="h"/>
|
|
|
|
|
<qparam type="bool" name="erase" default="TRUE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
<qmethod name="repaint" access="public" return="void" id="2">
|
|
|
|
|
<qparam type="TQRectamp" name="arg1"/>
|
|
|
|
|
<qparam type="bool" name="erase" default="TRUE"/>
|
|
|
|
|
</qmethod>
|
|
|
|
|
</qtype>
|
|
|
|
|
</qtypes>
|
|
|
|
|