15 #ifndef pqRemoteCommandDialog_h 16 #define pqRemoteCommandDialog_h 31 class pqRemoteCommandDialogUI;
57 void AddCommandTemplate();
58 void EditCommandTemplate();
59 void DeleteCommandTemplate();
61 void UpdateCommandPreview();
62 void UpdateTokenValues();
65 void FindXTermExecutable();
66 void FindSshExecutable();
74 pqRemoteCommandDialogUI *
Ui;
76 string CommandSetName;
77 QStringList CommandSet;
79 vector<string> Tokens;
80 vector<string> TokenValues;
81 vector<QLineEdit*> TokenWidgets;
void SetActiveHost(string host)
pqRemoteCommandDialog(QWidget *parent, Qt::WindowFlags f, int clientHostType, int serverHostType)
void SetActivePid(string pid)