doc ru
This commit is contained in:
@@ -28,6 +28,38 @@
|
|||||||
#ifdef MAC_OS
|
#ifdef MAC_OS
|
||||||
# include <crt_externs.h>
|
# include <crt_externs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
//! \addtogroup System
|
||||||
|
//! \{
|
||||||
|
//! \class PIProcess piprocess.h
|
||||||
|
//!
|
||||||
|
//! \~\brief
|
||||||
|
//! \~english External process
|
||||||
|
//! \~russian Внешний процесс
|
||||||
|
//!
|
||||||
|
//! \~\details
|
||||||
|
//! \~english
|
||||||
|
//!
|
||||||
|
//! \~russian
|
||||||
|
//!
|
||||||
|
//!
|
||||||
|
//! \~english \section PIProcess_sec0 Synopsis
|
||||||
|
//! \~russian \section PIProcess_sec0 Краткий обзор
|
||||||
|
//! \~english
|
||||||
|
//!
|
||||||
|
//! \~russian
|
||||||
|
//!
|
||||||
|
//!
|
||||||
|
//! \~english \section PIProcess_sec1 Usage
|
||||||
|
//! \~russian \section PIProcess_sec1 Использование
|
||||||
|
//! \~english
|
||||||
|
//!
|
||||||
|
//! \~russian
|
||||||
|
//!
|
||||||
|
//! \}
|
||||||
|
|
||||||
|
|
||||||
PRIVATE_DEFINITION_START(PIProcess)
|
PRIVATE_DEFINITION_START(PIProcess)
|
||||||
#ifdef WINDOWS
|
#ifdef WINDOWS
|
||||||
STARTUPINFOA si;
|
STARTUPINFOA si;
|
||||||
|
|||||||
@@ -31,18 +31,7 @@
|
|||||||
#include "pithread.h"
|
#include "pithread.h"
|
||||||
#include "pifile.h"
|
#include "pifile.h"
|
||||||
|
|
||||||
/// events:
|
|
||||||
/// execStarted(PIString program)
|
|
||||||
/// execFinished(PIString program, int exit_code)
|
|
||||||
///
|
|
||||||
/// handlers:
|
|
||||||
/// bool exec(const PIString & program)
|
|
||||||
/// bool exec(const PIString & program, const PIString & arg1)
|
|
||||||
/// bool exec(const PIString & program, const PIString & arg1, const PIString & arg2)
|
|
||||||
/// bool exec(const PIString & program, const PIString & arg1, const PIString & arg2, const PIString & arg3)
|
|
||||||
/// bool exec(const PIString & program, const PIStringList & args)
|
|
||||||
/// void terminate()
|
|
||||||
/// bool waitForFinish(int timeout_msecs = 60000)
|
|
||||||
class PIP_EXPORT PIProcess: public PIThread
|
class PIP_EXPORT PIProcess: public PIThread
|
||||||
{
|
{
|
||||||
PIOBJECT_SUBCLASS(PIProcess, PIThread)
|
PIOBJECT_SUBCLASS(PIProcess, PIThread)
|
||||||
|
|||||||
Reference in New Issue
Block a user