|
QSS Solver GUI
4.5.3
|
#include <treeitem.hpp>
Public Member Functions | |
| FileItem () | |
| FileItem (QString v, bool l, bool s, bool p, bool i, QString output) | |
| ~FileItem () | |
| QString | plotStr () |
Public Attributes | |
| bool | lines |
| bool | steps |
| bool | plot |
| bool | impulses |
| QString | variable |
| QString | out |
Definition at line 120 of file treeitem.hpp.
| FileItem::FileItem | ( | ) |
| FileItem::FileItem | ( | QString | v, |
| bool | l, | ||
| bool | s, | ||
| bool | p, | ||
| bool | i, | ||
| QString | output | ||
| ) |
| FileItem::~FileItem | ( | ) |
Definition at line 133 of file treeitem.cpp.
| QString FileItem::plotStr | ( | ) |
| bool FileItem::impulses |
Definition at line 160 of file treeitem.hpp.
Referenced by FileItem().
| bool FileItem::lines |
Definition at line 148 of file treeitem.hpp.
Referenced by FileItem(), and plotStr().
| QString FileItem::out |
Definition at line 168 of file treeitem.hpp.
Referenced by FileItem(), and plotStr().
| bool FileItem::plot |
Definition at line 156 of file treeitem.hpp.
Referenced by MapFiles::_changeFiles(), FileItem(), and plotStr().
| bool FileItem::steps |
Definition at line 152 of file treeitem.hpp.
Referenced by FileItem(), and plotStr().
| QString FileItem::variable |
Definition at line 164 of file treeitem.hpp.
Referenced by FileItem(), and plotStr().