26 #if ! defined (octave_QtHandlesUtils_h)
27 #define octave_QtHandlesUtils_h 1
33 #include <QStringList>
62 Qt::Alignment
fromHVAlign (
const std::string& halign,
63 const std::string& valign);
66 bool isDoubleClick =
false);
base_properties & get_properties(void)
QColor fromRgb(const Matrix &rgb)
QFont computeFont(const typename T::properties &props, int height)
string_vector toStringVector(const QStringList &l)
std::string figureSelectionType(QMouseEvent *event, bool isDoubleClick)
QStringList fromStringVector(const string_vector &v)
Qt::Alignment fromHVAlign(const std::string &halign, const std::string &valign)
octave_scalar_map makeScrollEventStruct(QWheelEvent *event)
octave_scalar_map makeKeyEventStruct(QKeyEvent *event)
Matrix figureCurrentPoint(const graphics_object &fig, QMouseEvent *event)
Cell toCellString(const QStringList &l)
Matrix toRgb(const QColor &c)
QString fromStdString(const std::string &s)
std::string toStdString(const QString &s)
T::properties & properties(graphics_object obj)
QImage makeImageFromCData(const octave_value &v, int width, int height)