Beispiel #1
0
 public FileItem(ProjectInfo project, ABnf abnf, string full_path, uint item_id, ABnfFile file)
 {
     m_project   = project;
     m_abnf      = abnf;
     m_full_path = full_path;
     m_item_id   = item_id;
     m_file      = file;
 }
Beispiel #2
0
 public AProtobufFileItem(ProjectInfo project, ABnf abnf, string full_path, uint item_id, ABnfFile file)
     : base(project, abnf, full_path, item_id, file)
 {
 }
 public ALittleScriptProjectInfo(ABnfFactory factory, ABnf abnf, string path)
     : base(factory, abnf, path)
 {
 }
Beispiel #4
0
 public UIABnfFile(string full_path, ABnf abnf_ui, string text) : base(full_path, abnf_ui, text)
 {
 }