Lines Matching refs:BSize

18 	\brief BSize class definition and related enum definition.
42 \class BSize
52 \var BSize::width
60 \var BSize::height
68 \fn inline BSize::BSize()
69 \brief Initializes a BSize object with both dimensions set to \c B_SIZE_UNSET.
71 \see BSize::Set()
78 \fn inline BSize::BSize(float width, float height)
79 \brief Initializes a BSize object with the specified \a width and
90 \fn inline BSize::BSize(const BSize& other)
91 \brief Initializes a BSize object from another BSize.
93 \param other The BSize object to copy from.
100 \fn inline float BSize::Width() const
101 \brief Gets the \a width of the BSize object.
103 \returns BSize::width
110 \fn inline float BSize::Height() const
111 \brief Gets the \a height of the BSize object.
113 \returns BSize::height
120 \fn inline void BSize::Set(float width, float height)
121 \brief Sets the \a width and \a height values of a BSize object.
131 \fn inline void BSize::SetWidth(float width)
132 \brief Sets the \a width value of a BSize object.
141 \fn inline void BSize::SetHeight(float height)
142 \brief Sets the \a height value of a BSize object.
151 \fn inline int32 BSize::IntegerWidth() const
152 \brief Returns the \a width value of a BSize object as an \a int32.
154 \returns BSize::width, cast to an \a int32.
163 \fn inline int32 BSize::IntegerHeight() const
164 \brief Returns the \a height value of a BSize object as an \a int32.
166 \returns BSize::height, cast to an \a int32.
175 \fn inline bool BSize::IsWidthSet() const
176 \brief Checks if the BSize::width is not \c B_SIZE_UNSET.
185 \fn inline bool BSize::IsHeightSet() const
186 \brief Checks if the BSize::height is not \c B_SIZE_UNSET.
203 \fn inline BSize& BSize::operator=(const BSize& other)
204 \brief Initializes a BSize object from another BSize by overloading
207 \param other The BSize object to copy from.
214 \fn bool BSize::operator!=(const BSize& other) const
215 \brief Returns whether or not the width and height values of the BSize
225 \fn bool BSize::operator==(const BSize& other) const
226 \brief Returns whether or not the width and height values of the BSize