OrsReferenceFinder_a11d98920b3411e7b067448a5b5d70c0¶
This plugin is to find the Python references of an instance.
- Applications include:
- debugging why a class instance is not deleted (doesn’t go through her __del__ method)
- debugging why a model object (ex: a channel) is not deleted when calling a deleteObject
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved 2021. |
| date: | Mar 17 2017 13:10 |
| dragonflyVersion: | |
| 2.1.0.223 (D) | |
| UUID: | a11d98920b3411e7b067448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsReferenceFinder_a11d98920b3411e7b067448a5b5d70c0.OrsReferenceFinder_a11d98920b3411e7b067448a5b5d70c0.OrsReferenceFinder_a11d98920b3411e7b067448a5b5d70c0(varname=None)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
exportCurrentReferrersGraphIntoFile(filename)¶
-
findReferences(anInstanceID, maxNodeCount=100)¶
-
getGraphModel(graphModelID=None)¶
-
classmethod
getMainFormClass()¶ Gets the class of the main form
Returns: output –
-
getObjectModelInstancesTableModel()¶
-
classmethod
getRestrictedLocationsOfRoots()¶
-
classmethod
getSupportedRoots()¶
-
getTreeModelExistingInstances()¶
-
importReferrersGraphFromFile(filename)¶
-
isValidNewPotentialConnection(parentNodeGUID, childNodeGUID)¶ This function is to test if a new connection can be established between 2 nodes
-
keepAlive= False¶
-
multiple= True¶
-
reorganizeGraph()¶ This function calls for a full reorganization of the graph nodes :return:
-
savable= False¶
-
showInToolbar= True¶
-
classmethod
startOnInstanceID(instanceID)¶
-
classmethod
topLevelMenu()¶
-
updateObjectModelInstancesTableModel()¶
-
updateReferrersGraph(referrersGraph)¶
-
updateTreeModelExistingInstances()¶
-