VisualPoint Program structure
From OO Lab
Revision as of 16:55, 12 July 2014 by Rickychien (Talk | contribs)
VisualPoint是基於VSPlugin功能擴增,欲了解其架構可以先閱讀VSPlugin說明文件
There is a document explain VSPlugin's program structure. You can find it at /xdiva/DIVA/VSPlugin/Visual Studio Visualization Addin 說明文件.pptx
VisualPoint將原始的VSPlugin新增了Capture and Replay功能,可以用於錄製與播放xDiva的動畫。
此處特別針對新增的功能做說明:
- VisualpointHandler - 主要handler,負責控制MainCRForm與VisualizeForm。
- MainCRForm - 負責處理Capture and Replay的相關UI與邏輯。
- PrintForm - 負責處理VisualPoint介面下方之Print console的UI與邏輯。
- InstHandler - 全名為Instruction Handler,負責處理Capture Mode與Replay Mode的控制邏輯。