#include <jobtextedit.h>
Public Member Functions | |
JobTextEdit (QWidget *parent=0) | |
~JobTextEdit () | |
Public Attributes | |
JobTextEditProperty * | outPty |
JobTextEditProperty * | errPty |
JobTextEditProperty * | joinPty |
JobTextEditProperty * | mailPty |
JobTextEditProperty * | namePty |
JobTextEditProperty * | walltimePty |
JobTextEditProperty * | nodesPty |
JobTextEditProperty * | nicePty |
JobTextEditProperty * | cputPty |
JobTextEditProperty * | pcputPty |
JobTextEditProperty * | filePty |
JobTextEditProperty * | memPty |
JobTextEditProperty * | pmemPty |
JobTextEditProperty * | vmemPty |
JobTextEditProperty * | pvmemPty |
JobTextEditProperty * | archPty |
JobTextEditProperty * | hostPty |
JobTextEditProperty * | otherPty |
JobTextEditProperty * | opsysPty |
JobTextEditProperty * | softwarePty |
Private Slots | |
void | onTextChanged () |
Private Attributes | |
Highlighter * | highlighter |
Definition at line 19 of file jobtextedit.h.
JobTextEdit::JobTextEdit | ( | QWidget * | parent = 0 |
) |
Construct a JobTextEdit
parent | parent of the widget |
Definition at line 17 of file jobtextedit.cpp.
References archPty, cputPty, errPty, filePty, highlighter, hostPty, joinPty, mailPty, memPty, namePty, nicePty, nodesPty, onTextChanged(), opsysPty, otherPty, outPty, pcputPty, pmemPty, pvmemPty, softwarePty, vmemPty, and walltimePty.
JobTextEdit::~JobTextEdit | ( | ) |
void JobTextEdit::onTextChanged | ( | ) | [private, slot] |
Text has changed, we need to parse it to check if a property has changed
Definition at line 138 of file jobtextedit.cpp.
References archPty, JobTextEditProperty::checkForPropertyChanged(), cputPty, errPty, filePty, hostPty, joinPty, mailPty, namePty, nicePty, nodesPty, opsysPty, otherPty, outPty, pcputPty, pmemPty, pvmemPty, softwarePty, vmemPty, and walltimePty.
Referenced by JobTextEdit().
Definition at line 24 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 25 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 26 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 27 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 28 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 29 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 30 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 31 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 32 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 33 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 34 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 36 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 37 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 38 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 39 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 40 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 41 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 42 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Definition at line 43 of file jobtextedit.h.
Referenced by JobTextEdit(), onTextChanged(), and ~JobTextEdit().
Highlighter* JobTextEdit::highlighter [private] |