[ Odielib Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

tao.controller(n) 9.1 odielib ""

Name

tao.controller - Class tao.controller

Table Of Contents

Synopsis

Description

Ancestors:

Methods

action::busy

Code to run when the application is about to enter a busy phase

action::idle

Commands to run when the system ceases to be busy

action::mode_peek dictargs

Action to perform at the top of every "peek" onto the stack

action::mode_pop dictargs

Action to perform when a mode is popped off the stack/exited

action::mode_push dictargs

method to execute when we enter the mode from another mode

Action to perform when a mode is pushed onto the stack/entered

action::stack_cleared dictargs
actionstack::clear
actionstack::define name settings
actionstack::morph newclass

A varient of action that clears the stack and establishes new base-behaviors. Used to implement the different "modes" in the visualization (i.e. runmode, playback, etc)

actionstack::peek
actionstack::pop
actionstack::push mode ?inputcontext?
configurelist_triggers dictargs

REFERENCES

AUTHORS

Sean Woods

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category tao of the Odielib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Keywords

odielib, tao, tao.controller

Category

Class