Application.cd 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ClassDiagram MajorVersion="1" MinorVersion="1">
  3. <Class Name="Terminal.Gui.Application">
  4. <Position X="2.25" Y="1.5" Width="1.5" />
  5. <TypeIdentifier>
  6. <HashCode>hEI4FAgAqARIspQfBQo0gTGiACNL0AICESJKoggBSg8=</HashCode>
  7. <FileName>Application\Application.cs</FileName>
  8. </TypeIdentifier>
  9. </Class>
  10. <Class Name="Terminal.Gui.ApplicationNavigation" Collapsed="true">
  11. <Position X="13.75" Y="1.75" Width="2" />
  12. <TypeIdentifier>
  13. <HashCode>AABAAAAAAABCAAAAAAAAAAAAAAAAIgIAAAAAAAAAAAA=</HashCode>
  14. <FileName>Application\ApplicationNavigation.cs</FileName>
  15. </TypeIdentifier>
  16. </Class>
  17. <Class Name="Terminal.Gui.IterationEventArgs" Collapsed="true">
  18. <Position X="16" Y="2" Width="2" />
  19. <TypeIdentifier>
  20. <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
  21. <FileName>Application\IterationEventArgs.cs</FileName>
  22. </TypeIdentifier>
  23. </Class>
  24. <Class Name="Terminal.Gui.MainLoop" Collapsed="true" BaseTypeListCollapsed="true">
  25. <Position X="10.25" Y="2.75" Width="1.5" />
  26. <TypeIdentifier>
  27. <HashCode>CAAAIAAAASAAAQAQAAAAAIBADQAAEAAYIgIIwAAAAAI=</HashCode>
  28. <FileName>Application\MainLoop.cs</FileName>
  29. </TypeIdentifier>
  30. <Lollipop Position="0.2" Collapsed="true" />
  31. </Class>
  32. <Class Name="Terminal.Gui.MainLoopSyncContext" Collapsed="true">
  33. <Position X="12" Y="2.75" Width="2" />
  34. <TypeIdentifier>
  35. <HashCode>AAAAAgAAAAAAAAAAAEAAAAAACAAAAAAAAAAAAAAAAAA=</HashCode>
  36. <FileName>Application\MainLoopSyncContext.cs</FileName>
  37. </TypeIdentifier>
  38. </Class>
  39. <Class Name="Terminal.Gui.RunState" Collapsed="true" BaseTypeListCollapsed="true">
  40. <Position X="14.25" Y="3" Width="1.5" />
  41. <TypeIdentifier>
  42. <HashCode>AAAAAAAAACACAgAAAAAAAAAAAAAAAAACQAAAAAAAAAA=</HashCode>
  43. <FileName>Application\RunState.cs</FileName>
  44. </TypeIdentifier>
  45. <Lollipop Position="0.2" Collapsed="true" />
  46. </Class>
  47. <Class Name="Terminal.Gui.RunStateEventArgs" Collapsed="true">
  48. <Position X="16" Y="3" Width="2" />
  49. <TypeIdentifier>
  50. <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAA=</HashCode>
  51. <FileName>Application\RunStateEventArgs.cs</FileName>
  52. </TypeIdentifier>
  53. </Class>
  54. <Class Name="Terminal.Gui.Timeout" Collapsed="true">
  55. <Position X="10.25" Y="3.75" Width="1.5" />
  56. <TypeIdentifier>
  57. <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAQAA=</HashCode>
  58. <FileName>Application\Timeout.cs</FileName>
  59. </TypeIdentifier>
  60. </Class>
  61. <Class Name="Terminal.Gui.TimeoutEventArgs" Collapsed="true">
  62. <Position X="12" Y="3.75" Width="2" />
  63. <TypeIdentifier>
  64. <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAACAIAAAAAAAAAAAA=</HashCode>
  65. <FileName>Application\TimeoutEventArgs.cs</FileName>
  66. </TypeIdentifier>
  67. </Class>
  68. <Class Name="Terminal.Gui.ApplicationImpl" BaseTypeListCollapsed="true">
  69. <Position X="5.75" Y="1.75" Width="1.5" />
  70. <TypeIdentifier>
  71. <HashCode>AAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAQAACAACAAAI=</HashCode>
  72. <FileName>Application\ApplicationImpl.cs</FileName>
  73. </TypeIdentifier>
  74. <Lollipop Position="0.2" />
  75. </Class>
  76. <Interface Name="Terminal.Gui.IMainLoopDriver" Collapsed="true">
  77. <Position X="12" Y="5" Width="1.5" />
  78. <TypeIdentifier>
  79. <HashCode>AAAAAAAACAAAAAQAAAAABAAAAAAAEAAAAAAAAAAAAAA=</HashCode>
  80. <FileName>Application\MainLoop.cs</FileName>
  81. </TypeIdentifier>
  82. </Interface>
  83. <Interface Name="Terminal.Gui.IApplication">
  84. <Position X="4" Y="1.75" Width="1.5" />
  85. <TypeIdentifier>
  86. <HashCode>AAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAACAAAAAAI=</HashCode>
  87. <FileName>Application\IApplication.cs</FileName>
  88. </TypeIdentifier>
  89. </Interface>
  90. <Font Name="Segoe UI" Size="9" />
  91. </ClassDiagram>