* Returns the width in pixel of the * left black band if any. * @return Screen's left black band. */
| 95 | * @return Screen's left black band. |
| 96 | */ |
| 97 | int Action::getLeftBlackBand() const |
| 98 | { |
| 99 | return _leftBlackBand; |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Returns the X position of the |
no outgoing calls
no test coverage detected