Exemplo n.º 1
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _eventNames.SetupIndex();
            _methodNames.SetupIndex();
        }
        protected override void SetupDropdownIndices()
        {
            _srcNames.SetupIndex();
            _srcPaths.SetupIndex();

            _dstNames.SetupIndex();
            _dstPaths.SetupIndex();
        }
Exemplo n.º 3
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _dstNames.SetupIndex();
            _dstPaths.SetupIndex();
            _eventNames.SetupIndex();
            _srcPropNames.SetupIndex();
            _srcPathNames.SetupIndex();

            _argTypeIdx = (EventArgType)_argTypeProp.enumValueIndex;
        }
Exemplo n.º 4
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _srcNames.SetupIndex();
            _srcPaths.SetupIndex();

            _dstNames.SetupIndex();
            _dstPaths.SetupIndex();

            _dstChangeEvents.SetupIndex();
        }
Exemplo n.º 5
0
        protected override void SetupDropdownIndices()
        {
            base.SetupDropdownIndices();

            _srcCollectionNames.SetupIndex();
        }
 protected override void SetupDropdownIndices()
 {
     _selectedItemNames.SetupIndex();
     _selectedItemCollectionNames.SetupIndex();
 }