Panda3D
Public Types | List of all members
ConfigFlags Class Reference

This class is the base class of both ConfigVariable and ConfigVariableCore. More...

#include "configFlags.h"

Inheritance diagram for ConfigFlags:
ConfigDeclaration ConfigPageManager ConfigVariableBase ConfigVariableCore NotifyCategory ConfigVariable ConfigVariableList ConfigVariableSearchPath ConfigVariableBool ConfigVariableColor ConfigVariableDouble ConfigVariableEnum< EnumType > ConfigVariableEnum< NotifySeverity > ConfigVariableFilename ConfigVariableInt ConfigVariableInt64 ConfigVariableString

Public Types

enum  ValueType {
  VT_undefined, VT_list, VT_string, VT_filename,
  VT_bool, VT_int, VT_double, VT_enum,
  VT_search_path, VT_int64, VT_color
}
 
enum  VariableFlags {
  F_trust_level_mask = 0x00000fff, F_open = 0x00001000, F_closed = 0x00002000, F_dynamic = 0x00004000,
  F_dconfig = 0x00008000
}
 

Detailed Description

This class is the base class of both ConfigVariable and ConfigVariableCore.

It exists only to provide a convenient name scoping for some enumerated values common to both classes.

Definition at line 26 of file configFlags.h.


The documentation for this class was generated from the following files: