Home
Trees
Indices
Help
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
Things.BagOfStuff.AFont
:
Makes a font, from a file, temporarily available to the GTK system.
Things.BagOfStuff.AnImage
:
Holds a pixbuffer, width and height of a loaded image.
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
Things.bugs.Bugs
:
Private: Contains and controls error messages.
Things.BoxOfTricks.DrawLang
:
Use this to generate stepped-paths with curved corners.
Things.ThingObjects.Props
:
Make one (or more) of these to pass into thing.keys().
Things.BoxOfTricks.RoundRect
:
Use this to draw rectangles with rounded corners.
Things.BoxOfTricks.TextBlock
:
This will get you a quick block of text.
Things.timeline.Timeline
:
A Timeline is a collection of Things.
Things.ThingsApp.AllThings
:
This is the primary Timeline.
Things.ThingObjects.Thing
:
A basic Thing -- it is a Timeline.
Things.ThingObjects.ClipThing
:
Use this to have this Thing become a clip for all its children.
Things.ThingObjects.DrawThing
:
A DrawThing is a very simple Thing: You need only supply the draw() method.
Things.ThingObjects.FollowThing
:
In a FollowThing, you provide a path drawing function and then whatever you add to this Thing will follow that path.
Things.ThingObjects.HitThing
:
Subclass this to have your object draw a hit area and detect hits.
Things.Thinglets.ButtonThing
:
A ButtonThing is a simple way to create "buttons" where you have four states: 1) Normal, 2) Over, 3) Down and 4) Up.
Things.Thinglets.LoopThing
:
A LoopThing is a way to control the frames of a Loop that you get from your BagOfStuff.
Things.ThingObjects.SceneThing
:
A SceneThing is a simple collection for other Things.
Things.BagOfStuff._Vector
:
Private: Base class for other vector types: Sprite, Loop, Mask and Path
Things.BagOfStuff.Loop
:
A series of GROUPS from an SVG file that will be displayed as frames.
Things.BagOfStuff.Mask
:
A PATH from an SVG file that will be drawn by pyCairo commands.
Things.BagOfStuff.Path
:
A PATH from an SVG file that will be drawn by pyCairo commands.
Things.BagOfStuff.Sprite
:
A GROUP from an SVG file that will be displayed as a single thing.
dict
:
dict() -> new empty dictionary.
Things.BagOfStuff.BagOfStuff
:
Loads and holds stuff: Images, Fonts and SVG files.
Things.BoxOfTricks.fuzzydot
:
Ye olde generic fuzzy dot.
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Tue May 26 16:03:26 2009
http://epydoc.sourceforge.net