mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
29 lines
523 B
Plaintext
29 lines
523 B
Plaintext
|
/*
|
||
|
* Copyright 2014 Haiku, Inc. All rights reserved.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*
|
||
|
* Authors:
|
||
|
* John Scipione, jscipione@gmail.com
|
||
|
*
|
||
|
* 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.
|
||
|
*/
|