DistpartPart Class Reference
This part aims to provide some help to the developpers for packaging and publishing their projects by ftp protocol. More...
#include <distpart_part.h>
Inheritance diagram for DistpartPart:

Public Slots | |
void | show () |
void | hide () |
Public Member Functions | |
DistpartPart (QObject *parent, const char *name, const QStringList &) | |
~DistpartPart () | |
DistpartDialog * | getDlg () |
Private Attributes | |
packageBase * | RpmPackage |
packageBase * | LsmPackage |
QGuardedPtr< DistpartDialog > | m_dialog |
KAction * | m_action |
Detailed Description
This part aims to provide some help to the developpers for packaging and publishing their projects by ftp protocol.Only RPM package format is supported for now. More to come. If you want to develop a new package support, please have a look at specsupport.h and specsupport.cpp. Help is always welcome :-)
- Feature(s):
- provide some help to the developpers for packaging and publishing their projects by ftp protocol
support RPM package format
- Bug:
- Development package, documentation package, application icon and local options (in publishing tab) are currently ignored.
The creation of the source archive is just a call to "dist" or "dist-bzip2" target of the Makefile. If those targets don't exist, nothing is done to solve the problem (for example when the project is QMake-based)
Definition at line 18 of file distpart_part.h.
Constructor & Destructor Documentation
|
|
|
Definition at line 44 of file distpart_part.cpp. References endl(), kdDebug(), m_dialog, and RpmPackage. |
Member Function Documentation
|
Definition at line 51 of file distpart_part.cpp. References m_dialog. Referenced by packageBase::packageBase(). |
|
Definition at line 59 of file distpart_part.cpp. References m_dialog. |
|
Definition at line 55 of file distpart_part.cpp. References m_dialog. |
Member Data Documentation
|
Definition at line 33 of file distpart_part.h. |
|
Definition at line 35 of file distpart_part.h. |
|
Definition at line 34 of file distpart_part.h. Referenced by getDlg(), hide(), show(), and ~DistpartPart(). |
|
Definition at line 33 of file distpart_part.h. Referenced by ~DistpartPart(). |
The documentation for this class was generated from the following files:
- parts/distpart/distpart_part.h
- parts/distpart/distpart_part.cpp