LibreOffice Module starmath (master) 1
Classes
visitors.hxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include "node.hxx"
#include "caret.hxx"
Include dependency graph for visitors.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SmVisitor
 Visitors are an easy way to automating operations with nodes. More...
 
class  SmDefaultingVisitor
 Visitor that uses DefaultVisit for handling visits by default. More...
 
class  SmCaretLinesVisitor
 
class  SmCaretRectanglesVisitor
 
class  SmCaretDrawingVisitor
 Visitor for drawing a caret position. More...
 
class  SmCaretPos2LineVisitor
 Visitor getting a line from a caret position. More...
 
class  SmDrawingVisitor
 Visitor for drawing SmNodes to OutputDevice. More...
 
class  SmSetSelectionVisitor
 Set Selection Visitor Sets the IsSelected( ) property on all SmNodes of the tree. More...
 
class  SmCaretPosGraphBuildingVisitor
 A visitor for building a SmCaretPosGraph. More...
 
class  SmCloningVisitor
 Visitor for cloning a pNode. More...
 
class  SmSelectionRectanglesVisitor
 
class  SmSelectionDrawingVisitor
 
class  SmNodeToTextVisitor
 Extract command text from pNodes. More...