| Line 16: | Line 16: | ||
or something like that | or something like that | ||
| − | === | + | === Packaging control API === |
* '''Plasmagik::PackageType''' -> Predefined list of package types. See packaging.txt for the complete list. | * '''Plasmagik::PackageType''' -> Predefined list of package types. See packaging.txt for the complete list. | ||
* '''setPackageType(Plasmagik::PackageType, bool clearFirst)''' If clearFirst == true, clearProgrammingLanuages() will be called. | * '''setPackageType(Plasmagik::PackageType, bool clearFirst)''' If clearFirst == true, clearProgrammingLanuages() will be called. | ||
| Line 27: | Line 27: | ||
* Renaming *ProgrammingLanguages --> *Languages | * Renaming *ProgrammingLanguages --> *Languages | ||
| − | === Networking API === | + | === Networking control API === |
* '''TODO!''' | * '''TODO!''' | ||
| Note |
|---|
| Names are just temporary. Please don't trust this page as probably most of the things are going to heavily change during this 1 month developement marathone. |
Contents |
This task is mostly done, this is the API I came out with:
The syntax I'd like to came up with is:
Plasmagik packager;
packager.setPackageType(...);
packager.setSomething();
packager.show();
or something like that