|
static void | EditDictionaryName (object sender, EventArgs e) |
|
static void | EditDictionaryDescription (object sender, EventArgs e) |
|
static void | EditDictionarySyntax (object sender, EventArgs e) |
|
static void | MoveUpAction (object sender, EventArgs e) |
|
static void | MoveDownAction (object sender, EventArgs e) |
|
static void | ExportAction (object sender, EventArgs e) |
|
static void | ExportSelectedAction (object sender, EventArgs e) |
|
static void | DeleteSelectedAction (object sender, EventArgs e) |
|
static void | DuplicateAction (object sender, EventArgs e) |
|
static void | ReplaceAction (object sender, EventArgs e) |
|
static void | RestoreAction (object sender, EventArgs e) |
|
static void | DeleteAction (object sender, EventArgs e) |
|
static void | RenameAction (object sender, EventArgs e) |
|
static void | SortAction (object sender, EventArgs e) |
|
static T | GetInstance< T > () |
|
static IEnumerable< T > | GetInstances< T > () |
|
◆ MDefEventWrapper()
BrawlCrate.NodeWrappers.MDefEventWrapper.MDefEventWrapper |
( |
| ) |
|
|
inline |
723 {
724 ContextMenuStrip = _menu;
725 }
◆ EditDictionaryDescription() [1/2]
void BrawlCrate.NodeWrappers.MDefEventWrapper.EditDictionaryDescription |
( |
| ) |
|
|
inline |
776 {
777 DialogResult res;
782 {
784 }
785 else
786 {
787 temp.Name = "";
788 }
789
791 {
793 }
794
795 if (res == DialogResult.OK)
796 {
798 {
800 }
801 else
802 {
805 {
808 idNumber = ev
809 });
810 }
811
812 MoveDefNode._dictionaryChanged = true;
813 }
814
816 temp = null;
817 }
ResourceNode _resource
Definition: BaseWrapper.cs:76
Definition: MainForm.cs:34
static MainForm Instance
Definition: MainForm.cs:36
Definition: ActionEventInfo.cs:7
Definition: MoveDefNode.cs:16
Definition: ActionEventNode.cs:11
uint _event
Definition: ActionEventNode.cs:52
Definition: MoveDefNode.cs:287
static SortedDictionary< long, ActionEventInfo > EventDictionary
Definition: MoveDefNode.cs:305
virtual void Dispose()
Definition: ResourceNode.cs:430
virtual string Name
Definition: ResourceNode.cs:223
List< ResourceNode > Children
Definition: ResourceNode.cs:262
◆ EditDictionaryDescription() [2/2]
static void BrawlCrate.NodeWrappers.MDefEventWrapper.EditDictionaryDescription |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlinestaticprotected |
698 {
699 GetInstance<MDefEventWrapper>().EditDictionaryDescription();
700 }
◆ EditDictionaryName() [1/2]
void BrawlCrate.NodeWrappers.MDefEventWrapper.EditDictionaryName |
( |
| ) |
|
|
inline |
728 {
729 DialogResult res;
734 {
736 }
737 else
738 {
739 temp.Name = "";
740 }
741
743 {
745 }
746
747 if (res == DialogResult.OK)
748 {
750 {
752 }
753 else
754 {
757 {
760 });
761 }
762
763 MoveDefNode._dictionaryChanged = true;
765 {
767 n.HasChanged = false;
768 }
769 }
770
772 temp = null;
773 }
MoveDefNode Root
Definition: MoveDefNode.cs:48
Dictionary< uint, List< MoveDefEventNode > > _events
Definition: MoveDefNode.cs:3433
◆ EditDictionaryName() [2/2]
static void BrawlCrate.NodeWrappers.MDefEventWrapper.EditDictionaryName |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlinestaticprotected |
693 {
694 GetInstance<MDefEventWrapper>().EditDictionaryName();
695 }
◆ EditDictionarySyntax() [1/2]
void BrawlCrate.NodeWrappers.MDefEventWrapper.EditDictionarySyntax |
( |
| ) |
|
|
inline |
820 {
821 DialogResult res;
826 {
828 }
829 else
830 {
831 temp.Name = "";
832 }
833
835 {
837 }
838
839 if (res == DialogResult.OK)
840 {
842 {
844 }
845 else
846 {
849 {
852 idNumber = ev
853 });
854 }
855
856 MoveDefNode._dictionaryChanged = true;
857 }
858
860 temp = null;
861 }
◆ EditDictionarySyntax() [2/2]
static void BrawlCrate.NodeWrappers.MDefEventWrapper.EditDictionarySyntax |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
inlinestaticprotected |
703 {
704 GetInstance<MDefEventWrapper>().EditDictionarySyntax();
705 }
The documentation for this class was generated from the following file:
- BrawlCrate/NodeWrappers/MDefWrapper.cs