Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <CScrollGraphics.hpp>
Public Member Functions | |
CScrollGraphics () | |
~CScrollGraphics () override | |
bool | operator== (const CScrollGraphics &b) const |
void | moveCursor (double displacementCursor) |
void | processEventInComponentWithScroll (CEventGraphics *event, uint64_t numTotal, double sizeYElement) |
bool | sizeChanged () override |
void | update (IGraphics *graphics, CLibraryImages *libraryImage) override |
double | getPosCursor () const |
uint64_t | getNumElementsShowed () const |
void | setNumElements (uint64_t numElementsTotal, uint64_t numElementsShow) |
bool | isInTopScroll () const |
bool | isInDownScroll () const |
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 |
Protected Member Functions | |
CAttrColorComp * | getAttrColor () |
const CAttrColorComp * | getAttrColorConst () const |
bool | isActivated () const |
bool | isAnimating () const |
Private Member Functions | |
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 |
void | prvMoveCursorScroll (double displacementCursor) |
void | prvProcessDrag (const CEventGraphics *event, double sizeY) |
void | prvDraw (IGraphics *graphics, const CTheme *theme) |
virtual void | closing () |
virtual void | handleEventOut (CEventGraphics *event) |
Private Attributes | |
uint64_t | m_numTotal |
uint64_t | m_numShow |
double | m_posCursor |
double | m_sizeY |
CRectangleGraphics * | m_cursor |
CRectangleGraphics * | m_backgroundScroll |
bool | m_isIntoScroll |
IAnimation * | m_animation |
CTimerGraphics | m_timer |
bool | m_fillHorizontal |
bool | m_fillVertical |
CEnumComponentsGUI::EAlignmentHorizontal | m_alignmentHorizontal |
CEnumComponentsGUI::EAlignmentVertical | m_alignmentVertical |
CAttrColorComp * | m_attrColor |
std::vector< IListenerClose * > | m_rcpClose |
bool | m_isDistributed |
double | m_dx |
double | m_dy |
double | m_sizeXComp |
double | m_sizeYComp |
double | m_sizeXArea |
double | m_sizeYArea |
double | m_xGlobal |
double | m_yGlobal |
iv::types::width | m_sizeXMinimum |
iv::types::height | m_sizeYMinimum |
iv::types::height | m_sizeYMaximum |
iv::types::width | m_sizeXMaximum |
bool | m_isActivated |
bool | m_isCursorInside |
bool | m_isVisible |
std::atomic_bool | m_isVisibilityChanged {false} |
CScrollGraphics::CScrollGraphics | ( | ) |
|
override |
|
inherited |
|
inherited |
|
overrideprivatevirtual |
Implements AbstractComponentGraphics.
|
inherited |
|
inherited |
|
overrideprivatevirtual |
Implements AbstractComponentGraphics.
|
privatevirtualinherited |
Reimplemented in CContainerGraphics, CGroupButtonsGraphics, CLayoutBoxGraphics, CLayoutGridGraphics, CTabsGraphics, CViewGraphics, and CWorkspaceGraphics.
|
overrideprivatevirtual |
Implements AbstractComponentGraphics.
|
inherited |
|
overrideprivatevirtual |
Implements AbstractComponentGraphics.
|
protectedinherited |
|
nodiscardprotectedinherited |
|
nodiscard |
|
nodiscard |
|
inherited |
|
inherited |
|
inherited |
|
nodiscardinherited |
|
overrideprivatevirtual |
Implements AbstractComponentGraphics.
|
privatevirtualinherited |
|
virtualinherited |
Reimplemented in CLayoutBoxGraphics, and CListGraphics.
|
nodiscardprotectedinherited |
|
nodiscardprotectedinherited |
|
nodiscardinherited |
|
nodiscard |
|
nodiscard |
void CScrollGraphics::moveCursor | ( | double | displacementCursor | ) |
|
overrideprivatevirtual |
Implements AbstractComponentGraphics.
|
inline |
|
inherited |
|
inherited |
void CScrollGraphics::processEventInComponentWithScroll | ( | CEventGraphics * | event, |
uint64_t | numTotal, | ||
double | sizeYElement ) |
|
inherited |
|
inherited |
|
privateinherited |
|
private |
|
private |
|
overrideprivatevirtual |
Implements AbstractComponentGraphics.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
void CScrollGraphics::setNumElements | ( | uint64_t | numElementsTotal, |
uint64_t | numElementsShow ) |
|
inherited |
|
inherited |
|
inherited |
|
overridevirtual |
Implements AbstractComponentGraphics.
|
overridevirtual |
Implements AbstractComponentGraphics.
|
inherited |
|
inherited |
|
inherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
private |
|
private |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
private |
|
privateinherited |
|
privateinherited |
|
private |
|
private |
|
private |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
private |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |
|
privateinherited |