Package muntjac :: Package addon :: Package colorpicker :: Module color_picker_select :: Class ColorRangePropertyId
[hide private]
[frames] | no frames]

Class ColorRangePropertyId

source code

object --+
         |
        ColorRangePropertyId

The Enum ColorRangePropertyId.

Instance Methods [hide private]
 
__init__(self, caption)
Instantiates a new color range property id.
source code
 
__str__(self)
str(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
values(cls) source code
Class Variables [hide private]
  ALL = ColorRangePropertyId('All colors')
  RED = ColorRangePropertyId('Red colors')
  GREEN = ColorRangePropertyId('Green colors')
  BLUE = ColorRangePropertyId('Blue colors')
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, caption)
(Constructor)

source code 

Instantiates a new color range property id.

Parameters:
  • caption - the caption
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)