Fl_OpDesk
|
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... |
This file contains the definitions for the Fl_OpDesk widget.
enum Fl_OpConnectStyle |