VICI
0.11.815
Visual Chart Interpreter
|
Install a script into the user's desktop. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~Installer () |
virtual destructor | |
virtual void | setCurrentFile (csr filename)=0 |
Set the script to install. More... | |
virtual void | show ()=0 |
Display the window. | |
Install a script into the user's desktop.
The facade for the installer library.
The implementation will allow the user to install the script into their desktop menu system.
|
pure virtual |
Set the script to install.
filename | the script to install. |
Implemented in VICI::stub::InstallerStub.