Home
last modified time | relevance | path

Searched refs:commandOrientation (Results 1 – 5 of 5) sorted by relevance

/ide/tools/previewer/jsapp/
DJsApp.cpp170 void JsApp::OrientationChanged(std::string commandOrientation) in OrientationChanged() argument
172 orientation = commandOrientation; in OrientationChanged()
DJsApp.h45 virtual void OrientationChanged(std::string commandOrientation);
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.h61 void OrientationChanged(std::string commandOrientation) override;
DJsAppImpl.cpp114 void JsAppImpl::OrientationChanged(std::string commandOrientation) in OrientationChanged() argument
126 if (commandOrientation == "portrait") { in OrientationChanged()
132 orientation = commandOrientation; in OrientationChanged()
/ide/tools/previewer/cli/
DCommandLine.cpp492 std::string commandOrientation = args["Orientation"].asString(); in RunSet() local
494 if (commandOrientation != curruntOrientation) { in RunSet()
495 JsAppImpl::GetInstance().OrientationChanged(commandOrientation); in RunSet()