GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
qt-utils.h File Reference
#include <list>
#include <QFontMetrics>
#include <QList>
Include dependency graph for qt-utils.h:
This graph shows which files directly or indirectly include this file:

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)