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


Member Function Documentation

def gui_modules.ghelp.HelpPanel.IsFile (   self)

Check if file exists.

Definition at line 1403 of file ghelp.py.

References gui_modules.ghelp.HelpPanel.grass_command.

def gui_modules.ghelp.HelpPanel.IsLoaded (   self)

Definition at line 1407 of file ghelp.py.

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

Load page.

Definition at line 1396 of file ghelp.py.

References gui_modules.ghelp.HelpPanel.grass_command.

def gui_modules.ghelp.HelpPanel.OnHistory (   self)

Update buttons.

Definition at line 1410 of file ghelp.py.

Referenced by gui_modules.ghelp.HelpPanel.OnNext(), and gui_modules.ghelp.HelpPanel.OnPrev().

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

Definition at line 1423 of file ghelp.py.

References 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.OnHistory().


Field Documentation

gui_modules.ghelp.HelpPanel.btnNext

Definition at line 1365 of file ghelp.py.

gui_modules.ghelp.HelpPanel.btnPrev

Definition at line 1368 of file ghelp.py.

gui_modules.ghelp.HelpPanel.content

Definition at line 1362 of file ghelp.py.

gui_modules.ghelp.HelpPanel.grass_command

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