Public Member Functions | Protected Member Functions | List of all members
nmx::apps::x023::UserInput Class Reference

The UserInput class (Benutzerschnittstelle) Geradlinige Bewegung mit konstanter Beschleunigung. More...

#include <x023.h>

Public Member Functions

 UserInput ()
 UserInput::UserInput Standardkonstruktor. More...
 
void calculate ()
 calculate Ergebnisse werden berechnet More...
 
void input ()
 UserInput::user_input Eingabeaufforderung. More...
 
void output ()
 output Ausgabe der Ergebnisse More...
 
void ui ()
 ui Benutzerschnittstelle (ein Rechengang) More...
 
void run ()
 run Eingabe,Berechnung,Ausgabe More...
 

Protected Member Functions

double read (std::string &label)
 UserInput::read. More...
 

Detailed Description

The UserInput class (Benutzerschnittstelle) Geradlinige Bewegung mit konstanter Beschleunigung.

Definition at line 14 of file x023.h.

Constructor & Destructor Documentation

◆ UserInput()

nmx::apps::x023::UserInput::UserInput ( )
inline

UserInput::UserInput Standardkonstruktor.

Definition at line 48 of file x023.h.

Member Function Documentation

◆ calculate()

void nmx::apps::x023::UserInput::calculate ( )
inline

calculate Ergebnisse werden berechnet

Definition at line 62 of file x023.h.

◆ input()

void nmx::apps::x023::UserInput::input ( )
inline

UserInput::user_input Eingabeaufforderung.

Definition at line 76 of file x023.h.

◆ output()

void nmx::apps::x023::UserInput::output ( )
inline

output Ausgabe der Ergebnisse

Definition at line 89 of file x023.h.

◆ read()

double nmx::apps::x023::UserInput::read ( std::string &  label)
inlineprotected

UserInput::read.

Parameters
labelEingebeaufforderung
Returns
Benutzereingabe als Zahl

Definition at line 33 of file x023.h.

◆ run()

void nmx::apps::x023::UserInput::run ( )
inline

run Eingabe,Berechnung,Ausgabe

Definition at line 129 of file x023.h.

◆ ui()

void nmx::apps::x023::UserInput::ui ( )
inline

ui Benutzerschnittstelle (ein Rechengang)

Definition at line 103 of file x023.h.


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