chore: Rename tab_handling class to tab_current_profile
This commit is contained in:
parent
e808b23c93
commit
c349cb521f
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_brakes()
|
||||
void tab_current_profile::tab_brakes()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Brakes"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_gearing()
|
||||
void tab_current_profile::tab_gearing()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Gearing"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_general()
|
||||
void tab_current_profile::tab_general()
|
||||
{
|
||||
if (ImGui::BeginTabItem("General"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_other()
|
||||
void tab_current_profile::tab_other()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Other"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_roll_centre_height()
|
||||
void tab_current_profile::tab_roll_centre_height()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Roll Centre Height"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_rollbars()
|
||||
void tab_current_profile::tab_rollbars()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Rollbars"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_steering()
|
||||
void tab_current_profile::tab_steering()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Steering"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_suspension()
|
||||
void tab_current_profile::tab_suspension()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Suspension"))
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
class tab_handling
|
||||
class tab_current_profile
|
||||
{
|
||||
public:
|
||||
static void tab_brakes();
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_traction()
|
||||
void tab_current_profile::tab_traction()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Traction"))
|
||||
{
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace big
|
||||
{
|
||||
void tab_handling::tab_transmission()
|
||||
void tab_current_profile::tab_transmission()
|
||||
{
|
||||
if (ImGui::BeginTabItem("Transmission"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user