Home
last modified time | relevance | path

Searched refs:ObjectProperties (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/graph/model/
H A DXcosGraphModel.java22 import org.scilab.modules.xcos.ObjectProperties;
55 private final ObjectProperties key;
88 public void setProperty(BasicBlock cell, ObjectProperties key, double[] value) { in setProperty()
118 public void setProperty(BasicBlock cell, ObjectProperties key, int[] value) { in setProperty()
148 public void setProperty(BasicBlock cell, ObjectProperties key, boolean[] value) { in setProperty()
178 public void setProperty(BasicBlock cell, ObjectProperties key, String[] value) { in setProperty()
208 public void setProperty(BasicBlock cell, ObjectProperties key, long[] value) { in setProperty()
238 public void setProperty(BasicBlock cell, ObjectProperties key, VectorOfDouble value) { in setProperty()
268 public void setProperty(BasicBlock cell, ObjectProperties key, VectorOfInt value) { in setProperty()
298 public void setProperty(BasicBlock cell, ObjectProperties key, VectorOfBool value) { in setProperty()
[all …]
H A DXcosCell.java24 import org.scilab.modules.xcos.ObjectProperties;
331 ObjectProperties prop = ObjectProperties.PARENT_BLOCK; in removeFromParent()
375 ObjectProperties property; in relatedPortKindProperty()
378 property = ObjectProperties.INPUTS; in relatedPortKindProperty()
381 property = ObjectProperties.OUTPUTS; in relatedPortKindProperty()
384 property = ObjectProperties.EVENT_INPUTS; in relatedPortKindProperty()
387 property = ObjectProperties.EVENT_OUTPUTS; in relatedPortKindProperty()
605 final ObjectProperties property; in removePort()
608 property = ObjectProperties.INPUTS; in removePort()
611 property = ObjectProperties.OUTPUTS; in removePort()
[all …]
H A DXcosCellFactory.java36 import org.scilab.modules.xcos.ObjectProperties;
402 final EnumMap<ObjectProperties, Integer> properties = new EnumMap<>(ObjectProperties.class); in createBlock()
403 properties.put(ObjectProperties.INPUTS, 0); in createBlock()
404 properties.put(ObjectProperties.OUTPUTS, 0); in createBlock()
405 properties.put(ObjectProperties.EVENT_INPUTS, 0); in createBlock()
406 properties.put(ObjectProperties.EVENT_OUTPUTS, 0); in createBlock()
413 controller.getObjectProperty(uid, kind, ObjectProperties.UID, strUID); in createBlock()
470 int numberOfPorts = properties.get(ObjectProperties.INPUTS) + 1 + in createBlock()
471 properties.get(ObjectProperties.OUTPUTS) + 1 + in createBlock()
540 for (ObjectProperties property : properties.keySet()) {
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/cmio/VirtualCamera/src/
H A Dobjectproperties.cpp76 AkVCam::ObjectProperties::ObjectProperties() in ObjectProperties() function in AkVCam::ObjectProperties
81 AkVCam::ObjectProperties::ObjectProperties(const ObjectProperties &other) in ObjectProperties() function in AkVCam::ObjectProperties
87 AkVCam::ObjectProperties &AkVCam::ObjectProperties::operator =(const ObjectProperties &other) in operator =()
95 AkVCam::ObjectProperties::~ObjectProperties() in ~ObjectProperties()
110 bool AkVCam::ObjectProperties::setProperty(UInt32 property, in setProperty()
121 bool AkVCam::ObjectProperties::setProperty(UInt32 property, in setProperty()
132 bool AkVCam::ObjectProperties::setProperty(UInt32 property, in setProperty()
143 bool AkVCam::ObjectProperties::setProperty(UInt32 property, in setProperty()
154 bool AkVCam::ObjectProperties::setProperty(UInt32 property, in setProperty()
701 void AkVCam::ObjectProperties::update(const ObjectProperties &other) in update()
[all …]
H A Dobjectproperties.h38 class ObjectProperties
41 ObjectProperties();
42 ObjectProperties(const ObjectProperties &other);
43 ObjectProperties &operator =(const ObjectProperties &other);
44 virtual ~ObjectProperties();
115 void update(const ObjectProperties &other);
H A Dobjectinterface.h45 ObjectProperties properties() const;
46 ObjectProperties &properties();
47 void setProperties(const ObjectProperties &properties);
48 void updateProperties(const ObjectProperties &properties);
77 ObjectProperties m_properties;
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/
H A DController.java74 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, double[] v) { in getObjectProperty()
78 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, int[] v) { in getObjectProperty()
82 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, boolean[] v) { in getObjectProperty()
86 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, String[] v) { in getObjectProperty()
90 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, long[] v) { in getObjectProperty()
98 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfInt v) { in getObjectProperty()
102 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfBool v) { in getObjectProperty()
114 public UpdateStatus setObjectProperty(long uid, Kind k, ObjectProperties p, double v) { in setObjectProperty()
118 public UpdateStatus setObjectProperty(long uid, Kind k, ObjectProperties p, int v) { in setObjectProperty()
126 public UpdateStatus setObjectProperty(long uid, Kind k, ObjectProperties p, long v) { in setObjectProperty()
[all …]
H A DUpdateStyleFromInterfunctionAdapter.java36 …public void propertyUpdated(ScicosObjectOwner owner, ObjectProperties property, UpdateStatus statu… in propertyUpdated()
42 if (property != ObjectProperties.INTERFACE_FUNCTION && property != ObjectProperties.STYLE) { in propertyUpdated()
49 …controller.getObjectProperty(owner.getUID(), owner.getKind(), ObjectProperties.INTERFACE_FUNCTION,… in propertyUpdated()
52 … controller.getObjectProperty(owner.getUID(), owner.getKind(), ObjectProperties.STYLE, style); in propertyUpdated()
58 …controller.setObjectProperty(owner.getUID(), owner.getKind(), ObjectProperties.STYLE, styleMap.toS… in propertyUpdated()
H A DXcosView.java35 EnumSet<ObjectProperties> listenedProperties;
37 …public Entry(final boolean onCallerThread, final EnumSet<ObjectProperties> properties, final XcosV… in Entry()
161 private final ObjectProperties property;
164 …public PropertyUpdatedRunnable(Entry e, ScicosObjectOwner owner, ObjectProperties property, Update… in PropertyUpdatedRunnable()
178 …public final void propertyUpdated(long uid, Kind kind, ObjectProperties property, UpdateStatus sta… in propertyUpdated()
203 …cosViewListener(listener, EnumSet.allOf(Kind.class), false, EnumSet.allOf(ObjectProperties.class)); in addXcosViewListener()
207 … addXcosViewListener(listener, EnumSet.of(kind), false, EnumSet.allOf(ObjectProperties.class)); in addXcosViewListener()
210 …osViewListener(final XcosViewListener listener, final Kind kind, final ObjectProperties property) { in addXcosViewListener()
215 …stener(listener, EnumSet.allOf(Kind.class), onCallerThread, EnumSet.allOf(ObjectProperties.class)); in addXcosViewListener()
218 …ener listener, EnumSet<Kind> kinds, boolean onCallerThread, EnumSet<ObjectProperties> properties) { in addXcosViewListener()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/io/writer/
H A DBlockWriter.java24 import org.scilab.modules.xcos.ObjectProperties;
55 shared.controller.getObjectProperty(uid, kind, ObjectProperties.UID, v); in write()
59 shared.controller.setObjectProperty(uid, kind, ObjectProperties.UID, v[0]); in write()
67 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SIM_BLOCKTYPE, v); in write()
71 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SIM_DEP_UT, vecOfInt); in write()
75 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SIM_FUNCTION_NAME, v); in write()
84 shared.controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, v); in write()
87 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DESCRIPTION, v); in write()
109 …final EnumSet<ObjectProperties> portKind = EnumSet.of(ObjectProperties.INPUTS, ObjectProperties.OU… in write()
110 ObjectProperties.EVENT_INPUTS, ObjectProperties.EVENT_OUTPUTS); in write()
[all …]
H A DLinkWriter.java22 import org.scilab.modules.xcos.ObjectProperties;
35 shared.controller.getObjectProperty(uid, kind, ObjectProperties.KIND, linkKind); in write()
63 shared.controller.getObjectProperty(uid, kind, ObjectProperties.UID, id); in write()
65 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SOURCE_PORT, scicosId); in write()
66 shared.controller.getObjectProperty(scicosId[0], Kind.PORT, ObjectProperties.UID, src); in write()
68 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DESTINATION_PORT, scicosId); in write()
69 shared.controller.getObjectProperty(scicosId[0], Kind.PORT, ObjectProperties.UID, dst); in write()
71 shared.controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, style); in write()
72 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DESCRIPTION, value); in write()
83 shared.controller.setObjectProperty(uid, kind, ObjectProperties.UID, id[0]); in write()
H A DPortWriter.java21 import org.scilab.modules.xcos.ObjectProperties;
27 private final ObjectProperties portKind;
30 public PortWriter(XcosWriter writer, ObjectProperties portKind) { in PortWriter()
45 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.IMPLICIT, isImplicit); in write()
81 shared.controller.getObjectProperty(uid, kind, ObjectProperties.UID, str); in write()
85 shared.controller.setObjectProperty(uid, kind, ObjectProperties.UID, str[0]); in write()
92 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.DATATYPE, datatype); in write()
102 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.FIRING, firing); in write()
106 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.STYLE, style); in write()
110 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.LABEL, value); in write()
H A DScilabWriter.java22 import org.scilab.modules.xcos.ObjectProperties;
50 shared.controller.getObjectProperty(parentUID, parentKind, ObjectProperties.LABEL, label); in writeAnnotationCell()
56 shared.controller.getObjectProperty(label[0], Kind.ANNOTATION, ObjectProperties.UID, v); in writeAnnotationCell()
59 … shared.controller.getObjectProperty(label[0], Kind.ANNOTATION, ObjectProperties.STYLE, v); in writeAnnotationCell()
62 … shared.controller.getObjectProperty(label[0], Kind.ANNOTATION, ObjectProperties.DESCRIPTION, v); in writeAnnotationCell()
H A DRawDataWriter.java32 import org.scilab.modules.xcos.ObjectProperties;
100 shared.controller.getObjectProperty(uid, kind, ObjectProperties.EXPRS, vDouble); in writeBlock()
103 shared.controller.getObjectProperty(uid, kind, ObjectProperties.RPAR, vDouble); in writeBlock()
106 shared.controller.getObjectProperty(uid, kind, ObjectProperties.IPAR, vInt); in writeBlock()
109 shared.controller.getObjectProperty(uid, kind, ObjectProperties.OPAR, vDouble); in writeBlock()
112 shared.controller.getObjectProperty(uid, kind, ObjectProperties.NZCROSS, vInt); in writeBlock()
115 shared.controller.getObjectProperty(uid, kind, ObjectProperties.NMODE, vInt); in writeBlock()
118 shared.controller.getObjectProperty(uid, kind, ObjectProperties.STATE, vDouble); in writeBlock()
121 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DSTATE, vDouble); in writeBlock()
124 shared.controller.getObjectProperty(uid, kind, ObjectProperties.ODSTATE, vDouble); in writeBlock()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/io/sax/
H A DPortHandler.java21 import org.scilab.modules.xcos.ObjectProperties;
53 ObjectProperties relatedProperty; in startElement()
87 relatedProperty = ObjectProperties.EVENT_OUTPUTS; in startElement()
92 relatedProperty = ObjectProperties.EVENT_INPUTS; in startElement()
97 relatedProperty = ObjectProperties.INPUTS; in startElement()
102 relatedProperty = ObjectProperties.OUTPUTS; in startElement()
107 relatedProperty = ObjectProperties.INPUTS; in startElement()
112 relatedProperty = ObjectProperties.OUTPUTS; in startElement()
195 ObjectProperties opposite = null; in startElement()
197 opposite = ObjectProperties.SOURCE_PORT; in startElement()
[all …]
H A DJGraphXHandler.java20 import org.scilab.modules.xcos.ObjectProperties;
137 …ler.controller.getObjectProperty(parent.getUID(), parent.getKind(), ObjectProperties.CHILDREN, chi… in startElement()
147 … saxHandler.controller.getObjectProperty(uid, kind, ObjectProperties.GEOMETRY, geometry); in startElement()
150 … saxHandler.controller.setObjectProperty(uid, kind, ObjectProperties.GEOMETRY, geometry); in startElement()
154 … saxHandler.controller.getObjectProperty(uid, kind, ObjectProperties.LABEL, annotation); in startElement()
165 …saxHandler.controller.getObjectProperty(uid, kind, ObjectProperties.CONTROL_POINTS, controlPoints); in startElement()
172 …saxHandler.controller.setObjectProperty(uid, kind, ObjectProperties.CONTROL_POINTS, controlPoints); in startElement()
189 …saxHandler.controller.setObjectProperty(uid, kind, ObjectProperties.DESCRIPTION, mxUtils.getBodyMa… in decodeCellAnnotation()
193 saxHandler.controller.setObjectProperty(uid, kind, ObjectProperties.STYLE, style); in decodeCellAnnotation()
201 …saxHandler.controller.setObjectProperty(parentUID, parentKind, ObjectProperties.LABEL, label.getUI… in decodeCellAnnotation()
[all …]
H A DLinkHandler.java21 import org.scilab.modules.xcos.ObjectProperties;
80 saxHandler.controller.setObjectProperty(uid, Kind.LINK, ObjectProperties.KIND, linkKind); in startElement()
88 …saxHandler.controller.setObjectProperty(uid, Kind.LINK, ObjectProperties.SOURCE_PORT, src.longValu… in startElement()
89 …saxHandler.controller.setObjectProperty(src.longValue(), Kind.PORT, ObjectProperties.CONNECTED_SIG… in startElement()
97 …lvedReference(new ScicosObjectOwner(uid, Kind.LINK), ObjectProperties.SOURCE_PORT, ObjectPropertie… in startElement()
109 …saxHandler.controller.setObjectProperty(uid, Kind.LINK, ObjectProperties.DESTINATION_PORT, dst.lon… in startElement()
110 …saxHandler.controller.setObjectProperty(dst.longValue(), Kind.PORT, ObjectProperties.CONNECTED_SIG… in startElement()
118 …edReference(new ScicosObjectOwner(uid, Kind.LINK), ObjectProperties.DESTINATION_PORT, ObjectProper… in startElement()
H A DRawDataHandler.java32 import org.scilab.modules.xcos.ObjectProperties;
51 final ObjectProperties as;
65 private final Map<String, ObjectProperties> propertyMap;
78 localPropertyMap.put("exprs", ObjectProperties.EXPRS); in RawDataHandler()
79 localPropertyMap.put("realParameters", ObjectProperties.RPAR); in RawDataHandler()
83 localPropertyMap.put("nmode", ObjectProperties.NMODE); in RawDataHandler()
84 localPropertyMap.put("state", ObjectProperties.STATE); in RawDataHandler()
85 localPropertyMap.put("dState", ObjectProperties.DSTATE); in RawDataHandler()
86 localPropertyMap.put("oDState", ObjectProperties.ODSTATE); in RawDataHandler()
87 localPropertyMap.put("equations", ObjectProperties.EQUATIONS); in RawDataHandler()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/block/
H A DBasicBlock.java48 import org.scilab.modules.xcos.ObjectProperties;
317 props.put(ObjectProperties.EXPRS, vDouble); in updateFields()
321 props.put(ObjectProperties.STATE, vDouble); in updateFields()
325 props.put(ObjectProperties.DSTATE, vDouble); in updateFields()
329 props.put(ObjectProperties.ODSTATE, vDouble); in updateFields()
333 props.put(ObjectProperties.RPAR, vDouble); in updateFields()
337 props.put(ObjectProperties.OPAR, vDouble); in updateFields()
351 props.put(ObjectProperties.NZCROSS, vInt); in updateFields()
355 props.put(ObjectProperties.NMODE, vInt); in updateFields()
359 props.put(ObjectProperties.IPAR, vInt); in updateFields()
[all …]
H A DSuperBlock.java26 import org.scilab.modules.xcos.ObjectProperties;
77 … controller.setObjectProperty(uid, kind, ObjectProperties.SIM_FUNCTION_NAME, SIMULATION_NAME); in SuperBlock()
111 …controller.setObjectProperty(getUID(), Kind.BLOCK, ObjectProperties.INTERFACE_FUNCTION, MASKED_INT… in mask()
112 …controller.setObjectProperty(getUID(), Kind.BLOCK, ObjectProperties.SIM_FUNCTION_NAME, MASKED_SIMU… in mask()
116 controller.setObjectProperty(getUID(), Kind.BLOCK, ObjectProperties.IPAR, ipar); in mask()
123 …controller.setObjectProperty(getUID(), Kind.BLOCK, ObjectProperties.INTERFACE_FUNCTION, INTERFUNCT… in unmask()
124 …controller.setObjectProperty(getUID(), Kind.BLOCK, ObjectProperties.SIM_FUNCTION_NAME, SIMULATION_… in unmask()
134 …controller.getObjectProperty(getUID(), Kind.BLOCK, ObjectProperties.INTERFACE_FUNCTION, interfaceF… in isMasked()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dobject-properties.cpp52 ObjectProperties::ObjectProperties() in ObjectProperties() function in Inkscape::UI::Dialog::ObjectProperties
92 ObjectProperties::~ObjectProperties() in ~ObjectProperties()
98 void ObjectProperties::_init() in _init()
228 sigc::mem_fun(this, &ObjectProperties::_imageRenderingChanged) in _init()
286 void ObjectProperties::update_entries() in update_entries()
403 void ObjectProperties::_labelChanged() in _labelChanged()
471 void ObjectProperties::_imageRenderingChanged() in _imageRenderingChanged()
498 void ObjectProperties::_sensitivityToggled() in _sensitivityToggled()
514 void ObjectProperties::_aspectRatioToggled() in _aspectRatioToggled()
541 void ObjectProperties::_hiddenToggled() in _hiddenToggled()
[all …]
H A Dobject-properties.h65 class ObjectProperties : public DialogBase
68 ObjectProperties();
69 ~ObjectProperties() override;
71 static ObjectProperties &getInstance() { return *new ObjectProperties(); } in getInstance()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/explorer/
H A DBrowserTreeNodeData.java29 import org.scilab.modules.xcos.ObjectProperties;
130 controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, style); in htmlBlock()
132 controller.getObjectProperty(uid, kind, ObjectProperties.EXPRS, exprs); in htmlBlock()
134 controller.getObjectProperty(uid, kind, ObjectProperties.GEOMETRY, geom); in htmlBlock()
136 controller.getObjectProperty(uid, kind, ObjectProperties.INTERFACE_FUNCTION, interf); in htmlBlock()
138 controller.getObjectProperty(uid, kind, ObjectProperties.TITLE, title); in htmlBlock()
140 controller.getObjectProperty(uid, kind, ObjectProperties.UID, uuid); in htmlBlock()
169 controller.getObjectProperty(uid, kind, ObjectProperties.TITLE, title); in htmlDiagram()
171 controller.getObjectProperty(uid, kind, ObjectProperties.VERSION_NUMBER, version); in htmlDiagram()
173 controller.getObjectProperty(uid, kind, ObjectProperties.PATH, path); in htmlDiagram()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/graph/
H A DScicosParameters.java26 import org.scilab.modules.xcos.ObjectProperties;
163 controller.getObjectProperty(root.getUID(), root.getKind(), ObjectProperties.PROPERTIES, v); in getProperties()
180 controller.setObjectProperty(root.getUID(), root.getKind(), ObjectProperties.PROPERTIES, v); in setProperties()
188 …controller.getObjectProperty(current.getUID(), current.getKind(), ObjectProperties.DIAGRAM_CONTEXT… in getContext()
205 …controller.setObjectProperty(current.getUID(), current.getKind(), ObjectProperties.DIAGRAM_CONTEXT… in setContext()
215 … controller.getObjectProperty(root.getUID(), root.getKind(), ObjectProperties.VERSION_NUMBER, v); in getVersion()
224 … controller.getObjectProperty(root.getUID(), root.getKind(), ObjectProperties.DEBUG_LEVEL, v); in getDebugLevel()
237 …controller.setObjectProperty(root.getUID(), root.getKind(), ObjectProperties.DEBUG_LEVEL, debugLev… in setDebugLevel()
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/io/scicos/
H A DBlockModelElement.java33 import org.scilab.modules.xcos.ObjectProperties;
132 …controller.getObjectProperty(into.getUID(), into.getKind(), ObjectProperties.SIM_FUNCTION_NAME, fu… in fillSimulationFunction()
135 …controller.getObjectProperty(into.getUID(), into.getKind(), ObjectProperties.SIM_FUNCTION_API, fun… in fillSimulationFunction()
144 …controller.setObjectProperty(into.getUID(), into.getKind(), ObjectProperties.SIM_FUNCTION_NAME, fu… in fillSimulationFunction()
145 …controller.setObjectProperty(into.getUID(), into.getKind(), ObjectProperties.SIM_FUNCTION_API, fun… in fillSimulationFunction()
192 …controller.setObjectProperty(into.getUID(), into.getKind(), ObjectProperties.STATE, toVectorOfDoub… in fillFirstRawParameters()
216 …controller.setObjectProperty(into.getUID(), into.getKind(), ObjectProperties.IPAR, toVectorOfInt((… in fillFirstRawParameters()
220 …controller.setObjectProperty(into.getUID(), into.getKind(), ObjectProperties.OPAR, new ScilabTypeC… in fillFirstRawParameters()
255 …controller.setObjectProperty(port.getUID(), port.getKind(), ObjectProperties.FIRING, values[indexe… in fillFiringParameters()
305 controller.setObjectProperty(into.getUID(), into.getKind(), ObjectProperties.SIM_DEP_UT, v); in fillSecondRawParameters()
[all …]

12345678910>>...14