Fl_OpDesk
Fl_OpDesk.H File Reference

This file contains the definitions for the Fl_OpDesk widget. More...

#include <FL/Fl.H>
#include <FL/Fl_Scroll.H>
#include <FL/fl_draw.H>
#include <vector>
#include <cstdio>
#include "Fl_OpBox.H"
#include "Fl_OpConnect.H"

Go to the source code of this file.

Classes

class  Fl_OpDesk
 The main Fl_OpDesk widget, parent to the following widgets: Fl_OpBox -- the boxes that can be connected together Fl_OpButton -- the buttons (input and output) that can be added to an Fl_OpBox Fl_OpConnect -- the connections between input/output buttons of different boxes. More...

Enumerations

enum  Fl_OpConnectStyle { FL_OPCONNECT_STYLE_STRAIGHT, FL_OPCONNECT_STYLE_TRACE, FL_OPCONNECT_STYLE_CURVE }
 Style for the connection lines between box buttons. More...

Detailed Description

This file contains the definitions for the Fl_OpDesk widget.


Enumeration Type Documentation

Style for the connection lines between box buttons.

Enumerator:
FL_OPCONNECT_STYLE_STRAIGHT 

-- 'Single' style line connections between buttons

FL_OPCONNECT_STYLE_TRACE 

-- 'Solder trace' style line connections

FL_OPCONNECT_STYLE_CURVE 

-- 'Curved' style line connections (bezier)