Package: MVCClass 1.87.0

Elizabeth Whalen
MVCClass: Model-View-Controller (MVC) Classes
Creates classes used in model-view-controller (MVC) design
Authors:
MVCClass_1.87.0.tar.gz
MVCClass_1.87.0.zip(r-4.7)MVCClass_1.87.0.zip(r-4.6)MVCClass_1.87.0.zip(r-4.5)
MVCClass_1.87.0.tgz(r-4.6-any)MVCClass_1.87.0.tgz(r-4.5-any)
MVCClass_1.87.0.tar.gz(r-4.7-any)MVCClass_1.87.0.tar.gz(r-4.6-any)
MVCClass_1.87.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
MVCClass/json (API)
| # Install 'MVCClass' in R: |
| install.packages('MVCClass', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
On BioConductor:MVCClass-1.87.0(bioc 3.24)MVCClass-1.86.0(bioc 3.23)
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
visualizationinfrastructuregraphandnetwork
Last updated from:5f9df878fb. Checks:1 ERROR, 7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| bioc-checks | ERROR | 129 | ||
| linux-devel-x86_64 | NOTE | 158 | ||
| source / vignettes | OK | 144 | ||
| linux-release-x86_64 | NOTE | 121 | ||
| macos-release-arm64 | NOTE | 92 | ||
| macos-oldrel-arm64 | NOTE | 69 | ||
| windows-devel | NOTE | 64 | ||
| windows-release | NOTE | 62 | ||
| windows-oldrel | NOTE | 68 | ||
| wasm-release | OK | 79 |
Exports:callFuncallFun<-childMVCListchildMVCList<-childNamechildName<-childUpdateDataMessagechildUpdateDataMessage<-clickEventclistclist<-controllercontroller<-dataNamedataName<-dfRowsdfRows<-drAreadrArea<-fromfrom<-handleMessageidentifyViewlinkDatalinkData<-mDatamData<-modelmodel<-modelDatamodelData<-modelNamemodelName<-modelVarmodelVar<-motionEventparentMVCparentMVC<-parentUpdateDataMessageparentUpdateDataMessage<-plotDeviceplotDevice<-plotParplotPar<-preprocessFunpreprocessFun<-provideInforedrawViewshortNameshortName<-typetype<-updateModelupdateViewviewListviewList<-virtualDatavirtualData<-winwin<-winNumwinNum<-xvalxval<-xvarxvar<-yvalyval<-yvaryvar<-
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Class "dfModel": A class to represent a data frame model | dfModel dfModel-class |
| Class "gAddChildMessage": A class to represent an add child MVC message | gAddChildMessage gAddChildMessage-class |
| Class "gAddDataMessage": A class to represent an add data message | gAddDataMessage gAddDataMessage-class |
| Class "gAddMessage": A class to represent an add message | gAddMessage gAddMessage-class |
| Class "gAddViewMessage": A class to represent an add view message | gAddViewMessage gAddViewMessage-class |
| Class "gAskAncestorMessage": A class to represent a question asking for data from an ancestor model | from,gAskAncestorMessage-method from<-,gAskAncestorMessage-method gAskAncestorMessage-class mData,gAskAncestorMessage-method mData<-,gAskAncestorMessage-method type,gAskAncestorMessage-method type<-,gAskAncestorMessage-method |
| Class "genView": A virtual class to describe a view | dataName,genView-method dataName<-,genView-method genView genView-class identifyView redrawView updateView win win,genView-method win<- win<-,genView-method winNum winNum,genView-method winNum<- winNum<-,genView-method |
| A class to link a callback function with an event | callFun callFun,gEventFun-method callFun<- callFun<-,gEventFun-method gEventFun gEventFun-class preprocessFun preprocessFun,gEventFun-method preprocessFun<- preprocessFun<-,gEventFun-method shortName shortName,gEventFun-method shortName<- shortName<-,gEventFun-method |
| Class "gMessage": A virtual class for messages | gMessage gMessage-class handleMessage |
| Class "gModel": A virtual class for models | gModel gModel-class linkData linkData,gModel-method linkData<- linkData<-,gModel-method modelData modelData,gModel-method modelData<- modelData<-,gModel-method modelName modelName,gModel-method modelName<- modelName<-,gModel-method modelVar modelVar,gModel-method modelVar<- modelVar<-,gModel-method provideInfo updateModel virtualData virtualData,gModel-method virtualData<- virtualData<-,gModel-method |
| Class "gModifyMessage": A class to represent a modify message | dataName dataName,gModifyMessage-method dataName<- dataName<-,gModifyMessage-method gModifyMessage gModifyMessage-class mData mData,gModifyMessage-method mData<- mData<-,gModifyMessage-method type type,gModifyMessage-method type<- type<-,gModifyMessage-method |
| Class "gSendChildMessage": A class to represent a send child MVC message | childName childName,gSendChildMessage-method childName<- childName<-,gSendChildMessage-method gSendChildMessage gSendChildMessage-class parentUpdateDataMessage parentUpdateDataMessage,gSendChildMessage-method parentUpdateDataMessage<- parentUpdateDataMessage<-,gSendChildMessage-method |
| Class "gSendParentMessage": A class to represent a send parent MVC message | childUpdateDataMessage childUpdateDataMessage,gSendParentMessage-method childUpdateDataMessage<- childUpdateDataMessage<-,gSendParentMessage-method gSendParentMessage gSendParentMessage-class |
| Class "gUpdateDataMessage": A class to represent an update data message | from from,gUpdateDataMessage-method from<- from<-,gUpdateDataMessage-method gUpdateDataMessage gUpdateDataMessage-class |
| Class "gUpdateMessage": A class to represent an update message | gUpdateMessage gUpdateMessage-class |
| Class "gUpdateViewMessage": A class to represent an update view message | gUpdateViewMessage gUpdateViewMessage-class |
| Class "linkedModelMVC": A class to represent a MVC object that can be linked to other MVC objects | childMVCList childMVCList,linkedModelMVC-method childMVCList<- childMVCList<-,linkedModelMVC-method linkedModelMVC linkedModelMVC-class parentMVC parentMVC,linkedModelMVC-method parentMVC<- parentMVC<-,linkedModelMVC-method |
| Class "MVC": A virtual class to represent a model-view-controller object | controller controller,MVC-method controller<- controller<-,MVC-method model model,MVC-method model<- model<-,MVC-method MVC MVC-class viewList viewList,MVC-method viewList<- viewList<-,MVC-method |
| Class "plotView": A virtual class to represent a plot view | clickEvent drArea drArea,plotView-method drArea<- drArea<-,plotView-method motionEvent plotDevice plotDevice,plotView-method plotDevice<- plotDevice<-,plotView-method plotPar plotPar,plotView-method plotPar<- plotPar<-,plotView-method plotView plotView-class |
| Class "qqPlotView": A class to represent a qq-plot | qqPlotView qqPlotView-class xval xval,qqPlotView-method xval<- xval<-,qqPlotView-method yval yval,qqPlotView-method yval<- yval<-,qqPlotView-method |
| Class "singleModelMVC": A class to represent a single model-view-controller object | singleModelMVC singleModelMVC-class |
| Class "sPlotView": A class to represent a scatterplot view | dfRows dfRows,sPlotView-method dfRows<- dfRows<-,sPlotView-method sPlotView sPlotView-class xvar xvar,sPlotView-method xvar<- xvar<-,sPlotView-method yvar yvar,sPlotView-method yvar<- yvar<-,sPlotView-method |
| Class "spreadView": A class to represent a spreadsheet view | clist clist,spreadView-method clist<- clist<-,spreadView-method spreadView spreadView-class |