An entry of the right button mouse menu. It contains the text to be displayed and the option which is related to. More...
#include <MenuEntry.h>
Public Member Functions | |
| MenuEntry (const std::string &name, int option) | |
Public Attributes | |
| std::string | m_name |
| Text to be displayed. | |
| int | m_option |
| The option. | |
An entry of the right button mouse menu. It contains the text to be displayed and the option which is related to.
| GlutWrapper::MenuEntry::MenuEntry | ( | const std::string & | name, | |
| int | option | |||
| ) | [inline] |
Constructor
| name | the description displayed | |
| option | the option |
1.6.2