#include <CProgressGraphics.hpp>
|
| CProgressGraphics () |
|
| ~CProgressGraphics () override |
|
void | setPercentage (double percentage) |
|
void | addTimer (uint64_t timeoutMillis, bool destroyListener, IListenerTimer *rcpTimers) |
|
void | addClose (IListenerClose *rcpClose) |
|
void | calculatePosGlobalComponent (double xFather, double yFather) |
|
void | calculateSizeComponent (IGraphics *graphics, const CTheme *theme, CLibraryImages *libraryImage) |
|
void | distributeComponent (IGraphics *graphics, double xOrg, double yOrg, double sizeX, double sizeY) |
|
void | draw (IGraphics *graphics, const CTheme *theme) |
|
void | processClose () |
|
void | processEvent (CEventGraphics *event, double xOrg, double yOrg) |
|
void | processEventOut (CEventGraphics *event) |
|
void | processNextFrame () |
|
void | resetComponent (IGraphics *graphics) |
|
void | updateColorAttr (CAttrColorComp *attrColor) |
|
void | getPosGlobal (double *xPosGlobal, double *yPosGlobal) const |
|
void | getSizeArea (double *sizeXOpt, double *sizeYOpt) const |
|
void | getSizeComp (double *sizeXOpt, double *sizeYOpt) const |
|
bool | getVisible () const |
|
void | setActivated (bool isActivated) |
|
void | setAlignmentHorizontal (CEnumComponentsGUI::EAlignmentHorizontal alignment) |
|
void | setAlignmentVertical (CEnumComponentsGUI::EAlignmentVertical alignment) |
|
void | setAnimation (IAnimation **animation) |
|
void | setClip (IGraphics *graphics) const |
|
void | setCompact () |
|
void | setSizeMinimum (iv::types::width sizeXMinimum, iv::types::height sizeYMinimum) |
|
void | setWidthMaximum (iv::types::width sizeXMaximum) |
|
void | setHeightMaximum (iv::types::height sizeYMaximum) |
|
void | setVisible (bool isVisible) |
|
bool | isCursorInComponent () const |
|
bool | visibilityChanged () |
|
bool | visibilityOrSizeChanged () |
|
virtual bool | hasLongClick () const |
|
|
void | calculatePosGlobal (double xFather, double yFather) override |
|
void | calculateSizeMin (IGraphics *graphics, const CTheme *theme, CLibraryImages *libraryImage, double *sizeXComp, double *sizeYComp) override |
|
void | distribute (IGraphics *graphics, double sizeXComp, double sizeYComp) override |
|
void | drawComponent (IGraphics *graphics, const CTheme *theme) override |
|
void | handleEvent (CEventGraphics *event, double xOrg, double yOrg) override |
|
void | nextFrameChildren () override |
|
void | removeObjectDraw (IGraphics *graphics) override |
|
bool | sizeChanged () override |
|
void | update (IGraphics *graphics, CLibraryImages *libraryImage) override |
|
void | prvDraw (IGraphics *graphics, const CTheme *theme) |
|
virtual void | closing () |
|
virtual void | handleEventOut (CEventGraphics *event) |
|
◆ CProgressGraphics()
CProgressGraphics::CProgressGraphics |
( |
| ) |
|
◆ ~CProgressGraphics()
CProgressGraphics::~CProgressGraphics |
( |
| ) |
|
|
override |
◆ addClose()
◆ addTimer()
void AbstractComponentGraphics::addTimer |
( |
uint64_t | timeoutMillis, |
|
|
bool | destroyListener, |
|
|
IListenerTimer * | rcpTimers ) |
|
inherited |
◆ calculatePosGlobal()
void CProgressGraphics::calculatePosGlobal |
( |
double | xFather, |
|
|
double | yFather ) |
|
overrideprivatevirtual |
◆ calculatePosGlobalComponent()
void AbstractComponentGraphics::calculatePosGlobalComponent |
( |
double | xFather, |
|
|
double | yFather ) |
|
inherited |
◆ calculateSizeComponent()
◆ calculateSizeMin()
void CProgressGraphics::calculateSizeMin |
( |
IGraphics * | graphics, |
|
|
const CTheme * | theme, |
|
|
CLibraryImages * | libraryImage, |
|
|
double * | sizeXComp, |
|
|
double * | sizeYComp ) |
|
overrideprivatevirtual |
◆ closing()
void AbstractComponentGraphics::closing |
( |
| ) |
|
|
privatevirtualinherited |
◆ distribute()
void CProgressGraphics::distribute |
( |
IGraphics * | graphics, |
|
|
double | sizeXComp, |
|
|
double | sizeYComp ) |
|
overrideprivatevirtual |
◆ distributeComponent()
void AbstractComponentGraphics::distributeComponent |
( |
IGraphics * | graphics, |
|
|
double | xOrg, |
|
|
double | yOrg, |
|
|
double | sizeX, |
|
|
double | sizeY ) |
|
inherited |
◆ draw()
void AbstractComponentGraphics::draw |
( |
IGraphics * | graphics, |
|
|
const CTheme * | theme ) |
|
inherited |
◆ drawComponent()
void CProgressGraphics::drawComponent |
( |
IGraphics * | graphics, |
|
|
const CTheme * | theme ) |
|
overrideprivatevirtual |
◆ getAttrColor()
◆ getAttrColorConst()
const CAttrColorComp * AbstractComponentGraphics::getAttrColorConst |
( |
| ) |
const |
|
nodiscardprotectedinherited |
◆ getPosGlobal()
void AbstractComponentGraphics::getPosGlobal |
( |
double * | xPosGlobal, |
|
|
double * | yPosGlobal ) const |
|
inherited |
◆ getSizeArea()
void AbstractComponentGraphics::getSizeArea |
( |
double * | sizeXOpt, |
|
|
double * | sizeYOpt ) const |
|
inherited |
◆ getSizeComp()
void AbstractComponentGraphics::getSizeComp |
( |
double * | sizeXOpt, |
|
|
double * | sizeYOpt ) const |
|
inherited |
◆ getVisible()
bool AbstractComponentGraphics::getVisible |
( |
| ) |
const |
|
nodiscardinherited |
◆ handleEvent()
void CProgressGraphics::handleEvent |
( |
CEventGraphics * | event, |
|
|
double | xOrg, |
|
|
double | yOrg ) |
|
overrideprivatevirtual |
◆ handleEventOut()
void AbstractComponentGraphics::handleEventOut |
( |
CEventGraphics * | event | ) |
|
|
privatevirtualinherited |
◆ hasLongClick()
bool AbstractComponentGraphics::hasLongClick |
( |
| ) |
const |
|
virtualinherited |
◆ isActivated()
bool AbstractComponentGraphics::isActivated |
( |
| ) |
const |
|
nodiscardprotectedinherited |
◆ isAnimating()
bool AbstractComponentGraphics::isAnimating |
( |
| ) |
const |
|
nodiscardprotectedinherited |
◆ isCursorInComponent()
bool AbstractComponentGraphics::isCursorInComponent |
( |
| ) |
const |
|
nodiscardinherited |
◆ nextFrameChildren()
void CProgressGraphics::nextFrameChildren |
( |
| ) |
|
|
overrideprivatevirtual |
◆ processClose()
void AbstractComponentGraphics::processClose |
( |
| ) |
|
|
inherited |
◆ processEvent()
void AbstractComponentGraphics::processEvent |
( |
CEventGraphics * | event, |
|
|
double | xOrg, |
|
|
double | yOrg ) |
|
inherited |
◆ processEventOut()
void AbstractComponentGraphics::processEventOut |
( |
CEventGraphics * | event | ) |
|
|
inherited |
◆ processNextFrame()
void AbstractComponentGraphics::processNextFrame |
( |
| ) |
|
|
inherited |
◆ prvDraw()
void AbstractComponentGraphics::prvDraw |
( |
IGraphics * | graphics, |
|
|
const CTheme * | theme ) |
|
privateinherited |
◆ removeObjectDraw()
void CProgressGraphics::removeObjectDraw |
( |
IGraphics * | graphics | ) |
|
|
overrideprivatevirtual |
◆ resetComponent()
void AbstractComponentGraphics::resetComponent |
( |
IGraphics * | graphics | ) |
|
|
inherited |
◆ setActivated()
void AbstractComponentGraphics::setActivated |
( |
bool | isActivated | ) |
|
|
inherited |
◆ setAlignmentHorizontal()
◆ setAlignmentVertical()
◆ setAnimation()
void AbstractComponentGraphics::setAnimation |
( |
IAnimation ** | animation | ) |
|
|
inherited |
◆ setClip()
void AbstractComponentGraphics::setClip |
( |
IGraphics * | graphics | ) |
const |
|
inherited |
◆ setCompact()
void AbstractComponentGraphics::setCompact |
( |
| ) |
|
|
inherited |
◆ setHeightMaximum()
◆ setPercentage()
void CProgressGraphics::setPercentage |
( |
double | percentage | ) |
|
◆ setSizeMinimum()
◆ setVisible()
void AbstractComponentGraphics::setVisible |
( |
bool | isVisible | ) |
|
|
inherited |
◆ setWidthMaximum()
void AbstractComponentGraphics::setWidthMaximum |
( |
iv::types::width | sizeXMaximum | ) |
|
|
inherited |
◆ sizeChanged()
bool CProgressGraphics::sizeChanged |
( |
| ) |
|
|
overrideprivatevirtual |
◆ update()
◆ updateColorAttr()
void AbstractComponentGraphics::updateColorAttr |
( |
CAttrColorComp * | attrColor | ) |
|
|
inherited |
◆ visibilityChanged()
bool AbstractComponentGraphics::visibilityChanged |
( |
| ) |
|
|
inherited |
◆ visibilityOrSizeChanged()
bool AbstractComponentGraphics::visibilityOrSizeChanged |
( |
| ) |
|
|
inherited |
◆ m_alignmentHorizontal
◆ m_alignmentVertical
◆ m_animation
IAnimation* AbstractComponentGraphics::m_animation |
|
privateinherited |
◆ m_attrColor
◆ m_cursorProgress
double CProgressGraphics::m_cursorProgress |
|
private |
◆ m_cursorProgressDraw
double CProgressGraphics::m_cursorProgressDraw |
|
private |
◆ m_dx
double AbstractComponentGraphics::m_dx |
|
privateinherited |
◆ m_dy
double AbstractComponentGraphics::m_dy |
|
privateinherited |
◆ m_fillHorizontal
bool AbstractComponentGraphics::m_fillHorizontal |
|
privateinherited |
◆ m_fillVertical
bool AbstractComponentGraphics::m_fillVertical |
|
privateinherited |
◆ m_isActivated
bool AbstractComponentGraphics::m_isActivated |
|
privateinherited |
◆ m_isCursorInside
bool AbstractComponentGraphics::m_isCursorInside |
|
privateinherited |
◆ m_isDistributed
bool AbstractComponentGraphics::m_isDistributed |
|
privateinherited |
◆ m_isVisibilityChanged
std::atomic_bool AbstractComponentGraphics::m_isVisibilityChanged {false} |
|
privateinherited |
◆ m_isVisible
bool AbstractComponentGraphics::m_isVisible |
|
privateinherited |
◆ m_rcpClose
◆ m_rectangleFrame
◆ m_rectangleProgress
◆ m_sizeXArea
double AbstractComponentGraphics::m_sizeXArea |
|
privateinherited |
◆ m_sizeXComp
double AbstractComponentGraphics::m_sizeXComp |
|
privateinherited |
◆ m_sizeXMaximum
◆ m_sizeXMinimum
◆ m_sizeYArea
double AbstractComponentGraphics::m_sizeYArea |
|
privateinherited |
◆ m_sizeYComp
double AbstractComponentGraphics::m_sizeYComp |
|
privateinherited |
◆ m_sizeYMaximum
◆ m_sizeYMinimum
◆ m_timer
◆ m_xGlobal
double AbstractComponentGraphics::m_xGlobal |
|
privateinherited |
◆ m_yGlobal
double AbstractComponentGraphics::m_yGlobal |
|
privateinherited |
The documentation for this class was generated from the following files: