Mode Functions

This group of API functions are used to manipulate Modes – a combination of Sets and Variable Presets

CreateAndAddMode(std, int normal_set, ...)

GetNumModes()

GetAllModes()

DelMode(std)

DelAllModes()

GetModeName(std)

SetModeName(std, std)

ApplyModeSettings(std)

ShowOnlyMode(std)

ModeAddGroupSetting(std, std, std)

ModeGetGroup(std, int indx)

ModeGetSetting(std, int indx)

ModeGetAllGroups(std)

ModeGetAllSettings(std)

RemoveGroupSetting(std, int indx)

RemoveAllGroupSettings(std)

Details

openvsp.CreateAndAddMode(std: :string const & name, int normal_set, int degen_set) std::string[source]
openvsp.GetNumModes() int[source]
openvsp.GetAllModes() StringVector[source]
openvsp.DelMode(std: :string const & mid)[source]
openvsp.DelAllModes()[source]
openvsp.GetModeName(std: :string const & mid) std::string[source]
openvsp.SetModeName(std: :string const & mid, std: :string const & name)[source]
openvsp.ApplyModeSettings(std: :string const & mid)[source]
openvsp.ShowOnlyMode(std: :string const & mid)[source]
openvsp.ModeAddGroupSetting(std: :string const & mid, std: :string const & gid, std: :string const & sid)[source]
openvsp.ModeGetGroup(std: :string const & mid, int indx) std::string[source]
openvsp.ModeGetSetting(std: :string const & mid, int indx) std::string[source]
openvsp.ModeGetAllGroups(std: :string const & mid) StringVector[source]
openvsp.ModeGetAllSettings(std: :string const & mid) StringVector[source]
openvsp.RemoveGroupSetting(std: :string const & mid, int indx)[source]
openvsp.RemoveAllGroupSettings(std: :string const & mid)[source]