blob: 4ebe5e9c5a4be8659fd76a611caa075f5f6834a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
four main layers:
toplevel : startup, initialisation
listview : listview, selection, action forwarding
commands : bookmark undo/redo mechanism implementation
actionsimpl : the actual slots, almost all of 'em
various other thingies:
search : incremental search implementation
favicons : iterating action implementation using bookmarkiterator
importers : forwarders to tdeio/bookmarks code
exporters : forwarders to tdeio/bookmarks code, and html export code
dcop : dcop handling, internal interface
bookmarkiterator : is a baseclass for iterating actions, of sorts...
updater : favicon updating base stuff - tdeio/tdehtml crap
testlink : link testing stuff
3 different selection styles:
bookmark iterators (ITR_ACTION)
single bookmark (ITEM_ACTION)
normal selection (SELC_ACTION)
|