Fetch the repository succeeded.
This action will force synchronization from Acreate/gamePlanTool, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#ifndef H_MY__TOOLBOXPAGE_H__H
#define H_MY__TOOLBOXPAGE_H__H
#include <QWidget>
namespace dXml {
class XmlDataUnit;
}
class QRadioButton;
namespace widgetUI {
class AToolBoxPage;
}
class widgetUI::AToolBoxPage : public QWidget {
Q_OBJECT;
public:
AToolBoxPage(QWidget* paren = Q_NULLPTR);
// 当前页面被激活
virtual void activation(QObject* obj, int index) = 0;
// 获取名称
virtual QString getName( ) = 0;
// 设置名称
virtual void setName(QString& name) = 0;
// 获取图标
virtual QIcon getIcon( ) = 0;
// 设置图标
virtual void setIcon(QIcon& icon) = 0;
// 设置组的对话框标题
virtual void setTitle(QString& str) = 0;
// 复制设置 xml 对象
virtual dXml::XmlDataUnit getXmlUnityToCloneObj( ) = 0;
// 同步 xml 节点
virtual bool synchXmlUnit( ) = 0;
// 排序
virtual void sortWidget(bool order = false) = 0;
virtual void clear() = 0;
signals:
void toggled(widgetUI::AToolBoxPage* page, QWidget& msg, bool isChicked);
};
#endif // H_MY__TOOLBOXPAGE_H__H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。