Skip to content
Snippets Groups Projects
Commit ba0e7b8a authored by Jan Möbius's avatar Jan Möbius
Browse files

Documentation

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7652 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 51fac479
Branches
Tags
No related merge requests found
...@@ -139,13 +139,11 @@ public slots: ...@@ -139,13 +139,11 @@ public slots:
* *
* When this slot is called you have to create an object of your supported type. * When this slot is called you have to create an object of your supported type.
* @return Id of the new Object * @return Id of the new Object
* \todo Add an addEmpty function with a given type as an attribute. The plugin should then create only an
* empty object of the given type. It can be assumed that there is only one type given at a time.
*/ */
virtual int addEmpty() = 0; virtual int addEmpty() = 0;
/** \todo Add an addEmpty function with a given type as an attribute. The plugin should then create only an
empty object of the given type. It can be assumed that there is only one type given at a time.
*/
/** \brief Load an object from the given file /** \brief Load an object from the given file
* *
* The Core will call this slot if you should load a file. The core will * The Core will call this slot if you should load a file. The core will
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment