tilde~
Puredata Qt-based GUI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
tilde~
datamodels
ArrangeObjects.h
Go to the documentation of this file.
1
#ifndef ARRANGEOBJECTS_H
2
#define ARRANGEOBJECTS_H
3
4
#include <vector>
5
6
using namespace
std;
7
8
//#include "UIObject.h"
9
10
namespace
tilde {
11
12
class
UIObject
;
13
typedef
std::vector<UIObject*>
objectVec
;
14
15
// static class for arranging objects
16
class
ArrangeObjects
{
17
private
:
18
ArrangeObjects
();
19
20
public
:
21
static
void
alignLeft(
objectVec
* v);
22
static
void
alignRight(
objectVec
* v);
23
24
static
void
alignTop(
objectVec
* v);
25
static
void
alignBottom(
objectVec
* v);
26
27
static
void
alignCenter(
objectVec
* v);
28
29
static
void
distributeHorizontal(
objectVec
* v);
30
static
void
distributeVertical(
objectVec
* v);
31
};
32
}
33
34
#endif // ARRANGEOBJECTS_H
tilde::ArrangeObjects
Definition:
ArrangeObjects.h:16
tilde::objectVec
std::vector< UIObject * > objectVec
Definition:
ArrangeObjects.h:12
tilde::UIObject
Definition:
UIObject.h:44
Generated on Mon Aug 28 2017 23:38:33 for tilde~ by
1.8.6