[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- Camelot.camelot.bin.camelot_manage.FileCacher:
Cache the stdout text so we can analyze it before returning it
- code.InteractiveInterpreter:
Base class for InteractiveConsole.
- code.InteractiveConsole:
Closely emulate the behavior of the interactive Python interpreter.
- optparse.OptionContainer:
Abstract base class.
- optparse.OptionParser:
Class attributes:
standard_option_list : [Option]
list of standard options that will be accepted by all instances
of this parser class (intended to be overridden by subclasses).
- Camelot.camelot.view.controls.printer.Printer
- Camelot.camelot.view.wizard.importwizard.UTF8Recoder:
Iterator that reads an encoded stream and reencodes the input to
UTF-8.
- Camelot.camelot.view.wizard.importwizard.UnicodeReader:
A CSV reader which will iterate over lines in the CSV file "f", which is
encoded in the given encoding.
- object:
The most base type
- Camelot.camelot.view.controls.editors.customeditor.AbstractCustomEditor:
Helper class to be used to build custom editors. This class provides
functionallity to store and retrieve ValueLoading as an editor's value.
- camelot.view.controls.editors.customeditor.AbstractCustomEditor:
Helper class to be used to build custom editors. This class provides
functionallity to store and retrieve ValueLoading as an editor's value.
- camelot.view.controls.editors.abstractmanytooneeditor.AbstractManyToOneEditor:
Helper functions for implementing a
ManyToOneEditor
, to be used in the
ManyToOneEditor
and in the ManyToManyEditor
- Camelot.camelot.view.controls.editors.abstractmanytooneeditor.AbstractManyToOneEditor:
Helper functions for implementing a
ManyToOneEditor
, to be used in the
ManyToOneEditor
and in the ManyToManyEditor
- Camelot.camelot.view.model_thread.AbstractModelThread:
Abstract implementation of a model thread class
Thread in which the model runs, all requests to the model should be
posted to the the model thread.
- camelot.view.model_thread.AbstractModelThread:
Abstract implementation of a model thread class
Thread in which the model runs, all requests to the model should be
posted to the the model thread.
- sqlalchemy.types.AbstractType
- sqlalchemy.types.TypeDecorator:
Allows the creation of types which add additional functionality
to an existing type.
- Camelot.camelot.types.Code:
SQLAlchemy column type to store codes. Where a code is a list of strings
on which a regular expression can be enforced.
- Camelot.camelot.types.Color:
The Color field returns and accepts tuples of the form (r,g,b,a) where
r,g,b,a are integers between 0 and 255. The color is stored as an hexadecimal
string of the form AARRGGBB into the database, where AA is the transparency,
RR is red, GG is green BB is blue:
- Camelot.camelot.types.Enumeration:
The enumeration field stores integers in the database, but represents them as
strings. This allows efficient storage and querying while preserving readable code.
- Camelot.camelot.types.File:
Sqlalchemy column type to store files. Only the location of the file is stored
- Camelot.camelot.types.Language:
The languages are stored as ISO codes in the database
- Camelot.camelot.types.Rating:
The rating field is an integer field that is visualized as a number of stars that
can be selected:
- Camelot.camelot.types.RichText:
RichText fields are unlimited text fields which contain html. The html will be
rendered in a rich text editor.
- Camelot.camelot.types.VirtualAddress:
A single field that can be used to enter phone numbers, fax numbers, email
addresses, im addresses.
- sqlalchemy.types.TypeEngine:
Base for built-in types.
- sqlalchemy.types.Integer:
A type for int integers.
- sqlalchemy.types.String:
The base for all string and character types.
- Camelot.camelot.admin.application_action.ApplicationAction:
An action that can be triggered by the user at the application level
- Camelot.camelot.view.controls.field_label.Attribute:
Helper class representing a field attribute's name and its value
- Camelot.camelot.core.backup.BackupMechanism:
Create a backup of the current database to an sqlite database stored in
filename.
- camelot.core.backup.BackupMechanism:
Create a backup of the current database to an sqlite database stored in
filename.
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- camelot.view.plugins.CamelotEditorPlugin
- Camelot.camelot.view.plugins.CamelotEditorPlugin
- Camelot.camelot.view.art.ColorScheme:
The default color scheme for camelot, based on the Tango icon set
see http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines
- sqlalchemy.types.Concatenable:
A mixin that marks a type as supporting 'concatenation', typically strings.
- sqlalchemy.types.String:
The base for all string and character types.
- Camelot.camelot.container.Container:
Top level class for all container classes
- Camelot.camelot.view.wizard.importwizard.CsvCollectionGetter:
class that when called returns the data in filename as a list of RowData
objects
- Camelot.camelot.view.proxy.collection_proxy.DelayedProxy:
A proxy object needs to be constructed within the GUI thread. Construct
a delayed proxy when the construction of a proxy is needed within the Model
thread. On first occasion the delayed proxy will be converted to a real
proxy within the GUI thread
- Camelot.camelot.view.field_attributes.DummyField
- Camelot.camelot.view.proxy.collection_proxy.EmptyRowData
- elixir.entity.Entity:
The base class for all entities
- Camelot.camelot.view.filters.Filter:
Base class for filters
- Camelot.camelot.view.forms.Form:
Base Form class to put fields on a form. A form can be converted to a
QT widget by calling its render method. The base form uses the QFormLayout
to render a form:
- Camelot.camelot.admin.form_action.FormAction:
Abstract base class to implement form actions
- Camelot.camelot.container.Interval:
Helper class for IntervalsContainer, specifications for one interval
- camelot.admin.list_action.ListAction:
Abstract base class to implement list actions
- Camelot.camelot.admin.list_action.ListAction:
Abstract base class to implement list actions
- camelot.admin.object_admin.ObjectAdmin:
The ObjectAdmin class describes the interface that will be used
to interact with objects of a certain class.
- Camelot.camelot.admin.object_admin.ObjectAdmin:
The ObjectAdmin class describes the interface that will be used
to interact with objects of a certain class.
- Camelot.camelot.view.art.Pixmap:
Load pixmaps from the camelot art library
- Camelot.camelot.view.wizard.update_value.ReplaceContentsData
- Camelot.camelot.view.wizard.importwizard.RowData:
Class representing the data in a single row of the imported file as an
object with attributes column_1, column_2, ..., each representing the data
in a single column of that row.
- Camelot.camelot.view.wizard.importwizard.RowDataAdminDecorator:
Decorator that transforms the Admin of the class to be imported to an
Admin of the RowData objects to be used when previewing and validating the
data to be imported.
- Camelot.camelot.core.files.storage.S3Storage:
Helper class that opens and saves StoredFile objects into Amazon S3.
- Camelot.camelot.view.controls.appscheme.Scheme
- Camelot.camelot.admin.section.Section:
A Section as displayed in the left pane of the application. Each Section
contains a list of SectionItems the user can click on. Sections should be used
in the definition of the ApplicationAdmin.
- Camelot.camelot.admin.section.SectionItem:
An item inside a section, the user can click on and trigger an action
- Camelot.camelot.core.files.storage.Storage:
Helper class that opens and saves StoredFile objects
The default implementation stores files in the settings.CAMELOT_MEDIA_ROOT
directory. The storage object should only be used within the model thread,
as all of it's methods might block.
- camelot.core.files.storage.StoredFile:
Helper class for the File field type.
Stored file objects can be used within the GUI thread, as none of
its methods should block.
- Camelot.camelot.core.files.storage.StoredFile:
Helper class for the File field type.
Stored file objects can be used within the GUI thread, as none of
its methods should block.
- unittest.TestCase:
A class whose instances are single test cases.
- Camelot.camelot.view.proxy.ValueLoading:
Class indicating that a value was not yet loaded into the
proxy
- Camelot.camelot.view.controls.editors.wideeditor.WideEditor:
Class signaling that an editor, is a wide editor, so it's label should be displayed
on top of the editor and the editor itself should take two columns:
- camelot.view.controls.editors.wideeditor.WideEditor:
Class signaling that an editor, is a wide editor, so it's label should be displayed
on top of the editor and the editor itself should take two columns:
- dict:
dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list.
- Camelot.camelot.view.fifo.fifo:
fifo, is the actual cache containing a limited set of copies of row data
so the data in fifo, is always immediately accessible to the gui thread,
with zero delay as you scroll down the table view, fifo is filled and
refilled with data queried from the database
- int:
int(x[, base]) -> integer
- sip.simplewrapper
- PyQt4.QtGui.QMdiArea.AreaOptions:
QMdiArea.AreaOptions(QMdiArea.AreaOptions)
QMdiArea.AreaOptions(int)
QMdiArea.AreaOptions()
- PyQt4.QtGui.QTextEdit.AutoFormatting:
QTextEdit.AutoFormatting(QTextEdit.AutoFormatting)
QTextEdit.AutoFormatting(int)
QTextEdit.AutoFormatting()
- PyQt4.QtGui.QGraphicsView.CacheMode:
QGraphicsView.CacheMode(QGraphicsView.CacheMode)
QGraphicsView.CacheMode(int)
QGraphicsView.CacheMode()
- PyQt4.QtGui.QMainWindow.DockOptions:
QMainWindow.DockOptions(QMainWindow.DockOptions)
QMainWindow.DockOptions(int)
QMainWindow.DockOptions()
- PyQt4.QtGui.QDockWidget.DockWidgetFeatures:
QDockWidget.DockWidgetFeatures(QDockWidget.DockWidgetFeatures)
QDockWidget.DockWidgetFeatures(int)
QDockWidget.DockWidgetFeatures()
- PyQt4.QtGui.QAbstractItemView.EditTriggers:
QAbstractItemView.EditTriggers(QAbstractItemView.EditTriggers)
QAbstractItemView.EditTriggers(int)
QAbstractItemView.EditTriggers()
- PyQt4.QtGui.QTextEdit.ExtraSelection:
QTextEdit.ExtraSelection()
QTextEdit.ExtraSelection(QTextEdit.ExtraSelection)
- PyQt4.QtGui.QTextDocument.FindFlags:
QTextDocument.FindFlags(QTextDocument.FindFlags)
QTextDocument.FindFlags(int)
QTextDocument.FindFlags()
- PyQt4.QtGui.QGraphicsItem.GraphicsItemFlags:
QGraphicsItem.GraphicsItemFlags(QGraphicsItem.GraphicsItemFlags)
QGraphicsItem.GraphicsItemFlags(int)
QGraphicsItem.GraphicsItemFlags()
- PyQt4.QtGui.QGraphicsView.OptimizationFlags:
QGraphicsView.OptimizationFlags(QGraphicsView.OptimizationFlags)
QGraphicsView.OptimizationFlags(int)
QGraphicsView.OptimizationFlags()
- PyQt4.QtDesigner.QDesignerCustomWidgetInterface:
QDesignerCustomWidgetInterface()
QDesignerCustomWidgetInterface(QDesignerCustomWidgetInterface)
- PyQt4.QtDesigner.QPyDesignerCustomWidgetPlugin:
QPyDesignerCustomWidgetPlugin(QObject parent=None)
- PyQt4.QtGui.QPaintDevice:
QPaintDevice()
- PyQt4.QtGui.QWidget:
QWidget(QWidget parent=None, Qt.WindowFlags flags=0)
- Camelot.camelot.view.controls.view.AbstractView:
A string used to format the title of the view ::
- Camelot.camelot.view.controls.view.TabView:
Class to combine multiple views in Tabs and let them behave as one view. This class can be
used when defining custom create_table_view methods on an ObjectAdmin class to group multiple
table views together in one view.
- camelot.view.controls.view.AbstractView:
A string used to format the title of the view ::
- Camelot.camelot.view.controls.busy_widget.BusyWidget:
A widget indicating the application is performing some background task. The widget acts
as an overlay of its parent widget and displays animating orbs
- camelot.view.controls.editors.customeditor.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.
- Camelot.camelot.view.controls.editors.customeditor.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.
- Camelot.camelot.view.controls.formview.FormWidget
- Camelot.camelot.view.controls.tableview.HeaderWidget:
HeaderWidget for a tableview, containing the title, the search widget,
and the number of rows in the table
- Camelot.camelot.view.controls.navpane.PaneButton:
Custom made navigation pane pushbutton
- PyQt4.QtGui.QAbstractButton:
QAbstractButton(QWidget parent=None)
- PyQt4.QtGui.QCheckBox:
QCheckBox(QWidget parent=None)
QCheckBox(QString, QWidget parent=None)
- PyQt4.QtGui.QPushButton:
QPushButton(QWidget parent=None)
QPushButton(QString, QWidget parent=None)
QPushButton(QIcon, QString, QWidget parent=None)
- PyQt4.QtGui.QAbstractSpinBox:
QAbstractSpinBox(QWidget parent=None)
- PyQt4.QtGui.QDateTimeEdit:
QDateTimeEdit(QWidget parent=None)
QDateTimeEdit(QDateTime, QWidget parent=None)
QDateTimeEdit(QDate, QWidget parent=None)
QDateTimeEdit(QTime, QWidget parent=None)
- PyQt4.QtGui.QTimeEdit:
QTimeEdit(QWidget parent=None)
QTimeEdit(QTime, QWidget parent=None)
- PyQt4.QtGui.QDoubleSpinBox:
QDoubleSpinBox(QWidget parent=None)
- PyQt4.QtGui.QComboBox:
QComboBox(QWidget parent=None)
- PyQt4.QtGui.QDialog:
QDialog(QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QDockWidget:
QDockWidget(QString, QWidget parent=None, Qt.WindowFlags flags=0)
QDockWidget(QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QFrame:
QFrame(QWidget parent=None, Qt.WindowFlags flags=0)
- Camelot.camelot.view.controls.dashboard.BareFrame
- PyQt4.QtGui.QAbstractScrollArea:
QAbstractScrollArea(QWidget parent=None)
- PyQt4.QtGui.QAbstractItemView:
QAbstractItemView(QWidget parent=None)
- PyQt4.QtGui.QTableView:
QTableView(QWidget parent=None)
- PyQt4.QtGui.QTreeView:
QTreeView(QWidget parent=None)
- PyQt4.QtGui.QTreeWidget:
QTreeWidget(QWidget parent=None)
- PyQt4.QtGui.QGraphicsView:
QGraphicsView(QWidget parent=None)
QGraphicsView(QGraphicsScene, QWidget parent=None)
- PyQt4.QtGui.QMdiArea:
QMdiArea(QWidget parent=None)
- PyQt4.QtGui.QScrollArea:
QScrollArea(QWidget parent=None)
- PyQt4.QtGui.QTextEdit:
QTextEdit(QWidget parent=None)
QTextEdit(QString, QWidget parent=None)
- PyQt4.QtGui.QLabel:
QLabel(QWidget parent=None, Qt.WindowFlags flags=0)
QLabel(QString, QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QGroupBox:
QGroupBox(QWidget parent=None)
QGroupBox(QString, QWidget parent=None)
- PyQt4.QtGui.QLineEdit:
QLineEdit(QWidget parent=None)
QLineEdit(QString, QWidget parent=None)
- PyQt4.QtGui.QMainWindow:
QMainWindow(QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QStatusBar:
QStatusBar(QWidget parent=None)
- PyQt4.QtGui.QWizardPage:
QWizardPage(QWidget parent=None)
- Camelot.camelot.view.controls.search.SimpleSearchControl:
A control that displays a single text field in which search keywords can
be typed
- PyQt4.QtGui.QWidget.RenderFlags:
QWidget.RenderFlags(QWidget.RenderFlags)
QWidget.RenderFlags(int)
QWidget.RenderFlags()
- PyQt4.QtGui.QDateTimeEdit.Sections:
QDateTimeEdit.Sections(QDateTimeEdit.Sections)
QDateTimeEdit.Sections(int)
QDateTimeEdit.Sections()
- PyQt4.QtGui.QAbstractSpinBox.StepEnabled:
QAbstractSpinBox.StepEnabled(QAbstractSpinBox.StepEnabled)
QAbstractSpinBox.StepEnabled(int)
QAbstractSpinBox.StepEnabled()
- PyQt4.QtGui.QWizard.WizardOptions:
QWizard.WizardOptions(QWizard.WizardOptions)
QWizard.WizardOptions(int)
QWizard.WizardOptions()
- sip.wrapper
- PyQt4.QtGui.QGraphicsItem:
QGraphicsItem(QGraphicsItem parent=None, QGraphicsScene scene=None)
- PyQt4.QtGui.QGraphicsPixmapItem:
QGraphicsPixmapItem(QGraphicsItem parent=None, QGraphicsScene scene=None)
QGraphicsPixmapItem(QPixmap, QGraphicsItem parent=None, QGraphicsScene scene=None)
- PyQt4.QtCore.QObject:
QObject(QObject parent=None)
- Camelot.camelot.view.main.Application:
The camelot application. This class will take care of the order of
initialization of various stuff needed to get the application up and
running, each of its methods will be called in subsequent order,
overwrite any of them to customize its behaviour.
- Camelot.camelot.view.application_admin.ApplicationAdmin:
The Application Admin class defines how the application should look
like, it also ties python classes to their associated admin classes.
- camelot.view.application_admin.ApplicationAdmin:
The Application Admin class defines how the application should look
like, it also ties python classes to their associated admin classes.
- Camelot.camelot.view.workspace.NoDesktopWorkspace
- Camelot.camelot.view.model_thread.no_thread_model_thread.NoThreadModelThread
- camelot.admin.validator.object_validator.ObjectValidator:
A validator class for normal python objects. By default this validator
declares all objects valid. Subclass this class and overwrite it's
objectValidity method to change it's behaviour.
- Camelot.camelot.admin.validator.object_validator.ObjectValidator:
A validator class for normal python objects. By default this validator
declares all objects valid. Subclass this class and overwrite it's
objectValidity method to change it's behaviour.
- PyQt4.QtGui.QAbstractItemDelegate:
QAbstractItemDelegate(QObject parent=None)
- PyQt4.QtGui.QItemDelegate:
QItemDelegate(QObject parent=None)
- PyQt4.QtCore.QAbstractItemModel:
QAbstractItemModel(QObject parent=None)
- PyQt4.QtCore.QAbstractListModel:
QAbstractListModel(QObject parent=None)
- PyQt4.QtCore.QAbstractTableModel:
QAbstractTableModel(QObject parent=None)
- PyQt4.QtGui.QAction:
QAction(QObject)
QAction(QString, QObject)
QAction(QIcon, QString, QObject)
- PyQt4.QtDesigner.QPyDesignerCustomWidgetPlugin:
QPyDesignerCustomWidgetPlugin(QObject parent=None)
- PyQt4.QtGui.QTextDocument:
QTextDocument(QObject parent=None)
QTextDocument(QString, QObject parent=None)
- PyQt4.QtCore.QThread:
QThread(QObject parent=None)
- PyQt4.QtGui.QWidget:
QWidget(QWidget parent=None, Qt.WindowFlags flags=0)
- Camelot.camelot.view.controls.view.AbstractView:
A string used to format the title of the view ::
- Camelot.camelot.view.controls.view.TabView:
Class to combine multiple views in Tabs and let them behave as one view. This class can be
used when defining custom create_table_view methods on an ObjectAdmin class to group multiple
table views together in one view.
- camelot.view.controls.view.AbstractView:
A string used to format the title of the view ::
- Camelot.camelot.view.controls.busy_widget.BusyWidget:
A widget indicating the application is performing some background task. The widget acts
as an overlay of its parent widget and displays animating orbs
- camelot.view.controls.editors.customeditor.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.
- Camelot.camelot.view.controls.editors.customeditor.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.
- Camelot.camelot.view.controls.formview.FormWidget
- Camelot.camelot.view.controls.tableview.HeaderWidget:
HeaderWidget for a tableview, containing the title, the search widget,
and the number of rows in the table
- Camelot.camelot.view.controls.navpane.PaneButton:
Custom made navigation pane pushbutton
- PyQt4.QtGui.QAbstractButton:
QAbstractButton(QWidget parent=None)
- PyQt4.QtGui.QCheckBox:
QCheckBox(QWidget parent=None)
QCheckBox(QString, QWidget parent=None)
- PyQt4.QtGui.QPushButton:
QPushButton(QWidget parent=None)
QPushButton(QString, QWidget parent=None)
QPushButton(QIcon, QString, QWidget parent=None)
- PyQt4.QtGui.QAbstractSpinBox:
QAbstractSpinBox(QWidget parent=None)
- PyQt4.QtGui.QDateTimeEdit:
QDateTimeEdit(QWidget parent=None)
QDateTimeEdit(QDateTime, QWidget parent=None)
QDateTimeEdit(QDate, QWidget parent=None)
QDateTimeEdit(QTime, QWidget parent=None)
- PyQt4.QtGui.QTimeEdit:
QTimeEdit(QWidget parent=None)
QTimeEdit(QTime, QWidget parent=None)
- PyQt4.QtGui.QDoubleSpinBox:
QDoubleSpinBox(QWidget parent=None)
- PyQt4.QtGui.QComboBox:
QComboBox(QWidget parent=None)
- PyQt4.QtGui.QDialog:
QDialog(QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QDockWidget:
QDockWidget(QString, QWidget parent=None, Qt.WindowFlags flags=0)
QDockWidget(QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QFrame:
QFrame(QWidget parent=None, Qt.WindowFlags flags=0)
- Camelot.camelot.view.controls.dashboard.BareFrame
- PyQt4.QtGui.QAbstractScrollArea:
QAbstractScrollArea(QWidget parent=None)
- PyQt4.QtGui.QAbstractItemView:
QAbstractItemView(QWidget parent=None)
- PyQt4.QtGui.QTableView:
QTableView(QWidget parent=None)
- PyQt4.QtGui.QTreeView:
QTreeView(QWidget parent=None)
- PyQt4.QtGui.QTreeWidget:
QTreeWidget(QWidget parent=None)
- PyQt4.QtGui.QGraphicsView:
QGraphicsView(QWidget parent=None)
QGraphicsView(QGraphicsScene, QWidget parent=None)
- PyQt4.QtGui.QMdiArea:
QMdiArea(QWidget parent=None)
- PyQt4.QtGui.QScrollArea:
QScrollArea(QWidget parent=None)
- PyQt4.QtGui.QTextEdit:
QTextEdit(QWidget parent=None)
QTextEdit(QString, QWidget parent=None)
- PyQt4.QtGui.QLabel:
QLabel(QWidget parent=None, Qt.WindowFlags flags=0)
QLabel(QString, QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QGroupBox:
QGroupBox(QWidget parent=None)
QGroupBox(QString, QWidget parent=None)
- PyQt4.QtGui.QLineEdit:
QLineEdit(QWidget parent=None)
QLineEdit(QString, QWidget parent=None)
- PyQt4.QtGui.QMainWindow:
QMainWindow(QWidget parent=None, Qt.WindowFlags flags=0)
- PyQt4.QtGui.QStatusBar:
QStatusBar(QWidget parent=None)
- PyQt4.QtGui.QWizardPage:
QWizardPage(QWidget parent=None)
- Camelot.camelot.view.controls.search.SimpleSearchControl:
A control that displays a single text field in which search keywords can
be typed
- Camelot.camelot.view.response_handler.ResponseHandler
- Camelot.camelot.view.remote_signals.SignalHandler
- Camelot.camelot.view.model_thread.signal_slot_model_thread.Task
- Camelot.camelot.view.model_thread.signal_slot_model_thread.TaskHandler:
A task handler is an object that handles tasks that appear in a queue,
when its handle_task method is called, it will sequentially handle all tasks
that are in the queue.
- PyQt4.QtGui.QTreeWidgetItem:
QTreeWidgetItem(int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QStringList, int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QTreeWidget, int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QTreeWidget, QStringList, int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QTreeWidget, QTreeWidgetItem, int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QTreeWidgetItem, int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QTreeWidgetItem, QStringList, int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QTreeWidgetItem, QTreeWidgetItem, int type=QTreeWidgetItem.Type)
QTreeWidgetItem(QTreeWidgetItem)
- type:
type(object) -> the object's type
type(name, bases, dict) -> a new type
- elixir.entity.EntityMeta:
Entity meta class.
You should only use it directly if you want to define your own base class
for your entities (ie you don't want to use the provided 'Entity' class).
- Camelot.camelot.core.utils.ugettext_lazy