INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

orcaqgui::SelectableElementWidget Class Reference

#include <selectableelementwidget.h>

List of all members.

Public Member Functions

 SelectableElementWidget (hydroqgui::PlatformFocusManager &platformFocusManager, hydroiceutil::JobQueue &jobQueue, const orcaice::Context &context, orcaqgemv::GuiElementModel *guiElementModel, QMainWindow &mainWindow, int regRefreshPeriodSec=-1, QWidget *parent=NULL)
 Negative regRefreshPeriodSec means never refresh automatically.

Detailed Description

A Widget which allows users to select (with the mouse) items from a view of the Registry, and transfer them to the list of GuiElements.

Interaction with the JobQueue:

  • when you need to update the information about the content of the registry, create orcaqcm::GetComponentsJob and add it to the JobQueue. The job needs a pointer to an instance of orcaqcm::OcmModel.
  • the rest will happen automatically in one of the threads of the JobQueue: the job will get the data from the registry, transfer it to the OcmModel, which will update and repaint itself.

The documentation for this class was generated from the following files:
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5