#CLIENTMENUMANAGER Docu

This commit is contained in:
Applevangelist 2023-07-11 16:10:40 +02:00
parent fb8f804af2
commit 63ba50a83a

View File

@ -15,6 +15,7 @@
-- ### Author: **applevangelist**
--
-- ===
--
-- @module Core.ClientMenu
-- @image Core_Menu.JPG
-- last change: July 2023
@ -247,7 +248,8 @@ end
--
----------------------------------------------------------------------------------------------------------------
---CLIENTMENUMANAGER class
--- Class CLIENTMENUMANAGER
-- @type CLIENTMENUMANAGER
-- @field #string ClassName Class Name
-- @field #string lid Lid for log entries
@ -265,7 +267,7 @@ end
--
-- ===
--
-- # CLIENTMENU and CLIENTMENUMANAGER
-- ## CLIENTMENU and CLIENTMENUMANAGER
--
-- Manage menu structures for a SET_CLIENT of clients.
--
@ -338,13 +340,8 @@ end
--
-- ## Reset all and clear the reference tree
--
-- menumgr:ResetMenuComplete()
---
-- @type CLIENTMENUMANAGER.Structure
-- @field #table generic
-- @field #table IDs
---
-- menumgr:ResetMenuComplete()
--
-- @field #CLIENTMENUMANAGER
CLIENTMENUMANAGER = {
ClassName = "CLIENTMENUMANAGER",
@ -369,6 +366,10 @@ CLIENTMENUMANAGER = {
debug = true,
}
---
-- @type CLIENTMENUMANAGER.Structure
-- @field #table generic
-- @field #table IDs
--- Create a new ClientManager instance.
-- @param #CLIENTMENUMANAGER self
@ -889,4 +890,3 @@ end
-- End ClientMenu
--
----------------------------------------------------------------------------------------------------------------