Home
last modified time | relevance | path

Searched refs:GetCaretLocationStack (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.h680 QStack<StackElement> GetCaretLocationStack(int offset) const;
H A DCodeViewEditor.cpp2463 QList<ElementIndex> hierarchy = ConvertStackToHierarchy(GetCaretLocationStack(offset + len)); in GetCaretLocation()
2484 QStack<CodeViewEditor::StackElement> CodeViewEditor::GetCaretLocationStack(int offset) const in GetCaretLocationStack() function in CodeViewEditor