~vbursian/research-assistant/stable

« back to all changes in this revision

Viewing changes to RAPlugins/BasicDevices/EffectorConsole.h

  • Committer: Viktor Bursian
  • Date: 2023-05-15 18:23:49 UTC
  • mfrom: (10.1.10 VB)
  • Revision ID: vbursian@gmail.com-20230515182349-326wy8jtm5zeie27
Launching option '--desk' instead of '--root'; Globals->RAMainDesk; return codes; AutocompleteDesk.
RAdmin essentially developed.
Help system refactored and extended.
sFixedUnitsLCD shows "Error" instead of freesing when units aren't comparable. sRadiofictivityGauge improved. Appearance settings for sGaugeDisplay and sEffectorConsole.
New features for sCCDDriver and sCCDScaner (BasicDevices plugin); new sStanfordLIA driver (Nelson plugin); bug fixed in sStartStopNIDAQ (NIDAQmxDrivers plugin). 
!!!Brings plugin incompatibility inside 1.5 version!!!

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include "Effectors.h"
15
15
#include "PhysValueField.h"
16
16
#include <QLabel>
 
17
#include <QString>
17
18
#include <QPushButton>
18
19
namespace RA {
19
20
//------------------------------------------------------------------------------
77
78
  protected: //fields
78
79
    bool                      DoSetWithButton;
79
80
    sEffector::sLink          Effector;
 
81
    sString                   FontSize;
 
82
    sString                   FontColor;
 
83
    sString                   FontFace;
80
84
    QLabel *                  Screen;
 
85
    QString                   FontTag;
81
86
    psPhysValueField          SetValueField;
82
87
    QPushButton *             BtnSet;
83
88
    QPushButton *             BtnBreak;