GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.ghelp.ExtensionTree Class Reference

List of available extensions. More...

Inheritance diagram for gui_modules.ghelp.ExtensionTree:
Collaboration diagram for gui_modules.ghelp.ExtensionTree:

Public Member Functions

def __init__
def Load
 Load list of extensions.
def IsLoaded
- Public Member Functions inherited from gui_modules.ghelp.ItemTree
def __init__
def SearchItems
 Search item.
def GetSelected
 Get selected item.
def OnShowItem
 Highlight first found item in menu tree.

Data Fields

 parent
 log
 root
- Data Fields inherited from gui_modules.ghelp.ItemTree
 itemsMarked
 itemSelected

Detailed Description

List of available extensions.

Definition at line 1012 of file ghelp.py.


Constructor & Destructor Documentation

def gui_modules.ghelp.ExtensionTree.__init__ (   self,
  parent,
  log,
  id = wx.ID_ANY,
  ctstyle = CT.TR_HIDE_ROOT | CT.TR_FULL_ROW_HIGHLIGHT | CT.TR_HAS_BUTTONS |                  CT.TR_LINES_AT_ROOT | CT.TR_SINGLE,
  kwargs 
)

Definition at line 1017 of file ghelp.py.


Member Function Documentation

def gui_modules.ghelp.ExtensionTree.IsLoaded (   self)
Check if items are loaded

Definition at line 1136 of file ghelp.py.

References gui_modules.ghelp.ExtensionTree._loaded.

def gui_modules.ghelp.ExtensionTree.Load (   self,
  url,
  full = False 
)

Load list of extensions.

Definition at line 1065 of file ghelp.py.


Field Documentation


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