SCV
4.2.1
Simple Components for Visual
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
SCV.h
Go to the documentation of this file.
1
/*
2
3
SCV - Simple Components for Visual
4
Developed at Federal University of Santa Maria - UFSM
5
LaCA - Computer Applied Laboratory - Laboratório de Computação Aplicada
6
webpage: www.inf.ufsm.br/~pozzer/scv
7
email: pozzer@inf.ufsm.br
8
2007-2012
9
10
*/
11
12
#ifndef __SCV_H__
13
#define __SCV_H__
14
15
#ifdef _WIN32
16
#ifdef _MSC_VER
17
#pragma warning(disable:4018)
18
#endif // _WIN32
19
#endif // _MSC_VER
20
21
#define SCV_VERSION "4.2.1"
22
23
#include "
stdafx.h
"
24
25
#include "
Kernel.h
"
26
27
#include "
Button.h
"
28
#include "
Canvas.h
"
29
#include "
CheckBox.h
"
30
#include "
ColorPicker.h
"
31
#include "
ComboBox.h
"
32
#include "
ContextMenu.h
"
33
#include "
FileOpen.h
"
34
#include "
GlslShader.h
"
35
#include "
Image.h
"
36
#include "
InternalFrame.h
"
37
#include "
InternalFrameHolder.h
"
38
#include "
Label.h
"
39
#include "
Mathematic.h
"
40
#include "
MenuBar.h
"
41
#include "
ProgressBar.h
"
42
#include "
RadioButton.h
"
43
#include "
ScrollComponent.h
"
44
#include "
Separator.h
"
45
#include "
Singleton.h
"
46
#include "
Slider.h
"
47
#include "
StateButton.h
"
48
#include "
TabbedPane.h
"
49
#include "
Table.h
"
50
#include "
util.h
"
51
#include "
GenericTree.h
"
52
#include "
GenericNode.h
"
53
54
#include "
GroupLayout.h
"
55
#include "
SequentialGroup.h
"
56
#include "
ParallelGroup.h
"
57
58
#endif // __SCV_H__
include
SCV
SCV.h
Generated on Fri Dec 14 2012 09:44:49 for SCV by
1.8.2