Terminal.Gui.FileDialog.yml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Gui.FileDialog
  4. id: FileDialog
  5. children:
  6. - Terminal.Gui.FileDialog.#ctor(NStack.ustring,NStack.ustring,NStack.ustring,NStack.ustring)
  7. - Terminal.Gui.FileDialog.AllowedFileTypes
  8. - Terminal.Gui.FileDialog.AllowsOtherFileTypes
  9. - Terminal.Gui.FileDialog.CanCreateDirectories
  10. - Terminal.Gui.FileDialog.DirectoryPath
  11. - Terminal.Gui.FileDialog.FilePath
  12. - Terminal.Gui.FileDialog.IsExtensionHidden
  13. - Terminal.Gui.FileDialog.Message
  14. - Terminal.Gui.FileDialog.NameFieldLabel
  15. - Terminal.Gui.FileDialog.Prompt
  16. - Terminal.Gui.FileDialog.WillPresent
  17. langs:
  18. - csharp
  19. name: FileDialog
  20. nameWithType: FileDialog
  21. fullName: Terminal.Gui.FileDialog
  22. type: Class
  23. assemblies:
  24. - Terminal.Gui
  25. namespace: Terminal.Gui
  26. summary: Base class for the OpenDialog and the SaveDialog
  27. syntax:
  28. content: 'public class FileDialog : Terminal.Gui.Dialog'
  29. inheritance:
  30. - System.Object
  31. - Terminal.Gui.Responder
  32. - Terminal.Gui.View
  33. - Terminal.Gui.Toplevel
  34. - Terminal.Gui.Window
  35. - Terminal.Gui.Dialog
  36. derivedClasses:
  37. - Terminal.Gui.OpenDialog
  38. - Terminal.Gui.SaveDialog
  39. implements: []
  40. inheritedMembers:
  41. - Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
  42. - Terminal.Gui.Dialog.LayoutSubviews
  43. - Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
  44. - Terminal.Gui.Toplevel.CanFocus
  45. - Terminal.Gui.Toplevel.Create
  46. - Terminal.Gui.Toplevel.Running
  47. - Terminal.Gui.View.Add(Terminal.Gui.View[])
  48. - Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  49. - Terminal.Gui.View.Bounds
  50. - Terminal.Gui.View.ChildNeedsDisplay
  51. - Terminal.Gui.View.Clear
  52. - Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  53. - Terminal.Gui.View.ClearNeedsDisplay
  54. - Terminal.Gui.View.ClipToBounds
  55. - Terminal.Gui.View.ColorScheme
  56. - Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  57. - Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  58. - Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  59. - Terminal.Gui.View.Driver
  60. - Terminal.Gui.View.EnsureFocus
  61. - Terminal.Gui.View.Focused
  62. - Terminal.Gui.View.FocusFirst
  63. - Terminal.Gui.View.FocusLast
  64. - Terminal.Gui.View.FocusNext
  65. - Terminal.Gui.View.FocusPrev
  66. - Terminal.Gui.View.Frame
  67. - Terminal.Gui.View.HasFocus
  68. - Terminal.Gui.View.Height
  69. - Terminal.Gui.View.Id
  70. - Terminal.Gui.View.LayoutStyle
  71. - Terminal.Gui.View.MostFocused
  72. - Terminal.Gui.View.Move(System.Int32,System.Int32)
  73. - Terminal.Gui.View.PositionCursor
  74. - Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  75. - Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  76. - Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  77. - Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  78. - Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  79. - Terminal.Gui.View.SetNeedsDisplay
  80. - Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  81. - Terminal.Gui.View.Subviews
  82. - Terminal.Gui.View.SuperView
  83. - Terminal.Gui.View.ToString
  84. - Terminal.Gui.View.WantMousePositionReports
  85. - Terminal.Gui.View.Width
  86. - Terminal.Gui.View.X
  87. - Terminal.Gui.View.Y
  88. - Terminal.Gui.Window.Add(Terminal.Gui.View)
  89. - Terminal.Gui.Window.GetEnumerator
  90. - Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
  91. - Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  92. - Terminal.Gui.Window.Remove(Terminal.Gui.View)
  93. - Terminal.Gui.Window.RemoveAll
  94. - Terminal.Gui.Window.Title
  95. - uid: Terminal.Gui.FileDialog.#ctor(NStack.ustring,NStack.ustring,NStack.ustring,NStack.ustring)
  96. id: '#ctor(NStack.ustring,NStack.ustring,NStack.ustring,NStack.ustring)'
  97. parent: Terminal.Gui.FileDialog
  98. langs:
  99. - csharp
  100. name: FileDialog(ustring, ustring, ustring, ustring)
  101. nameWithType: FileDialog.FileDialog(ustring, ustring, ustring, ustring)
  102. fullName: FileDialog.FileDialog(ustring, ustring, ustring, ustring)
  103. type: Constructor
  104. assemblies:
  105. - Terminal.Gui
  106. namespace: Terminal.Gui
  107. syntax:
  108. content: public FileDialog (NStack.ustring title, NStack.ustring prompt, NStack.ustring nameFieldLabel, NStack.ustring message);
  109. parameters:
  110. - id: title
  111. type: NStack.ustring
  112. description: To be added.
  113. - id: prompt
  114. type: NStack.ustring
  115. description: To be added.
  116. - id: nameFieldLabel
  117. type: NStack.ustring
  118. description: To be added.
  119. - id: message
  120. type: NStack.ustring
  121. description: To be added.
  122. overload: Terminal.Gui.FileDialog.#ctor*
  123. exceptions: []
  124. - uid: Terminal.Gui.FileDialog.AllowedFileTypes
  125. id: AllowedFileTypes
  126. parent: Terminal.Gui.FileDialog
  127. langs:
  128. - csharp
  129. name: AllowedFileTypes
  130. nameWithType: FileDialog.AllowedFileTypes
  131. fullName: FileDialog.AllowedFileTypes
  132. type: Property
  133. assemblies:
  134. - Terminal.Gui
  135. namespace: Terminal.Gui
  136. summary: The array of filename extensions allowed, or null if all file extensions are allowed.
  137. syntax:
  138. content: public string[] AllowedFileTypes { get; set; }
  139. return:
  140. type: System.String[]
  141. description: The allowed file types.
  142. overload: Terminal.Gui.FileDialog.AllowedFileTypes*
  143. exceptions: []
  144. - uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes
  145. id: AllowsOtherFileTypes
  146. parent: Terminal.Gui.FileDialog
  147. langs:
  148. - csharp
  149. name: AllowsOtherFileTypes
  150. nameWithType: FileDialog.AllowsOtherFileTypes
  151. fullName: FileDialog.AllowsOtherFileTypes
  152. type: Property
  153. assemblies:
  154. - Terminal.Gui
  155. namespace: Terminal.Gui
  156. summary: Gets or sets a value indicating whether this <xref href="Terminal.Gui.FileDialog"></xref> allows the file to be saved with a different extension
  157. syntax:
  158. content: public bool AllowsOtherFileTypes { get; set; }
  159. return:
  160. type: System.Boolean
  161. description: <code>true</code> if allows other file types; otherwise, <code>false</code>.
  162. overload: Terminal.Gui.FileDialog.AllowsOtherFileTypes*
  163. exceptions: []
  164. - uid: Terminal.Gui.FileDialog.CanCreateDirectories
  165. id: CanCreateDirectories
  166. parent: Terminal.Gui.FileDialog
  167. langs:
  168. - csharp
  169. name: CanCreateDirectories
  170. nameWithType: FileDialog.CanCreateDirectories
  171. fullName: FileDialog.CanCreateDirectories
  172. type: Property
  173. assemblies:
  174. - Terminal.Gui
  175. namespace: Terminal.Gui
  176. summary: Gets or sets a value indicating whether this <xref href="Terminal.Gui.FileDialog"></xref> can create directories.
  177. syntax:
  178. content: public bool CanCreateDirectories { get; set; }
  179. return:
  180. type: System.Boolean
  181. description: <code>true</code> if can create directories; otherwise, <code>false</code>.
  182. overload: Terminal.Gui.FileDialog.CanCreateDirectories*
  183. exceptions: []
  184. - uid: Terminal.Gui.FileDialog.DirectoryPath
  185. id: DirectoryPath
  186. parent: Terminal.Gui.FileDialog
  187. langs:
  188. - csharp
  189. name: DirectoryPath
  190. nameWithType: FileDialog.DirectoryPath
  191. fullName: FileDialog.DirectoryPath
  192. type: Property
  193. assemblies:
  194. - Terminal.Gui
  195. namespace: Terminal.Gui
  196. summary: Gets or sets the directory path for this panel
  197. syntax:
  198. content: public NStack.ustring DirectoryPath { get; set; }
  199. return:
  200. type: NStack.ustring
  201. description: The directory path.
  202. overload: Terminal.Gui.FileDialog.DirectoryPath*
  203. exceptions: []
  204. - uid: Terminal.Gui.FileDialog.FilePath
  205. id: FilePath
  206. parent: Terminal.Gui.FileDialog
  207. langs:
  208. - csharp
  209. name: FilePath
  210. nameWithType: FileDialog.FilePath
  211. fullName: FileDialog.FilePath
  212. type: Property
  213. assemblies:
  214. - Terminal.Gui
  215. namespace: Terminal.Gui
  216. summary: The File path that is currently shown on the panel
  217. syntax:
  218. content: public NStack.ustring FilePath { get; set; }
  219. return:
  220. type: NStack.ustring
  221. description: The absolute file path for the file path entered.
  222. overload: Terminal.Gui.FileDialog.FilePath*
  223. exceptions: []
  224. - uid: Terminal.Gui.FileDialog.IsExtensionHidden
  225. id: IsExtensionHidden
  226. parent: Terminal.Gui.FileDialog
  227. langs:
  228. - csharp
  229. name: IsExtensionHidden
  230. nameWithType: FileDialog.IsExtensionHidden
  231. fullName: FileDialog.IsExtensionHidden
  232. type: Property
  233. assemblies:
  234. - Terminal.Gui
  235. namespace: Terminal.Gui
  236. summary: Gets or sets a value indicating whether this <xref href="Terminal.Gui.FileDialog"></xref> is extension hidden.
  237. syntax:
  238. content: public bool IsExtensionHidden { get; set; }
  239. return:
  240. type: System.Boolean
  241. description: <code>true</code> if is extension hidden; otherwise, <code>false</code>.
  242. overload: Terminal.Gui.FileDialog.IsExtensionHidden*
  243. exceptions: []
  244. - uid: Terminal.Gui.FileDialog.Message
  245. id: Message
  246. parent: Terminal.Gui.FileDialog
  247. langs:
  248. - csharp
  249. name: Message
  250. nameWithType: FileDialog.Message
  251. fullName: FileDialog.Message
  252. type: Property
  253. assemblies:
  254. - Terminal.Gui
  255. namespace: Terminal.Gui
  256. summary: Gets or sets the message displayed to the user, defaults to nothing
  257. syntax:
  258. content: public NStack.ustring Message { get; set; }
  259. return:
  260. type: NStack.ustring
  261. description: The message.
  262. overload: Terminal.Gui.FileDialog.Message*
  263. exceptions: []
  264. - uid: Terminal.Gui.FileDialog.NameFieldLabel
  265. id: NameFieldLabel
  266. parent: Terminal.Gui.FileDialog
  267. langs:
  268. - csharp
  269. name: NameFieldLabel
  270. nameWithType: FileDialog.NameFieldLabel
  271. fullName: FileDialog.NameFieldLabel
  272. type: Property
  273. assemblies:
  274. - Terminal.Gui
  275. namespace: Terminal.Gui
  276. summary: Gets or sets the name field label.
  277. syntax:
  278. content: public NStack.ustring NameFieldLabel { get; set; }
  279. return:
  280. type: NStack.ustring
  281. description: The name field label.
  282. overload: Terminal.Gui.FileDialog.NameFieldLabel*
  283. exceptions: []
  284. - uid: Terminal.Gui.FileDialog.Prompt
  285. id: Prompt
  286. parent: Terminal.Gui.FileDialog
  287. langs:
  288. - csharp
  289. name: Prompt
  290. nameWithType: FileDialog.Prompt
  291. fullName: FileDialog.Prompt
  292. type: Property
  293. assemblies:
  294. - Terminal.Gui
  295. namespace: Terminal.Gui
  296. summary: Gets or sets the prompt label for the button displayed to the user
  297. syntax:
  298. content: public NStack.ustring Prompt { get; set; }
  299. return:
  300. type: NStack.ustring
  301. description: The prompt.
  302. overload: Terminal.Gui.FileDialog.Prompt*
  303. exceptions: []
  304. - uid: Terminal.Gui.FileDialog.WillPresent
  305. id: WillPresent
  306. parent: Terminal.Gui.FileDialog
  307. langs:
  308. - csharp
  309. name: WillPresent()
  310. nameWithType: FileDialog.WillPresent()
  311. fullName: FileDialog.WillPresent()
  312. type: Method
  313. assemblies:
  314. - Terminal.Gui
  315. namespace: Terminal.Gui
  316. syntax:
  317. content: public override void WillPresent ();
  318. parameters: []
  319. overload: Terminal.Gui.FileDialog.WillPresent*
  320. exceptions: []
  321. references:
  322. - uid: Terminal.Gui.Dialog
  323. parent: Terminal.Gui
  324. isExternal: false
  325. name: Dialog
  326. nameWithType: Dialog
  327. fullName: Terminal.Gui.Dialog
  328. - uid: Terminal.Gui.FileDialog.#ctor(NStack.ustring,NStack.ustring,NStack.ustring,NStack.ustring)
  329. parent: Terminal.Gui.FileDialog
  330. isExternal: false
  331. name: FileDialog(ustring, ustring, ustring, ustring)
  332. nameWithType: FileDialog.FileDialog(ustring, ustring, ustring, ustring)
  333. fullName: FileDialog.FileDialog(ustring, ustring, ustring, ustring)
  334. - uid: NStack.ustring
  335. parent: NStack
  336. isExternal: true
  337. name: ustring
  338. nameWithType: ustring
  339. fullName: NStack.ustring
  340. - uid: Terminal.Gui.FileDialog.AllowedFileTypes
  341. parent: Terminal.Gui.FileDialog
  342. isExternal: false
  343. name: AllowedFileTypes
  344. nameWithType: FileDialog.AllowedFileTypes
  345. fullName: FileDialog.AllowedFileTypes
  346. - uid: System.String
  347. name: String
  348. nameWithType: String
  349. fullName: System.String
  350. - uid: System.String[]
  351. parent: System
  352. isExternal: true
  353. name: String[]
  354. nameWithType: String[]
  355. fullName: System.String[]
  356. spec.csharp:
  357. - uid: System.String
  358. name: String
  359. nameWithType: String
  360. fullName: System.String
  361. - name: '[]'
  362. nameWithType: '[]'
  363. fullName: '[]'
  364. - uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes
  365. parent: Terminal.Gui.FileDialog
  366. isExternal: false
  367. name: AllowsOtherFileTypes
  368. nameWithType: FileDialog.AllowsOtherFileTypes
  369. fullName: FileDialog.AllowsOtherFileTypes
  370. - uid: System.Boolean
  371. parent: System
  372. isExternal: true
  373. name: Boolean
  374. nameWithType: Boolean
  375. fullName: System.Boolean
  376. - uid: Terminal.Gui.FileDialog.CanCreateDirectories
  377. parent: Terminal.Gui.FileDialog
  378. isExternal: false
  379. name: CanCreateDirectories
  380. nameWithType: FileDialog.CanCreateDirectories
  381. fullName: FileDialog.CanCreateDirectories
  382. - uid: Terminal.Gui.FileDialog.DirectoryPath
  383. parent: Terminal.Gui.FileDialog
  384. isExternal: false
  385. name: DirectoryPath
  386. nameWithType: FileDialog.DirectoryPath
  387. fullName: FileDialog.DirectoryPath
  388. - uid: Terminal.Gui.FileDialog.FilePath
  389. parent: Terminal.Gui.FileDialog
  390. isExternal: false
  391. name: FilePath
  392. nameWithType: FileDialog.FilePath
  393. fullName: FileDialog.FilePath
  394. - uid: Terminal.Gui.FileDialog.IsExtensionHidden
  395. parent: Terminal.Gui.FileDialog
  396. isExternal: false
  397. name: IsExtensionHidden
  398. nameWithType: FileDialog.IsExtensionHidden
  399. fullName: FileDialog.IsExtensionHidden
  400. - uid: Terminal.Gui.FileDialog.Message
  401. parent: Terminal.Gui.FileDialog
  402. isExternal: false
  403. name: Message
  404. nameWithType: FileDialog.Message
  405. fullName: FileDialog.Message
  406. - uid: Terminal.Gui.FileDialog.NameFieldLabel
  407. parent: Terminal.Gui.FileDialog
  408. isExternal: false
  409. name: NameFieldLabel
  410. nameWithType: FileDialog.NameFieldLabel
  411. fullName: FileDialog.NameFieldLabel
  412. - uid: Terminal.Gui.FileDialog.Prompt
  413. parent: Terminal.Gui.FileDialog
  414. isExternal: false
  415. name: Prompt
  416. nameWithType: FileDialog.Prompt
  417. fullName: FileDialog.Prompt
  418. - uid: Terminal.Gui.FileDialog.WillPresent
  419. parent: Terminal.Gui.FileDialog
  420. isExternal: false
  421. name: WillPresent()
  422. nameWithType: FileDialog.WillPresent()
  423. fullName: FileDialog.WillPresent()
  424. - uid: Terminal.Gui.FileDialog.#ctor*
  425. parent: Terminal.Gui.FileDialog
  426. isExternal: false
  427. name: FileDialog
  428. nameWithType: FileDialog.FileDialog
  429. fullName: FileDialog.FileDialog
  430. - uid: Terminal.Gui.FileDialog.AllowedFileTypes*
  431. parent: Terminal.Gui.FileDialog
  432. isExternal: false
  433. name: AllowedFileTypes
  434. nameWithType: FileDialog.AllowedFileTypes
  435. fullName: FileDialog.AllowedFileTypes
  436. - uid: Terminal.Gui.FileDialog.AllowsOtherFileTypes*
  437. parent: Terminal.Gui.FileDialog
  438. isExternal: false
  439. name: AllowsOtherFileTypes
  440. nameWithType: FileDialog.AllowsOtherFileTypes
  441. fullName: FileDialog.AllowsOtherFileTypes
  442. - uid: Terminal.Gui.FileDialog.CanCreateDirectories*
  443. parent: Terminal.Gui.FileDialog
  444. isExternal: false
  445. name: CanCreateDirectories
  446. nameWithType: FileDialog.CanCreateDirectories
  447. fullName: FileDialog.CanCreateDirectories
  448. - uid: Terminal.Gui.FileDialog.DirectoryPath*
  449. parent: Terminal.Gui.FileDialog
  450. isExternal: false
  451. name: DirectoryPath
  452. nameWithType: FileDialog.DirectoryPath
  453. fullName: FileDialog.DirectoryPath
  454. - uid: Terminal.Gui.FileDialog.FilePath*
  455. parent: Terminal.Gui.FileDialog
  456. isExternal: false
  457. name: FilePath
  458. nameWithType: FileDialog.FilePath
  459. fullName: FileDialog.FilePath
  460. - uid: Terminal.Gui.FileDialog.IsExtensionHidden*
  461. parent: Terminal.Gui.FileDialog
  462. isExternal: false
  463. name: IsExtensionHidden
  464. nameWithType: FileDialog.IsExtensionHidden
  465. fullName: FileDialog.IsExtensionHidden
  466. - uid: Terminal.Gui.FileDialog.Message*
  467. parent: Terminal.Gui.FileDialog
  468. isExternal: false
  469. name: Message
  470. nameWithType: FileDialog.Message
  471. fullName: FileDialog.Message
  472. - uid: Terminal.Gui.FileDialog.NameFieldLabel*
  473. parent: Terminal.Gui.FileDialog
  474. isExternal: false
  475. name: NameFieldLabel
  476. nameWithType: FileDialog.NameFieldLabel
  477. fullName: FileDialog.NameFieldLabel
  478. - uid: Terminal.Gui.FileDialog.Prompt*
  479. parent: Terminal.Gui.FileDialog
  480. isExternal: false
  481. name: Prompt
  482. nameWithType: FileDialog.Prompt
  483. fullName: FileDialog.Prompt
  484. - uid: Terminal.Gui.FileDialog.WillPresent*
  485. parent: Terminal.Gui.FileDialog
  486. isExternal: false
  487. name: WillPresent
  488. nameWithType: FileDialog.WillPresent
  489. fullName: FileDialog.WillPresent
  490. - uid: Terminal.Gui.Toplevel.CanFocus
  491. parent: Terminal.Gui.Toplevel
  492. isExternal: false
  493. name: CanFocus
  494. nameWithType: Toplevel.CanFocus
  495. fullName: Toplevel.CanFocus
  496. - uid: Terminal.Gui.View.HasFocus
  497. parent: Terminal.Gui.View
  498. isExternal: false
  499. name: HasFocus
  500. nameWithType: View.HasFocus
  501. fullName: View.HasFocus
  502. - uid: Terminal.Gui.Window.MouseEvent(Terminal.Gui.MouseEvent)
  503. parent: Terminal.Gui.Window
  504. isExternal: false
  505. name: MouseEvent(MouseEvent)
  506. nameWithType: Window.MouseEvent(MouseEvent)
  507. fullName: Window.MouseEvent(MouseEvent)
  508. - uid: Terminal.Gui.View.ProcessColdKey(Terminal.Gui.KeyEvent)
  509. parent: Terminal.Gui.View
  510. isExternal: false
  511. name: ProcessColdKey(KeyEvent)
  512. nameWithType: View.ProcessColdKey(KeyEvent)
  513. fullName: View.ProcessColdKey(KeyEvent)
  514. - uid: Terminal.Gui.View.ProcessHotKey(Terminal.Gui.KeyEvent)
  515. parent: Terminal.Gui.View
  516. isExternal: false
  517. name: ProcessHotKey(KeyEvent)
  518. nameWithType: View.ProcessHotKey(KeyEvent)
  519. fullName: View.ProcessHotKey(KeyEvent)
  520. - uid: Terminal.Gui.Dialog.ProcessKey(Terminal.Gui.KeyEvent)
  521. parent: Terminal.Gui.Dialog
  522. isExternal: false
  523. name: ProcessKey(KeyEvent)
  524. nameWithType: Dialog.ProcessKey(KeyEvent)
  525. fullName: Dialog.ProcessKey(KeyEvent)
  526. - uid: Terminal.Gui.Window.Add(Terminal.Gui.View)
  527. parent: Terminal.Gui.Window
  528. isExternal: false
  529. name: Add(View)
  530. nameWithType: Window.Add(View)
  531. fullName: Window.Add(View)
  532. - uid: Terminal.Gui.View.Add(Terminal.Gui.View[])
  533. parent: Terminal.Gui.View
  534. isExternal: false
  535. name: Add(View[])
  536. nameWithType: View.Add(View[])
  537. fullName: View.Add(View[])
  538. - uid: Terminal.Gui.View.AddRune(System.Int32,System.Int32,System.Rune)
  539. parent: Terminal.Gui.View
  540. isExternal: false
  541. name: AddRune(Int32, Int32, Rune)
  542. nameWithType: View.AddRune(Int32, Int32, Rune)
  543. fullName: View.AddRune(Int32, Int32, Rune)
  544. - uid: Terminal.Gui.View.Bounds
  545. parent: Terminal.Gui.View
  546. isExternal: false
  547. name: Bounds
  548. nameWithType: View.Bounds
  549. fullName: View.Bounds
  550. - uid: Terminal.Gui.View.ChildNeedsDisplay
  551. parent: Terminal.Gui.View
  552. isExternal: false
  553. name: ChildNeedsDisplay()
  554. nameWithType: View.ChildNeedsDisplay()
  555. fullName: View.ChildNeedsDisplay()
  556. - uid: Terminal.Gui.View.Clear
  557. parent: Terminal.Gui.View
  558. isExternal: false
  559. name: Clear()
  560. nameWithType: View.Clear()
  561. fullName: View.Clear()
  562. - uid: Terminal.Gui.View.Clear(Terminal.Gui.Rect)
  563. parent: Terminal.Gui.View
  564. isExternal: false
  565. name: Clear(Rect)
  566. nameWithType: View.Clear(Rect)
  567. fullName: View.Clear(Rect)
  568. - uid: Terminal.Gui.View.ClearNeedsDisplay
  569. parent: Terminal.Gui.View
  570. isExternal: false
  571. name: ClearNeedsDisplay()
  572. nameWithType: View.ClearNeedsDisplay()
  573. fullName: View.ClearNeedsDisplay()
  574. - uid: Terminal.Gui.View.ClipToBounds
  575. parent: Terminal.Gui.View
  576. isExternal: false
  577. name: ClipToBounds()
  578. nameWithType: View.ClipToBounds()
  579. fullName: View.ClipToBounds()
  580. - uid: Terminal.Gui.View.ColorScheme
  581. parent: Terminal.Gui.View
  582. isExternal: false
  583. name: ColorScheme
  584. nameWithType: View.ColorScheme
  585. fullName: View.ColorScheme
  586. - uid: Terminal.Gui.View.DrawFrame(Terminal.Gui.Rect,System.Int32,System.Boolean)
  587. parent: Terminal.Gui.View
  588. isExternal: false
  589. name: DrawFrame(Rect, Int32, Boolean)
  590. nameWithType: View.DrawFrame(Rect, Int32, Boolean)
  591. fullName: View.DrawFrame(Rect, Int32, Boolean)
  592. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,System.Boolean,Terminal.Gui.ColorScheme)
  593. parent: Terminal.Gui.View
  594. isExternal: false
  595. name: DrawHotString(ustring, Boolean, ColorScheme)
  596. nameWithType: View.DrawHotString(ustring, Boolean, ColorScheme)
  597. fullName: View.DrawHotString(ustring, Boolean, ColorScheme)
  598. - uid: Terminal.Gui.View.DrawHotString(NStack.ustring,Terminal.Gui.Attribute,Terminal.Gui.Attribute)
  599. parent: Terminal.Gui.View
  600. isExternal: false
  601. name: DrawHotString(ustring, Attribute, Attribute)
  602. nameWithType: View.DrawHotString(ustring, Attribute, Attribute)
  603. fullName: View.DrawHotString(ustring, Attribute, Attribute)
  604. - uid: Terminal.Gui.View.Driver
  605. parent: Terminal.Gui.View
  606. isExternal: false
  607. name: Driver
  608. nameWithType: View.Driver
  609. fullName: View.Driver
  610. - uid: Terminal.Gui.View.EnsureFocus
  611. parent: Terminal.Gui.View
  612. isExternal: false
  613. name: EnsureFocus()
  614. nameWithType: View.EnsureFocus()
  615. fullName: View.EnsureFocus()
  616. - uid: Terminal.Gui.View.Focused
  617. parent: Terminal.Gui.View
  618. isExternal: false
  619. name: Focused
  620. nameWithType: View.Focused
  621. fullName: View.Focused
  622. - uid: Terminal.Gui.View.FocusFirst
  623. parent: Terminal.Gui.View
  624. isExternal: false
  625. name: FocusFirst()
  626. nameWithType: View.FocusFirst()
  627. fullName: View.FocusFirst()
  628. - uid: Terminal.Gui.View.FocusLast
  629. parent: Terminal.Gui.View
  630. isExternal: false
  631. name: FocusLast()
  632. nameWithType: View.FocusLast()
  633. fullName: View.FocusLast()
  634. - uid: Terminal.Gui.View.FocusNext
  635. parent: Terminal.Gui.View
  636. isExternal: false
  637. name: FocusNext()
  638. nameWithType: View.FocusNext()
  639. fullName: View.FocusNext()
  640. - uid: Terminal.Gui.View.FocusPrev
  641. parent: Terminal.Gui.View
  642. isExternal: false
  643. name: FocusPrev()
  644. nameWithType: View.FocusPrev()
  645. fullName: View.FocusPrev()
  646. - uid: Terminal.Gui.View.Frame
  647. parent: Terminal.Gui.View
  648. isExternal: false
  649. name: Frame
  650. nameWithType: View.Frame
  651. fullName: View.Frame
  652. - uid: Terminal.Gui.Window.GetEnumerator
  653. parent: Terminal.Gui.Window
  654. isExternal: false
  655. name: GetEnumerator()
  656. nameWithType: Window.GetEnumerator()
  657. fullName: Window.GetEnumerator()
  658. - uid: Terminal.Gui.View.Height
  659. parent: Terminal.Gui.View
  660. isExternal: false
  661. name: Height
  662. nameWithType: View.Height
  663. fullName: View.Height
  664. - uid: Terminal.Gui.View.Id
  665. parent: Terminal.Gui.View
  666. isExternal: false
  667. name: Id
  668. nameWithType: View.Id
  669. fullName: View.Id
  670. - uid: Terminal.Gui.View.LayoutStyle
  671. parent: Terminal.Gui.View
  672. isExternal: false
  673. name: LayoutStyle
  674. nameWithType: View.LayoutStyle
  675. fullName: View.LayoutStyle
  676. - uid: Terminal.Gui.Dialog.LayoutSubviews
  677. parent: Terminal.Gui.Dialog
  678. isExternal: false
  679. name: LayoutSubviews()
  680. nameWithType: Dialog.LayoutSubviews()
  681. fullName: Dialog.LayoutSubviews()
  682. - uid: Terminal.Gui.View.MostFocused
  683. parent: Terminal.Gui.View
  684. isExternal: false
  685. name: MostFocused
  686. nameWithType: View.MostFocused
  687. fullName: View.MostFocused
  688. - uid: Terminal.Gui.View.Move(System.Int32,System.Int32)
  689. parent: Terminal.Gui.View
  690. isExternal: false
  691. name: Move(Int32, Int32)
  692. nameWithType: View.Move(Int32, Int32)
  693. fullName: View.Move(Int32, Int32)
  694. - uid: Terminal.Gui.View.PositionCursor
  695. parent: Terminal.Gui.View
  696. isExternal: false
  697. name: PositionCursor()
  698. nameWithType: View.PositionCursor()
  699. fullName: View.PositionCursor()
  700. - uid: Terminal.Gui.Window.Redraw(Terminal.Gui.Rect)
  701. parent: Terminal.Gui.Window
  702. isExternal: false
  703. name: Redraw(Rect)
  704. nameWithType: Window.Redraw(Rect)
  705. fullName: Window.Redraw(Rect)
  706. - uid: Terminal.Gui.Window.Remove(Terminal.Gui.View)
  707. parent: Terminal.Gui.Window
  708. isExternal: false
  709. name: Remove(View)
  710. nameWithType: Window.Remove(View)
  711. fullName: Window.Remove(View)
  712. - uid: Terminal.Gui.Window.RemoveAll
  713. parent: Terminal.Gui.Window
  714. isExternal: false
  715. name: RemoveAll()
  716. nameWithType: Window.RemoveAll()
  717. fullName: Window.RemoveAll()
  718. - uid: Terminal.Gui.View.ScreenToView(System.Int32,System.Int32)
  719. parent: Terminal.Gui.View
  720. isExternal: false
  721. name: ScreenToView(Int32, Int32)
  722. nameWithType: View.ScreenToView(Int32, Int32)
  723. fullName: View.ScreenToView(Int32, Int32)
  724. - uid: Terminal.Gui.View.SetClip(Terminal.Gui.Rect)
  725. parent: Terminal.Gui.View
  726. isExternal: false
  727. name: SetClip(Rect)
  728. nameWithType: View.SetClip(Rect)
  729. fullName: View.SetClip(Rect)
  730. - uid: Terminal.Gui.View.SetFocus(Terminal.Gui.View)
  731. parent: Terminal.Gui.View
  732. isExternal: false
  733. name: SetFocus(View)
  734. nameWithType: View.SetFocus(View)
  735. fullName: View.SetFocus(View)
  736. - uid: Terminal.Gui.View.SetNeedsDisplay
  737. parent: Terminal.Gui.View
  738. isExternal: false
  739. name: SetNeedsDisplay()
  740. nameWithType: View.SetNeedsDisplay()
  741. fullName: View.SetNeedsDisplay()
  742. - uid: Terminal.Gui.View.SetNeedsDisplay(Terminal.Gui.Rect)
  743. parent: Terminal.Gui.View
  744. isExternal: false
  745. name: SetNeedsDisplay(Rect)
  746. nameWithType: View.SetNeedsDisplay(Rect)
  747. fullName: View.SetNeedsDisplay(Rect)
  748. - uid: Terminal.Gui.View.Subviews
  749. parent: Terminal.Gui.View
  750. isExternal: false
  751. name: Subviews
  752. nameWithType: View.Subviews
  753. fullName: View.Subviews
  754. - uid: Terminal.Gui.View.SuperView
  755. parent: Terminal.Gui.View
  756. isExternal: false
  757. name: SuperView
  758. nameWithType: View.SuperView
  759. fullName: View.SuperView
  760. - uid: Terminal.Gui.View.ToString
  761. parent: Terminal.Gui.View
  762. isExternal: false
  763. name: ToString()
  764. nameWithType: View.ToString()
  765. fullName: View.ToString()
  766. - uid: Terminal.Gui.View.WantMousePositionReports
  767. parent: Terminal.Gui.View
  768. isExternal: false
  769. name: WantMousePositionReports
  770. nameWithType: View.WantMousePositionReports
  771. fullName: View.WantMousePositionReports
  772. - uid: Terminal.Gui.View.Width
  773. parent: Terminal.Gui.View
  774. isExternal: false
  775. name: Width
  776. nameWithType: View.Width
  777. fullName: View.Width
  778. - uid: Terminal.Gui.View.X
  779. parent: Terminal.Gui.View
  780. isExternal: false
  781. name: X
  782. nameWithType: View.X
  783. fullName: View.X
  784. - uid: Terminal.Gui.View.Y
  785. parent: Terminal.Gui.View
  786. isExternal: false
  787. name: Y
  788. nameWithType: View.Y
  789. fullName: View.Y
  790. - uid: Terminal.Gui.Toplevel.Create
  791. parent: Terminal.Gui.Toplevel
  792. isExternal: false
  793. name: Create()
  794. nameWithType: Toplevel.Create()
  795. fullName: Toplevel.Create()
  796. - uid: Terminal.Gui.Toplevel.Running
  797. parent: Terminal.Gui.Toplevel
  798. isExternal: false
  799. name: Running
  800. nameWithType: Toplevel.Running
  801. fullName: Toplevel.Running
  802. - uid: Terminal.Gui.Window.Title
  803. parent: Terminal.Gui.Window
  804. isExternal: false
  805. name: Title
  806. nameWithType: Window.Title
  807. fullName: Window.Title
  808. - uid: Terminal.Gui.Dialog.AddButton(Terminal.Gui.Button)
  809. parent: Terminal.Gui.Dialog
  810. isExternal: false
  811. name: AddButton(Button)
  812. nameWithType: Dialog.AddButton(Button)
  813. fullName: Dialog.AddButton(Button)