Home
last modified time | relevance | path

Searched refs:weight_ (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Doverview.h
/glogg/src/
H A Doverview.h42 WeightedLine() { pos_ = 0; weight_ = 0; } in WeightedLine()
44 WeightedLine( int pos ) { pos_ = pos; weight_ = 0; } in WeightedLine()
47 int weight() const { return weight_; } in weight()
49 void load() { weight_ = qMin( weight_ + 1, WEIGHT_STEPS - 1 ); } in load()
53 int weight_; variable