#include "ScopeGrid.h"
#include <FL/Fl_Double_Window.H>
#include <FL/fl_draw.H>
#include <FL/Fl_Browser.H>
#include <FL/Fl_Tabs.H>
#include <FL/fl_ask.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Preferences.H>
#include <sstream>
#include "ScopeTabPane.h"
#include <FLTKVW/Flv_Table.H>
Go to the source code of this file.
Define Documentation
#define DEFAULT_HEIGHT 460 |
#define DEFAULT_WIDTH 820 |
Function Documentation
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Fl_Group* MakeCommunityPane |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h, |
|
|
const std::string & |
Name |
|
) |
| |
void OnAddCommunity |
( |
Fl_Widget * |
pWidget, |
|
|
void * |
pParam |
|
) |
| |
void OnRemoveCommunity |
( |
Fl_Widget * |
pWidget, |
|
|
void * |
pParam |
|
) |
| |
void OnRenameCommunity |
( |
Fl_Widget * |
pWidget, |
|
|
void * |
pParam |
|
) |
| |
void OnSave |
( |
Fl_Widget * |
pWidget, |
|
|
void * |
pParam |
|
) |
| |