NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
NumeReTask Struct Reference

This structure abstracts the necessary information for a task to be done by the graphical user interface. More...

#include <kernel.hpp>

Collaboration diagram for NumeReTask:

Public Member Functions

 NumeReTask ()
 

Public Attributes

std::string sString
 
size_t nLine
 
std::vector< std::string > vDebugEvent
 
NumeRe::Table table
 
NumeRe::Window window
 
NumeRe::Container< std::string > stringTable
 
int taskType
 

Detailed Description

This structure abstracts the necessary information for a task to be done by the graphical user interface.

Definition at line 379 of file kernel.hpp.

Constructor & Destructor Documentation

◆ NumeReTask()

NumeReTask::NumeReTask ( )
inline

Definition at line 389 of file kernel.hpp.

Member Data Documentation

◆ nLine

size_t NumeReTask::nLine

◆ sString

◆ stringTable

NumeRe::Container<std::string> NumeReTask::stringTable

Definition at line 386 of file kernel.hpp.

Referenced by NumeReTerminal::OnThreadUpdate(), and NumeReKernel::showStringTable().

◆ table

NumeRe::Table NumeReTask::table

Definition at line 384 of file kernel.hpp.

Referenced by NumeReTerminal::OnThreadUpdate(), and NumeReKernel::showTable().

◆ taskType

◆ vDebugEvent

std::vector<std::string> NumeReTask::vDebugEvent

Definition at line 383 of file kernel.hpp.

Referenced by NumeReTerminal::OnThreadUpdate(), and NumeReKernel::showDebugEvent().

◆ window

NumeRe::Window NumeReTask::window

Definition at line 385 of file kernel.hpp.

Referenced by NumeReTerminal::OnThreadUpdate(), and NumeReKernel::showWindow().


The documentation for this struct was generated from the following file: