31 #ifndef __TERRALIB_VM_LUA_VIRTUALMACHINE_H__ 32 #define __TERRALIB_VM_LUA_VIRTUALMACHINE_H__ 35 #include "../core/VirtualMachine.h" 67 void write(
const QString& str);
81 #endif // __TERRALIB_VM_LUA_VIRTUALMACHINE_H__
void write(const QString &str)
std::unique_ptr< Impl > m_pimpl
void setFileName(QString file)
setFileName Sets the file that will be used in the Virtual Machine.
std::string getDescription() const
Returns a brief description about the underlying Virtual Machine.
std::string getName() const
std::string getTitle() const
Return the title of Virtual Machine: a name that can be used by applications to show in a GUI...
~VirtualMachine()
Virtual destructor.
std::string readline()
readline Method to be used by the language of the Virtual Machine when doing a input operation...