Class TimeDisplayParams#
Defined in File TimeDisplay.h
Inheritance Relationships#
Base Type#
public Karana::Models::KModelParams(Class KModelParams)
Class Documentation#
-
class TimeDisplayParams : public Karana::Models::KModelParams#
Parameters for the TimeDisplay KModel.
Public Functions
-
TimeDisplayParams(std::string_view name)#
TimeDisplayParams Constructor.
- Parameters:
name – - Name of the params.
-
virtual bool isReady() const final#
Used to ensure the params are ready.
- Returns:
trueif the params are ready,falseotherwise.
-
TimeDisplayParams(std::string_view name)#