#include <CEditorProc.h>
Public Member Functions | |
| CEditorProc (QString &filename, QObject *=NULL) | |
| ~CEditorProc () | |
| bool | StartEdit (QString &editorPath, QStringList &editorArgs, QString &shaderText, QString &shaderFileName) |
| QString & | StopEdit () |
Private Attributes | |
| QFile * | pTmpFile |
| QString | tmpFileName |
| QString | textReceived |
| QString | currentEditorPath |
| QStringList | currentEditorArgs |
Definition at line 26 of file CEditorProc.h.
| CEditorProc::CEditorProc | ( | QString & | filename, | |
| QObject * | parent = NULL | |||
| ) |
| CEditorProc::~CEditorProc | ( | ) |
| bool CEditorProc::StartEdit | ( | QString & | editorPath, | |
| QStringList & | editorArgs, | |||
| QString & | shaderText, | |||
| QString & | shaderFileName | |||
| ) |
Definition at line 32 of file CEditorProc.cpp.
References currentEditorArgs, currentEditorPath, pTmpFile, start, and tmpFileName.
Referenced by CShaderFile::StartEdit().
| QString & CEditorProc::StopEdit | ( | ) |
Definition at line 50 of file CEditorProc.cpp.
References currentEditorArgs, currentEditorPath, pTmpFile, start, textReceived, and tmpFileName.
Referenced by CShaderFile::StopEdit().
QStringList CEditorProc::currentEditorArgs [private] |
QString CEditorProc::currentEditorPath [private] |
QFile* CEditorProc::pTmpFile [private] |
Definition at line 51 of file CEditorProc.h.
Referenced by CEditorProc(), StartEdit(), StopEdit(), and ~CEditorProc().
QString CEditorProc::textReceived [private] |
QString CEditorProc::tmpFileName [private] |
1.5.7.1