#include "GEOM_GEOMGUI.hxx"
#include <SUIT_Selector.h>
#include <SUIT_DataOwner.h>
#include <QObject>
Go to the source code of this file.
Classes | |
class | GEOMGUI_TextTreeSelector |
Text tree selection handler class. It provides selection synchronization between application and text tree widget. This selector listens item selection changed signal of text tree widget to emit common selection changed signal of SUIT selector to start selection synchronization. In get/setSelection selector processes annotation items. These items have specific entry generated in annotation manager, having the "object entry:annotation_id" structure. More... | |