KateSuperRangeList Class Reference
Inheritance diagram for KateSuperRangeList:

Detailed Description
Definition at line 339 of file katesupercursor.h.
Constructor & Destructor Documentation
|
Definition at line 547 of file katesupercursor.cpp. |
|
Semi-copy constructor. Does not copy auto-manage value, as that would make it too easy to perform double-deletions. Also, does not connect signals and slots to save time, as this is mainly used by the document itself while drawing (call connectAll() to re-constitute) Definition at line 556 of file katesupercursor.cpp. |
Member Function Documentation
|
Append another list. If this object was created by the semi-copy constructor, it may not connect items (unless connectAll() has already been called), call connectAll(). Definition at line 565 of file katesupercursor.cpp. |
|
Automanage is a combination of autodeleting of the objects and removing of any eliminated() ranges.
Definition at line 590 of file katesupercursor.cpp. |
|
Override to emit rangeEliminated() signals.
Reimplemented from QPtrList< KateSuperRange >. Definition at line 571 of file katesupercursor.cpp. |
|
internal reimplementation
Reimplemented from QPtrList< KateSuperRange >. Definition at line 714 of file katesupercursor.cpp. |
|
Connect items that are not connected. This only needs to be called once, and only if this was created with the semi-copy constructor. Definition at line 579 of file katesupercursor.cpp. |
|
Definition at line 709 of file katesupercursor.cpp. |
|
Construct a list of boundaries, and return the first, or 0L if there are none.
If
Definition at line 674 of file katesupercursor.cpp. |
|
There are no ranges left.
|
|
internal reimplementation
Definition at line 727 of file katesupercursor.cpp. |
|
Definition at line 696 of file katesupercursor.cpp. |
|
The range now contains no characters (ie. the start and end cursors are the same). If autoManage() is true, the range will be deleted after the signal has processed. |
|
Definition at line 627 of file katesupercursor.cpp. |
|
This is just a straight-forward list so that there is no confusion about whether this list should be auto-managed (ie. it shouldn't, to avoid double deletions). Definition at line 601 of file katesupercursor.cpp. |
|
Definition at line 595 of file katesupercursor.cpp. |
|
Connected to all ranges if connect()ed.
|
The documentation for this class was generated from the following files: