~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/core/robjectlist.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2008-04-20 21:30:00 UTC
  • mfrom: (1.2.2 upstream) (3.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080420213000-fs4i8efmfc793bnn
new upstream release
closes: #475175
closes: #463348
closes: #475982

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
        void updateFromR (RCommandChain *chain);
49
49
        
50
 
        QString getFullName () { return QString::null; };
 
50
        QString getFullName () { return QString (); };
51
51
        QString makeChildName (const QString &short_child_name, bool) { return short_child_name; };
52
52
        /** reimplemented from RContainerObject: do nothing. The object-list has no meta data. */
53
53
        void writeMetaData (RCommandChain *) {};
62
62
        RObject *createNewChild (const QString &name, RKEditor *creator=0, bool container=false, bool data_frame=false);
63
63
 
64
64
        /** reimplemented from RContainerObject to validize the name in .GlobalEnv */
65
 
        QString validizeName (const QString &child_name);
 
65
        QString validizeName (const QString &child_name, bool unique=true);
66
66
 
67
67
        KURL getWorkspaceURL () { return current_url; };
68
68