Blender  V3.3
Public Attributes | List of all members
wmKeyConfigPref Struct Reference

#include <DNA_windowmanager_types.h>

Public Attributes

struct wmKeyConfigPrefnext
 
struct wmKeyConfigPrefprev
 
char idname [64]
 
IDPropertyprop
 

Detailed Description

This is similar to addon-preferences, however unlike add-ons key-config's aren't saved to disk.

wmKeyConfigPref is written to DNA, wmKeyConfigPrefType_Runtime has the RNA type.

Definition at line 491 of file DNA_windowmanager_types.h.

Member Data Documentation

◆ idname

char wmKeyConfigPref::idname[64]

Unique name.

Definition at line 494 of file DNA_windowmanager_types.h.

Referenced by BKE_keyconfig_pref_ensure().

◆ next

struct wmKeyConfigPref* wmKeyConfigPref::next

Definition at line 492 of file DNA_windowmanager_types.h.

◆ prev

struct wmKeyConfigPref * wmKeyConfigPref::prev

Definition at line 492 of file DNA_windowmanager_types.h.

◆ prop

IDProperty* wmKeyConfigPref::prop

The documentation for this struct was generated from the following file: