GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
extensions.InstallExtensionWindow Class Reference

Public Member Functions

def __init__
def OnUpdateStatusBar
 Update statusbar text.
def OnCloseWindow
 Close window.
def OnFetch
 Fetch list of available extensions.
def OnItemActivated
def OnInstall
 Install selected extension.
def OnDone
def OnItemSelected
 Item selected.
def OnShowItem
 Show selected item.
def OnCmdDialog
 Shows command dialog.

Data Fields

 parent
 options
 panel
 repoBox
 treeBox
 repo
 fullDesc
 search
 tree
 optionBox
 statusbar
 btnFetch
 btnClose
 btnInstall
 btnCmd

Detailed Description

Definition at line 40 of file extensions.py.


Constructor & Destructor Documentation

def extensions.InstallExtensionWindow.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  title = _("Fetch & install extension from GRASS Addons"),
  kwargs 
)

Definition at line 42 of file extensions.py.


Member Function Documentation

Close window.

Definition at line 199 of file extensions.py.

def extensions.InstallExtensionWindow.OnCmdDialog (   self,
  event 
)

Shows command dialog.

Definition at line 252 of file extensions.py.

References extensions.InstallExtensionWindow._getCmd().

def extensions.InstallExtensionWindow.OnFetch (   self,
  event 
)

Fetch list of available extensions.

Definition at line 203 of file extensions.py.

Item selected.

Definition at line 232 of file extensions.py.

def extensions.InstallExtensionWindow.OnShowItem (   self,
  event 
)

Show selected item.

Definition at line 244 of file extensions.py.

Update statusbar text.

Definition at line 181 of file extensions.py.


Field Documentation


The documentation for this class was generated from the following file: