itom
|
This is the complete list of members for ito::PyAutoIndentMode, including all inherited members.
actions() const (defined in ito::Mode) | ito::Mode | inlinevirtual |
atBlockEnd(const QTextCursor &cursor, const QString &fullline) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
atBlockStart(const QTextCursor &cursor, const QString &line) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
AutoIndentMode(const QString &name, const QString &description="", QObject *parent=NULL) (defined in ito::AutoIndentMode) | ito::AutoIndentMode | |
autoStripTrailingSpacesAfterReturn() const (defined in ito::AutoIndentMode) | ito::AutoIndentMode | |
betweenParen(const QTextCursor &cursor, int column) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
checkKwInLine(const QStringList &kwds, const QString &lparam) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
editor() const (defined in ito::Mode) | ito::Mode | inline |
enableAutoIndent(bool autoIndent) (defined in ito::AutoIndentMode) | ito::AutoIndentMode | |
enabled() const (defined in ito::Mode) | ito::Mode | |
getFirstOpenParen(const QTextCursor &tc, int column) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
getFullLine(const QTextCursor &cursor) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
getIndent(const QTextCursor &cursor) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedvirtual |
getIndentOfOpeningParen(const QTextCursor &cursor) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
getLastWord(const QTextCursor &cursor) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
getLastWordUnstripped(const QTextCursor &cursor) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
getNextChar(const QTextCursor &cursor) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
getParenPos(const QTextCursor &cursor, int column, int &ol, int &oc, int &cl, int &cc) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
getPrevChar(const QTextCursor &cursor) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
handleIndentAfterParen(const QTextCursor &cursor, QString &post) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
handleIndentBetweenParen(int column, const QString &line, const QPair< QString, QString > &parent_impl, const QTextCursor &cursor) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
handleIndentInsideString(const QChar &c, const QTextCursor &cursor, const QString &fullline, QString &post, QString &pre) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
handleIndentInStatement(const QString &fullline, const QString &lastword, QString &post, QString &pre) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
handleNewScopeIndentation(const QTextCursor &cursor, const QString &fullline) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
indentChar() const (defined in ito::AutoIndentMode) | ito::AutoIndentMode | protected |
isAutoIndentEnabled() const (defined in ito::AutoIndentMode) | ito::AutoIndentMode | |
isInStringDef(const QString &fullline, int column) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
isParenClosed(const Utils::ParenthesisInfo &paren) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
isParenOpen(const Utils::ParenthesisInfo &paren) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
keyPressedModifiers() const (defined in ito::AutoIndentMode) | ito::AutoIndentMode | |
m_autoStripTrailingSpacesAfterReturn (defined in ito::AutoIndentMode) | ito::AutoIndentMode | private |
m_description (defined in ito::Mode) | ito::Mode | private |
m_editor (defined in ito::Mode) | ito::Mode | private |
m_enableAutoIndent (defined in ito::AutoIndentMode) | ito::AutoIndentMode | private |
m_enabled (defined in ito::Mode) | ito::Mode | private |
m_keyPressedModifiers (defined in ito::AutoIndentMode) | ito::AutoIndentMode | private |
m_name (defined in ito::Mode) | ito::Mode | private |
m_onClose (defined in ito::Mode) | ito::Mode | private |
Mode() (defined in ito::Mode) | ito::Mode | |
Mode(const Mode ©) (defined in ito::Mode) | ito::Mode | |
Mode(const QString &name, const QString &description="") (defined in ito::Mode) | ito::Mode | |
name() const (defined in ito::Mode) | ito::Mode | |
newScopeKeywords (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protectedstatic |
onClose() const (defined in ito::Mode) | ito::Mode | inline |
onInstall(CodeEditor *editor) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | virtual |
onKeyPressed(QKeyEvent *e) (defined in ito::AutoIndentMode) | ito::AutoIndentMode | privateslot |
onStateChanged(bool state) (defined in ito::AutoIndentMode) | ito::AutoIndentMode | virtual |
onUninstall() (defined in ito::Mode) | ito::Mode | virtual |
operator==(const Mode &other) const (defined in ito::Mode) | ito::Mode | |
parensCountForBlock(int column, const QTextBlock &block, int &numOpenParentheses, int &numClosedParentheses) const (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | protected |
Ptr typedef (defined in ito::Mode) | ito::Mode | |
PyAutoIndentMode(const QString &description="", QObject *parent=NULL) (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | |
setAutoStripTrailingSpacesAfterReturn(bool strip) (defined in ito::AutoIndentMode) | ito::AutoIndentMode | |
setEnabled(bool enabled) (defined in ito::Mode) | ito::Mode | |
setKeyPressedModifiers(Qt::KeyboardModifiers modifiers) (defined in ito::AutoIndentMode) | ito::AutoIndentMode | |
singleIndent() const (defined in ito::AutoIndentMode) | ito::AutoIndentMode | protected |
~AutoIndentMode() (defined in ito::AutoIndentMode) | ito::AutoIndentMode | virtual |
~Mode() (defined in ito::Mode) | ito::Mode | virtual |
~PyAutoIndentMode() (defined in ito::PyAutoIndentMode) | ito::PyAutoIndentMode | virtual |