|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <UiToolCallCard.hpp>
类 ast::UiToolCallCard 继承关系图:Public 成员函数 | |
| UiToolCallCard (const QString &toolCallId, const QString &functionName, const QString &arguments=QString(), QWidget *parent=nullptr) | |
| UiToolCallCard (const UiToolCallCard &)=delete | |
| UiToolCallCard & | operator= (const UiToolCallCard &)=delete |
| void | setState (EToolCallState state) |
| void | setResult (const QString &result) |
| QString | toolCallId () const |
| QString | functionName () const |
工具调用卡片部件
|
explicit |
构造函数
| toolCallId | 工具调用 ID |
| functionName | 函数名称 |
| arguments | 参数(JSON 字符串) |
| parent | 父控件 |