|
mCRL2
|
#include <qt_tool.h>
Public Member Functions | |
| qt_tool (const std::string &name, const std::string &author, const std::string &what_is, const std::string &tool_description, const std::string &about_description, const std::string &manual_url, std::string known_issues="") | |
| int | execute (int &argc, char **argv) |
| bool | pre_run (int &argc, char **argv) override |
| bool | show_main_window (QMainWindow &window) |
| ~qt_tool () override=default | |
Protected Attributes | |
| std::unique_ptr< QApplication > | m_application |
| std::string | m_name |
| std::string | m_author |
| std::string | m_about_description |
| std::string | m_manual_url |
|
inline |
|
overridedefault |
|
inline |
|
inlineoverride |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |