Natural Docs Version 1.2 |
NaturalDocs:: Menu:: EntryA class representing an entry in the menu. Summary
MembersThe object is implemented as a blessed arrayref with the indexes below.
New
Creates and returns a new object. Parameters
Group FunctionsAll of these functions assume the type is <MENU_GROUP>. Do not call any of these without checking Type() first. GroupContent
Returns an arrayref of NaturalDocs::Menu::Entry objects representing the contents of the group, or undef otherwise. This arrayref will always exist for <MENU_GROUP>’s and can be changed. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||
sub SetTitle #(title) |
sub SetTarget #(target) |
sub SetFlags #(flags) |
sub Type |
sub Title |
sub Target |
sub Flags |
sub GroupContent |
sub GroupIsEmpty |
sub PushToGroup #(entry) |
sub DeleteFromGroup #(index) |
sub MarkEndOfOriginal |