OmegaEngine API
1.0.3
|
Describes a file returned by ContentManager.GetFileList. More...
Public Member Functions | |
ContextMenu | GetContextMenu () |
Returns the context menu for this file entry; can be null . More... | |
bool | Equals (FileEntry other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Properties | |
string | FileType [get] |
The type of file (e.g. Textures, Sounds, ...). More... | |
string | Name [get, set] |
The relative file path. More... | |
FileEntryType | EntryType [get, set] |
The kind of file entry this is (in relation to its mod status). More... | |
Color | HighlightColor [get] |
The color to highlight this file entry with in list representations. Color.Empty for FileEntryType.Normal (no highlighting). Color.Blue for FileEntryType.Modified. Color.Green for FileEntryType.Added. Color.Red for FileEntryType.Deleted. More... | |
Properties inherited from NanoByte.Common.INamed< FileEntry > | |
string | Name |
Properties inherited from NanoByte::Common::Controls::IHighlightColor | |
Color | HighlightColor |
Describes a file returned by ContentManager.GetFileList.
|
inline |
Returns the context menu for this file entry; can be null
.
Implements NanoByte::Common::Controls::IContextMenu.
|
getset |
The kind of file entry this is (in relation to its mod status).
|
get |
The type of file (e.g. Textures, Sounds, ...).
This is only used for file operations and not for sorting!
|
get |
The color to highlight this file entry with in list representations. Color.Empty for FileEntryType.Normal (no highlighting). Color.Blue for FileEntryType.Modified. Color.Green for FileEntryType.Added. Color.Red for FileEntryType.Deleted.
|
getset |
The relative file path.