|
@@ -0,0 +1,49 @@
|
|
|
|
+// <auto-generated>
|
|
|
|
+// This file was generated by a tool; you should avoid making direct changes.
|
|
|
|
+// Consider using 'partial classes' to extend these types
|
|
|
|
+// Input: FilteringSettings.proto
|
|
|
|
+// </auto-generated>
|
|
|
|
+
|
|
|
|
+#region Designer generated code
|
|
|
|
+#pragma warning disable CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
|
|
+namespace PixiEditor.Extensions.CommonApi.Palettes
|
|
|
|
+{
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoContract()]
|
|
|
|
+ public partial class FilteringSettings : global::ProtoBuf.IExtensible
|
|
|
|
+ {
|
|
|
|
+ private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
+ global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
+ => global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(1)]
|
|
|
|
+ public ColorsNumberMode ColorsNumberMode { get; set; }
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(2)]
|
|
|
|
+ public int ColorsCount { get; set; }
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(3)]
|
|
|
|
+ [global::System.ComponentModel.DefaultValue("")]
|
|
|
|
+ public string Name { get; set; } = "";
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(4)]
|
|
|
|
+ public bool ShowOnlyFavourites { get; set; }
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(5)]
|
|
|
|
+ public global::System.Collections.Generic.List<string> Favourites { get; set; } = new global::System.Collections.Generic.List<string>();
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoContract()]
|
|
|
|
+ public enum ColorsNumberMode
|
|
|
|
+ {
|
|
|
|
+ Any = 0,
|
|
|
|
+ Max = 1,
|
|
|
|
+ Min = 2,
|
|
|
|
+ Exact = 3,
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
|
|
+#endregion
|