首选项 Library

详细描述

Groups

  PREFS
  PREFS_PRI

Classes

struct   PrefsDialogHook
struct   PrefsMapTable
class   PrefsDialogObject

Macros

#define  MSG_UPDATE_PREFERENCE_DLG
#define  LIBRARY_PREFS

函数

Bool   PrefsLib_InitPrefs ()
Bool   PrefsLib_OpenDialog ( Int32 page)
void  CheckPrefsData ( BaseContainer *worldcontainer, Int32 containerid, const GeData &defaultvalue)

Macro Definition Documentation

◆  MSG_UPDATE_PREFERENCE_DLG

#define MSG_UPDATE_PREFERENCE_DLG

Private .

◆  LIBRARY_PREFS

#define LIBRARY_PREFS

Preferences library ID.

Function Documentation

◆  PrefsLib_InitPrefs()

Bool PrefsLib_InitPrefs ( )

Called by Cinema 4D at startup. Private .

◆  PrefsLib_OpenDialog()

Bool PrefsLib_OpenDialog ( Int32   page )

Opens the preference dialog on a specific page .

参数
[in] page The page to open: PREFS , FORMAT_FILES
返回
true if successful, otherwise false .

◆  CheckPrefsData()

void CheckPrefsData ( BaseContainer worldcontainer ,
Int32   containerid ,
const GeData defaultvalue  
)

Helper function for InitPrefs Callback. Internal .