creaContours_lib
|
#include <ConceptDataWrap.h>
Public Member Functions | |
ConceptDataWrap (std::string theName="") | |
~ConceptDataWrap () | |
void | fillData (std::string theName, int minRepresent, int maxRepresent, int minShowed, int maxShowed, int actualShow) |
std::string | getName () |
int | getMinShowedValue () |
int | getMaxShowedValue () |
void | setMinValue (int theMin) |
int | getMinValue () |
void | setMaxValue (int theMax) |
int | getMaxValue () |
void | setActualValue (int theActual) |
int | getActualValue () |
bool | isEmpty () |
Private Attributes | |
int | _minValue |
int | _maxValue |
int | _minShow |
int | _maxShow |
int | _actual |
std::string | _name |
file ConceptDataWrap.h
Definition at line 42 of file ConceptDataWrap.h.
ConceptDataWrap::ConceptDataWrap | ( | std::string | theName = "" | ) |
ConceptDataWrap::~ConceptDataWrap | ( | ) |
Definition at line 57 of file ConceptDataWrap.cxx.
void ConceptDataWrap::fillData | ( | std::string | theName, |
int | minRepresent, | ||
int | maxRepresent, | ||
int | minShowed, | ||
int | maxShowed, | ||
int | actualShow | ||
) |
Sets the data concept values and name
theName | The name of the concept |
minRepresent | The minRepresent value of the concept |
maxRepresent | The maxRepresent value of the concept |
minShowed | The minShowed value of the concept |
maxShowed | The maxShowed value of the concept |
actualShow | The actualShow value of the concept |
Definition at line 74 of file ConceptDataWrap.cxx.
References _actual, _maxShow, _maxValue, _minShow, _minValue, and _name.
int ConceptDataWrap::getActualValue | ( | ) |
Definition at line 125 of file ConceptDataWrap.cxx.
References _actual.
Referenced by wxContourViewPanel::onChangeInstant(), wxInstantChooserPanel::onConceptRelease(), wxContourMainFrame::setVectImages(), and wxContourMainFrame::updateInstantImageData().
int ConceptDataWrap::getMaxShowedValue | ( | ) |
Definition at line 95 of file ConceptDataWrap.cxx.
References _maxShow.
Referenced by wxContourViewPanel::onChangeInstant(), wxInstantChooserPanel::onConceptRelease(), and wxContourMainFrame::setVectImages().
int ConceptDataWrap::getMaxValue | ( | ) |
Definition at line 115 of file ConceptDataWrap.cxx.
References _maxValue.
Referenced by wxContourMainFrame::setVectImages().
int ConceptDataWrap::getMinShowedValue | ( | ) |
Definition at line 90 of file ConceptDataWrap.cxx.
References _minShow.
Referenced by wxContourViewPanel::onChangeInstant(), wxInstantChooserPanel::onConceptRelease(), and wxContourMainFrame::setVectImages().
int ConceptDataWrap::getMinValue | ( | ) |
Definition at line 105 of file ConceptDataWrap.cxx.
References _minValue.
Referenced by wxContourMainFrame::setVectImages().
std::string ConceptDataWrap::getName | ( | ) |
Definition at line 85 of file ConceptDataWrap.cxx.
References _name.
Referenced by wxContourViewPanel::onChangeInstant(), and wxInstantChooserPanel::onConceptRelease().
bool ConceptDataWrap::isEmpty | ( | ) |
Definition at line 130 of file ConceptDataWrap.cxx.
References _actual.
void ConceptDataWrap::setActualValue | ( | int | theActual | ) |
Definition at line 120 of file ConceptDataWrap.cxx.
References _actual.
void ConceptDataWrap::setMaxValue | ( | int | theMax | ) |
Definition at line 110 of file ConceptDataWrap.cxx.
References _maxValue.
void ConceptDataWrap::setMinValue | ( | int | theMin | ) |
Definition at line 100 of file ConceptDataWrap.cxx.
References _minValue.
|
private |
Definition at line 114 of file ConceptDataWrap.h.
Referenced by ConceptDataWrap(), fillData(), getActualValue(), isEmpty(), and setActualValue().
|
private |
Definition at line 112 of file ConceptDataWrap.h.
Referenced by ConceptDataWrap(), fillData(), and getMaxShowedValue().
|
private |
Definition at line 108 of file ConceptDataWrap.h.
Referenced by ConceptDataWrap(), fillData(), getMaxValue(), and setMaxValue().
|
private |
Definition at line 110 of file ConceptDataWrap.h.
Referenced by ConceptDataWrap(), fillData(), and getMinShowedValue().
|
private |
Definition at line 106 of file ConceptDataWrap.h.
Referenced by ConceptDataWrap(), fillData(), getMinValue(), and setMinValue().
|
private |
Definition at line 116 of file ConceptDataWrap.h.
Referenced by ConceptDataWrap(), fillData(), and getName().