/dports/x11-fm/xfe/xfe-1.44/src/ |
H A D | FileDialog.cpp | 296 if (list->isItemFile(index)) in onCmdItemDoubleClicked() 356 else if ((single_click == SINGLE_CLICK_DIR_FILE) && list->isItemFile(index) && allow) in onCmdItemClicked() 381 if (list->isItemFile(i) && list->isItemSelected(i)) in onCmdItemSelected() 429 if (list->isItemFile(index)) in onCmdItemSelected() 448 if (list->isItemFile(i) && list->isItemSelected(i)) in onCmdItemDeselected() 552 if (list->isItemSelected(i) && list->isItemFile(i)) in onCmdAccept() 1219 if (list->isItemSelected(i) && list->isItemFile(i)) in getFilename() 1270 if (list->isItemSelected(i) && list->isItemFile(i)) in getFilenames() 1280 if (list->isItemSelected(i) && list->isItemFile(i)) in getFilenames()
|
H A D | DirList.h | 239 FXbool isItemFile(const TreeItem* item) const;
|
H A D | FileList.h | 351 FXbool isItemFile(int index) const;
|
H A D | SearchPanel.cpp | 413 else if (list->isItemFile(item)) in onCmdItemDoubleClicked() 610 else if ((single_click == SINGLE_CLICK_DIR_FILE) && list->isItemFile(item) && allow) in onCmdItemClicked() 2366 if (list->getItem(itm) && list->isItemFile(itm)) in onCmdPopupMenu()
|
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/ |
H A D | FXDirList.h | 223 FXbool isItemFile(const FXTreeItem* item) const;
|
H A D | FXFileList.h | 284 FXbool isItemFile(FXint index) const;
|
/dports/x11-toolkits/fox14/fox-1.4.35/include/ |
H A D | FXDirList.h | 219 FXbool isItemFile(const FXTreeItem* item) const;
|
H A D | FXFileList.h | 279 FXbool isItemFile(FXint index) const;
|
/dports/x11-toolkits/fox16/fox-1.6.57/include/ |
H A D | FXDirList.h | 223 FXbool isItemFile(const FXTreeItem* item) const;
|
H A D | FXFileList.h | 284 FXbool isItemFile(FXint index) const;
|
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/ |
H A D | FXDirList.h | 253 FXbool isItemFile(const FXTreeItem* item) const;
|
H A D | FXFileList.h | 307 FXbool isItemFile(FXint index) const;
|
/dports/x11-toolkits/fox17/fox-1.7.77/include/ |
H A D | FXDirList.h | 253 FXbool isItemFile(const FXTreeItem* item) const;
|
H A D | FXFileList.h | 307 FXbool isItemFile(FXint index) const;
|
/dports/x11-toolkits/fox14/fox-1.4.35/tests/ |
H A D | imageviewer.cpp | 617 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
H A D | bitmapviewer.cpp | 608 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
/dports/x11-toolkits/fox17/fox-1.7.77/tests/ |
H A D | bitmapviewer.cpp | 604 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
H A D | imageviewer.cpp | 604 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
/dports/x11-toolkits/fox16/fox-1.6.57/tests/ |
H A D | bitmapviewer.cpp | 608 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
H A D | imageviewer.cpp | 617 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
/dports/math/reduce/Reduce-svn5758-src/csl/foxtests/ |
H A D | bitmapviewer.cpp | 608 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
H A D | imageviewer.cpp | 617 else if(filelist->isItemFile(index)){ in onCmdFileList()
|
/dports/x11-toolkits/fox14/fox-1.4.35/pathfinder/ |
H A D | PathFinder.cpp | 589 else if(filelist->isItemFile(index)){ in onCmdOpen() 641 else if(filelist->isItemFile(index)){ in onCmdFileDblClicked()
|
/dports/x11-toolkits/fox16/fox-1.6.57/pathfinder/ |
H A D | PathFinder.cpp | 589 else if(filelist->isItemFile(index)){ in onCmdOpen() 641 else if(filelist->isItemFile(index)){ in onCmdFileDblClicked()
|
/dports/x11-toolkits/fox16/fox-1.6.57/src/ |
H A D | FXDirList.cpp | 1044 FXbool FXDirList::isItemFile(const FXTreeItem* item) const { in isItemFile() function in FX::FXDirList
|