Lines Matching refs:BPopUpMenu
18 \brief BPopUpMenu class definition and support structures.
23 \class BPopUpMenu
28 A BPopUpMenu is typically used to display a limited set of
30 menu hierarchy. A BPopUpMenu is similar to a BMenu but has a few
42 Once Go() returns the BPopUpMenu object should be destroyed. You can call
46 before destroying the BPopUpMenu object.
57 \fn BPopUpMenu::BPopUpMenu(const char* name, bool radioMode,
59 \brief Creates a new BPopUpMenu object.
61 \attention A BPopUpMenu should never be set to \a B_ITEMS_IN_MATRIX
83 \fn BPopUpMenu::BPopUpMenu(BMessage* archive)
93 \fn BPopUpMenu& BPopUpMenu::operator=(const BPopUpMenu& other)
96 \param other The BPopUpMenu object to assign from.
98 \return The newly assigned BPopUpMenu object.
105 \fn BPopUpMenu::~BPopUpMenu()
123 \fn status_t BPopUpMenu::Archive(BMessage* data, bool deep) const
139 \fn BArchivable* BPopUpMenu::Instantiate(BMessage* data)
140 \brief Creates a new BPopUpMenu object from the \a data message.
142 \returns A newly created BPopUpMenu object or \c NULL if the message
143 doesn't contain an archived BPopUpMenu.
153 \fn BMenuItem* BPopUpMenu::Go(BPoint where, bool deliversMessage,
176 \fn BMenuItem* BPopUpMenu::Go(BPoint where, bool deliversMessage,
207 \fn void BPopUpMenu::SetAsyncAutoDestruct(bool on)
208 \brief Indicates whether or not the BPopUpMenu will delete itself after
219 \fn bool BPopUpMenu::AsyncAutoDestruct() const
232 \fn BPoint BPopUpMenu::ScreenLocation()
236 You can override this method in your BPopUpMenu derived class to return