[rkward-cvs] rkward/rkward/core rkvariable.cpp,1.26,1.27 robjectlist.h,1.15,1.16
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Tue May 3 20:56:16 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18243/rkward/core
Modified Files:
rkvariable.cpp robjectlist.h
Log Message:
Fix for proper handling of Tcl-Tk windows. Now you can even do
> library (tcltk)
> tkStartGUI ()
Ok, the tcl-console will not do anything, but who needs another console. The other stuff seems to work fine.
Index: robjectlist.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/core/robjectlist.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** robjectlist.h 15 Sep 2004 15:03:32 -0000 1.15
--- robjectlist.h 3 May 2005 20:56:14 -0000 1.16
***************
*** 93,95 ****
--- 93,111 ----
};
+ /**
+ \page RepresentationOfRObjectsInRKWard Representation of R objects in RKWard
+ \brief How objects in R space are represented in RKWard
+
+ This page has not been written, yet.
+
+ TODO: write me!
+
+ @see RObject
+ @see RKVariable
+ @see RContainerObject
+ @see RObjectList
+ @see RKModificationTracker
+
+ */
+
#endif
Index: rkvariable.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/core/rkvariable.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** rkvariable.cpp 28 Apr 2005 21:23:11 -0000 1.26
--- rkvariable.cpp 3 May 2005 20:56:14 -0000 1.27
***************
*** 142,145 ****
--- 142,146 ----
// classifiy command was successful. now get further information.
+ // TODO: actually, classify already contains dim (). Simplify!
RCommand *command = new RCommand ("length (" + getFullName () + ")", RCommand::App | RCommand::Sync | RCommand::GetIntVector, "", this, UPDATE_DIM_COMMAND);
RKGlobals::rInterface ()->issueCommand (command, RKGlobals::rObjectList()->getUpdateCommandChain ());
More information about the rkward-tracker
mailing list