itom
|
< base class for all runnables, that are executed with PythonJediRunner More...
#include <pythonJediRunner.h>
Public Types | |
enum | Type { RunnableCalltip , RunnableCompletion , RunnableGoToAssignment , RunnableGetHelp , RunnableRename } |
Protected Member Functions | |
bool | isOutdated () const |
void | startRun () |
void | endRun () |
Protected Attributes | |
Type | m_type |
QString | m_additionalImportString |
PyObject * | m_pPyModJedi |
unsigned char | m_currentId |
Static Protected Attributes | |
static QMutex | m_mutex |
< base class for all runnables, that are executed with PythonJediRunner