Historical Map  1.0
Plugin for automatic extraction of old forest from historical map
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | List of all members
HistoricalMap.function_historical_map.progressBar Class Reference

Manage progressBar and loading cursor. More...

Collaboration diagram for HistoricalMap.function_historical_map.progressBar:
Collaboration graph

Public Member Functions

def __init__
 
def addStep
 Add a step to the progressBar addStep() simply add +1 to current value of the progressBar. More...
 
def reset
 Simply remove progressBar and reset cursor. More...
 

Public Attributes

 prgBar
 
 iface
 

Detailed Description

Manage progressBar and loading cursor.

Allow to add a progressBar in Qgis and to change cursor to loading input: -inMsg : Message to show to the user (str) -inMax : The steps of the script (int)

output: nothing but changing cursor and print progressBar inside Qgis

Definition at line 594 of file function_historical_map.py.

Constructor & Destructor Documentation

def HistoricalMap.function_historical_map.progressBar.__init__ (   self,
  inMsg = ' Loading...',
  inMaxStep = 1 
)
 

Definition at line 604 of file function_historical_map.py.

Member Function Documentation

def HistoricalMap.function_historical_map.progressBar.addStep (   self)

Add a step to the progressBar addStep() simply add +1 to current value of the progressBar.

Definition at line 624 of file function_historical_map.py.

def HistoricalMap.function_historical_map.progressBar.reset (   self)

Simply remove progressBar and reset cursor.

Definition at line 630 of file function_historical_map.py.

Member Data Documentation

HistoricalMap.function_historical_map.progressBar.iface

Definition at line 613 of file function_historical_map.py.

HistoricalMap.function_historical_map.progressBar.prgBar

Definition at line 612 of file function_historical_map.py.


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