KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_stl_compat.cpp File Reference
#include <ostream>
#include <core/wx_stl_compat.h>

Go to the source code of this file.

Functions

wxString TowxString (const std::string_view &view)
 
std::ostream & operator<< (std::ostream &out, const wxSize &size)
 Helper function to print the given wxSize to a stream.
 
std::ostream & operator<< (std::ostream &out, const wxPoint &pt)
 Helper function to print the given wxPoint to a stream.
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream &  out,
const wxPoint &  pt 
)

Helper function to print the given wxPoint to a stream.

Used for debugging functions like EDA_ITEM::Show and also in unit testing fixtures.

Definition at line 55 of file wx_stl_compat.cpp.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  out,
const wxSize &  size 
)

Helper function to print the given wxSize to a stream.

Used for debugging functions like EDA_ITEM::Show and also in unit testing fixtures.

Definition at line 48 of file wx_stl_compat.cpp.

◆ TowxString()

wxString TowxString ( const std::string_view &  view)

Definition at line 42 of file wx_stl_compat.cpp.

Referenced by TOOL_ACTION::TOOL_ACTION().