GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.ghelp.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 796 of file ghelp.py.


Constructor & Destructor Documentation

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

Definition at line 798 of file ghelp.py.


Member Function Documentation

def gui_modules.ghelp.InstallExtensionWindow.OnCloseWindow (   self,
  event 
)

Close window.

Definition at line 955 of file ghelp.py.

def gui_modules.ghelp.InstallExtensionWindow.OnCmdDialog (   self,
  event 
)

Shows command dialog.

Definition at line 1008 of file ghelp.py.

References gui_modules.ghelp.InstallExtensionWindow._getCmd().

def gui_modules.ghelp.InstallExtensionWindow.OnDone (   self,
  cmd,
  returncode 
)
def gui_modules.ghelp.InstallExtensionWindow.OnFetch (   self,
  event 
)

Fetch list of available extensions.

Definition at line 959 of file ghelp.py.

def gui_modules.ghelp.InstallExtensionWindow.OnInstall (   self,
  event 
)
def gui_modules.ghelp.InstallExtensionWindow.OnItemActivated (   self,
  event 
)

Definition at line 967 of file ghelp.py.

References gui_modules.ghelp.InstallExtensionWindow.OnInstall().

def gui_modules.ghelp.InstallExtensionWindow.OnItemSelected (   self,
  event 
)

Item selected.

Definition at line 988 of file ghelp.py.

Referenced by gui_modules.prompt.GPromptSTC.__init__().

def gui_modules.ghelp.InstallExtensionWindow.OnShowItem (   self,
  event 
)

Show selected item.

Definition at line 1000 of file ghelp.py.

def gui_modules.ghelp.InstallExtensionWindow.OnUpdateStatusBar (   self,
  event 
)

Update statusbar text.

Definition at line 937 of file ghelp.py.

Referenced by gui_modules.prompt.GPromptPopUp.__init__(), and gui_modules.prompt.GPrompt.OnRunCmd().


Field Documentation

gui_modules.ghelp.InstallExtensionWindow.btnClose

Definition at line 851 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.btnCmd

Definition at line 856 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.btnFetch

Definition at line 848 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.btnInstall

Definition at line 852 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.fullDesc

Definition at line 813 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.optionBox

Definition at line 822 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.options

Definition at line 800 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.repo

Definition at line 812 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.repoBox

Definition at line 807 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.search

Definition at line 817 of file ghelp.py.

Referenced by gui_modules.goutput.GMConsole.MakeSearchPaneContent().

gui_modules.ghelp.InstallExtensionWindow.statusbar

Definition at line 846 of file ghelp.py.

gui_modules.ghelp.InstallExtensionWindow.treeBox

Definition at line 809 of file ghelp.py.


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