示例#1
0
 public override PluginOptions GetOptions()
 {
     if (_ClassButterflyOptions == null)
     {
         _ClassButterflyOptions = new ClassButterflyOptions(this.GetID());
     }
     return _ClassButterflyOptions;
 }
示例#2
0
 public override PluginOptions GetOptions()
 {
     if (_ClassButterflyOptions == null)
     {
         _ClassButterflyOptions = new ClassButterflyOptions(this.GetID());
     }
     return(_ClassButterflyOptions);
 }
示例#3
0
        public override void Translate()
        {
            _localOptions = _windowManager.GetPluginOptions("Class Call Usage Hierarchy") as ClassButterflyOptions;

            // Add the central node, the body of the butterfly.
            AddCentralNode();

            // Add the easy out links.
            AddOutNodes();

            AddOutImplementsNodes();
            AddOutInheritsFromNode();

            // Add the harder in links.
            AddInNodes();
        }
示例#4
0
        public override void Translate()
        {
            _localOptions = _windowManager.GetPluginOptions("Class Call Usage Hierarchy") as ClassButterflyOptions;

            // Add the central node, the body of the butterfly.
            AddCentralNode();

            // Add the easy out links.
            AddOutNodes();

            AddOutImplementsNodes();
            AddOutInheritsFromNode();

            // Add the harder in links.
            AddInNodes();
        }