Warning, /network/konqueror/libkonq/DESIGN is written in an unsupported language. File is not indexed.
0001 libkonq is the construction kit for a file manager 0002 (together with libkio, which is at a lower level) 0003 0004 It is used by konqueror, of course, but also by kdesktop, which is 0005 another file manager in fact, and by apps that want to use 0006 the properties dialog boxes (like kpanel and kfind) or the bookmark 0007 classes. 0008 0009 libkonq contents : 0010 ================== 0011 0012 1) menus 0013 kbookmark.* : general purpose bookmark class 0014 kbookmarkmenu.* : bookmark menu 0015 kbookmarkbar.* : bookmark bar 0016 konq_popupmenu.*: popupmenu for URLs 0017 konq_xmlguiclient.* : general purpose xmlgui manipulating class 0018 knewmenu.* : implements the 'new' menu (file templates) 0019 0020 2) files 0021 konq_operations.*: common operations to all views, like deleting files, and 0022 dropping files. 0023 konq_fileundomanager.* : undo feature for file operations 0024 0025 3) icons 0026 kfileivi.* : icon representing a file (inherits QListViewItem and 0027 uses KFileItem for holding file information) 0028 konq_iconviewwidget.* : the specialisation of QIconView that knows about files. 0029 Basic widget for icon views in konqueror and kdesktop. 0030 konq_drag.* : the drag object for konqiconviewwidget (adds text/uri-list 0031 support to QIconView's drag object). 0032 0033 4) configuration 0034 konq_propsview.* : view properties (global and per-directory) 0035 konq_settings.* : settings 0036 0037 5) directory views 0038 konq_bgnddlg.* : background chosing dialog 0039 0040 6) other 0041 konq_events.* : events sent by konqueror, for use by the views [& metaviews] 0042 0043 7) plugin interface 0044 konq_popupmenu.h : class KonqPopupMenuPlugin