#include <moo.h>
|
enum | { kMooMaxStringLength = 80,
kMooMaxFriends = 1024,
kMooMaxProjects = 1024
} |
|
Moo Main class for Moo access
Moo mainly serves to provide access to the basic classes
◆ getFriends()
Get access to friends. MooFriends will provide access to MooFriend objects getFriends () is guaranteed to return a valid (yet possibly empty) MooFriends object.
◆ getMooRootPath()
virtual const mooChar* Moo::getMooRootPath |
( |
| ) |
|
|
pure virtual |
Moo files: it is highly recommended to not manipulate Moo files yourself, use send/get methods provided in the modules instead. e.g. MooUser::getPictureFile (), MooClip::getMediaFile () etc
◆ getProjects()
Get access to projects. MooProjects will provide access to MooProject objects getProjects () is guaranteed to return a valid (yet possibly empty) MooProjects object.
◆ getUser()
Get the current application user to sign in, log in, and get and set information getUser () is guaranteed to return a valid (yet possibly unconnected) MooUser object.
◆ setMooRootPath()
you can set the root path yourself; by default, this is "Moo" inside the users document folder. But you are highly discouraged to do so, because this will confuse other Moo applications. It will also invalidate all files in the current Moo folder should there be one. also you will have to restart your application, as the newly set path is ignored until Moo is recreated.
The documentation for this class was generated from the following file:
- D:/dev/public/moo/include/moo.h