|
enum | Style { GoogleStyle = 0
, NumpyStyle = 1
} |
|
typedef QSharedPointer< Mode > | Ptr |
|
|
| PyDocstringGeneratorMode (const QString &name, const QString &description="", QObject *parent=nullptr) |
|
virtual void | onStateChanged (bool state) |
|
void | insertDocstring (const QTextCursor &cursor, const QString "es="\"\"\"", bool insertOpeningQuotes=true, int overwriteEndLineIdx=-1) const |
|
QSharedPointer< OutlineItem > | getOutlineOfLineIdx (int lineIdx) const |
|
Style | docstringStyle () const |
|
void | setDocstringStyle (const Style &style) |
|
| Mode (const Mode ©) |
|
| Mode (const QString &name, const QString &description="") |
|
bool | operator== (const Mode &other) const |
|
virtual void | onInstall (CodeEditor *editor) |
|
virtual void | onUninstall () |
|
QString | name () const |
|
bool | enabled () const |
|
void | setEnabled (bool enabled) |
|
CodeEditor * | editor () const |
|
bool | onClose () const |
|
virtual QList< QAction * > | actions () const |
|
|
QSharedPointer< QMenu > | m_popupMenu |
|
Style | m_docstringStyle |
|
int | m_overwriteEndLineIndex |
|
|
void | onKeyPressed (QKeyEvent *e) |
|
void | mnuInsertDocstring () |
|
◆ onStateChanged()
void ito::PyDocstringGeneratorMode::onStateChanged |
( |
bool | state | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/pyDocstringGenerator.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/codeEditor/modes/pyDocstringGenerator.cpp