Searched refs:dirChosen (Results 1 – 3 of 3) sorted by relevance
90 bool dirChosen = false; in direction() local120 dirChosen = true; in direction()128 dirChosen = true; in direction()292 bool dirChosen = false; in look_around() local320 dirChosen = false; in look_around()343 dirChosen = true; in look_around()350 dirChosen = true; in look_around()424 dirChosen = true; in look_around()441 if (!targChosen && !dirChosen) in look_around()445 if (dirChosen && dir == 4) in look_around()[all …]
164 void dirChosen ( const QModelIndex &index );
70 …connect(folderView, SIGNAL(activated(const QModelIndex &)), this, SLOT(dirChosen(const QModelIndex… in PictureBrowser()71 …connect(folderView, SIGNAL(clicked(const QModelIndex &)), this, SLOT(dirChosen(const QModelIndex &… in PictureBrowser()72 …connect(folderView, SIGNAL(doubleClicked(const QModelIndex &)), this, SLOT(dirChosen(const QModelI… in PictureBrowser()284 dirChosen(folderModel.index( QDir::currentPath())); in PictureBrowser()579 void PictureBrowser::dirChosen(const QModelIndex &index) in dirChosen() function in PictureBrowser1680 dirChosen(folderModel.index( QDir::currentPath())); in changedDocument()