Home
last modified time | relevance | path

Searched refs:MFString (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/graphics/wdune/wdune-1.926/src/
H A DMFString.cpp30 MFString::MFString() in MFString() function in MFString
34 MFString::MFString(StringArray *values) in MFString() function in MFString
39 MFString::MFString(MyString value) in MFString() function in MFString
45 MFString::MFString(const MFString &string) in MFString() function in MFString
50 MFString::~MFString() in ~MFString()
70 MFString::copy() in copy()
75 return new MFString(value); in copy()
172 MFString::readLine(int index, char *line) in readLine()
182 MFString *v = (MFString *) value; in equals()
192 MFString::getSFValue(int index) const in getSFValue()
[all …]
H A DMFString.h28 class MFString : public MFieldValue {
30 MFString();
31 MFString(const MFString &string);
32 MFString(MyString *value);
33 MFString(MyString value);
34 MFString(StringArray *values);
35 virtual ~MFString();
H A DNodeCubeTexture.cpp39 addExposedField(MFSTRING, "urlXP", new MFString(), FF_URL, NULL)); in ProtoCubeTexture()
42 addExposedField(MFSTRING, "urlXN", new MFString(), FF_URL, NULL)); in ProtoCubeTexture()
45 addExposedField(MFSTRING, "urlYP", new MFString(), FF_URL, NULL)); in ProtoCubeTexture()
48 addExposedField(MFSTRING, "urlYN", new MFString(), FF_URL, NULL)); in ProtoCubeTexture()
51 addExposedField(MFSTRING, "urlZP", new MFString(), FF_URL, NULL)); in ProtoCubeTexture()
54 addExposedField(MFSTRING, "urlZN", new MFString(), FF_URL, NULL)); in ProtoCubeTexture()
H A DMFStringItem.cpp48 if (((MFString *) m_value)->getSize()) { in Draw()
66 return !IsCollapsed() || (((MFString *)m_value)->getSize() < 2); in IsEditable()
72 MFString *v = (MFString *) m_value; in StartEditing()
86 ((MFString *)m_value)->setSFValue(offset, str); in StopEditing()
94 ((MFString *)m_value)->insertSFValue(index, ""); in InsertSFValue()
100 ((MFString *)m_value)->removeSFValue(index); in RemoveSFValue()
H A DNodeCubeTexture.h59 fieldMacros(MFString, urlXP, ProtoCubeTexture)
60 fieldMacros(MFString, urlXN, ProtoCubeTexture)
61 fieldMacros(MFString, urlYP, ProtoCubeTexture)
62 fieldMacros(MFString, urlYN, ProtoCubeTexture)
63 fieldMacros(MFString, urlZP, ProtoCubeTexture)
64 fieldMacros(MFString, urlZN, ProtoCubeTexture)
H A DNodeGeoLOD.h69 void loadChild(Node *node, MFString *urls);
76 fieldMacros(MFString, child1Url, ProtoGeoLOD)
77 fieldMacros(MFString, child2Url, ProtoGeoLOD)
78 fieldMacros(MFString, child3Url, ProtoGeoLOD)
79 fieldMacros(MFString, child4Url, ProtoGeoLOD)
81 fieldMacros(MFString, rootUrl, ProtoGeoLOD)
H A DNodeBackground.h67 fieldMacros(MFString, frontUrl, ProtoBackground)
68 fieldMacros(MFString, rightUrl, ProtoBackground)
69 fieldMacros(MFString, backUrl, ProtoBackground)
70 fieldMacros(MFString, leftUrl, ProtoBackground)
71 fieldMacros(MFString, topUrl, ProtoBackground)
72 fieldMacros(MFString, bottomUrl, ProtoBackground)
H A DNodeLdrawDatExport.cpp70 addField(MFSTRING, "help", new MFString(""))); in ProtoLdrawDatExport()
74 addField(MFSTRING, "keywords", new MFString(""))); in ProtoLdrawDatExport()
84 addField(MFSTRING, "history", new MFString(historyTime))); in ProtoLdrawDatExport()
86 addField(MFSTRING, "commands", new MFString(""))); in ProtoLdrawDatExport()
137 MFString *fieldValue = (MFString *)getField(fieldIndex); in checkMissingData()
206 MFString *fieldValue = (MFString *)getField(j); in writeLdrawDatHeader()
H A DNodeLayout.h60 fieldMacros(MFString, align, ProtoLayout);
62 fieldMacros(MFString, offsetUnits, ProtoLayout);
63 fieldMacros(MFString, scaleMode, ProtoLayout);
65 fieldMacros(MFString, sizeUnits, ProtoLayout);
H A DNodeLdrawDatExport.h75 fieldMacros(MFString, help, ProtoLdrawDatExport)
77 fieldMacros(MFString, keywords, ProtoLdrawDatExport)
79 fieldMacros(MFString, history, ProtoLdrawDatExport)
80 fieldMacros(MFString, commands, ProtoLdrawDatExport)
H A DNodeMultiTexture.h78 fieldMacros(MFString, function, ProtoMultiTexture)
79 fieldMacros(MFString, mode, ProtoMultiTexture)
80 fieldMacros(MFString, source, ProtoMultiTexture)
86 fieldMacros(MFString, url, ProtoMultiTexture);
H A DNodeGeoLOD.cpp66 addField(MFSTRING, "child1Url", new MFString())); in ProtoGeoLOD()
68 addField(MFSTRING, "child2Url", new MFString())); in ProtoGeoLOD()
70 addField(MFSTRING, "child3Url", new MFString())); in ProtoGeoLOD()
72 addField(MFSTRING, "child4Url", new MFString())); in ProtoGeoLOD()
76 addField(MFSTRING, "rootUrl", new MFString())); in ProtoGeoLOD()
244 NodeGeoLOD::loadChild(Node *node, MFString *urls) in loadChild()
H A DNodeRemoteSelectionGroup.h57 fieldMacros(MFString, invisibleNodes, ProtoRemoteSelectionGroup)
58 fieldMacros(MFString, label, ProtoRemoteSelectionGroup)
63 fieldMacros(MFString, url, ProtoRemoteSelectionGroup)
H A DNodeRemoteSelectionGroup.cpp44 addExposedField(MFSTRING, "invisibleNodes", new MFString())); in ProtoRemoteSelectionGroup()
48 addExposedField(MFSTRING, "label", new MFString())); in ProtoRemoteSelectionGroup()
70 new MFString("ws://localhost:35668/cstreams/0"))); in ProtoRemoteSelectionGroup()
H A DNodeMultiPart.h68 fieldMacros(MFString, nameSpaceName, ProtoMultiPart)
73 fieldMacros(MFString, url, ProtoMultiPart)
74 fieldMacros(MFString, urlIDMap, ProtoMultiPart)
H A DNodeBackground.cpp67 addExposedField(MFSTRING, "backUrl", new MFString(), FF_URL)); in ProtoBackground()
70 addExposedField(MFSTRING, "rightUrl", new MFString(), FF_URL)); in ProtoBackground()
73 addExposedField(MFSTRING, "frontUrl", new MFString(), FF_URL)); in ProtoBackground()
76 addExposedField(MFSTRING, "leftUrl", new MFString(), FF_URL)); in ProtoBackground()
79 addExposedField(MFSTRING, "topUrl", new MFString(), FF_URL)); in ProtoBackground()
82 addExposedField(MFSTRING, "bottomUrl", new MFString(), FF_URL)); in ProtoBackground()
143 imageTextures[field - backUrl_Field()]->url((MFString *)value); in setField()
/dports/graphics/wdune/wdune-1.926/docs/interactive_open_wonderland_examples/
H A Dkeysensor_pressed.x3dv34 outputOnly MFString mstring1_out
39 // eventOut MFString mstring1_out //
73 outputOnly MFString mstring2_out
78 // eventOut MFString mstring2_out //
82 mstring2_out = new MFString(value);
101 outputOnly MFString mstring3_out
106 // eventOut MFString mstring3_out //
136 outputOnly MFString mstring4_out
141 // eventOut MFString mstring4_out //
172 outputOnly MFString mstring5_out
[all …]
H A Dstringsensor.x3dv9 outputOnly MFString mstring1_out
10 outputOnly MFString mstring2_out
15 // eventOut MFString mstring2_out //
19 mstring1_out = new MFString(value);
25 mstring2_out = new MFString(value);
H A Dtouchsensor_pressed_released.x3dv29 outputOnly MFString mstring1_out
34 // eventOut MFString mstring1_out //
40 mstring1_out = new MFString('pressed');
44 mstring1_out = new MFString('released');
H A Dplanesensor_slider.x3dv32 outputOnly MFString mstring1_out
41 // eventOut MFString mstring1_out //
52 mstring1_out = new MFString(x);
/dports/graphics/wdune/wdune-1.926/docs/coverNodes/
H A DCubeTexturePROTO.wrl32 exposedField MFString urlXP ""
33 exposedField MFString urlXN ""
34 exposedField MFString urlYP ""
35 exposedField MFString urlYN ""
36 exposedField MFString urlZP ""
37 exposedField MFString urlZN ""
H A DCubeTexture_example.wrl12 exposedField MFString urlXP
13 exposedField MFString urlXN
14 exposedField MFString urlYP
15 exposedField MFString urlYN
16 exposedField MFString urlZP
17 exposedField MFString urlZN
/dports/graphics/wdune/wdune-1.926/docs/typical_vrml_examples/ecmascript/
H A Dtext_change.wrl15 eventOut MFString schrift_out
23 schrift_out=new MFString('move left');
25 schrift_out=new MFString('move right');
27 schrift_out=new MFString('move left or right');
H A Dtexture_change.wrl15 eventOut MFString textur_out
22 textur_out=new MFString('test2.jpg');
24 textur_out=new MFString('test1.jpg');
/dports/graphics/wdune/wdune-1.926/docs/export_example_java/jogl_simple_scripting_example/
H A DScriptingExample.wrl29 eventOut MFString text_out
34 // eventOut MFString text_out //
42 text_out = new MFString(\"> 0.5\");
44 text_out = new MFString(\"< 0.5\");

123456789