KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sim_plot_colors.h File Reference

Class is responsible for providing colors for traces on simulation plot. More...

#include <map>
#include <vector>
#include <wx/colour.h>
#include <wx/string.h>

Go to the source code of this file.

Classes

class  SIM_PLOT_COLORS
 

Functions

bool operator< (SIM_PLOT_COLORS::COLOR_SET &x, SIM_PLOT_COLORS::COLOR_SET &y)
 
bool operator>= (SIM_PLOT_COLORS::COLOR_SET &x, SIM_PLOT_COLORS::COLOR_SET &y)
 
bool operator< (SIM_PLOT_COLORS::COLOR_SET &x, int y)
 
bool operator>= (SIM_PLOT_COLORS::COLOR_SET &x, int y)
 
SIM_PLOT_COLORS::COLOR_SET operator+ (SIM_PLOT_COLORS::COLOR_SET x, SIM_PLOT_COLORS::COLOR_SET y)
 
SIM_PLOT_COLORS::COLOR_SET operator- (SIM_PLOT_COLORS::COLOR_SET x, SIM_PLOT_COLORS::COLOR_SET y)
 
SIM_PLOT_COLORS::COLOR_SET operator% (int x, SIM_PLOT_COLORS::COLOR_SET y)
 
SIM_PLOT_COLORS::COLOR_SEToperator++ (SIM_PLOT_COLORS::COLOR_SET &x)
 

Detailed Description

Class is responsible for providing colors for traces on simulation plot.

Definition in file sim_plot_colors.h.

Function Documentation

◆ operator%()

SIM_PLOT_COLORS::COLOR_SET operator% ( int  x,
SIM_PLOT_COLORS::COLOR_SET  y 
)
inline

Definition at line 73 of file sim_plot_colors.cpp.

◆ operator+()

Definition at line 59 of file sim_plot_colors.cpp.

◆ operator++()

Definition at line 79 of file sim_plot_colors.cpp.

◆ operator-()

Definition at line 66 of file sim_plot_colors.cpp.

◆ operator<() [1/2]

bool operator< ( SIM_PLOT_COLORS::COLOR_SET x,
int  y 
)
inline

Definition at line 47 of file sim_plot_colors.cpp.

◆ operator<() [2/2]

bool operator< ( SIM_PLOT_COLORS::COLOR_SET x,
SIM_PLOT_COLORS::COLOR_SET y 
)
inline

Definition at line 35 of file sim_plot_colors.cpp.

◆ operator>=() [1/2]

bool operator>= ( SIM_PLOT_COLORS::COLOR_SET x,
int  y 
)
inline

Definition at line 53 of file sim_plot_colors.cpp.

◆ operator>=() [2/2]

bool operator>= ( SIM_PLOT_COLORS::COLOR_SET x,
SIM_PLOT_COLORS::COLOR_SET y 
)
inline

Definition at line 41 of file sim_plot_colors.cpp.