mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-15 22:16:37 +08:00
xx
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Input;
|
||||
using AIStudio.Wpf.DiagramDesigner;
|
||||
using AIStudio.Wpf.Mind.Helpers;
|
||||
|
||||
@@ -20,67 +21,111 @@ namespace AIStudio.Wpf.Mind.ViewModels
|
||||
get; set;
|
||||
}
|
||||
|
||||
MindNode RootItem
|
||||
List<MindNode> RootItems
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand AddParentCommand
|
||||
ICommand AddRootCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand AddChildCommand
|
||||
ICommand AddParentCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand AddPearCommand
|
||||
ICommand AddChildCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand MoveForwardCommand
|
||||
ICommand AddPearCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand MoveBackCommand
|
||||
ICommand MoveForwardCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand ChangeMindTypeCommand
|
||||
ICommand MoveBackCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand ChangeMindThemeCommand
|
||||
ICommand SelectBrotherCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectBrotherCommand
|
||||
ICommand SelectPearCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectPearCommand
|
||||
ICommand SelectRouteCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectRouteCommand
|
||||
ICommand SelectChildCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand SelectChildCommand
|
||||
ICommand AddLinkCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
SimpleCommand Expand2LevelCommand
|
||||
ICommand RemoveLinkCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand AddImageCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand RemoveImageCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand AddRemarkCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand RemoveRemarkCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand AddPriorityCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand AddRatioCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand AddTagCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand RemoveTagCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand ChangeMindTypeCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand ChangeMindThemeCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand ClearThemeCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand CopyThemeCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand PasteThemeCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
ICommand Expand2LevelCommand
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user