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 GradientRadialFocus.h 19 \ingroup interface 20 \brief Undocumented file. 21 22 \since Haiku R1 23*/ 24 25 26/*! 27 \class BGradientRadialFocus 28 \ingroup interface 29 \ingroup libbe 30 \brief Undocumented class. 31 32 \since Haiku R1 33*/ 34 35 36/*! 37 \fn BGradientRadialFocus::BGradientRadialFocus() 38 \brief Undocumented public method 39 40 \return Undocumented 41 \retval <value> Undocumented 42 43 \since Haiku R1 44*/ 45 46 47/*! 48 \fn BGradientRadialFocus::BGradientRadialFocus(const BPoint ¢er, float radius, const BPoint &focal) 49 \brief Undocumented public method 50 51 \param center Undocumented 52 \param radius Undocumented 53 \param focal Undocumented 54 55 \return Undocumented 56 \retval <value> Undocumented 57 58 \since Haiku R1 59*/ 60 61 62/*! 63 \fn BGradientRadialFocus::BGradientRadialFocus(float cx, float cy, float radius, float fx, float fy) 64 \brief Undocumented public method 65 66 \param cx Undocumented 67 \param cy Undocumented 68 \param radius Undocumented 69 \param fx Undocumented 70 \param fy Undocumented 71 72 \return Undocumented 73 \retval <value> Undocumented 74 75 \since Haiku R1 76*/ 77 78 79/*! 80 \fn BPoint BGradientRadialFocus::Center() const 81 \brief Undocumented public method 82 83 \return Undocumented 84 \retval <value> Undocumented 85 86 \since Haiku R1 87*/ 88 89 90/*! 91 \fn BPoint BGradientRadialFocus::Focal() const 92 \brief Undocumented public method 93 94 \return Undocumented 95 \retval <value> Undocumented 96 97 \since Haiku R1 98*/ 99 100 101/*! 102 \fn float BGradientRadialFocus::Radius() const 103 \brief Undocumented public method 104 105 \return Undocumented 106 \retval <value> Undocumented 107 108 \since Haiku R1 109*/ 110 111 112/*! 113 \fn void BGradientRadialFocus::SetCenter(const BPoint ¢er) 114 \brief Undocumented public method 115 116 \param center Undocumented 117 118 \since Haiku R1 119*/ 120 121 122/*! 123 \fn void BGradientRadialFocus::SetCenter(float cx, float cy) 124 \brief Undocumented public method 125 126 \param cx Undocumented 127 \param cy Undocumented 128 129 \since Haiku R1 130*/ 131 132 133/*! 134 \fn void BGradientRadialFocus::SetFocal(const BPoint &focal) 135 \brief Undocumented public method 136 137 \param focal Undocumented 138 139 \since Haiku R1 140*/ 141 142 143/*! 144 \fn void BGradientRadialFocus::SetFocal(float fx, float fy) 145 \brief Undocumented public method 146 147 \param fx Undocumented 148 \param fy Undocumented 149 150 \since Haiku R1 151*/ 152 153 154/*! 155 \fn void BGradientRadialFocus::SetRadius(float radius) 156 \brief Undocumented public method 157 158 \param radius Undocumented 159 160 \since Haiku R1 161*/ 162 163//! \endcond INTERNAL 164