anttweakbarMapper.h
Go to the documentation of this file.
00001 #ifndef ANTTWEAKBARMAPPER_H
00002 #define ANTTWEAKBARMAPPER_H
00003 
00004 #include <AntTweakBar.h>
00005 #include <QWidget>
00006 #include <string>
00007 
00008 void TW_CALL CopyCDStringToClient(char **destPtr, const char *src);
00009 void TW_CALL CopyStdStringToClient(std::string& destClientString, const std::string& srcLibraryString);
00010 
00011 TwMouseButtonID Qt2TwMouseButtonId(QMouseEvent *e);
00012 int TwMousePressQt(QMouseEvent *e);
00013 int TwMouseReleaseQt(QMouseEvent *e);
00014 int TwMousePressQt(QWidget *qw, QMouseEvent *e);
00015 int TwMouseReleaseQt(QWidget *qw, QMouseEvent *e);
00016 int TwKeyPressQt(QKeyEvent *e);
00017 
00018 #endif // ANTTWEAKBARMAPPER_H


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:28:56