Add skeleton docs for BPicture and BPictureButton
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* John Scipione, [email protected]
|
||||
*
|
||||
* Corresponds to:
|
||||
* headers/os/interface/Picture.h hrev46970
|
||||
* src/kits/interface/Picture.cpp hrev46970
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\file Picture.h
|
||||
\ingroup interface
|
||||
\ingroup libbe
|
||||
\brief BPicture class definition.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\class BPicture
|
||||
\ingroup interface
|
||||
\ingroup libbe
|
||||
\brief Records a series of drawing instructions that can be "replayed"
|
||||
later.
|
||||
*/
|
||||
@@ -0,0 +1,28 @@
|
||||
/*
|
||||
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* John Scipione, [email protected]
|
||||
*
|
||||
* Corresponds to:
|
||||
* headers/os/interface/PictureButton.h hrev46970
|
||||
* src/kits/interface/PictureButton.cpp hrev46970
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\file PictureButton.h
|
||||
\ingroup interface
|
||||
\ingroup libbe
|
||||
\brief BPictureButton class definition.
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\class BPictureButton
|
||||
\ingroup interface
|
||||
\ingroup libbe
|
||||
\brief Displays a button with a BPicture image instead of a text
|
||||
label like a BButton.
|
||||
*/
|
||||
Reference in New Issue
Block a user