Audacity 3.2.0
|
#include <Registry.h>
Public Types | |
enum | Type : int { Before , After , Begin , End , Unspecified } |
Public Member Functions | |
OrderingHint (Type type=Unspecified, const wxString &name={}) | |
bool | operator== (const OrderingHint &other) const |
bool | operator< (const OrderingHint &other) const |
Public Attributes | |
enum Registry::OrderingHint::Type | type |
Identifier | name |
Definition at line 39 of file Registry.h.
enum Registry::OrderingHint::Type : int |
The default Unspecified hint is just like End, except that in case the item is delegated to (by an IndirectItem, ComputedItem, or anonymous group), the delegating item's hint will be used instead
Enumerator | |
---|---|
Before | |
After | |
Begin | |
End | |
Unspecified |
Definition at line 46 of file Registry.h.
|
inline |
Definition at line 56 of file Registry.h.
|
inline |
|
inline |
Identifier Registry::OrderingHint::name |
Definition at line 54 of file Registry.h.
Referenced by operator<(), and operator==().
enum Registry::OrderingHint::Type Registry::OrderingHint::type |
Referenced by anonymous_namespace{Registry.cpp}::ChooseHint(), operator<(), and operator==().