26 #ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_CHARMAPWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_SE_INTERNAL_CHARMAPWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   67           QSize sizeHint() 
const;
 
   69           int getCurrentChar() 
const;
 
   73           void updateFont(
const QFont& font);
 
   77           void charSelected(
const unsigned int& charCode);
 
   81           void mouseMoveEvent(QMouseEvent* e);
 
   83           void mousePressEvent(QMouseEvent* e);
 
   85           void paintEvent(QPaintEvent* e);
 
   99 #endif  // __TERRALIB_QT_WIDGETS_SE_INTERNAL_CHARMAPWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
QFont m_font
Current font. 
 
A widget used to show the set of characters of a specified font. 
 
int m_squareSize
Cell size of character map. 
 
int m_columns
Character map number of column. 
 
unsigned int m_currentChar
Current selected char.