Go to the documentation of this file.
21 #ifndef SHELLPROCESS_H
22 #define SHELLPROCESS_H
81 bool start(Communication comm = NoCommunication);
89 const TQString& command() const { return mCommand; }
96 void writeStdin( const char* buffer, int bufflen);
119 void writtenStdin(TDEProcess*);
120 void slotExited(TDEProcess*);
129 static TQCString mShellName;
130 static TQCString mShellPath;
131 static bool mInitialised;
132 static bool mAuthorised;
134 TQValueList<TQCString> mStdinQueue;
139 #endif // SHELLPROCESS_H
|