![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Implementation details regarding custom drawing of track overview and time code ticks and markers onto the TimelineCanvas. More...
Go to the source code of this file.
Implementation details regarding custom drawing of track overview and time code ticks and markers onto the TimelineCanvas.
WIP-WIP-WIP as of 6/2019
this is more or less preliminary/placeholder code as of 4/2019
Definition in file ruler-track.cpp.
#include "stage/gtk-base.hpp"#include "stage/style-scheme.hpp"#include "stage/timeline/ruler-track.hpp"#include "lib/util.hpp"Namespaces | |
| namespace | stage |
| Lumiera GTK UI implementation root. | |
| namespace | stage::timeline |
| The timeline display and editing operations. | |
| namespace | stage::timeline::anonymous_namespace{ruler-track.cpp} |
Variables | |
| const uint | DEFAULT_OVERVIEW_HEIGHT_px = 20 |
| const uint | TIMERULER_SCALE_HEIGHT_px = 20 |
| const uint | TIMERULER_LARGE_TICK_WEIGHT_px = 2 |
| const uint | TIMERULER_SMALL_TICK_WEIGHT_px = 2 |
| const uint | TIMERULE_GAP_BELOW_px = 5 |