pycrossword  0.2
Pure-Python implementation of a crossword puzzle generator and editor
Public Member Functions | Public Attributes | List of all members
pycross.utils.undo.History Class Reference

Public Member Functions

def __init__ (self)
 
def save (self, obj)
 
def clear (self)
 
def undo (self, obj, times=1)
 
def redo (self, obj, times=1)
 

Public Attributes

 history
 
 index
 
 histsize
 

Constructor & Destructor Documentation

◆ __init__()

def pycross.utils.undo.History.__init__ (   self)

Member Function Documentation

◆ clear()

def pycross.utils.undo.History.clear (   self)

◆ redo()

def pycross.utils.undo.History.redo (   self,
  obj,
  times = 1 
)

◆ save()

def pycross.utils.undo.History.save (   self,
  obj 
)

◆ undo()

def pycross.utils.undo.History.undo (   self,
  obj,
  times = 1 
)

Member Data Documentation

◆ history

pycross.utils.undo.History.history

◆ histsize

pycross.utils.undo.History.histsize

◆ index

pycross.utils.undo.History.index

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