.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: errors_lists .. class:: alert alert-info pull-top .. contents:: *Module:* `errors_lists.py `_ API ========================================================================================== No description. *Imports:* ------------ - `ninja_ide.gui.ide.IDE `_ - `PyQt4.QtGui.QHBoxLayout `_ - `PyQt4.QtGui.QLabel `_ - `PyQt4.QtGui.QListWidget `_ - `PyQt4.QtGui.QListWidgetItem `_ - `PyQt4.QtGui.QPushButton `_ - `PyQt4.QtGui.QSizePolicy `_ - `PyQt4.QtGui.QSpacerItem `_ - `PyQt4.QtGui.QVBoxLayout `_ - `PyQt4.QtGui.QWidget `_ - `PyQt4.QtCore.Qt `_ - `PyQt4.QtCore.SIGNAL `_ - `__future__.absolute_import `_ - `ninja_ide.core.settings `_ *Class:* `ErrorsWidget(QWidget) `_ ----------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class ErrorsWidget(QWidget): | pep8Activated(bool) | lintActivated(bool) *Attributes* ~~~~~~~~~~~~~~ - `CHECK_STYLE [at ln:99] `_ - `FIND_ERRORS [at ln:90] `_ - `_outRefresh [at ln:146] `_ - `errorsLabel [at ln:61] `_ - `listErrors [at ln:52] `_ - `listPep8 [at ln:54] `_ - `pep8 [at ln:48] `_ - `pep8Label [at ln:72] `_ *Function:* `__init__() [at ln:46] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(): No description. ---- *Function:* `_turn_on_off_lint() [at ln:88] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _turn_on_off_lint(): | Change the status of the lint checker state. ---- *Function:* `_turn_on_off_pep8() [at ln:97] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _turn_on_off_pep8(): | Change the status of the lint checker state. ---- *Function:* `clear() [at ln:148] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def clear(): | Clear the widget ---- *Function:* `errors_selected() [at ln:106] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def errors_selected(): No description. ---- *Function:* `pep8_selected() [at ln:115] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def pep8_selected(): No description. ---- *Function:* `refresh_lists(errors, pep8) [at ln:124] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def refresh_lists(errors, pep8): No description.