Core.lua

---@meta Core

Core = {}

---@enum Attribute
Core.GeneratedFile.Attribute = {
    OpenEditorAttribute = 0,
    OpenProjectAttribute = 0,
    CustomGeneratorAttribute = 0,
    KeepExistingFileAttribute = 0,
    ForceOverwrite = 0,
    TemporaryFile = 0,
}

---@class GeneratedFile
---@field filePath FilePath
---@field contents string
---@field isBinary boolean
---@field attributes Attribute A combination of Attribute.
Core.GeneratedFile = {}

---Create a new GeneratedFile.
---@return GeneratedFile
function Core.GeneratedFile.new() end

return Core;

©2024 Qt 公司有限公司。本文件中包含的文档贡献包括各自持有者的版权。本文件提供的文档在自由软件基金会发布的 GNU 免费文档许可证版本 1.3 条款下获得许可。Qt 和相应徽标是芬兰和/或其他国家/地区的 Qt 公司商标。所有其他商标均为其各自持有者的财产。