GRASS Programmer's Manual  6.4.2(2012)
gui_modules.ghelp.HelpPanel Class Reference

Public Member Functions

def __init__
def LoadPage
 Load page.
def IsFile
 Check if file exists.
def IsLoaded
def OnHistory
 Update buttons.
def OnNext
def OnPrev

Data Fields

 grass_command
 content
 btnNext
 btnPrev

Detailed Description

Definition at line 1356 of file ghelp.py.


Constructor & Destructor Documentation

def gui_modules.ghelp.HelpPanel.__init__ (   self,
  parent,
  grass_command = "index",
  text = None,
  skip_description = False,
  kwargs 
)

Definition at line 1357 of file ghelp.py.


Member Function Documentation

Check if file exists.

Definition at line 1403 of file ghelp.py.

References gui_modules.ghelp.HelpPanel.content, and gui_modules.ghelp.HelpPanel.grass_command.

Definition at line 1407 of file ghelp.py.

References gui_modules.ghelp.HelpPanel.content.

def gui_modules.ghelp.HelpPanel.LoadPage (   self,
  path = None 
)

Load page.

Definition at line 1396 of file ghelp.py.

References gui_modules.ghelp.HelpPanel.content, and gui_modules.ghelp.HelpPanel.grass_command.

def gui_modules.ghelp.HelpPanel.OnNext (   self,
  event 
)
Load next page

Definition at line 1423 of file ghelp.py.

References gui_modules.ghelp.HelpPanel.content, and gui_modules.ghelp.HelpPanel.OnHistory().

def gui_modules.ghelp.HelpPanel.OnPrev (   self,
  event 
)
Load previous page

Definition at line 1433 of file ghelp.py.

References gui_modules.ghelp.HelpPanel.content, and gui_modules.ghelp.HelpPanel.OnHistory().


Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines