Package gen :: Package lib :: Module markertype :: Class MarkerType
[frames] | no frames]

Class MarkerType

source code


Class for handling data markers.

Instance Methods
 
__init__(self, value=None)
Create a new type, initialize the value from one of several possible states.
source code
 
set(self, value)
Set the marker value.
source code

Inherited from grampstype.GrampsType: __cmp__, __int__, __str__, get_custom, get_map, get_standard_names, get_standard_xml, is_custom, is_default, serialize, set_from_xml_str, unserialize, xml_str

Class Variables
  NONE = -1
  CUSTOM = 0
  COMPLETE = 1
  TODO_TYPE = 2
Method Details

__init__(self, value=None)
(Constructor)

source code 

Create a new type, initialize the value from one of several possible states.

Overrides: grampstype.GrampsType.__init__
(inherited documentation)

set(self, value)

source code 

Set the marker value.

Overrides: grampstype.GrampsType.set