mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
slide: formatting code
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0b25f4e22
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-23 (Wed, 23 Nov 2022)
Origin message was:
------------------
- slide: formatting code
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -156,7 +156,7 @@ bool COSDSlider::SlideDone()
|
|||||||
else
|
else
|
||||||
setValue(slideValue);
|
setValue(slideValue);
|
||||||
}
|
}
|
||||||
else // appears
|
else // appear
|
||||||
{
|
{
|
||||||
slideValue -= STEPSIZE;
|
slideValue -= STEPSIZE;
|
||||||
|
|
||||||
@@ -171,8 +171,5 @@ bool COSDSlider::SlideDone()
|
|||||||
setValue(slideValue);
|
setValue(slideValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -46,6 +46,7 @@ class COSDSlider
|
|||||||
bool SlideDone();
|
bool SlideDone();
|
||||||
bool SlideInDone() { return !slideIn && !slideOut; };
|
bool SlideInDone() { return !slideIn && !slideOut; };
|
||||||
uint32_t GetSlideTimer() { return slideTimer; };
|
uint32_t GetSlideTimer() { return slideTimer; };
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
BEFORE_SLIDEIN = 1,
|
BEFORE_SLIDEIN = 1,
|
||||||
@@ -53,6 +54,7 @@ class COSDSlider
|
|||||||
BEFORE_SLIDEOUT = 3,
|
BEFORE_SLIDEOUT = 3,
|
||||||
AFTER_SLIDEOUT = 4
|
AFTER_SLIDEOUT = 4
|
||||||
};
|
};
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
MID2SIDE,
|
MID2SIDE,
|
||||||
|
Reference in New Issue
Block a user