Home
last modified time | relevance | path

Searched refs:__GO_PARENT_AXES__ (Results 1 – 22 of 22) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A Dset_links_property.c82 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piParentAxes); in set_links_property()
103 getGraphicObjectProperty(iPolylineObjectUID, __GO_PARENT_AXES__, jni_int, (void **)&piPoly); in set_links_property()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/
H A DGetProperty.c218 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piAxes); in sciGetPoint()
282 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piAxes); in sciGetPoint()
335 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piAxes); in sciGetPoint()
390 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piAxes); in sciGetPoint()
431 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piAxes); in sciGetPoint()
H A DCloneObjects.c80 getGraphicObjectProperty(iSource, __GO_PARENT_AXES__, jni_int, (void **)&piParentAxes); in clonePolyline()
H A DaxesScale.c298 getGraphicObjectProperty(iTextUID, __GO_PARENT_AXES__, jni_int, (void **) &piParent); in updateTextBounds()
H A DSetProperty.c458 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piArentAxes); in sciSetPoint()
H A DFormat.c856 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piParentAxesID); in ComputeC_format()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/sci_gateway/c/
H A Dsci_Legend.c180 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piSubWin); in sci_Legend()
186 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piObj); in sci_Legend()
H A Dsci_copy.c149 getGraphicObjectProperty(iObjUID, __GO_PARENT_AXES__, jni_int, (void **)&piSubWin); in sci_copy()
H A Dsci_StringBox.c160 getGraphicObjectProperty(iTextUID, __GO_PARENT_AXES__, jni_int, (void **)&piParentAxes); in sci_stringbox()
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/datatip/
H A DDatatipDisplayModeManager.java21 …static org.scilab.modules.graphic_objects.graphicObject.GraphicObjectProperties.__GO_PARENT_AXES__;
80 Integer auid = (Integer) controller.getProperty(uid, __GO_PARENT_AXES__); in add()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/datatip/
H A DDatatipDrag.java47 Integer axesUid = (Integer) controller.getProperty(parentPolyline, __GO_PARENT_AXES__); in dragDatatip()
H A DDatatipMove.java63 Integer axes = (Integer) controller.getProperty(parentPolyline, __GO_PARENT_AXES__); in move()
H A DDatatipOrientation.java93 …eger axesUid = (Integer)GraphicController.getController().getProperty(datatip, __GO_PARENT_AXES__); in setOrientation()
H A DDatatipCreate.java139 …r axesUid = (Integer) controller.getProperty(polyline, GraphicObjectProperties.__GO_PARENT_AXES__); in datatipProperties()
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/
H A DPolylineHandler.java94 …raphicController.getController().getProperty(polyline, GraphicObjectProperties.__GO_PARENT_AXES__); in dragPolyline()
H A DCommonHandler.java409 …raphicController.getController().getProperty(polyline, GraphicObjectProperties.__GO_PARENT_AXES__); in computeIntersection()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/scripts/
H A DpropertiesMap.properties34 __GO_PARENT_AXES__ key
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/graphicObject/
H A DGraphicObject.java43 …static org.scilab.modules.graphic_objects.graphicObject.GraphicObjectProperties.__GO_PARENT_AXES__;
320 case __GO_PARENT_AXES__ : in getPropertyFromName()
H A DGraphicObjectProperties.java55 public static final int __GO_PARENT_AXES__ = 32; field in GraphicObjectProperties
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/includes/
H A DgraphicObjectProperties.h54 #define __GO_PARENT_AXES__ 32 macro
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DpickSurface.cpp131 getGraphicObjectProperty(uid, __GO_PARENT_AXES__, jni_int, (void**) &paxes_uid); in pickSurface()
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A Dhandle_properties.cpp1822 getGraphicObjectProperty(legend, __GO_PARENT_AXES__, jni_int, (void**)&paxes); in update_link_path()