
Public Member Functions | |
| RunBrowser (LightApp_Application *app, const QString &theApp, const QString &theParams, const QString &theHelpFile, const QString &theContext=QString()) | |
| virtual void | run () |
Private Attributes | |
| QString | myApp |
| QString | myParams |
| QString | myHelpFile |
| QString | myContext |
| int | myStatus |
| LightApp_Application * | myLApp |
Runs system command in separate thread
| RunBrowser.RunBrowser | ( | LightApp_Application * | app, |
| const QString & | theApp, | ||
| const QString & | theParams, | ||
| const QString & | theHelpFile, | ||
| const QString & | theContext = QString() |
||
| ) |
| virtual void RunBrowser.run | ( | ) | [virtual] |
References myApp, myContext, myHelpFile, myLApp, myParams, and SALOME_CustomEvent.setData().
QString RunBrowser.myApp [private] |
QString RunBrowser.myParams [private] |
QString RunBrowser.myHelpFile [private] |
QString RunBrowser.myContext [private] |
int RunBrowser.myStatus [private] |
LightApp_Application* RunBrowser.myLApp [private] |