Simple GUI Library
insets.cpp File Reference
#include "paint/insets.h"
Include dependency graph for insets.cpp:

Go to the source code of this file.

Functions

Insets Sgl::operator+ (const Insets &first, const Insets &second)
 
Insets Sgl::operator- (const Insets &first, const Insets &second)
 

Detailed Description

Author
Nikita Mochalov (github.com/tralf-strues)
Date
2021-11-06

Definition in file insets.cpp.

Function Documentation

◆ operator+()

Insets Sgl::operator+ ( const Insets first,
const Insets second 
)

Definition at line 44 of file insets.cpp.

◆ operator-()

Insets Sgl::operator- ( const Insets first,
const Insets second 
)

Definition at line 52 of file insets.cpp.