Contains the interface for the ConnEnd class. More...
#include <cstdio>
#include <list>
#include <vector>
#include "libavoid/geometry.h"
Go to the source code of this file.
Classes | |
class | Avoid::ConnEnd |
The ConnEnd class represents different possible endpoints for connectors. More... | |
Namespaces | |
namespace | Avoid |
The namespace used by code in the libavoid library. | |
Typedefs | |
typedef unsigned int | Avoid::ConnDirFlags |
One or more Avoid::ConnDirFlag options. | |
Enumerations | |
enum | Avoid::ConnDirFlag { , Avoid::ConnDirUp = 1, Avoid::ConnDirDown = 2, Avoid::ConnDirLeft = 4, Avoid::ConnDirRight = 8, Avoid::ConnDirAll = 15 } |
Flags that can be passed to the ConnEnd constructor to specify which sides of a shape this point should have visibility to if it is located within the shape's area. More... | |
Contains the interface for the ConnEnd class.