|
mathmaker
0.6(alpha)
|
Public Member Functions | |
| def | get_euk_filename |
| Returns the eukleides filename associated to the triangle. | |
| def | get_eps_filename |
| Returns the eps filename associated to the triangle. | |
| def | set_name |
| Prevents Drawable objects from being renamed, since they get their name from other properties inside them. | |
| def | into_euk |
| Creates the euk string to put in the file. | |
| def | into_pic |
| Creates the picture of the drawable object. | |
Properties | |
| euk_filename | |
| eps_filename | |
All Drawable objects.
Any Drawable must reimplement into_euk() Drawable are not renamable
| def core.base.Drawable.into_euk | ( | self, | |
| options | |||
| ) |
Creates the euk string to put in the file.
| options | Any options |
Reimplemented in core.geometry.Triangle.
Definition at line 192 of file base.py.
Referenced by core.base.Drawable.into_pic().
| def core.base.Drawable.into_pic | ( | self, | |
| options | |||
| ) |
Creates the picture of the drawable object.
Definition at line 202 of file base.py.
References core.base.Drawable.euk_filename, and core.base.Drawable.into_euk().
| def core.base.Drawable.set_name | ( | self, | |
| arg | |||
| ) |
Prevents Drawable objects from being renamed, since they get their name from other properties inside them.
Reimplemented from core.base.NamedObject.
core::base.Drawable::eps_filename [static] |
core::base.Drawable::euk_filename [static] |
property(get_euk_filename,
doc = "Eukleides filename associated to " \
+ "the right triangle")
Definition at line 164 of file base.py.
Referenced by core.base.Drawable.into_pic().
1.7.6.1