d30ac7cfa6
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
{
|
|
"entries": [
|
|
{
|
|
"base": "AtomToolsMainWindowFactoryRequestBus",
|
|
"context": "EBusSender",
|
|
"variant": "",
|
|
"details": {
|
|
"name": "Main Window Factory",
|
|
"category": "Atom Tools"
|
|
},
|
|
"methods": [
|
|
{
|
|
"base": "CreateMainWindow",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Create Main Window"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Create Main Window is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Create Main Window"
|
|
}
|
|
},
|
|
{
|
|
"base": "DestroyMainWindow",
|
|
"entry": {
|
|
"name": "In",
|
|
"tooltip": "When signaled, this will invoke Destroy Main Window"
|
|
},
|
|
"exit": {
|
|
"name": "Out",
|
|
"tooltip": "Signaled after Destroy Main Window is invoked"
|
|
},
|
|
"details": {
|
|
"name": "Destroy Main Window"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |