Package aldrin :: Module router :: Class AttributesDialog
[show private | hide private]
[frames | no frames]

Type AttributesDialog

object --+                    
         |                    
    Object --+                
             |                
    EvtHandler --+            
                 |            
            Window --+        
                     |        
        TopLevelWindow --+    
                         |    
                    Dialog --+
                             |
                            AttributesDialog


Displays plugin atttributes and allows to edit them.
Method Summary
  __init__(self, plugin, *args, **kwds)
Initializer.
int get_focused_item(self)
Returns the currently focused attribute index.
  on_attrib_item_focused(self, event)
Called when an attribute item is being focused.
  on_ok(self, event)
Called when the "ok" button is being pressed.
  on_set(self, event)
Called when the "set" button is being pressed.
  on_size(self, event)
Called when the dialog is being resized.
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Instance Method Details

__init__(self, plugin, *args, **kwds)
(Constructor)

Initializer.
Parameters:
plugin - Plugin object.
           (type=wx.Plugin)
Overrides:
wx._windows.Dialog.__init__

get_focused_item(self)

Returns the currently focused attribute index.
Returns:
Index of the attribute currently selected.
           (type=int)

on_attrib_item_focused(self, event)

Called when an attribute item is being focused.
Parameters:
event - Event.
           (type=wx.Event)

on_ok(self, event)

Called when the "ok" button is being pressed.
Parameters:
event - Event.
           (type=wx.Event)

on_set(self, event)

Called when the "set" button is being pressed.
Parameters:
event - Event.
           (type=wx.Event)

on_size(self, event)

Called when the dialog is being resized.
Parameters:
event - Event.
           (type=wx.Event)

Generated by Epydoc 2.1 on Sun Feb 4 18:01:16 2007 http://epydoc.sf.net