Home
last modified time | relevance | path

Searched refs:position_ (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/ !
H A Dviewtools.cpp
H A Dquickfind.h
H A Dviewtools.h
H A Dwinwatchtowerdriver.h
/glogg/src/ !
H A Dviewtools.cpp34 if ( !held_ && ( position_ * value > 0 ) ) // value and resistance have the same sign in move()
35 resistance = position_ / 8; in move()
37 position_ = std::min( position_ + ( value - resistance ), MAX_POSITION ); in move()
43 if ( ( ! hooked_ ) && position_ >= hook_threshold_ ) { in move()
44 position_ -= hook_threshold_; in move()
48 else if ( hooked_ && position_ <= - hook_threshold_ ) { in move()
49 position_ += hook_threshold_; in move()
54 if ( position_ < 0 && !isHooked() ) in move()
55 position_ = 0; in move()
59 LOG( logDEBUG ) << "ElasticHook::move: new value " << position_; in move()
[all …]
H A Dquickfind.h159 ongoing_( None ), position_(), initialSelection_() {} in IncrementalSearchStatus()
165 position_( position ), in IncrementalSearchStatus()
170 FilePosition position() const { return position_; } in position()
174 FilePosition position_; variable
H A Dviewtools.h51 int length() const { return position_; } in length()
71 int position_ = 0; variable
H A Dwinwatchtowerdriver.h66 { list_ = list; position_ = position; } in iterator()
75 position_ = list_->advanceToNext();
86 return ( list_ != other.list_ ) || ( position_ != other.position_ );
91 const char* position_; variable