Lines Matching refs:override
61 void Start() override;
62 void Restart() override;
63 void Interrupt() override;
64 std::string GetJSONTree() override;
65 std::string GetDefaultJSONTree() override;
66 void OrientationChanged(std::string commandOrientation) override;
67 void ResolutionChanged(ResolutionParam& param, int32_t screenDensity, std::string reason) override;
71 void SetArgsColorMode(const std::string& value) override;
72 void SetArgsAceVersion(const std::string& value) override;
74 std::string GetOrientation() const override;
75 std::string GetColorMode() const override;
76 void ColorModeChanged(const std::string commandColorMode) override;
77 void ReloadRuntimePage(const std::string currentPage) override;
78 void SetScreenDensity(const std::string value) override;
79 void SetConfigChanges(const std::string value) override;
80 bool MemoryRefresh(const std::string memoryRefreshArgs) const override;
81 void LoadDocument(const std::string, const std::string, const Json2::Value&) override;
83 int32_t currentWidth, int32_t currentHeight) override;
84 void SetAvoidArea(const AvoidAreas& areas) override;
100 void InitJsApp() override;