Lines Matching full:matrix

55 /*Data of button matrix*/
82 * Create a button matrix object
83 * @param parent pointer to an object, it will be the parent of the new button matrix
84 * @return pointer to the created button matrix
94 * button matrix keeps a reference to the map and so the string array must not
95 * be deallocated during the life of the matrix.
96 * @param obj pointer to a button matrix object
102 * Set the button control map (hidden, disabled etc.) for a button matrix.
105 * @param obj pointer to a button matrix object
117 * @param obj pointer to button matrix object
123 * Set the attributes of a button of the button matrix
124 * @param obj pointer to button matrix object
131 * Clear the attributes of a button of the button matrix
132 * @param obj pointer to button matrix object
139 * Set attributes of all buttons of a button matrix
140 * @param obj pointer to a button matrix object
146 * Clear the attributes of all buttons of a button matrix
147 * @param obj pointer to a button matrix object
155 * This method will cause the matrix be regenerated and is a relatively
158 * @param obj pointer to button matrix object
165 * Make the button matrix like a selector widget (only one button may be checked at a time).
168 * @param obj pointer to a button matrix object
178 * Get the current map of a button matrix
179 * @param obj pointer to a button matrix object
187 * @param obj pointer to button matrix object
194 * @param obj pointer to button matrix object
201 * Get the whether a control value is enabled or disabled for button of a button matrix
202 * @param obj pointer to a button matrix object
211 * @param obj Button matrix object