|
ProtoGraph Public Properties
|
AssemblyName
|
|
The Name of this Assembly |
Category: Behavior |
Public Property AssemblyName() As AssemblyName
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
AssemblyName |
|
BetaReitDialog
|
|
Dialog employed in Beta Reitration; carries most of the code for this |
Category: Behavior |
Public ReadOnly Property BetaReitDialog() As frmReiterateBetaGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
frmReiterateBetaGraph |
|
Bitmap
|
|
Reference to Bitmap used for this Graph |
Category: Appearance |
Public Property Bitmap() As Bitmap
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Bitmap |
|
BorderPen
|
|
When there is a Border, it is drawn with this |
Category: Appearance |
Public Property BorderPen() As Pen
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Pen |
|
ClipPath
|
|
Reference to this Graphs Clip Path |
Category: Appearance |
Public Property ClipPath() As GraphicsPath
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
GraphicsPath |
|
ClipPathIsImported
|
|
True means Clipping Path is generated outside and prior to this Graph's construction |
Category: Appearance |
Public Property ClipPathIsImported() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
ClipPathOnPG
|
|
Reference to this Graph's Clip Path translated to its ParentGraph |
Category: Appearance |
Public Property ClipPathOnPG() As GraphicsPath
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
GraphicsPath |
|
ColorQueue
|
|
Queue for Storing, Supplying, and Recycling Line of Identity Colors |
Category: Behavior |
Public Property ColorQueue() As ColorQueue
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ColorQueue |
|
ConjunctiveGroup
|
|
Permits Grouping of EG for Moving, etc., without creation of a ConjunctiveEG |
Category: Behavior |
Public Property ConjunctiveGroup() As ConjunctiveGraphSet
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ConjunctiveGraphSet |
|
ContextMenuToUse
|
|
Picks which ContextMenu is used for this Graph-construction |
Category: Action |
Public Property ContextMenuToUse() As CtxMenuStyle
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
CtxMenuStyle |
|
CopiedFROM
|
|
When this is a copied Graph, this property refers to the Original |
Category: Behavior |
Public Property CopiedFROM() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
CopiedTO
|
|
When this Graph is copied, as in Reiteration, this is the Most Recent Copy |
Category: Behavior |
Public Property CopiedTO() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
CornerRadius
|
|
Radius in pixels of rounded corners on Cuts |
Category: Appearance |
Public Property CornerRadius() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
CurrentDotColor
|
|
Index for next Line of Identity's Color |
Category: Appearance |
Public Property CurrentDotColor() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
CurrentDotColorARGB
|
|
ARGB for next Line of Identity's Color |
Category: Appearance |
Public Property CurrentDotColorARGB() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
DeiterateToMe
|
|
Outer (undeleted) instance of Graph to be Deiterated |
Category: Behavior |
Public Property DeiterateToMe() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
GlobalForm
|
|
A Form, such as an MDIParent or equivalent Mother Ship, whose Tag can be used as a Drop for Copied Objects |
Category:
|
Public Property GlobalForm() As Form
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Form |
|
GraphIsActive
|
|
"False" means this Graph has been deleted |
Category: Behavior |
Public Property GraphIsActive() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
GraphState
|
|
Indicates operation underway on this Graph |
Category: Behavior |
Public Property GraphState() As GraphOperationState
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
GraphOperationState |
|
GraphToCopy
|
|
Reference to Graph scheduled to be copied |
Category: Behavior |
Public Property GraphToCopy() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
GraphToInsertVerso
|
|
Reference to Graph scheduled for insertion on a Verso |
Category: Behavior |
Public Property GraphToInsertVerso() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
GraphToReiterate
|
|
Reference to Graph scheduled to be Reiterated |
Category: Behavior |
Public Property GraphToReiterate() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
HasAccessTo
|
|
:
The Collection of RootSA's associated respectively with Worlds TO WHICH the World associated with THIS Construction's RootSA HAS ACCESS |
Category: Behavior |
Public Property HasAccessTo() As SheetOfAssertionCollection
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
SheetOfAssertionCollection |
|
HomeRootSA
|
|
:
The Root SheetOfAssertion of the Construction for the Possible World which this Graph represents |
Category:
|
Public Property HomeRootSA() As SheetOfAssertion
|
Remarks:
|
|
GAMMA; This Property maintains continuity with an accessed World Variable during Gamma Transformations |
IndexParameters:
|
|
|
Return Value:
|
|
SheetOfAssertion |
|
HookMappings
|
|
This Collection holds mappings of Locations of all Hooks in this Graph Construction to this Graph; Index order is as in Inventory.Hooks |
Category: Behavior |
Public Property HookMappings() As PointCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
PointCollection |
|
IndexCurrent
|
|
This Graph's Index in its active Inventory Collection; this is subject to change |
Category: Behavior |
Public Property IndexCurrent() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
IndexFixed
|
|
Absolute Index of this Graph among its type; assigned at Creation, does not Change |
Category: Behavior |
Public Property IndexFixed() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
Inventory
|
|
Properties and Methods giving an Inventory of the Graph Construction and other useful things |
Category: Behavior |
Public Property Inventory() As Inventory
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Inventory |
|
IsAccessedFrom
|
|
:
The Collection of RootSA's associated respectively with Worlds WHICH HAVE ACCESS TO the World associated with THIS Construction's RootSA |
Category: Behavior |
Public Property IsAccessedFrom() As SheetOfAssertionCollection
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
SheetOfAssertionCollection |
|
IsAntisymmetric
|
|
:
True iff Access for the present Instance is Antisymmetric, i.e., if world W is accessed by this instance and also accesses it, then this instance Is W |
Category: Behavior |
Public Property IsAntisymmetric() As Boolean
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsBellWether
|
|
True means this Graph controls changes to its ConjunctiveGroup |
Category: Behavior |
Public Property IsBellWether() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsConjunctiveEG
|
|
True marks this Graph as marking a Conjunctive set of Graphs |
Category: Behavior |
Public Property IsConjunctiveEG() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsCut
|
|
True marks this Graph as a Cut |
Category: Behavior |
Public Property IsCut() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsDot
|
|
True marks this Graph as a Dot (Line of Identity) |
Category: Behavior |
Public Property IsDot() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsGammaGraph
|
|
:
Returns True iff this is a Gamma Existential Graph |
Category: Behavior |
Public Property IsGammaGraph() As Boolean
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsRecto
|
|
True marks this Graph as enclosed by an even number (including 0) of Cuts |
Category: Behavior |
Public Property IsRecto() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsReflexive
|
|
:
True iff Access for the present Instance is Reflexive |
Category: Behavior |
Public Property IsReflexive() As Boolean
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsRootSA
|
|
True iff this Graph is a Root SheetOfAssertion, having no ParentGraph |
Category: Behavior |
Public ReadOnly Property IsRootSA() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsSelectedForXML
|
|
"True" marks this Graph as Selected for XML Copying |
Category: Apeparance |
Public Property IsSelectedForXML() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsSheetOfAssertion
|
|
True marks this Graph as a Sheet of Assertion |
Category: Behavior |
Public Property IsSheetOfAssertion() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsSpot
|
|
True marks this Graph as a Spot (Propositional Variable or Predicate |
Category: Behavior |
Public Property IsSpot() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsSymmetric
|
|
:
True iff Access for the present Instance is Symmetric, i.e., any World accessing this instance also is accessed by it |
Category: Behavior |
Public Property IsSymmetric() As Boolean
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsTransitive
|
|
:
True iff Access for the present Instance is Transitive, i.e., any World accessing this instance also has access to all worlds which this instance accesses |
Category: Behavior |
Public Property IsTransitive() As Boolean
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsVan
|
|
True marks this Graph as a temporary Van, used to move or size other Graphs |
Category: Behavior |
Public Property IsVan() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
LigatureCount
|
|
Count of Ligatures with Hooks on this Graph |
Category: Behavior |
Public ReadOnly Property LigatureCount() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
LocRootShadow
|
|
The Location of this Graph relative to the RootSA |
Category: Behavior |
Public ReadOnly Property LocRootShadow() As Point
|
Remarks:
|
|
See the PointShadow Class for more information on this topic |
IndexParameters:
|
|
|
Return Value:
|
|
Point |
|
MapsInITSAAlpha
|
|
A temporary reference to a matched Graph in an ITSAAlpha check; used in the later comparison of Ligatures |
Category: Behavior |
Public Property MapsInITSAAlpha() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
MarqueeDragDirection
|
|
Direction in which Marquee was dragged |
Category: Behavior |
Public Property MarqueeDragDirection() As DragDirection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
DragDirection |
|
MarqueeRectangle
|
|
Rectangle passed by a Marquee operation |
Category: Behavior |
Public Property MarqueeRectangle() As Rectangle
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Rectangle |
|
MouseLoc
|
|
Location of the Mouse on this Graph |
Category: Mouse |
Public Property MouseLoc() As Point
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Point |
|
Nexus
|
|
:
The EGWorld Object which handles this Graph's Gamma-connections to other Existential Graphs |
Category: Behavior |
Public Property Nexus() As EGWorld
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
EGWorld |
|
OutsideClipBoard
|
|
Holds a Reference to a Graph which might be copied outside this Construction |
Category:
|
Public Property OutsideClipBoard() As ProtoGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraph |
|
ParentControl
|
|
The Parent of this Graph, As Control |
Category: Behavior |
Public Property ParentControl() As Control
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Control |
|
ParentGraph
|
|
The ParentGraph of this Graph, if it exists, As ProtoGraph |
Category: Behavior |
Public Property ParentGraph() As ContainerGraph
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ContainerGraph |
|
Path
|
|
Complete Description, from RootSA, of this Graph's location in the Graph-tree |
Category: Behavior |
Public Property Path() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
PathCount
|
|
The Number of Graphs in the Path |
Category: Behavior |
Public ReadOnly Property PathCount() As Int32
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Int32 |
|
PathNames
|
|
Array of Names in the Path |
Category: Behavior |
Public ReadOnly Property PathNames() As String[]
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String[] |
|
PathRefs
|
|
Array of References to Graphs in Path of this Graph |
Category: Behavior |
Public ReadOnly Property PathRefs() As ProtoGraphCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraphCollection |
|
PathTypes
|
|
Array of Names of Types of Graphs in the Path |
Category: Behavior |
Public ReadOnly Property PathTypes() As String[]
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String[] |
|
PreserveHomeRoot
|
|
:
True means that HomeRootSA of this Graph is conserved even if that of its ParentGraph changes |
Category: Behavior |
Public Property PreserveHomeRoot() As Boolean
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
ReiterationParameters
|
|
Provides information on how to treat Ligatures in a Reiteration |
Category: Behavior |
Public Property ReiterationParameters() As BetaReitParameters[]
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
BetaReitParameters[] |
|
RootSA
|
|
Reference to the most inclusive Graph of this construction |
Category: Behavior |
Public Property RootSA() As SheetOfAssertion
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
SheetOfAssertion |
|
ShowSpotBorder
|
|
True means Border is drawn on contained Spots |
Category: Appearance |
Public Property ShowSpotBorder() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
SpotFont
|
|
Font used for Spot VariableNames |
Category: Appearance |
Public Property SpotFont() As Font
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Font |
|
SubTree
|
|
Collection of Graphs of this Construction Rooted in the present Graph |
Category: Behavior |
Public ReadOnly Property SubTree() As ProtoGraphCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
ProtoGraphCollection |
|
SVGCodeForHookConnections
|
|
Used in Composing SVG image of this Graph |
Category: Appearance |
Public Property SVGCodeForHookConnections() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
TextBrush
|
|
Employed for drawing Text |
Category: Appearance |
Public Property TextBrush() As SolidBrush
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
SolidBrush |
|
TextColor
|
|
Color of Text drawn on this Graph |
Category: Appearance |
Public Property TextColor() As Color
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Color |
|
Universe
|
|
:
The EGUniverse Object for this GammaFamily |
Category: Behavior |
Public Property Universe() As EGUniverse
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
EGUniverse |
|
Version
|
|
The Version of this Assembly |
Category: Behavior |
Public Property Version() As Version
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Version |
|
WorkingRectMarquee
|
|
Reference to current MarqueeRectangular (if any) active on this Graph |
Category: Behavior |
Public Property WorkingRectMarquee() As MarqueeRectangular
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
MarqueeRectangular |
|
WorldToken
|
|
:
The EGWorld Object originally associated with this Graph |
Category: Behavior |
Public Property WorldToken() As EGWorld
|
Remarks:
|
|
GAMMA |
IndexParameters:
|
|
|
Return Value:
|
|
EGWorld |
|
XMLForCopy
|
|
XML used internally for Insertion on Verso or Reiteration purposes |
Category: Behavior |
Public Property XMLForCopy() As String
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
String |
|
|
|