| 1408 | } |
| 1409 | |
| 1410 | float Widget::getScale() const |
| 1411 | { |
| 1412 | AXASSERT(this->getScaleX() == this->getScaleY(), "scaleX should be equal to scaleY."); |
| 1413 | return this->getScaleX(); |
| 1414 | } |
| 1415 | |
| 1416 | /*temp action*/ |
| 1417 | void Widget::setActionTag(int tag) |
no test coverage detected