Public Member Functions | |
def | __init__ |
def | get_filename |
def | get_name |
def | has_real_filename |
def | set_filename |
Static Public Member Functions | |
def | new_document |
Public Attributes | |
filename | |
modified | |
real_filename | |
Static Public Attributes | |
int | count = 0 |
Definition at line 18 of file graph_model.py.
def rcommander.graph_model.FSMDocument.__init__ | ( | self, | |
filename, | |||
modified, | |||
real_filename = False |
|||
) |
Definition at line 26 of file graph_model.py.
def rcommander.graph_model.FSMDocument.get_filename | ( | self | ) |
Definition at line 34 of file graph_model.py.
def rcommander.graph_model.FSMDocument.get_name | ( | self | ) |
Definition at line 31 of file graph_model.py.
Definition at line 40 of file graph_model.py.
def rcommander.graph_model.FSMDocument.new_document | ( | ) | [static] |
Definition at line 21 of file graph_model.py.
def rcommander.graph_model.FSMDocument.set_filename | ( | self, | |
fn | |||
) |
Definition at line 37 of file graph_model.py.
int rcommander::graph_model.FSMDocument::count = 0 [static] |
Definition at line 19 of file graph_model.py.
Definition at line 26 of file graph_model.py.
Definition at line 26 of file graph_model.py.
Definition at line 26 of file graph_model.py.