unify DetailsLine-names; move define to settings.h

Origin commit data
------------------
Commit: 5b0faeab8c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-13 (Mon, 13 Mar 2017)

Origin message was:
------------------
- unify DetailsLine-names; move define to settings.h
This commit is contained in:
vanhofen
2017-03-13 12:40:04 +01:00
parent 6b0d4ed2c0
commit 9c009ade29
21 changed files with 60 additions and 60 deletions

View File

@@ -37,7 +37,7 @@
Not usable as CCItem!
*/
class CComponentsDetailLine : public CComponents
class CComponentsDetailsLine : public CComponents
{
private:
///property: line thickness
@@ -55,10 +55,10 @@ class CComponentsDetailLine : public CComponents
fb_pixel_t color_line, fb_pixel_t color_shadow);
public:
CComponentsDetailLine( const int& x_pos = 1,const int& y_pos_top = 1, const int& y_pos_down = 1,
CComponentsDetailsLine( const int& x_pos = 1,const int& y_pos_top = 1, const int& y_pos_down = 1,
const int& h_mark_top_ = CC_HEIGHT_MIN , const int& h_mark_down_ = CC_HEIGHT_MIN,
fb_pixel_t color_line = COL_FRAME_PLUS_0, fb_pixel_t color_shadow = COL_SHADOW_PLUS_0);
~CComponentsDetailLine();
~CComponentsDetailsLine();
///set colors
void setColors(fb_pixel_t color_line, fb_pixel_t color_shadow){col_body = color_line; col_shadow = color_shadow;};