Package osaf :: Package framework :: Package blocks :: Module ControlBlocks :: Class Timer
[frames | no frames]

Type Timer

object --+                
         |                
     CItem --+            
             |            
          Item --+        
                 |        
              Item --+    
                     |    
                 Block --+
                         |
                        Timer

Known Subclasses:
ReminderTimer

A Timer block. Fires (sending a BlockEvent) at a particular time. A passed time will fire "shortly".
Method Summary
  instantiateWidget(self)
  setFiringTime(self, when)
Inherited from Block: addToNameToItemUUIDDictionary, dispatchEvent, findBlockByName, findBlockEventByName, finishEdits, getFocusBlock, getFrame, getProxiedContents, getWidgetID, onCollectionEvent, onDestroyWidget, onModifyCollectionEvent, onShowHideEvent, onShowHideEventUpdateUI, post, postEventByName, pushView, removeFromNameToItemUUIDDictionary, render, setContentsOnBlock, startNotificationDirt, stopNotificationDirt, synchronizeSoon, synchronizeWidget, template, unRender, widgetIDToBlock, wxOnDestroyWidget
Inherited from Item: __init__, getDefaultParent, getKind, iterItems
Inherited from Item: __getitem__, __iter__, _repr_, addValue, check, clone, collectionChanged, copy, delete, dir, find, findMatch, findPath, findUUID, getACL, getAttributeValue, getItemChild, getItemCloud, getItemDisplayName, getItemDisplayString, getValue, getVersion, hasAttributeAspect, hasChild, hasChildren, hashItem, hasKey, hasLocalAttributeValue, hasValue, isAttributeDirty, isItemOf, isRemote, iterAttributeValues, iterChildren, mixinKinds, move, placeChild, printItem, refCount, removeACL, removeAttributeValue, removeValue, rename, setACL, setAttributeValue, setPinned, setValue, unwatchCollection, unwatchKind, walk, watchCollection, watchKind
Inherited from CItem: __new__, __repr__, getAttributeAspect, getDirty, isDeleted, isDeleting, isDirty, isNew, isPinned, isSchema, isStale, setDirty
Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Instance Variable Summary
  event: One(BlockEvent)
Inherited from Block: blockName, childrenBlocks, contents, contentsCollection, contextMenu, eventBoundary, eventsForNamedLookup, isShown, parentBlock, parentTrunkSubtrees, position, TPBDetailItemOwner, TPBSelectedItemOwner, viewAttribute, viewContainer
Inherited from Item: collections, description, displayName, kindExtent, monitors, references, watcherDispatch, watchers, watches
Inherited from Item: aliasedBy, path, typeFor, version
Inherited from CItem: itsKind, itsName, itsParent, itsPath, itsRoot, itsUUID, itsVersion, itsView

Class Variable Summary
dict __kind_clouds__ = {'copying': <application.schema.Cloud ...
Inherited from Block: blockNameToItemUUID, dirtyBlocks, eventNameToItemUUID, IdToUUID, profileEvents, showBorders, UUIDtoIds
Inherited from Item: __default_path__
Inherited from CItem: ADIRTY, CDIRTY, CMERGED, CONTAINER, COPYEXPORT, CORESCHEMA, DELETED, DELETING, DIRTY, FDIRTY, IMPORTING, MERGED, MUTATING, NDIRTY, NEW, NMERGED, NODIRTY, PINNED, RAW, RDIRTY, RMERGED, SAVEMASK, SCHEMA, STALE, VDIRTY, VMERGED, VRDIRTY

Instance Variable Details

event

One(BlockEvent)

The event we'll send when we go off
Value:
<Role event of <class 'osaf.framework.blocks.ControlBlocks.Timer'>>    

Class Variable Details

__kind_clouds__

Type:
dict
Value:
{'copying': <application.schema.Cloud instance at 0xb721578c>}         

Generated by Epydoc 2.1 on Mon Dec 19 13:33:34 2005 http://epydoc.sf.net