lib_ui/ui/layers
Nicholas Guriev 258cacf7c5 Avoid conditional branching on uninitialized values
C++ initializes members in the order in which they are defined in class. So the
order is important if the members are accessed by other initializers or methods
called from them.

Class BoxLayerWidget:
  _roundRect is initialized based on _layerType through the st() method.

Class Checkbox:
  Arguments of _text constructor depend on _checkAlignment through the
  countTextMinWidth and the checkRect methods.
2022-04-14 15:35:38 +04:00
..
box_content.cpp Replaced timer for dragging scroll in Ui::BoxContent with manager. 2022-03-14 18:23:08 +03:00
box_content.h Replaced timer for dragging scroll in Ui::BoxContent with manager. 2022-03-14 18:23:08 +03:00
box_layer_widget.cpp Added ability to hide layer from delegate of BoxContent. 2022-02-25 12:56:10 +03:00
box_layer_widget.h Avoid conditional branching on uninitialized values 2022-04-14 15:35:38 +04:00
generic_box.cpp Allow changing GenericBox later. 2021-04-07 15:42:12 +04:00
generic_box.h Allow changing GenericBox later. 2021-04-07 15:42:12 +04:00
layer_manager.cpp Expose topShownLayer from LayerStackWidget/LaayerManager. 2021-08-11 11:05:27 +03:00
layer_manager.h Expose topShownLayer from LayerStackWidget/LaayerManager. 2021-08-11 11:05:27 +03:00
layer_widget.cpp Improve box rounding and buttons. 2022-02-08 11:06:19 +03:00
layer_widget.h Expose topShownLayer from LayerStackWidget/LaayerManager. 2021-08-11 11:05:27 +03:00
layers.style Improve box rounding and buttons. 2022-02-08 11:06:19 +03:00
show.h Introduced Ui::Show interface. 2022-03-03 16:45:51 +03:00