Writing App
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
main.Book Class Reference

Public Member Functions

 __init__ (self)
 
 addChar (self, doc, section, idx, text)
 
 getTotalWordsExpensive (self)
 
 loadAllString (self)
 
 loadDocTree (self)
 
 rmChar (self, doc, section, idx)
 
 saveAll (self)
 
 saveDoc (self, docName)
 
 setSection (self, doc, section, text)
 

Public Attributes

 allPaths
 
 allString
 
 basePath
 
 docTree
 

Static Public Attributes

list allPaths = []
 
str allString = ""
 
str basePath = 'book'
 
dict docTree = {}
 
list knownDocumentPaths = ['unstructured','world','characters','universeOutline','partOutline','chapterOutline','book']
 
list otherDocumentPaths = []
 

Constructor & Destructor Documentation

◆ __init__()

main.Book.__init__ ( self)

Member Function Documentation

◆ addChar()

main.Book.addChar ( self,
doc,
section,
idx,
text )

◆ getTotalWordsExpensive()

main.Book.getTotalWordsExpensive ( self)

◆ loadAllString()

main.Book.loadAllString ( self)

◆ loadDocTree()

main.Book.loadDocTree ( self)

◆ rmChar()

main.Book.rmChar ( self,
doc,
section,
idx )

◆ saveAll()

main.Book.saveAll ( self)

◆ saveDoc()

main.Book.saveDoc ( self,
docName )

◆ setSection()

main.Book.setSection ( self,
doc,
section,
text )

Member Data Documentation

◆ allPaths [1/2]

list main.Book.allPaths = []
static

◆ allPaths [2/2]

main.Book.allPaths

◆ allString [1/2]

str main.Book.allString = ""
static

◆ allString [2/2]

main.Book.allString

◆ basePath [1/2]

str main.Book.basePath = 'book'
static

◆ basePath [2/2]

main.Book.basePath

◆ docTree [1/2]

dict main.Book.docTree = {}
static

◆ docTree [2/2]

main.Book.docTree

◆ knownDocumentPaths

list main.Book.knownDocumentPaths = ['unstructured','world','characters','universeOutline','partOutline','chapterOutline','book']
static

◆ otherDocumentPaths

list main.Book.otherDocumentPaths = []
static

The documentation for this class was generated from the following file: