添加注释

This commit is contained in:
玉宇清音 2022-12-31 13:40:18 +08:00
parent 23e6bb72c3
commit 0ca56d9906
1 changed files with 26 additions and 0 deletions

View File

@ -54,13 +54,39 @@ namespace MakeTools {
{
Q_OBJECT
public:
/**
* @brief
* @param tool
*/
SensitiveCore(StoryTool *tool);
/**
* @brief
*/
void saveAll() const;
/**
* @brief
* @param target
* @return
*/
bool contains(const QFileInfo &target) const;
/**
* @brief
* @param child_view
* @return
*/
TextView *queryTextComponent(const QWidget *child_view) const;
/**
* @brief
* @param target
* @return
*/
TextView * queryTextComponent(const QFileInfo &target) const;
/**
* @brief
* @param target
*/
void closeTextComponent(const QFileInfo &target);
void addPerceptionList(TextView *ins, SensitiveType type = SensitiveType::CompileAtChanged);