Skip to content

Commit

Permalink
Hookup all Properties and Bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWandererProductions committed Nov 12, 2024
1 parent a6812b5 commit 81f91f7
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 187 deletions.
38 changes: 38 additions & 0 deletions SlimViews/ImageTools.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: SlimViewer
* FILE: SlimViews/Templates/TextureConfigView.cs
* PURPOSE: The view for Texture Configuration
* PROGRAMER: Peter Geinitz (Wayfarer)
*/

namespace SlimViews
{
public enum ImageTools
{
/// <summary>
/// The paint
/// </summary>
Paint = 0,

/// <summary>
/// The erase
/// </summary>
Erase = 1,

/// <summary>
/// The color select
/// </summary>
ColorSelect = 2,

/// <summary>
/// The area
/// </summary>
Area = 3,

/// <summary>
/// The cut
/// </summary>
Cut = 4
}
}
Loading

0 comments on commit 81f91f7

Please sign in to comment.