7 #ifndef CHARTABLEVIEW_H
8 #define CHARTABLEVIEW_H
32 void selectChar(uint, QString);
52 void hideEvent(QHideEvent *);
53 void keyPressEvent(QKeyEvent *k);
54 void mouseReleaseEvent(QMouseEvent *m);
55 void mousePressEvent(QMouseEvent* e);
56 void mouseMoveEvent(QMouseEvent* e);
61 void hideZoomedChar();
67 void removeCharacter();
68 void viewDoubleClicked(
const QModelIndex & index);
A model (MVC) to handle unicode characters map. It's a backend for CharTableView - its GUI representa...
Definition: chartablemodel.h:30
void delChar()
When user press the DELETE/BACKSPACE key.
void resizeEvent(QResizeEvent *e)
Used for computing the items' pixmap size in the model.
Definition: chartableview.cpp:150
A visual widget for displaying the unicode glyphs map. setAcceptDrops() note: It sets the right-butto...
Definition: chartableview.h:24
CharZoom * zoom
Magnify dialog reference.
Definition: chartableview.h:46
int currentCharactersIndex()
Map current QModelIndex into CharClassDef index/position.
Definition: chartableview.cpp:126
"A magnifying glass" dialog for CharTableView cell.
Definition: charzoom.h:15
void modelSelectionChanged(QItemSelectionModel *model)
Handling selection changes from model's internals. There can arrive selection changes unrelated to GU...
Definition: chartableview.cpp:47
void resizeLastRow()
Calculate height of the last row to fit image size.
Definition: chartableview.cpp:52