15 #ifndef pqRemoteCommandDialog_h 16 #define pqRemoteCommandDialog_h 31 class pqRemoteCommandDialogUI;
53 void AddCommandTemplate();
54 void EditCommandTemplate();
55 void DeleteCommandTemplate();
57 void UpdateCommandPreview();
58 void UpdateTokenValues();
61 void FindXTermExecutable();
62 void FindSshExecutable();
69 pqRemoteCommandDialogUI*
Ui;
71 string CommandSetName;
72 QStringList CommandSet;
74 vector<string> Tokens;
75 vector<string> TokenValues;
76 vector<QLineEdit*> TokenWidgets;
void SetActiveHost(string host)
pqRemoteCommandDialog(QWidget *parent, Qt::WindowFlags f, int clientHostType, int serverHostType)
void SetActivePid(string pid)
~pqRemoteCommandDialog() override