[DEV] some display update

This commit is contained in:
2013-11-22 21:48:05 +01:00
parent e15cb8e4b6
commit 26d206caae
6 changed files with 124 additions and 100 deletions

View File

@@ -107,12 +107,12 @@ namespace appl {
* @brief Move the cursor at an other position upper.
* @param[in] _nbLine number of up line that might be moved
*/
void moveCursorUp(esize_t _nbLine);
void moveCursorUp(uint32_t _nbLine);
/**
* @brief Move the cursor at an other position under.
* @param[in] _nbLine number of down line that might be moved
*/
void moveCursorDown(esize_t _nbLine);
void moveCursorDown(uint32_t _nbLine);
appl::Buffer::Iterator getPosSize(const appl::Buffer::Iterator& _startLinePos, float _distance);
float getScreenSize(const appl::Buffer::Iterator& _startLinePos, const appl::Buffer::Iterator& _stopPos);