Warning, /utilities/keditbookmarks/DESIGN is written in an unsupported language. File is not indexed.
0001 four main layers: 0002 toplevel : startup, initialisation 0003 listview : listview, selection, action forwarding 0004 commands : bookmark undo/redo mechanism implementation 0005 actionsimpl : the actual slots, almost all of 'em 0006 0007 various other thingies: 0008 search : incremental search implementation 0009 favicons : iterating action implementation using bookmarkiterator 0010 importers : forwarders to kio/bookmarks code 0011 exporters : forwarders to kio/bookmarks code, and html export code 0012 dcop : dcop handling, internal interface 0013 bookmarkiterator : is a baseclass for iterating actions, of sorts... 0014 updater : favicon updating base stuff - kio/khtml crap 0015 testlink : link testing stuff 0016 0017 3 different selection styles: 0018 bookmark iterators (ITR_ACTION) 0019 single bookmark (ITEM_ACTION) 0020 normal selection (SELC_ACTION)