Esempio n. 1
0
        private void NotifyArchiveTypes(IArchiver ar)
        {
            ar.NotifyType("CScript", typeof(Script));
            //			ar.NotifyType("CObList", typeof(CObList));
            ar.NotifyType("CCmdHighlightItem", typeof(CmdHighlightItem));
            ar.NotifyType("CIntegerParam", typeof(IntegerParam));
            ar.NotifyType("CRealParam", typeof(FloatParam));
            ar.NotifyType("CBooleanParam", typeof(BoolParam));
            ar.NotifyType("CStringParam", typeof(StringParam));
            ar.NotifyType("", typeof(CmdSoundClick));
            ar.NotifyType("", typeof(CmdBeep));
            ar.NotifyType("", typeof(CmdWait));
            ar.NotifyType("", typeof(CmdNormalItem));
            ar.NotifyType("", typeof(CmdFlashItem));
            ar.NotifyType("", typeof(CmdExec));
            ar.NotifyType("", typeof(CmdOpenApp));
            ar.NotifyType("", typeof(CmdParamApp));
            ar.NotifyType("", typeof(CmdAlternateApp));
            ar.NotifyType("", typeof(CmdSwitchToApp));
            ar.NotifyType("", typeof(CmdOpenDesktop));
            ar.NotifyType("", typeof(CmdSaveDesktop));
            ar.NotifyType("", typeof(CmdOpenSelectionSet));
            ar.NotifyType("", typeof(CmdOpenItemTemplateSet));
            ar.NotifyType("", typeof(CmdPreviousSelectionSet));
            ar.NotifyType("", typeof(CmdCloseSAW));
            ar.NotifyType("", typeof(CmdSetHideSAW));
            ar.NotifyType("", typeof(CmdPopupItem));
            ar.NotifyType("", typeof(CmdPopupLast));
            ar.NotifyType("", typeof(CmdPopupSave));
            ar.NotifyType("", typeof(CmdPopupRestore));
            ar.NotifyType("", typeof(CmdDisplayPromptText));
            ar.NotifyType("", typeof(CmdSawMove));
            ar.NotifyType("", typeof(CmdSawMoveToEdge));
            ar.NotifyType("", typeof(CmdSawSize));
            ar.NotifyType("", typeof(CmdOutText));
            ar.NotifyType("", typeof(CmdShowSAW));
            ar.NotifyType("", typeof(CmdPopupShow));
            ar.NotifyType("CEscapeItem", typeof(Item.EscapeItem));
            ar.NotifyType("CGroupItem", typeof(Item.GroupItem));
            ar.NotifyType("CItem", typeof(Item.LegacyItem));
            //ar.NotifyType("", typeof(WordPredictionControl));
            //ar.NotifyType("", typeof(GridControl));
            ar.NotifyType("", typeof(CmdKey));
            ar.NotifyType("", typeof(CmdKeyDelay));
            ar.NotifyType("CCmdSlowKey", typeof(CmdSlowKeys));
            ar.NotifyType("", typeof(CmdKeysOut));
            ar.NotifyType("", typeof(CmdMouseOut));
            ar.NotifyType("", typeof(CmdMouseMove));
            ar.NotifyType("", typeof(CmdMouseMoveTo));
            ar.NotifyType("", typeof(CmdGridScan));
            ar.NotifyType("", typeof(CmdSingle));
            ar.NotifyType("", typeof(CmdCoarse));
            ar.NotifyType("", typeof(CmdFine));
            ar.NotifyType("", typeof(CmdNormal));
            ar.NotifyType("", typeof(CmdContinuous));
            ar.NotifyType("", typeof(CmdStep));
            ar.NotifyType("", typeof(CmdAdjustMouse));
            ar.NotifyType("", typeof(CmdMessage));
            //ar.NotifyType("", typeof(CmdSet)); // bogus?
            ar.NotifyType("", typeof(CmdMoveTo));
            ar.NotifyType("", typeof(CmdMove));
            ar.NotifyType("", typeof(CmdSize));
            ar.NotifyType("", typeof(CmdWordListSet));
            ar.NotifyType("", typeof(CmdWordListSelect));
            ar.NotifyType("", typeof(CmdWordListScroll));
            ar.NotifyType("", typeof(CmdBladeSettings));
            ar.NotifyType("", typeof(CmdDockWindow));
            ar.NotifyType("", typeof(CmdLoadSettings));
            ar.NotifyType("", typeof(CmdSaveSettings));
            ar.NotifyType("", typeof(CmdOutTextOnOff));
            ar.NotifyType("", typeof(CmdAdjustScanTime));
            ar.NotifyType("", typeof(CmdAdjustRestart));
            ar.NotifyType("", typeof(CmdAdjustInputAcc));
            ar.NotifyType("", typeof(CmdAdjustPostAcc));
            ar.NotifyType("", typeof(CmdAdjustRepeatDelay));
            ar.NotifyType("", typeof(CmdAdjustRepeatTime));
            ar.NotifyType("", typeof(CmdPromptOnOff));
            ar.NotifyType("", typeof(CmdDDEExe));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitDown));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitFirst));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitItem));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitLast));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitMe));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitNext));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitPrevious));
            ar.NotifyType("", typeof(_CmdVisit.CmdVisitUp));
            ar.NotifyType("", typeof(CmdEditPredictionWords));
            ar.NotifyType("CCmdClickOnOff", typeof(CmdClickSoundOnOff));

            //ar.NotifyType("", typeof());
        }