kdgantt2
KDGantt::Constraint::Private Class Reference
#include <kdganttconstraint_p.h>
Inheritance diagram for KDGantt::Constraint::Private:

Public Member Functions | |
| Private () | |
| Private (const Private &other) | |
| bool | equals (const Private &other) const |
Public Member Functions inherited from QSharedData | |
| QSharedData () | |
| QSharedData (const QSharedData &other) | |
Public Attributes | |
| QMap< int, QVariant > | data |
| QPersistentModelIndex | end |
| QPersistentModelIndex | start |
| Type | type |
Detailed Description
Definition at line 35 of file kdganttconstraint_p.h.
Constructor & Destructor Documentation
| Constraint::Private::Private | ( | ) |
Definition at line 50 of file kdganttconstraint.cpp.
| Constraint::Private::Private | ( | const Private & | other | ) |
Definition at line 55 of file kdganttconstraint.cpp.
Member Function Documentation
|
inline |
Definition at line 40 of file kdganttconstraint_p.h.
Member Data Documentation
Definition at line 51 of file kdganttconstraint_p.h.
| QPersistentModelIndex KDGantt::Constraint::Private::end |
Definition at line 49 of file kdganttconstraint_p.h.
| QPersistentModelIndex KDGantt::Constraint::Private::start |
Definition at line 48 of file kdganttconstraint_p.h.
| Type KDGantt::Constraint::Private::type |
Definition at line 50 of file kdganttconstraint_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:31:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from