QtRedmine namespace.
More...
|
|
|
using | Items = QVector< Item > |
| | Item vector.
|
| |
|
using | CustomFields = QVector< CustomField > |
| | Custom field vector.
|
| |
|
using | Enumerations = QVector< Enumeration > |
| | Enumeration vector.
|
| |
|
using | Issues = QVector< Issue > |
| | Issue vector.
|
| |
|
using | IssueStatuses = QVector< IssueStatus > |
| | Issue statuses vector.
|
| |
|
using | Projects = QVector< Project > |
| | Project vector.
|
| |
|
using | TimeEntries = QVector< TimeEntry > |
| | TimeEntry vector.
|
| |
|
using | Trackers = QVector< Tracker > |
| | Tracker vector.
|
| |
|
using | Users = QVector< User > |
| | User vector.
|
| |
|
| using | SuccessCb = std::function< void(bool, int, RedmineError, QStringList)> |
| |
| using | EnumerationsCb = std::function< void(Enumerations, RedmineError, QStringList)> |
| |
| using | IssueCb = std::function< void(Issue, RedmineError, QStringList)> |
| |
| using | IssuesCb = std::function< void(Issues, RedmineError, QStringList)> |
| |
| using | IssueStatusesCb = std::function< void(IssueStatuses, RedmineError, QStringList)> |
| |
| using | ProjectsCb = std::function< void(Projects, RedmineError, QStringList)> |
| |
| using | TimeEntriesCb = std::function< void(TimeEntries, RedmineError, QStringList)> |
| |
| using | TrackersCb = std::function< void(Trackers, RedmineError, QStringList)> |
| |
| using | UserCb = std::function< void(User, RedmineError, QStringList)> |
| |
| using | UsersCb = std::function< void(Users, RedmineError, QStringList)> |
| |
|
| enum | RedmineError {
NO_ERROR,
ERR_INCOMPLETE_DATA,
ERR_NETWORK,
ERR_NOT_SAVED,
ERR_TIME_ENTRY_TOO_SHORT,
ERR_TIMEOUT
} |
| | Redmine error codes.
|
| |
Typedef for an enumerations callback function
- Parameters
-
| Enumerations | Vector of Redmine resources |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for an issue callback function
- Parameters
-
| Issue | Redmine resource |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for an issues callback function
- Parameters
-
| Issues | Vector of Redmine resources |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for an issue statuses callback function
- Parameters
-
| IssueStatuses | Vector of Redmine resources |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for a projects callback function
- Parameters
-
| Projects | Vector of Redmine resources |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Success callback
- Parameters
-
| bool | True if successful, false otherwise |
| int | ID of newly created Redmine item |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for a time entry callback function
- Parameters
-
| TimeEntry | Vector of Redmine resources |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for a trackers callback function
- Parameters
-
| Trackers | Vector of Redmine resources |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for a user callback function
- Parameters
-
| User | Redmine resource |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
Typedef for a users callback function
- Parameters
-
| Users | Vector of Redmine resources |
| RedmineError | Redmine error code |
| QStringList | Errors that Redmine returned |
| QDebug qtredmine::operator<< |
( |
QDebug |
debug, |
|
|
const Issue & |
item |
|
) |
| |
|
inline |
QDebug stream operator for issues.
- Parameters
-
| debug | QDebug object |
| item | Issue item |
- Returns
- QDebug object