Squeak Class Documentation category index | class index  
 
GeniePlugin
  category: Genie-Engine
  superclass: TestInterpreterPlugin
  subclasses:

This plugin implements the functionality of
CRStrokeFeature>>sameClassAbsoluteStrokeDistance: aCRFeature forReference: aBoolean
. This means that changes there should be mirrored here!

GeniePlugin>>majorNO should be in sync with version number of Genie.

instance methods
  computation
  cSquaredDistanceFrom:to:
cSubstAngleFactorFrom:to:
primSameClassAbsoluteStrokeDistanceMyPoints:otherPoints:myVectors:otherVectors:mySquaredLengths:otherSquaredLengths:myAngles:otherAngles:maxSizeAndReferenceFlag:rowBase:rowInsertRemove:rowInsertRemoveCount:

  version
  majorNO
minorNO
primVersionNO

class methods
  check installed plugin
  majorNO
minorNO
versionNO
versionString

  translation
  moduleNameAndVersion
version

instance methods
  computation top  
 

cSquaredDistanceFrom:to:

arguments are pointer to ints paired as x,y coordinates of points


 

cSubstAngleFactorFrom:to:


 

primSameClassAbsoluteStrokeDistanceMyPoints:otherPoints:myVectors:otherVectors:mySquaredLengths:otherSquaredLengths:myAngles:otherAngles:maxSizeAndReferenceFlag:rowBase:rowInsertRemove:rowInsertRemoveCount:


  version top  
 

majorNO


 

minorNO


 

primVersionNO

majorNO * 1000 + minorNO


class methods
  check installed plugin top  
 

majorNO


 

minorNO


 

versionNO


 

versionString


  translation top  
 

moduleNameAndVersion

Answer the receiver's module name and version info that is used for the plugin's C code. The default is to append the code generation date, but any useful text is ok (keep it short)


 

version

Answer the receiver's version info as String.