This class defines our tool info.
More...
#include <wex/common/tool.h>
|
|
| tool_info (const std::string &info=std::string(), const std::string &text=std::string(), const std::string &helptext=std::string()) |
| | Default constructor.
|
|
const std::string & | help_text () const |
| | Returns the helptext.
|
|
const std::string & | info () const |
| | Returns the info.
|
|
const std::string & | text () const |
| | Returns the text.
|
This class defines our tool info.
It is stored in the tool info map available from the wex::tool class.