Remove methods from CheckBox.dox that are not unique to the class fixing warnings
This commit is contained in:
@@ -126,28 +126,6 @@
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn void BCheckBox::FrameMoved(BPoint newLocation)
|
||||
\brief Hook method that gets called when the checkbox is moved.
|
||||
|
||||
\param newLocation The point that the top left corner of the frame
|
||||
is moved to.
|
||||
|
||||
\sa BView::FrameMoved()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn void BCheckBox::FrameResized(float width, float height)
|
||||
\brief Hook method that gets called when the checkbox is resized.
|
||||
|
||||
\param width The new \a width of the checkbox.
|
||||
\param height The new \a height of the checkbox.
|
||||
|
||||
\sa BView::FrameResized()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn void BCheckBox::GetPreferredSize(float* _width, float* _height)
|
||||
\brief Fill out the preferred width and height of the checkbox
|
||||
@@ -160,64 +138,6 @@
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn void BCheckBox::ResizeToPreferred()
|
||||
\brief Resize the checkbox to its preferred size.
|
||||
|
||||
\sa BView::ResizeToPreferred()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn void BCheckBox::InvalidateLayout(bool descendants)
|
||||
\brief \brief Redraws the checkbox.
|
||||
|
||||
\param descendants Redraw child views as well.
|
||||
|
||||
\sa BLayout::InvalidateLayout()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn BSize BCheckBox::MinSize()
|
||||
\brief Get the minimum size of the checkbox.
|
||||
|
||||
\return The minimum size of the checkbox as a BSize.
|
||||
|
||||
\sa BAbstractLayout::MinSize()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn BSize BCheckBox::MaxSize()
|
||||
\brief Get the maximum size of the checkbox.
|
||||
|
||||
\return The maximum size of the checkbox as a BSize.
|
||||
|
||||
\sa BAbstractLayout::MaxSize()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn BSize BCheckBox::PreferredSize()
|
||||
\brief Get the preferred size of the checkbox.
|
||||
|
||||
\return The preferred size of the checkbox as a BSize.
|
||||
|
||||
\sa BAbstractLayout::PreferredSize()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn void BCheckBox::MakeFocus(bool focused)
|
||||
\brief Gives or removes focus from the checkbox.
|
||||
|
||||
\param focused \a true to set focus, \a false to remove it.
|
||||
|
||||
\sa BControl::MakeFocus()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn void BCheckBox::SetValue(int32 value)
|
||||
\brief Turn the checkbox on or off.
|
||||
@@ -227,13 +147,3 @@
|
||||
|
||||
\sa BControl::SetValue()
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn status_t BCheckBox::Invoke(BMessage *message)
|
||||
\brief Tells the messenger to send a message.
|
||||
|
||||
\param message The \a message to send.
|
||||
|
||||
\sa BInvoker::Invoke()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user