mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-05 07:46:15 +02:00
- Rename src to _src
This commit is contained in:
@@ -0,0 +1,569 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Button
|
||||
id: Button
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)
|
||||
- DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
- DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
- DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Button
|
||||
nameWithType: Button
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Button
|
||||
path: Inputs/Button.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a button control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class Button : Element'
|
||||
content.vb: >-
|
||||
Public Class Button
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
id: OnClick
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnClick
|
||||
nameWithType: Button.OnClick
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: OnClick
|
||||
path: Inputs/Button.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nOccurs when the button gets clicked.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public event Action OnClick
|
||||
return:
|
||||
type: System.Action
|
||||
content.vb: Public Event OnClick As Action
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: Button.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/Button.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the text caption displayed in the <xref href=\"DesktopMagicPluginAPI.Inputs.Button\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public string Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public Property Value As String
|
||||
overload: DesktopMagicPluginAPI.Inputs.Button.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Button.#ctor(System.String)
|
||||
id: '#ctor(System.String)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Button(String)
|
||||
nameWithType: Button.Button(String)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Button(System.String)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/Button.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.Button\" data-throw-if-not-resolved=\"false\"></xref> class with the provided <code data-dev-comment-type=\"paramref\" class=\"paramref\">value</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Button(string value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.String
|
||||
description: The text caption displayed in the <xref href="DesktopMagicPluginAPI.Inputs.Button" data-throw-if-not-resolved="false"></xref> control.
|
||||
content.vb: Public Sub New(value As String)
|
||||
overload: DesktopMagicPluginAPI.Inputs.Button.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
id: Click
|
||||
parent: DesktopMagicPluginAPI.Inputs.Button
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Click()
|
||||
nameWithType: Button.Click()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Click()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Button.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Click
|
||||
path: Inputs/Button.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nTriggers the <xref href=\"DesktopMagicPluginAPI.Inputs.Button.OnClick\" data-throw-if-not-resolved=\"false\"></xref> event.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Click()
|
||||
content.vb: Public Sub Click
|
||||
overload: DesktopMagicPluginAPI.Inputs.Button.Click*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.Action
|
||||
commentId: T:System.Action
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Button
|
||||
name: Button
|
||||
nameWithType: Button
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
name: Value
|
||||
nameWithType: Button.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Value
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Button.#ctor
|
||||
name: Button
|
||||
nameWithType: Button.Button
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Button
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Button.OnClick
|
||||
isExternal: true
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Button.Click*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
name: Click
|
||||
nameWithType: Button.Click
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Button.Click
|
||||
Reference in New Issue
Block a user