Groups | |
PREFS | |
PREFS_PRI | |
Classes | |
struct | PrefsDialogHook |
struct | PrefsMapTable |
class | PrefsDialogObject |
Macros | |
#define | MSG_UPDATE_PREFERENCE_DLG |
#define | LIBRARY_PREFS |
Functions | |
Bool | PrefsLib_InitPrefs () |
Bool | PrefsLib_OpenDialog (Int32 page) |
void | CheckPrefsData (BaseContainer *worldcontainer, Int32 containerid, const GeData &defaultvalue) |
#define MSG_UPDATE_PREFERENCE_DLG |
Private.
#define LIBRARY_PREFS |
Preferences library ID.
Bool PrefsLib_InitPrefs | ( | ) |
Called by Cinema 4D at startup. Private.
Opens the preference dialog on a specific page.
[in] | page | The page to open: PREFS, FORMAT_FILES |
void CheckPrefsData | ( | BaseContainer * | worldcontainer, |
Int32 | containerid, | ||
const GeData & | defaultvalue | ||
) |
Helper function for InitPrefs Callback. Internal.