Minor updates to the BMenu and BMenuBar classes.
Remove the reimplemented hook methods groups because some hook methods are there, some are not, unfortunately doxygen can’t tell if a hook method just calls the default or does something else and we tend to include all the hook methods even if we don’t actually make any functional changes to them making the docs a bit more verbose than they otherwise would be.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
\file Menu.h
|
\file Menu.h
|
||||||
\ingroup interface
|
\ingroup interface
|
||||||
\ingroup libbe
|
\ingroup libbe
|
||||||
\brief Menu class definition and support structures.
|
\brief BMenu class definition and support structures.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -247,14 +247,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*!
|
|
||||||
\name Hook Methods Reimplemented from BView
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
//! @{
|
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn void BMenu::AttachedToWindow()
|
\fn void BMenu::AttachedToWindow()
|
||||||
\brief Lays out the menu items and resizes the menu to fit.
|
\brief Lays out the menu items and resizes the menu to fit.
|
||||||
@@ -292,9 +284,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//! @}
|
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn bool BMenu::AddItem(BMenuItem* item)
|
\fn bool BMenu::AddItem(BMenuItem* item)
|
||||||
\brief Adds a menu \a item to the end of the list.
|
\brief Adds a menu \a item to the end of the list.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
\file MenuBar.h
|
\file MenuBar.h
|
||||||
\ingroup interface
|
\ingroup interface
|
||||||
\ingroup libbe
|
\ingroup libbe
|
||||||
\brief MenuBar class definition and support structures.
|
\brief BMenuBar class definition and support structures.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -175,14 +175,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*!
|
|
||||||
\name Hook Methods Reimplemented from BMenu
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
//! @{
|
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn void BMenuBar::AttachedToWindow()
|
\fn void BMenuBar::AttachedToWindow()
|
||||||
\brief Sets this as the key menubar for the window, lays out the menu items
|
\brief Sets this as the key menubar for the window, lays out the menu items
|
||||||
@@ -222,9 +214,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//! @}
|
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn void BMenuBar::SetBorder(menu_bar_border border)
|
\fn void BMenuBar::SetBorder(menu_bar_border border)
|
||||||
\brief Sets how the menu bar border is drawn.
|
\brief Sets how the menu bar border is drawn.
|
||||||
|
|||||||
Reference in New Issue
Block a user