|
QCodeEdit 2.2
|
The base class for snippets. More...

Public Member Functions | |
| QSnippet (const QSnippetPatternLoader *pl) | |
| QString | name () const |
| void | setName (const QString &n) |
| QStringList | contexts () const |
| void | setContexts (const QStringList &l) |
| QString | pattern () const |
| void | setPattern (const QString &p) |
| virtual void | insert (QEditor *e) const =0 |
Protected Attributes | |
| QString | m_name |
| QString | m_pattern |
| QStringList | m_contexts |
| const QSnippetPatternLoader * | m_patternLoader |
Friends | |
| class | QSnippetManager |
The base class for snippets.
1.7.4