#include <list>
#include <QFontMetrics>
#include <QList>
Go to the source code of this file.
Namespaces | |
octave | |
Functions | |
int | octave::qt_fontmetrics_horizontal_advance (const QFontMetrics &fm, const QString &text, int len=-1) |
int | octave::qt_fontmetrics_horizontal_advance (const QFontMetrics &fm, QChar ch) |
template<typename T > | |
QList< T > | octave::std_list_to_qt_list (const std::list< T > &lst) |