kget
SegmentFactory Class Reference
#include <segmentfactory.h>
Inheritance diagram for SegmentFactory:

Detailed Description
Definition at line 153 of file segmentfactory.h.
Signals | |
| void | createdSegment (Segment *) |
Public Member Functions | |
| SegmentFactory (uint n, const QList< KUrl > Urls) | |
| ~SegmentFactory () | |
| bool | startTransfer () |
| bool | stopTransfer () |
| QList< SegData > | SegmentsData () |
| QList< KUrl > | Urls () |
| void | setUrls (QList< KUrl > &Urls) |
| QList< Segment * > | Segments () |
| uint | nunOfSegments () |
| QList< Segment * > | splitSegment (Segment *Seg, int n) |
| Segment * | createSegment (SegData data, const KUrl &src) |
| void | deleteSegment (Segment *) |
| const KUrl | nextUrl () |
Constructor & Destructor Documentation
| SegmentFactory::SegmentFactory | ( | uint | n, | |
| const QList< KUrl > | Urls | |||
| ) |
Definition at line 168 of file segmentfactory.cpp.
| SegmentFactory::~SegmentFactory | ( | ) |
Definition at line 176 of file segmentfactory.cpp.
Member Function Documentation
| bool SegmentFactory::startTransfer | ( | ) |
Definition at line 189 of file segmentfactory.cpp.
| bool SegmentFactory::stopTransfer | ( | ) |
Definition at line 202 of file segmentfactory.cpp.
Definition at line 215 of file segmentfactory.cpp.
| QList<KUrl> SegmentFactory::Urls | ( | ) | [inline] |
Definition at line 163 of file segmentfactory.h.
| void SegmentFactory::setUrls | ( | QList< KUrl > & | Urls | ) | [inline] |
Definition at line 164 of file segmentfactory.h.
Definition at line 165 of file segmentfactory.h.
| uint SegmentFactory::nunOfSegments | ( | ) | [inline] |
Definition at line 166 of file segmentfactory.h.
Definition at line 229 of file segmentfactory.cpp.
Definition at line 301 of file segmentfactory.cpp.
| void SegmentFactory::deleteSegment | ( | Segment * | seg | ) |
Definition at line 314 of file segmentfactory.cpp.
| const KUrl SegmentFactory::nextUrl | ( | ) |
Definition at line 379 of file segmentfactory.cpp.
| void SegmentFactory::createdSegment | ( | Segment * | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference