VAPOR3 3.9.4
PDimensionSelector.h
Go to the documentation of this file.
1#pragma once
2
3#include "PLineItem.h"
4
5class VComboBox;
6
8 VComboBox *_vComboBox;
9
10public:
12
13protected:
14 virtual void updateGUI() const override;
15 bool requireDataMgr() const override { return true; }
16
17private:
18 void dropdownTextChanged(std::string text);
19};
virtual void updateGUI() const override
bool requireDataMgr() const override