![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <QStringList>
#include <QDateTime>
#include <vector>
#include "ctkCoreExport.h"
Go to the source code of this file.
Namespaces | |
ctk | |
Functions | |
double CTK_CORE_EXPORT | ctk::closestPowerOfTen (double value) |
bool CTK_CORE_EXPORT | ctk::copyDirRecursively (const QString &srcPath, const QString &dstPath) |
QString CTK_CORE_EXPORT | ctk::extensionToRegExp (const QString &extension) |
qint64 CTK_CORE_EXPORT | ctk::msecsTo (const QDateTime &t1, const QDateTime &t2) |
Compute the milli seconds from one QDateTime to an other. More... | |
QStringList CTK_CORE_EXPORT | ctk::nameFiltersToExtensions (const QStringList &nameFilters) |
QRegExp CTK_CORE_EXPORT | ctk::nameFiltersToRegExp (const QStringList &nameFilters) |
QStringList CTK_CORE_EXPORT | ctk::nameFilterToExtensions (const QString &nameFilter) |
int CTK_CORE_EXPORT | ctk::orderOfMagnitude (double value) |
void CTK_CORE_EXPORT | ctk::qListToSTLVector (const QStringList &list, std::vector< char * > &vector) |
void CTK_CORE_EXPORT | ctk::qListToSTLVector (const QStringList &list, std::vector< std::string > &vector) |
QString CTK_CORE_EXPORT | ctk::qtHandleToString (Qt::HANDLE handle) |
bool CTK_CORE_EXPORT | ctk::removeDirRecursively (const QString &dirName) |
int CTK_CORE_EXPORT | ctk::significantDecimals (double value, int defaultDecimals=-1) |
void CTK_CORE_EXPORT | ctk::stlVectorToQList (const std::vector< std::string > &vector, QStringList &list) |