Struct ICaseEntity#
Defined in File core_idl.h
Inheritance Relationships#
Derived Type#
public CCaseEntry
(Class CCaseEntry)
Struct Documentation#
-
struct ICaseEntity#
Case entity information interface.
Subclassed by CCaseEntry
Public Functions
-
virtual sdv::u8string GetLabel() const = 0#
Get the case label string. The case label string will be empty for the default case entry.
- Returns:
Returns the label (of not default).
-
virtual bool IsDefault() const = 0#
Is this case entry the default entry.
- Returns:
Return whether the case entry is the default entry.
-
u8string GetLabel() const
Get the case label string. The case label string will be empty for the default case entry.
- Returns:
Returns the label (of not default).
-
boolean IsDefault() const
Is this case entry the default entry.
- Returns:
Return whether the case entry is the default entry.
Public Static Attributes
-
static ::sdv::interface_id _id = 0x6018B17C44F736F3#
Interface ID.
-
virtual sdv::u8string GetLabel() const = 0#