Line 434... |
Line 434... |
434 |
int getBarRangeLow() { return rl; }
|
434 |
int getBarRangeLow() { return rl; }
|
435 |
int getLevelValue();
|
435 |
int getLevelValue();
|
436 |
void setLevelValue(int level);
|
436 |
void setLevelValue(int level);
|
437 |
int getLevelAxisX();
|
437 |
int getLevelAxisX();
|
438 |
int getLevelAxisY();
|
438 |
int getLevelAxisY();
|
- |
|
439 |
uint32_t getButtonID() { return mButtonID; }
|
439 |
std::string& getLevelFuction() { return lf; }
|
440 |
std::string& getLevelFuction() { return lf; }
|
440 |
std::string getText(int inst=0);
|
441 |
std::string getText(int inst=0);
|
441 |
std::string getTextColor(int inst=0);
|
442 |
std::string getTextColor(int inst=0);
|
442 |
std::string getTextEffectColor(int inst=0);
|
443 |
std::string getTextEffectColor(int inst=0);
|
443 |
void setTextEffectColor(const std::string& ec, int inst=-1);
|
444 |
void setTextEffectColor(const std::string& ec, int inst=-1);
|
Line 1436... |
Line 1437... |
1436 |
|
1437 |
|
1437 |
TPalette *mPalette{nullptr}; // The color palette
|
1438 |
TPalette *mPalette{nullptr}; // The color palette
|
1438 |
// Image management
|
1439 |
// Image management
|
1439 |
SkBitmap mLastImage; // The last calculated image
|
1440 |
SkBitmap mLastImage; // The last calculated image
|
1440 |
ulong mHandle{0}; // internal used handle to identify button
|
1441 |
ulong mHandle{0}; // internal used handle to identify button
|
- |
|
1442 |
uint32_t mButtonID{0}; // A CRC32 checksum identifying the button.
|
1441 |
int mParentHeight{0}; // The height of the parent page / subpage
|
1443 |
int mParentHeight{0}; // The height of the parent page / subpage
|
1442 |
int mParentWidth{0}; // The width of the parent page / subpage
|
1444 |
int mParentWidth{0}; // The width of the parent page / subpage
|
1443 |
bool mEnabled{true}; // By default a button is enabled (TRUE); FALSE = Button disabled
|
1445 |
bool mEnabled{true}; // By default a button is enabled (TRUE); FALSE = Button disabled
|
1444 |
TFont *mFonts{nullptr}; // The font table
|
1446 |
TFont *mFonts{nullptr}; // The font table
|
1445 |
int mGlobalOO{-1}; // Opacity of the whole subpage, if any
|
1447 |
int mGlobalOO{-1}; // Opacity of the whole subpage, if any
|