mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-10 23:28:34 +02:00
CShellWindow: add members to set/get commands and get current mode
This allows to use shellwindow objects with existing instance.
This commit is contained in:
@@ -56,6 +56,10 @@ class CShellWindow : public sigc::trackable
|
||||
};
|
||||
CShellWindow(const std::string &Command, const int Mode = 0, int* Res = NULL, bool auto_exec = true);
|
||||
~CShellWindow();
|
||||
void setCommand(const std::string &Command, const int Mode = 0, int* Res = NULL, bool auto_exec = true);
|
||||
std::string getCommand(){return command;}
|
||||
int getMode(){return mode;}
|
||||
|
||||
void exec();
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user