Classes | |
| class | Affector |
Public Member Functions | |
| PlaceHolder (const PlaceHolder &ph) | |
Public Attributes | |
| int | length |
| Affector * | affector |
| QDocumentCursor | cursor |
| QList< QDocumentCursor > | mirrors |
Placeholders are basically lists of cursors. When several palceholders coexist, it is possible to navigate among them using the key assigned to that function by the current input binding (tab and SHIFT+tab by default).
Each placeholder consist of a primary cursor and a list of mirrors (modeling the internals of QEditor and allowing extended snippet replacements easily).
1.5.7.1