API Reference for Enthought Tool Suite 3.2.0
Defines the various color editors for the PyQt user interface toolkit.
Standard color samples:
color_samples = [ ]
CustomEditor = CustomColorEditor
ReadonlyEditor = ReadonlyColorEditor
Define the SimpleEditor, CustomEditor, etc. classes which are used by the editor factory for the color editor.
SimpleEditor = SimpleColorEditor
TextEditor = TextColorEditor
Creates a custom color editor panel for a specified editor.
Sets the color of the specified color control.
| Local name | Refers to |
|---|---|
| BaseReadonlyEditor | enthought.traits.ui.qt4.editor_factory.ReadonlyEditor |
| BaseSimpleEditor | enthought.traits.ui.qt4.editor_factory.SimpleEditor |
| BaseTextEditor | enthought.traits.ui.qt4.editor_factory.TextEditor |
| BaseToolkitEditorFactory | enthought.traits.ui.editors.color_editor.ToolkitEditorFactory |
| Editor | enthought.traits.ui.qt4.editor.Editor |
| QtCore | PyQt4.QtCore |
| QtGui | PyQt4.QtGui |
© Copyright 2002-2009 Enthought, Inc.