NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Represents the basic settings needed by the CellValueShader class to actually calculate the cell shading. More...
#include <cellvalueshader.hpp>
Public Types | |
enum | ConditionType { CT_LESS_THAN , CT_LESS_EQ_THAN , CT_GREATER_THAN , CT_GREATER_EQ_THAN , CT_INTERVAL_RE , CT_INTERVAL_RE_EXCL , CT_INTERVAL_IM , CT_INTERVAL_IM_EXCL , CT_EQUALS_VAL , CT_NOT_EQUALS_VAL , CT_EQUALS_STR , CT_NOT_EQUALS_STR , CT_FIND_STR , CT_NOT_FIND_STR } |
Public Attributes | |
ConditionType | m_type |
std::vector< mu::value_type > | m_vals |
std::vector< wxString > | m_strs |
Represents the basic settings needed by the CellValueShader class to actually calculate the cell shading.
Definition at line 39 of file cellvalueshader.hpp.
Definition at line 41 of file cellvalueshader.hpp.
std::vector<wxString> CellValueShaderCondition::m_strs |
Definition at line 61 of file cellvalueshader.hpp.
Referenced by CellValueShader::getColour(), and CellValueShaderDialog::OnButtonClick().
ConditionType CellValueShaderCondition::m_type |
Definition at line 59 of file cellvalueshader.hpp.
Referenced by CellValueShader::getColour(), and CellValueShaderDialog::OnButtonClick().
std::vector<mu::value_type> CellValueShaderCondition::m_vals |
Definition at line 60 of file cellvalueshader.hpp.
Referenced by CellValueShader::getColour(), and CellValueShaderDialog::OnButtonClick().