Home
last modified time | relevance | path

Searched refs:GetInnerBorderType (Results 1 – 5 of 5) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemScalarField.cpp60 if (GetInnerBorderType()==IBT_OUTPUT_FIELD) { in SetEditable()
65 if (GetInnerBorderType()==IBT_INPUT_FIELD) { in SetEditable()
393 if (GetInnerBorderType()==IBT_INPUT_FIELD) { in DoScalarField()
397 else if (GetInnerBorderType()==IBT_OUTPUT_FIELD) { in DoScalarField()
H A DemColorField.cpp54 if (GetInnerBorderType()==IBT_OUTPUT_FIELD) { in SetEditable()
59 if (GetInnerBorderType()==IBT_INPUT_FIELD) { in SetEditable()
H A DemListBox.cpp55 if (GetInnerBorderType()==IBT_INPUT_FIELD) { in SetSelectionType()
60 if (GetInnerBorderType()==IBT_OUTPUT_FIELD) { in SetSelectionType()
H A DemTextField.cpp65 if (GetInnerBorderType()==IBT_OUTPUT_FIELD) { in SetEditable()
70 if (GetInnerBorderType()==IBT_INPUT_FIELD) { in SetEditable()
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemBorder.h173 InnerBorderType GetInnerBorderType() const;
479 inline emBorder::InnerBorderType emBorder::GetInnerBorderType() const in GetInnerBorderType() function