summaryrefslogtreecommitdiff
path: root/doc/helm-M-x-class.plantuml
blob: a90f96ca5f4b0c93ffe6b6bb313bc34d512775d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-M-x-class'**\n\n
"helm-source-sync" <|-- "helm-M-x-class"
"helm-type-command" <|-- "helm-M-x-class"
class "helm-source-sync"
"helm-source" <|-- "helm-source-sync"
class "helm-source"
class "helm-type-command"
"helm-source" <|-- "helm-type-command"
class "helm-source"
class "helm-M-x-class" {
	__ some interesting slots __
	candidates
	filtered-candidate-transformer
	help-message
	keymap
	match-dynamic
	match-strict
	migemo
	must-match
	nomark
	persistent-help
}
note right of "helm-M-x-class"
	**helm-M-x-class**
end note
@enduml