Package application :: Module Plugins :: Class DemoMenu
[hide private]
[frames] | no frames]

Class DemoMenu

source code

                     object --+                            
                              |                            
        chandlerdb.item.c.CItem --+                        
                                  |                        
          repository.item.Item.Item --+                    
                                      |                    
                            schema.Item --+                
                                          |                
          osaf.framework.blocks.Block.Block --+            
                                              |            
osaf.framework.blocks.MenusAndToolbars.BaseItem --+        
                                                  |        
    osaf.framework.blocks.MenusAndToolbars.MenuItem --+    
                                                      |    
            osaf.framework.blocks.MenusAndToolbars.Menu --+
                                                          |
                                                         DemoMenu

Nested Classes [hide private]

Inherited from schema.Item: __metaclass__

Instance Methods [hide private]
 
instantiateWidget(self) source code

Inherited from osaf.framework.blocks.Block.Block: addWatch, getFrame, getProxiedContents, getRootBlock, getWatchList, getWidgetID, isBlockDirty, markClean, markDirty, onAddToViewableCollectionEvent, onCollectionNotification, onDestroyWidget, onItemNotification, onShowHideEvent, onShowHideEventUpdateUI, postEventByName, removeWatch, render, setContentsOnBlock, startNotificationDirt, stopNotificationDirt, stopWatchingForChanges, synchronizeWidget, unRender, watchForChanges, whichAttribute, widgetGuardedCallback

Inherited from schema.Item: __init__

Inherited from repository.item.Item.Item: _repr_, addFreeValue, addValue, check, clone, copy, delete, dir, find, findPath, findUUID, getACL, getAttributeValue, getFirstChild, getFreeValue, getItemChild, getItemCloud, getLastChild, getNextChild, getPreviousChild, getValue, getVersion, hasAttributeAspect, hasChild, hasChildren, hasKey, hasValue, hashItem, isAttributeDirty, isItemOf, isRemote, iterAttributeNames, iterAttributeValues, iterChildren, iterChildrenKeys, mixinKinds, move, placeChild, printItem, refCount, removeACL, removeAttributeValue, removeFreeValue, removeValue, rename, setACL, setAttributeValue, setFreeValue, setPinned, setValue, unloadItem, unwatchCollection, unwatchItem, unwatchKind, walk, watchCollection, watchItem, watchKind

Inherited from chandlerdb.item.c.CItem: __delattr__, __getattribute__, __getitem__, __new__, __repr__, __setattr__, getAttributeAspect, getDirty, getLocalAttributeValue, hasLocalAttributeValue, hasTrueAttributeValue, isDeferred, isDeferring, isDeferringOrDeleting, isDeleted, isDeleting, isDirty, isLive, isMutating, isMutatingOrDeleting, isNew, isPinned, isSchema, isStale, isWatched, setDirty

Inherited from object: __hash__, __reduce__, __reduce_ex__, __str__

Class Methods [hide private]

Inherited from osaf.framework.blocks.Block.Block: addToNameToItemUUIDDictionary, dumpWatches, findBlockByName, findBlockEventByName, finishEdits, getFocusBlock, onWatchNotification, post, postEventByNameWithSender, removeFromNameToItemUUIDDictionary, template, wxOnDestroyWidget

Inherited from schema.Item: getDefaultParent, getKind, iterItems

Static Methods [hide private]

Inherited from osaf.framework.blocks.Block.Block: proxyFactory

Class Variables [hide private]

Inherited from osaf.framework.blocks.MenusAndToolbars.Menu: setAsMenuBarOnFrame

Inherited from osaf.framework.blocks.MenusAndToolbars.MenuItem: accel, icon, menuItemKind, toggleTitle

Inherited from osaf.framework.blocks.MenusAndToolbars.BaseItem: __kind_clouds__, event, helpString, itemLocation, location, operation, title

Inherited from osaf.framework.blocks.Block.Block: activeView, blockName, blockNameToItemUUID, childBlocks, collections, contents, contentsCollection, contextMenu, depth, dirtyBlocks, emptyContentsShow, eventBoundary, eventNameToItemUUID, eventsForNamedLookup, freeWXIds, idToBlock, isShown, parentBlock, position, showBorders, splitters, treeController, treeTop, viewAttribute, watchingItems, wxId

Inherited from schema.Item: __all_ivs__, __default_path__, __setup__

Inherited from chandlerdb.item.c.CItem: ADIRTY, CDIRTY, CONTAINER, CORESCHEMA, DEFERRED, DEFERRING, DELETED, DELETING, DIRTY, FDIRTY, IDXMONITOR, KDIRTY, MERGED, MUTATING, NDIRTY, NEW, NODIRTY, PINNED, P_WATCHED, RAW, RDIRTY, SAVEMASK, SCHEMA, STALE, SYSMONITOR, SYSMONONLY, TOINDEX, T_WATCHED, VDIRTY, VRDIRTY, WATCHED, WITHSCHEMA

Properties [hide private]

Inherited from osaf.framework.blocks.Block.Block: ignoreNotifications

Inherited from chandlerdb.item.c.CItem: c, itsKind, itsName, itsParent, itsPath, itsRef, itsRefs, itsRoot, itsStatus, itsUUID, itsValues, itsVersion, itsView

Inherited from object: __class__

Method Details [hide private]

instantiateWidget(self)

source code 
Overrides: osaf.framework.blocks.MenusAndToolbars.Menu.instantiateWidget