Example of a viewer that creates a context menu. More...
#include <vve.h>
#include <QContextMenuEvent>
#include <QAction>
#include <QMenu>
#include <iostream>
#include "model.moc"
Go to the source code of this file.
Functions | |
DEFINE_MODEL (MyModel) | |
DEFINE_VIEWER (MyViewer) |
Example of a viewer that creates a context menu.
You will find a complete description of the content in the section Creating a context menu
Definition in file context_menu.cpp.