KDECore
KTraderParse::PreferencesMaxima Struct Reference
#include <ktraderparsetree_p.h>
Public Types | |
| enum | Type { PM_ERROR , PM_INVALID_INT , PM_INVALID_DOUBLE , PM_DOUBLE , PM_INT } |
Public Member Functions | |
| PreferencesMaxima () | |
Public Attributes | |
| double | fMax |
| double | fMin |
| int | iMax |
| int | iMin |
| Type | type |
Detailed Description
Definition at line 45 of file ktraderparsetree_p.h.
Member Enumeration Documentation
◆ Type
| Enumerator | |
|---|---|
| PM_ERROR | |
| PM_INVALID_INT | |
| PM_INVALID_DOUBLE | |
| PM_DOUBLE | |
| PM_INT | |
Definition at line 52 of file ktraderparsetree_p.h.
Constructor & Destructor Documentation
◆ PreferencesMaxima()
|
inline |
Definition at line 47 of file ktraderparsetree_p.h.
Member Data Documentation
◆ fMax
| double KTraderParse::PreferencesMaxima::fMax |
Definition at line 57 of file ktraderparsetree_p.h.
◆ fMin
| double KTraderParse::PreferencesMaxima::fMin |
Definition at line 58 of file ktraderparsetree_p.h.
◆ iMax
| int KTraderParse::PreferencesMaxima::iMax |
Definition at line 55 of file ktraderparsetree_p.h.
◆ iMin
| int KTraderParse::PreferencesMaxima::iMin |
Definition at line 56 of file ktraderparsetree_p.h.
◆ type
| Type KTraderParse::PreferencesMaxima::type |
Definition at line 54 of file ktraderparsetree_p.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.