Package Camelot :: Package camelot :: Package view :: Package controls :: Package editors :: Module customeditor
[frames] | no frames]

Module customeditor

source code

Classes
  AbstractCustomEditor
Helper class to be used to build custom editors. This class provides functionallity to store and retrieve ValueLoading as an editor's value.
  CustomEditor
Base class for implementing custom editor widgets. This class provides dual state functionality. Each editor should have the posibility to have as its value ValueLoading specifying that no value has been set yet.
Variables
  editingFinished = '2editingFinished()'
  __package__ = 'Camelot.camelot.view.controls.editors'
  camelot_date_format = 'dd-MM-yyyy'
  camelot_datetime_format = 'dd-MM-yyyy hh:mm'
  camelot_maxfloat = 1e+15
  camelot_maxint = 2147483647
  camelot_minfloat = -1e+15
  camelot_minint = -2147483648
  camelot_small_icon_height = 16
  camelot_small_icon_width = 16
  camelot_time_format = 'hh:mm'
  strftime_date_format = '%d-%m-%Y'
  strftime_datetime_format = '%d-%m-%Y %H:%M'
  strftime_time_format = '%H:%M'