*
* @param[in] event @A11yEvent
* @param[in] name name of the ATSPI event
- * @param[in] package event occured package name
+ * @param[in] package event occurred package name
*
* @since_tizen 6.5
*/
*
* @param[in] event name of the event
* @param[in] name name of the ATSPI event
- * @param[in] package event occured package name
+ * @param[in] package event occurred package name
*
* @since_tizen 6.5
*/
AccessibleNode();
/**
- * @brief AccessibleNode desctructor.
+ * @brief AccessibleNode destructor.
*
* @since_tizen 6.5
*/
* @brief Sets Node's property.
*
* @param[in] prop @NodeFeatureProperties
- * @param[in] has Node has given property ot not
+ * @param[in] has Node has given property or not
*
* @since_tizen 6.5
*/
* @param[in] type @A11yEvent
* @param[in] timeout time(millisecond) to wait event occur
* @param[in] obj @AccessibleNode
- * @param[in] count count of render post evnet
+ * @param[in] count count of render post event
*
* @return true if event occur in time, else false
*
/**
* @brief Creates a XML tree.
*
- * @return true if XML tree is created succesfully, false otherwise
+ * @return true if XML tree is created successfully, false otherwise
*
* @since_tizen 7.0
*/
*
* @ingroup aurum
*
- * @brief Class that traverses the object tree and finds an object that match the givin condition.
+ * @brief Class that traverses the object tree and finds an object that match the given condition.
*/
class Comparer {
private:
* @brief Comparer constructor with device, selector, early return flag.
*
* @param[in] device @UiDevice
- * @param[in] selector @UiSelctor
+ * @param[in] selector @UiSelector
* @param[in] earlyReturn flag for early return
*
* @since_tizen 6.5
* @param[in] selector @UiSelector
* @param[in] root @AccessibleNode root object(focused window on current state)
*
- * @return AccessibleNode if found, else nulltpr
+ * @return AccessibleNode if found, else nullptr
*
* @since_tizen 6.5
*/
* @param[in] root @AccessibleNode root object(focused window on current state)
* @param[in] earlyReturn find all object or not (default = false)
*
- * @return AccessibleNode if found, else nulltpr
+ * @return AccessibleNode if found, else nullptr
*
* @since_tizen 6.5
*/
AtspiAccessibleNode(AtspiAccessible *node);
/**
- * @brief AtspiAccessibleNode desctructor.
+ * @brief AtspiAccessibleNode destructor.
*
* @since_tizen 6.5
*/
AtspiAccessibleWindow(std::shared_ptr<AccessibleApplication> app, std::shared_ptr<AccessibleNode> node);
/**
- * @brief AtspiAccessibleWindow desturctor.
+ * @brief AtspiAccessibleWindow destructor.
*
* @since_tizen 6.5
*/
/**
* @brief Checks that there is an object that are satisfied with selector condition.
*
- * @param[in] selector @UiSelctor
+ * @param[in] selector @UiSelector
*
* @return true if object has, else false
*
/**
* @brief Finds object that is satisfied with selector condition.
*
- * @param[in] selector @UiSelctor
+ * @param[in] selector @UiSelector
*
- * @return UiObject if succeed, else nulltpr
+ * @return UiObject if succeed, else nullptr
*
* @since_tizen 6.5
*/
/**
* @brief Finds objects that are satisfied with selector condition.
*
- * @param[in] selector @UiSelctor
+ * @param[in] selector @UiSelector
*
- * @return UiObject vector if succeed, else nulltpr
+ * @return UiObject vector if succeed, else nullptr
*
* @since_tizen 6.5
*/
Rect() : mTopLeft{0, 0}, mBottomRight{0, 0} {}
/**
- * @brief Rect constructor with top topleft point, bottom right point
+ * @brief Rect constructor with top top-left point, bottom-right point
*
* @param[in] tl top left @Point2D
* @param[in] br bottom right @Point2D
/**
* @brief Size2D Class.
- * This class for represent specific obejct's size as width and height.
+ * This class for represent specific object's size as width and height.
*
* @since_tizen 6.5
*/
class Size2D {
public:
/**
- * @brief Size2D contructor with value.
+ * @brief Size2D constructor with value.
*
* @since_tizen 6.5
*/
Size2D() : width{0}, height{0} {}
/**
- * @brief Size2D contructor with source.
+ * @brief Size2D constructor with source.
*
* @since_tizen 6.5
*/
}
/**
- * @brief Size2D contructor with type.
+ * @brief Size2D constructor with type.
*
* @since_tizen 6.5
*/
/**
* @brief Updates all PartialMatches class.
*
- * @param[in] node target @AssessibleNode
+ * @param[in] node target @AccessibleNode
* @param[in] index node index
* @param[in] depth next depth
* @param[in] partialMatches @PartialMatch list
public:
/**
- * @brief It determine current given depth accatable and check criteria,
- * It checks selector's min, max depth in relative depth, and check criteria.
+ * @brief It determines current given depth acceptable and checks criteria,
+ * It checks selector's min, max depth in relative depth, and checks criteria.
*
* @param[in] node target @AccessibleNode
* @param[in] selector @UiSelector
int index, int depth);
/**
- * @brief It determine current given depth accatable and check criteria,
- * It checks selector's min, max depth in relative depth, and check criteria.
+ * @brief It determines current given depth acceptable and checks criteria,
+ * It checks selector's min, max depth in relative depth, and checks criteria.
*
* @param[in] node target @AccessibleNode
* @param[in] selector @UiSelector
* @param[in] textB string
* @param[in] textPartialMatch bool
*
- * @return ture if matched, else false
+ * @return true if matched, else false
*
* @since_tizen 6.5
*/
* @param[in] boolA bool
* @param[in] boolA bool
*
- * @return ture if matched, else false
+ * @return true if matched, else false
*
* @since_tizen 6.5
*/
* @param[in] rectA Rect<int>
* @param[in] rectB Rect<int>
*
- * @return ture if matched, else false
+ * @return true if matched, else false
*
* @since_tizen 7.0
*/
* @param[in] selector @UiSelector
*
- * @return SaObject vector if found, else nulltpr
+ * @return SaObject vector if found, else nullptr
*
* @since_tizen 7.0
*/
* @param[in] selector @UiSelector
*
- * @return SaObject if found, else nulltpr
+ * @return SaObject if found, else nullptr
*
* @since_tizen 7.0
*/
*
* @param[in] selector @UiSelector
*
- * @return SaObject if found, else nulltpr
+ * @return SaObject if found, else nullptr
*
* @since_tizen 7.0
*/
*
* @ingroup aurum
*
- * @brief Helper class for use @UiSelctor easily.
+ * @brief Helper class for use @UiSelector easily.
* This class using in Aurum feature UTC in cpp test code.
*/
class Sel {
* @param[in] type one of @A11yEvent
* @param[in] timeout time(millisecond) to wait event occur
* @param[in] packageName package name that event occurs
- * @param[in] count count of render post evnet
+ * @param[in] count count of render post event
*
* @return true if event happened in time, otherwise false
*
/**
* @brief Gets ScreenAnalyzerWatcher instance.
*
- * @retrun ScreenAnalyzerWatcher ptr
+ * @return ScreenAnalyzerWatcher ptr
*
* @since_tizen 7.0
*/
private:
/**
- * @brief UiDevice Consturctor.
+ * @brief UiDevice Constructor.
*
* @since_tizen 6.5
*/
UiDevice();
/**
- * @brief UiDevice Consturctor with IDevice.
+ * @brief UiDevice Constructor with IDevice.
*
* @since_tizen 6.5
*/
/**
* @brief Checks that there is an object that are satisfied with selector condition.
*
- * @param[in] selector @UiSelctor
+ * @param[in] selector @UiSelector
*
* @return function that performs hasObject
* returned function will return true if object has, else false
/**
* @brief Checks that there is an object that are satisfied with selector condition.
*
- * @param[in] selector @UiSelctor
+ * @param[in] selector @UiSelector
*
* @return function that performs findObject
- * returned function will return obj if succeed, else nulltpr
+ * returned function will return obj if succeed, else nullptr
*
* @since_tizen 6.5
*/
/**
* @brief Checks that there are objects that are satisfied with selector condition.
*
- * @param[in] selector @UiSelctor
+ * @param[in] selector @UiSelector
*
* @return function that performs findObjects
* returned function will return vector if succeed, else vector size is zero
/**
* @brief wait for condition satisfied.
*
- * @param[in] condisiton @ISearchable
+ * @param[in] condition @ISearchable
*
* @return template
*
for (;;)
{
//FIXME: User can change waiting time and count of render post
- // instead of waiting spelcific time
+ // instead of waiting specific time
if ((g_get_monotonic_time() - mStartTime) > WAIT_FOR_IDLE_MICRO_SEC)
{
break;
if (pidToAppNode.count(tWin->getPid() == 0)) continue;
- LOGI("Actvie App : (%s) (%d)", tWin->getName().c_str(), tWin->getPid());
+ LOGI("Active App : (%s) (%d)", tWin->getName().c_str(), tWin->getPid());
auto wins = pidToAppNode[tWin->getPid()]->getWindows();
std::transform(wins.begin(), wins.end(), std::back_inserter(ret),
[&](std::shared_ptr<AccessibleWindow> window) {
{
LOGI("EnableScreenAnalyzer test --------------- ");
- LOGI("Screen Analzyer enabled (%d) Servier IP : (%s)", mRequest->enable(), mRequest->serverip().c_str());
+ LOGI("Screen Analyzer enabled (%d) Server IP : (%s)", mRequest->enable(), mRequest->serverip().c_str());
std::shared_ptr<UiDevice> mDevice = UiDevice::getInstance();
mDevice->setWithScreenAnalyzer(mRequest->enable());
#ifdef MQTT_ENABLED