3 #ifndef pqRemoteCommandDialog_h
4 #define pqRemoteCommandDialog_h
19 class pqRemoteCommandDialogUI;
41 void AddCommandTemplate();
42 void EditCommandTemplate();
43 void DeleteCommandTemplate();
45 void UpdateCommandPreview();
46 void UpdateTokenValues();
49 void FindXTermExecutable();
50 void FindSshExecutable();
57 pqRemoteCommandDialogUI*
Ui;
59 string CommandSetName;
60 QStringList CommandSet;
62 vector<string> Tokens;
63 vector<string> TokenValues;
64 vector<QLineEdit*> TokenWidgets;