Context is a context for running tasks, recognitions, actions, and other operations.
More...
|
| MAA_FRAMEWORK_API MaaTaskId | MaaContextRunTask (MaaContext *context, const char *entry, const char *pipeline_override) |
| |
| MAA_FRAMEWORK_API MaaRecoId | MaaContextRunRecognition (MaaContext *context, const char *entry, const char *pipeline_override, const MaaImageBuffer *image) |
| |
| MAA_FRAMEWORK_API MaaActId | MaaContextRunAction (MaaContext *context, const char *entry, const char *pipeline_override, const MaaRect *box, const char *reco_detail) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextOverridePipeline (MaaContext *context, const char *pipeline_override) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextOverrideNext (MaaContext *context, const char *node_name, const MaaStringListBuffer *next_list) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextOverrideImage (MaaContext *context, const char *image_name, const MaaImageBuffer *image) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextGetNodeData (MaaContext *context, const char *node_name, MaaStringBuffer *buffer) |
| |
| MAA_FRAMEWORK_API MaaTaskId | MaaContextGetTaskId (const MaaContext *context) |
| |
| MAA_FRAMEWORK_API MaaTasker * | MaaContextGetTasker (const MaaContext *context) |
| |
| MAA_FRAMEWORK_API MaaContext * | MaaContextClone (const MaaContext *context) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextSetAnchor (MaaContext *context, const char *anchor_name, const char *node_name) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextGetAnchor (MaaContext *context, const char *anchor_name, MaaStringBuffer *buffer) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextGetHitCount (MaaContext *context, const char *node_name, MaaSize *count) |
| |
| MAA_FRAMEWORK_API MaaBool | MaaContextClearHitCount (MaaContext *context, const char *node_name) |
| |
Context is a context for running tasks, recognitions, actions, and other operations.
- Author
- Copyright
- Copyright (c) 2024