154 lines
6.2 KiB
C#
154 lines
6.2 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System;
|
|
|
|
|
|
namespace BlendFile.DNA {
|
|
using BlendFile;
|
|
|
|
[DNAClassAttribute(951, "SpaceText", 600)]
|
|
public class SpaceText {
|
|
[DNAFieldAttribute(8, "SpaceLink", 0, "*next", "SpaceLink", true, 0)]
|
|
public SpaceLink next;
|
|
[DNAFieldAttribute(8, "SpaceLink", 1, "*prev", "SpaceLink", true, 8)]
|
|
public SpaceLink prev;
|
|
[DNAFieldAttribute(16, "ListBase", 2, "regionbase", "ListBase", false, 16)]
|
|
public ListBase regionbase;
|
|
[DNAFieldAttribute(1, "char", 3, "spacetype", "char", false, 32)]
|
|
public char spacetype;
|
|
[DNAFieldAttribute(1, "char", 4, "link_flag", "char", false, 33)]
|
|
public char link_flag;
|
|
[DNAArrayAttribute(6, "char", 5, "_pad0[6]", "System.Char[]", 6, 34)]
|
|
public char[] _pad0 = new System.Char[6];
|
|
[DNAFieldAttribute(8, "Text", 6, "*text", "Text", true, 40)]
|
|
public Text text;
|
|
[DNAFieldAttribute(4, "int", 7, "top", "int", false, 48)]
|
|
public int top;
|
|
[DNAFieldAttribute(4, "int", 8, "left", "int", false, 52)]
|
|
public int left;
|
|
[DNAArrayAttribute(4, "char", 9, "_pad1[4]", "System.Char[]", 4, 56)]
|
|
public char[] _pad1 = new System.Char[4];
|
|
[DNAFieldAttribute(2, "short", 10, "flags", "short", false, 60)]
|
|
public short flags;
|
|
[DNAFieldAttribute(2, "short", 11, "lheight", "short", false, 62)]
|
|
public short lheight;
|
|
[DNAFieldAttribute(4, "int", 12, "tabnumber", "int", false, 64)]
|
|
public int tabnumber;
|
|
[DNAFieldAttribute(1, "char", 13, "wordwrap", "char", false, 68)]
|
|
public char wordwrap;
|
|
[DNAFieldAttribute(1, "char", 14, "doplugins", "char", false, 69)]
|
|
public char doplugins;
|
|
[DNAFieldAttribute(1, "char", 15, "showlinenrs", "char", false, 70)]
|
|
public char showlinenrs;
|
|
[DNAFieldAttribute(1, "char", 16, "showsyntax", "char", false, 71)]
|
|
public char showsyntax;
|
|
[DNAFieldAttribute(1, "char", 17, "line_hlight", "char", false, 72)]
|
|
public char line_hlight;
|
|
[DNAFieldAttribute(1, "char", 18, "overwrite", "char", false, 73)]
|
|
public char overwrite;
|
|
[DNAFieldAttribute(1, "char", 19, "live_edit", "char", false, 74)]
|
|
public char live_edit;
|
|
[DNAArrayAttribute(1, "char", 20, "_pad2[1]", "System.Char[]", 1, 75)]
|
|
public char[] _pad2 = new System.Char[1];
|
|
[DNAArrayAttribute(256, "char", 21, "findstr[256]", "System.Char[]", 256, 76)]
|
|
public char[] findstr = new System.Char[256];
|
|
[DNAArrayAttribute(256, "char", 22, "replacestr[256]", "System.Char[]", 256, 332)]
|
|
public char[] replacestr = new System.Char[256];
|
|
[DNAFieldAttribute(2, "short", 23, "margin_column", "short", false, 588)]
|
|
public short margin_column;
|
|
[DNAArrayAttribute(2, "char", 24, "_pad3[2]", "System.Char[]", 2, 590)]
|
|
public char[] _pad3 = new System.Char[2];
|
|
[DNAFieldAttribute(8, "SpaceText_Runtime", 25, "*runtime", "SpaceText_Runtime", true, 592)]
|
|
public SpaceText_Runtime runtime;
|
|
public SpaceText() {
|
|
this.next = default;
|
|
this.prev = default;
|
|
this.regionbase = default;
|
|
this.spacetype = default;
|
|
this.link_flag = default;
|
|
this._pad0 = default;
|
|
this.text = default;
|
|
this.top = default;
|
|
this.left = default;
|
|
this._pad1 = default;
|
|
this.flags = default;
|
|
this.lheight = default;
|
|
this.tabnumber = default;
|
|
this.wordwrap = default;
|
|
this.doplugins = default;
|
|
this.showlinenrs = default;
|
|
this.showsyntax = default;
|
|
this.line_hlight = default;
|
|
this.overwrite = default;
|
|
this.live_edit = default;
|
|
this._pad2 = default;
|
|
this.findstr = default;
|
|
this.replacestr = default;
|
|
this.margin_column = default;
|
|
this._pad3 = default;
|
|
this.runtime = default;
|
|
}
|
|
public SpaceText(
|
|
SpaceLink next,
|
|
SpaceLink prev,
|
|
ListBase regionbase,
|
|
char spacetype,
|
|
char link_flag,
|
|
char[] _pad0,
|
|
Text text,
|
|
int top,
|
|
int left,
|
|
char[] _pad1,
|
|
short flags,
|
|
short lheight,
|
|
int tabnumber,
|
|
char wordwrap,
|
|
char doplugins,
|
|
char showlinenrs,
|
|
char showsyntax,
|
|
char line_hlight,
|
|
char overwrite,
|
|
char live_edit,
|
|
char[] _pad2,
|
|
char[] findstr,
|
|
char[] replacestr,
|
|
short margin_column,
|
|
char[] _pad3,
|
|
SpaceText_Runtime runtime) {
|
|
this.next = next;
|
|
this.prev = prev;
|
|
this.regionbase = regionbase;
|
|
this.spacetype = spacetype;
|
|
this.link_flag = link_flag;
|
|
this._pad0 = _pad0;
|
|
this.text = text;
|
|
this.top = top;
|
|
this.left = left;
|
|
this._pad1 = _pad1;
|
|
this.flags = flags;
|
|
this.lheight = lheight;
|
|
this.tabnumber = tabnumber;
|
|
this.wordwrap = wordwrap;
|
|
this.doplugins = doplugins;
|
|
this.showlinenrs = showlinenrs;
|
|
this.showsyntax = showsyntax;
|
|
this.line_hlight = line_hlight;
|
|
this.overwrite = overwrite;
|
|
this.live_edit = live_edit;
|
|
this._pad2 = _pad2;
|
|
this.findstr = findstr;
|
|
this.replacestr = replacestr;
|
|
this.margin_column = margin_column;
|
|
this._pad3 = _pad3;
|
|
this.runtime = runtime;
|
|
}
|
|
}
|
|
}
|