sp-conn-end.h revision ce476a1fb346f635574c285a4815b8de8a6cdb68
#ifndef SEEN_SP_CONN_END
#define SEEN_SP_CONN_END
#include <stddef.h>
#include <sigc++/connection.h>
#include "sp-use-reference.h"
#include "connection-points.h"
#include "conn-avoid-ref.h"
/* In the following, type refers to connection point type,
i.e. default (one of the 9 combinations of right, centre,
left, top, bottom) or user-defined. The id serves to identify
the connection point in a list of connection points.
*/
int id;
/** Change of href string (not a modification of the attributes of the referrent). */
/** Called when the attached object gets deleted. */
/** A sigc connection for transformed signal, used to do move compensation. */
};
#endif /* !SEEN_SP_CONN_END */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :