Struct ICaseEntity#

Inheritance Relationships#

Derived Type#

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.