set of basic classes such as arrow, standard, plus, text etc.
also imports atom, bond and molecule from historical reasons :)
Imported modules
|
|
from __future__ import division, generators
import dom_extensions
from ftext import ftext
from math import atan2, sin, cos, pi, sqrt
import misc
import operator
from parents import meta_enabled, container, with_line, text_like, line_colored, area_colored, point_drawable, interactive, drawable, top_level, child, with_font
from reaction import reaction
from singleton_store import Screen
import tkFont
from warnings import warn
import xml.dom.minidom
|
Classes
|
|
arrow |
note that all children of simple_parent have default meta infos set
|
plus |
note that all children of simple_parent have default meta infos set
|
point |
note that all children of simple_parent have default meta infos set
|
standard | |
text |
note that all children of simple_parent have default meta infos set
|
|
|