mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Composite: Defined start of algorithm
This commit is contained in:
parent
53aa740480
commit
81e043ef2d
2 changed files with 7 additions and 2 deletions
|
@ -61,8 +61,13 @@ void Composite::add (
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
// overlay == true means there is no color blending.
|
||||
// overlay == false means there is color blending.
|
||||
std::string Composite::str (bool overlay)
|
||||
std::string Composite::str (bool overlay) const
|
||||
{
|
||||
// TODO Find the longest string.
|
||||
// TODO Create a vector of ints the same length, where each int is the index.
|
||||
|
||||
|
||||
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue