class documentation

class MindMapInterface(object):

Known subclasses: freeplane_tools.bitbucket.MindMap2BitBucket, freeplane_tools.github.MindMap2GithubMarkdown

View In Hierarchy

Base class for Mindmaps.

Class Variable node Abstract node type (subclass of BaseNode).
Method __init__ Initialize MindMapInterface with src file.
Instance Variable mm Mindmap class.
Method get_document Return assembled Document.
Method write_document Write assembled document to file.
Method _iternodes Iterate through .
Method _toc Toc values for mindmap.
Method _body Main Body for Mindmap.
node =

Abstract node type (subclass of BaseNode).

(type: BaseNode)
def __init__(self, srcfile):

Initialize MindMapInterface with src file.

ParameterssrcfileUndocumented (type: str)
mm =

Mindmap class.

(type: Mindmap)
def _iternodes(self):

Iterate through .

def _toc(self):

Toc values for mindmap.

def _body(self):

Main Body for Mindmap.

def get_document(self):
def write_document(self, dstfile):

Write assembled document to file.

ParametersdstfileUndocumented (type: str)
API Documentation for freeplane_tools, generated by pydoctor 21.2.2 at 1996-06-17 15:00:00.