Searched refs:isScrolling_ (Results 1 – 4 of 4) sorted by relevance
58 isScrolling_(false), in Timeline_HBar()234 isScrolling_ = true; in mousePressEvent()239 else if(!isScrolling_ && in mousePressEvent()248 else if(!isScrolling_ && in mousePressEvent()275 isScrolling_ = false; in mouseReleaseEvent()304 if(isScrolling_) in mouseMoveEvent()
57 bool isScrolling_; variable
1272 if (this->isScrolling_) in mouseMoveEvent()1580 if (this->isScrolling_) in mousePressEvent()1601 if (this->isScrolling_) in mousePressEvent()1615 this->isScrolling_ == false) in mousePressEvent()1621 if (this->isScrolling_) in mousePressEvent()1701 if (this->isScrolling_ && this->scrollBar_->isVisible()) in mouseReleaseEvent()2248 this->isScrolling_ = true; in enableScrolling()2261 this->isScrolling_ = false; in disableScrolling()
225 bool isScrolling_ = false; member in chatterino::ChannelView