![]() |
|
Public Types | |
enum | SpecifyType { None = 0 , User , Target , Min , Max , Sum , Avg , Round , Ceil , Floor } |
![]() | |
enum | ThumbnailStatusType { Empty = 0 , Creating , Created , Failed } |
Thumbnail image generation status More... | |
Public Member Functions | |
override void | save (BinaryWriter writer) |
override void | load (BinaryReader reader) |
override bool | Equals (object obj) |
![]() | |
string | getCategory (string locale=null) |
RomItem () | |
System.Drawing.Bitmap | getThumbnail (THUMBNAILMAKERNOTIFY notify, out bool setNotify) |
System.Drawing.Bitmap | getThumbnail (THUMBNAILMAKERNOTIFY notify) |
System.Drawing.Bitmap | getThumbnail () |
void | invalidateThumbnail () |
void | invalidateThumbnail (THUMBNAILMAKERNOTIFY notify) |
void | forceInvalidateThumbnail (THUMBNAILMAKERNOTIFY notify) |
virtual void | save (BinaryWriter writer) |
virtual void | load (BinaryReader reader) |
virtual void | saveUsedGUID (BinaryWriter writer, bool inIncludeChildUseRomGUID) |
Export the GUID you are using (for tools) More... | |
void | saveUsedGUID (BinaryWriter writer) |
Export the GUID you are using (for tools) More... | |
virtual bool | initializingAfterLoading () |
virtual void | reImport () |
virtual void | export (string path) |
virtual void | onCatalogCleanup () |
virtual void | onNameChanged () |
void | copyFrom (Common.Rom.RomItem src) |
virtual void | CheckRecourceConsistency (Catalog inCatalog) |
virtual void | ChangeId (Dictionary< Guid, Rom.RomItem > inChangeIdDic) |
Replace the Id you are using with the corresponding Rom Id More... | |
void | ClearId (List< Rom.RomItem > inClearRomItemList) |
Removed rom usage in list More... | |
void | Dispose () |
void | AddUpdatecall (int count) |
void | save (BinaryWriter writer) |
void | load (BinaryReader reader) |
Static Public Member Functions | |
static bool | SplitWord (string inWord, ref SpecifyType refObjectType, ref SpecifyType refFuncType, ref string refStatusKey) |
static Formula | CreateDefaultFormula () |
![]() | |
static bool | reImport (List< RomItem > inRomList) |
static void | writeChunk (System.IO.BinaryWriter writer, IChunk rom) |
static void | readChunk (System.IO.BinaryReader reader, IChunk rom) |
static void | skipChunk (System.IO.BinaryReader reader) |
static T | Clone< T > (RomItem inSrc) |
static bool | equalChunk (IChunk a, IChunk b) |
static IChunk | duplicate (IChunk rom) |
Static Public Attributes | |
const string | DEFAULT_ESCAPEPERCENT_FORMULA = "(1.5 - floor(b.max.spd / max(a.max.spd, 1))) * 100 + pefcnt * 15" |
static string | DefaultName = "default" |
static string | DefaultTagName = "#" + DefaultName |
static Guid | DefaultId = new Guid("{BF0B76E7-43A9-4937-A01F-812DB5FF0FB2}") |
const string | PlayerCountExtendKey = "playercnt" |
const string | PlayerAbleToActCountExtendKey = "playerableactcnt" |
const string | EnemyCountExtendKey = "enemycnt" |
const string | EnemyAbleToActCountExtendKey = "enemyableactcnt" |
const string | UserCountExtendKey = "usercnt" |
const string | UserAbleToActCountExtendKey = "userableactcnt" |
const string | TargetCountExtendKey = "targetcnt" |
const string | TargetAbleToActCountExtendKey = "targetableactcnt" |
const string | PlayerEscapeFailedCountExtendKey = "pefcnt" |
const string | UserSpecifyKey = "a" |
const string | TargetSpecifyKey = "b" |
const string | MinSpecifyKey = "min" |
const string | MaxSpecifyKey = "max" |
const string | SumSpecifyKey = "sum" |
const string | AvgSpecifyKey = "avg" |
const string | ClampSpecifyKey = "clamp" |
const string | RoundSpecifyKey = "round" |
const string | CeilSpecifyKey = "ceil" |
const string | FloorSpecifyKey = "floor" |
![]() | |
static int | thumbnailWidth = 128 |
static int | thumbnailHeight = 128 |
const char | CATEGORY_SPLITTER = '\\' |
static CREATETHUMBNAIL | createThumbnailFunction = null |
const int | UnknownRefCount = -2000 |
Properties | |
string | Text = "" [get, set] |
![]() | |
System.Drawing.Bitmap | Thumbnail [get] |
ThumbnailStatusType | ThumbnailStatus = ThumbnailStatusType.Empty [get, set] |
string | Name [get, set] |
virtual int | RefCount [get] |
virtual bool | UseRefCount [get] |
Folder | Parent [get, set] |
Additional Inherited Members | |
![]() | |
Guid | guId |
String | name |
string | tags = "" |
string | category = "" |
![]() | |
virtual void | Dispose (bool disposing) |
enum Yukar.Common.Rom.Formula.SpecifyType |
|
static |
override bool Yukar.Common.Rom.Formula.Equals | ( | object | obj | ) |
|
virtual |
Reimplemented from Yukar.Common.Rom.RomItem.
|
virtual |
Reimplemented from Yukar.Common.Rom.RomItem.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
getset |