Dialog to allow user to choose limited set of bands from larger set. More...
#include <mgui/dlgselectbandnums.h>

Public Types | |
| enum | FLAGS { FLAG_None = 0x00, FLAG_AllowNone = 0x01, FLAG_AllowDuplicate = 0x02 } |
Public Member Functions | |
| DLG_SELECTBANDNUMS (const SIMPLE_ARRAY< INT16 > &BandNums, const TEXTID *BandNames, int NumSrcBands, FLAGS flags=FLAG_None) | |
| virtual | ~DLG_SELECTBANDNUMS () |
| const SIMPLE_ARRAY< INT16 > | GetBandNums () const |
Dialog to allow user to choose limited set of bands from larger set.
| MGUI::DLG_SELECTBANDNUMS::DLG_SELECTBANDNUMS | ( | const SIMPLE_ARRAY< INT16 > & | BandNums, | |
| const TEXTID * | BandNames, | |||
| int | NumSrcBands, | |||
| FLAGS | flags = FLAG_None | |||
| ) |
Construct with band names from TEXTID array.
| BandNums | Initial band numbers | |
| BandNames | Band names, must at least as many entries as BandNums | |
| NumSrcBands | Number of source bands to select from |
| virtual MGUI::DLG_SELECTBANDNUMS::~DLG_SELECTBANDNUMS | ( | ) | [virtual] |
| const SIMPLE_ARRAY<INT16> MGUI::DLG_SELECTBANDNUMS::GetBandNums | ( | ) | const [inline] |
Get selected band numbers.
1.6.1