xref: /haiku/docs/user/interface/GradientRadial.dox (revision 3af8011358bd4c624a0979336d48dabb466171ed)
1/*
2 * Copyright 2020 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 * Authors:
6 *		Name, email@email.com
7 *
8 * Corresponds to:
9 *		headers/os/interface/GradientLinear.h	hrev32745
10 *		src/kits/interface/GradientLinear.cpp	hrev28564
11 */
12
13
14//! \cond INTERNAL
15
16
17/*!
18	\file GradientRadial.h
19	\ingroup interface
20	\brief Undocumented file.
21
22	\since Haiku R1
23*/
24
25
26/*!
27	\class BGradientRadial
28	\ingroup interface
29	\ingroup libbe
30	\brief Undocumented class.
31
32	\since Haiku R1
33*/
34
35
36/*!
37	\fn BGradientRadial::BGradientRadial()
38	\brief Undocumented public method
39
40	\return Undocumented
41	\retval <value> Undocumented
42
43	\since Haiku R1
44*/
45
46
47/*!
48	\fn BGradientRadial::BGradientRadial(const BPoint &center, float radius)
49	\brief Undocumented public method
50
51	\param center Undocumented
52	\param radius Undocumented
53
54	\return Undocumented
55	\retval <value> Undocumented
56
57	\since Haiku R1
58*/
59
60
61/*!
62	\fn BGradientRadial::BGradientRadial(float cx, float cy, float radius)
63	\brief Undocumented public method
64
65	\param cx Undocumented
66	\param cy Undocumented
67	\param radius Undocumented
68
69	\return Undocumented
70	\retval <value> Undocumented
71
72	\since Haiku R1
73*/
74
75
76/*!
77	\fn BPoint BGradientRadial::Center() const
78	\brief Undocumented public method
79
80	\return Undocumented
81	\retval <value> Undocumented
82
83	\since Haiku R1
84*/
85
86
87/*!
88	\fn float BGradientRadial::Radius() const
89	\brief Undocumented public method
90
91	\return Undocumented
92	\retval <value> Undocumented
93
94	\since Haiku R1
95*/
96
97
98/*!
99	\fn void BGradientRadial::SetCenter(const BPoint &center)
100	\brief Undocumented public method
101
102	\param center Undocumented
103
104	\since Haiku R1
105*/
106
107
108/*!
109	\fn void BGradientRadial::SetCenter(float cx, float cy)
110	\brief Undocumented public method
111
112	\param cx Undocumented
113	\param cy Undocumented
114
115	\since Haiku R1
116*/
117
118
119/*!
120	\fn void BGradientRadial::SetRadius(float radius)
121	\brief Undocumented public method
122
123	\param radius Undocumented
124
125	\since Haiku R1
126*/
127
128//! \endcond INTERNAL
129