This is the complete list of members for ElectricGuitar, including all inherited members.
brand | Instrument | protected |
bridge_pickup | Electric | protected |
center_pickup | Electric | protected |
cost | Instrument | protected |
Electric(string bridge_pickup="", string center_pickup="", string neck_pickup="") | Electric | |
ElectricGuitar(string brand="", string model="", double cost=0, double retail_price=0, int string_type=StringedInstrument::steel, string bridge_pickup="", string center_pickup="", string neck_pickup="") | ElectricGuitar | |
GetBrand() | Instrument | |
GetBridgePickup() | Electric | |
GetCenterPickup() | Electric | |
GetCost() | Instrument | |
GetModel() | Instrument | |
GetNeckPickup() | Electric | |
GetRetailPrice() | Instrument | |
GetStandardTuning() | StringedInstrument | |
GetStringType() | StringedInstrument | |
GetStringTypeName() | StringedInstrument | |
Guitar(string brand="", string model="", double cost=0, double retail_price=0, int string_type=StringedInstrument::steel, string standard_tuning="E,A,D,G,B,E") | Guitar | |
Instrument(string brand="", string model="", double cost=0, double retail_price=0) | Instrument | |
model | Instrument | protected |
neck_pickup | Electric | protected |
nylon | StringedInstrument | static |
retail_price | Instrument | protected |
rubber | StringedInstrument | static |
SetBrand(string) | Instrument | |
SetBridgePickup(string) | Electric | |
SetCenterPickup(string) | Electric | |
SetCost(double) | Instrument | |
SetModel(string) | Instrument | |
SetNeckPickup(string) | Electric | |
SetRetailPrice(double) | Instrument | |
SetStandardTuning(string) | StringedInstrument | |
SetStringType(int) | StringedInstrument | |
standard_tuning | StringedInstrument | protected |
steel | StringedInstrument | static |
string_type | StringedInstrument | protected |
StringedInstrument(string brand="", string model="", double cost=0, double retail_price=0, short int string_type=StringedInstrument::nylon, string standard_tuning="") | StringedInstrument | |
ToMembersXML() | ElectricGuitar | protected |
ToString() | ElectricGuitar | |
ToXML() | ElectricGuitar | |