git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54311
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
The Windows registry is easy to understand. There are five registry keys,
namely:
The Windows registry is easy to understand. There are five registry keys,
namely:
- @li HKEY_CLASSES_ROOT (HKCR)
- @li HKEY_CURRENT_USER (HKCU)
- @li HKEY_LOCAL_MACHINE (HKLM)
- @li HKEY_CURRENT_CONFIG (HKCC)
- @li HKEY_USERS (HKU)
+ @li @c HKEY_CLASSES_ROOT (HKCR)
+ @li @c HKEY_CURRENT_USER (HKCU)
+ @li @c HKEY_LOCAL_MACHINE (HKLM)
+ @li @c HKEY_CURRENT_CONFIG (HKCC)
+ @li @c HKEY_USERS (HKU)
After creating a key, it can hold a value. The values can be:
After creating a key, it can hold a value. The values can be:
- Default constructor, initializes to HKCR.
+ Default constructor, initializes to @c HKEY_CLASSES_ROOT.
would never be detected.
@library{wxbase}
would never be detected.
@library{wxbase}
*/
class wxRecursionGuardFlag
{
*/
class wxRecursionGuardFlag
{
way (for example because an exception has been thrown).
@library{wxbase}
way (for example because an exception has been thrown).
@library{wxbase}
*/
class wxRecursionGuard
{
*/
class wxRecursionGuard
{
- Flags for regex compilation to be used with Compile().
+ Flags for regex compilation to be used with wxRegEx::Compile().
/**
@anchor wxRE_NOT_FLAGS
/**
@anchor wxRE_NOT_FLAGS
- Flags for regex matching to be used with Matches().
+ Flags for regex matching to be used with wxRegEx::Matches().
These flags are mainly useful when doing several matches in a long string
These flags are mainly useful when doing several matches in a long string
- to prevent erroneous matches for ¡¯¡¯ and ¡¯$¡¯:
+ to prevent erroneous matches for '^' and '$':