Lines Matching refs:list

26 	\brief A list item, a member of a BListView or BOutlineListView.
34 \brief Create a new list item with the specified \a level.
39 \param level The level to create the list item on, default level is 0.
50 \brief Create a new list item from archived message.
52 \param data The message to create the list item from.
60 \brief Destroy the list item freeing any memory used.
78 \brief Archive the list item to a message.
80 \param archive The message to archive the list item to.
91 \param owner The view that the list item is a child of.
105 \brief Return the height of the list item.
107 \return The height of the list item as a float.
115 \brief Return the width of the list item.
117 \return The width of the list item as a float.
125 \brief Return whether or not the list item is currently selected.
127 \return \c true if the list item is selected, \c false otherwise.
135 \brief Select the list item.
143 \brief Unselect the list item.
151 \brief Enable or disable the list item.
153 \param on Set \c true to enable, \c false to disable the list item.
161 \brief Returns whether or not the list item is currently enabled.
163 \return \c true if the list item is enabled, \c false if it is disabled.
171 \brief Set the height of the list item to \a height.
173 \param height The height to set the list item to.
180 the top of the list, or after hrev50780 by calling
191 \brief Set the width of the list item to \a width.
193 \param width The width to set the list item to.
203 This method gets called when the list item is added to the list view.
205 The default implementation sets the width of the list item to the width of
208 \param owner The list item's new \a owner.
209 \param font The font set to the list item's current \a owner.
230 \brief Set the expanded state of the list item. This only makes sense if the
231 list item is part of a BOutlineListView.
233 \param expanded \c true to expand the list item, \c false to un-expand the
234 list item.
242 \brief Returns whether or not the list item is currently expanded.
244 \return \c true if the list item is expanded, \c false if it is not expanded.
252 \brief Returns the current outline level of the list item. This only makes
253 sense if the list item is part of a BOutlineListView.
255 \return The current outline level of the list item.
263 \brief Set the outline level of the list item.
265 \param level The outline level to set the list item to.