Lines Matching refs:UILabel
29 * @brief Defines a text adapter that is used to construct UILabel instances.
64 * @brief Defines a text adapter, which implements UILabel instance construction and supports text data and continuous
73 * @brief A constructor used to create a <b>UILabel</b> instance.
80 * @brief A destructor used to delete the <b>UILabel</b> instance.
87 * @brief Obtains a <b>UILabel</b> instance to convert adapter data into another <b>UILabel</b> instance.
90 * <b>UILabel</b> instance is available. In this case, this function does not need to create a new
91 * <b>UILabel</b> instance, just resusing the instance specified by <b>inView</b> to update the <b>inView</b>
93 * function needs to create a new <b>UILabel</b> instance.
97 * @return Returns the address of the <b>UILabel</b> instance constructed by the adapter.
104 * @brief Sets the UILabel adapter data, which is a string linked list.
162 * @brief Obtains the UILabel adapter style.
164 * @return Returns the UILabel adapter style.
174 * @brief Obtains the <b>data</b> size of the UILabel adapter.
176 * @return Returns the <b>data</b> size of the UILabel adapter.
183 * @brief Sets the width of UILabel constructed by the adapter.
185 * @return Returns the width of UILabel.
195 * @brief Sets the direction of the UILabel constructed by the adapter.
197 * @param direct Indicates the direction of the UILabel constructed by the adapter.
207 * @brief Sets the height of the UILabel constructed by the adapter.
209 * @return Returns the height of the UILabel constructed by the adapter.
219 * @brief Sets the <b>LineBreakMode</b> attribute of UILabel constructed by the adapter. For details about the
223 * @param lineBreakMode Indicates the <b>LineBreakMode</b> of UILabel.
258 virtual UILabel* GetTextView(UIView* inView, int16_t index);
259 virtual UILabel* CreateUILabel(UIView* inView);
266 UILabel* GetDynamicText(UIView* inView, int16_t index);
267 UILabel* GetIntegerText(UIView* inView, int16_t index);