QSS Solver GUI  4.5.3
FileItem Class Reference

#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
 

Detailed Description

Definition at line 120 of file treeitem.hpp.

Constructor & Destructor Documentation

◆ FileItem() [1/2]

FileItem::FileItem ( )

Definition at line 112 of file treeitem.cpp.

References impulses, lines, plot, steps, and variable.

◆ FileItem() [2/2]

FileItem::FileItem ( QString  v,
bool  l,
bool  s,
bool  p,
bool  i,
QString  output 
)
Parameters
v
l
s
p
i
output

Definition at line 102 of file treeitem.cpp.

References impulses, lines, out, plot, steps, and variable.

◆ ~FileItem()

FileItem::~FileItem ( )

Definition at line 133 of file treeitem.cpp.

Member Function Documentation

◆ plotStr()

QString FileItem::plotStr ( )
Returns

Definition at line 121 of file treeitem.cpp.

References lines, out, plot, steps, and variable.

Member Data Documentation

◆ impulses

bool FileItem::impulses

Definition at line 160 of file treeitem.hpp.

Referenced by FileItem().

◆ lines

bool FileItem::lines

Definition at line 148 of file treeitem.hpp.

Referenced by FileItem(), and plotStr().

◆ out

QString FileItem::out

Definition at line 168 of file treeitem.hpp.

Referenced by FileItem(), and plotStr().

◆ plot

bool FileItem::plot

Definition at line 156 of file treeitem.hpp.

Referenced by MapFiles::_changeFiles(), FileItem(), and plotStr().

◆ steps

bool FileItem::steps

Definition at line 152 of file treeitem.hpp.

Referenced by FileItem(), and plotStr().

◆ variable

QString FileItem::variable

Definition at line 164 of file treeitem.hpp.

Referenced by FileItem(), and plotStr().


The documentation for this class was generated from the following files: