Package: MVCClass 1.81.0
Elizabeth Whalen
MVCClass: Model-View-Controller (MVC) Classes
Creates classes used in model-view-controller (MVC) design
Authors:
MVCClass_1.81.0.tar.gz
MVCClass_1.81.0.zip(r-4.5)MVCClass_1.81.0.zip(r-4.4)MVCClass_1.81.0.zip(r-4.3)
MVCClass_1.81.0.tgz(r-4.4-any)MVCClass_1.81.0.tgz(r-4.3-any)
MVCClass_1.81.0.tar.gz(r-4.5-noble)MVCClass_1.81.0.tar.gz(r-4.4-noble)
MVCClass_1.81.0.tgz(r-4.4-emscripten)MVCClass_1.81.0.tgz(r-4.3-emscripten)
MVCClass.pdf |MVCClass.html✨
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.79.0(bioc 3.20)MVCClass-1.78.0(bioc 3.19)
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
visualizationinfrastructuregraphandnetwork
Last updated 23 days agofrom:72d5a1cb4d. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | NOTE | Oct 30 2024 |
R-4.5-linux | NOTE | Oct 30 2024 |
R-4.4-win | NOTE | Oct 30 2024 |
R-4.4-mac | NOTE | Oct 30 2024 |
R-4.3-win | NOTE | Oct 30 2024 |
R-4.3-mac | NOTE | Oct 30 2024 |
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 |