44 NUMBERING_NUMERIC = 0,
46 NUMBERING_ALPHA_NO_IOSQXZ,
62 const wxString& GetAlphabet()
const;
67 void SetAxisType( NUMBERING_TYPE aType );
73 bool SetOffset(
const wxString& aOffsetName );
81 void SetOffset(
int aOffset );
88 int GetOffset()
const;
94 void SetStep(
int aStep );
102 wxString GetItemNumber(
int n )
const;
111 std::optional<int> getNumberingOffset(
const wxString& str )
const;
Class that contains information about a single array axis and the numbering of items along that axis.
int m_offset
Skip every 'n' numbers.
@ NUMBERING_ALPHA_FULL
Full 26-character alphabet.