JUCE Designer
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
juced_ImageButton.h
1
/*
2
==============================================================================
3
4
juced_ImageButton.h
5
Created: 13 Apr 2013 10:07:27pm
6
Author: admin
7
8
==============================================================================
9
*/
10
11
#ifndef __JUCED_IMAGEBUTTON_H_FF5FFB74__
12
#define __JUCED_IMAGEBUTTON_H_FF5FFB74__
13
14
#include "../Designer/Globals.h"
15
16
class
juced_ImageButton
:
public
ImageButton,
17
public
DynamicObject
18
{
19
public
:
20
21
juced_ImageButton
();
22
23
void
mouseUp (
const
MouseEvent& event);
24
void
mouseDrag (
const
MouseEvent& event);
25
void
mouseDoubleClick (
const
MouseEvent& event);
26
void
mouseMove (
const
MouseEvent& event);
27
void
mouseDown (
const
MouseEvent& event);
28
void
mouseEnter (
const
MouseEvent& event);
29
void
mouseExit (
const
MouseEvent& event);
30
void
mouseWheelMove (
const
MouseEvent &event,
const
MouseWheelDetails &wheel);
31
32
private
:
33
static
int
_numObjects;
34
};
35
36
#endif // __JUCED_IMAGEBUTTON_H_FF5FFB74__
juced
Source
Modules
juced_ImageButton.h
Generated on Sun May 26 2013 00:05:46 for JUCE Designer by
1.8.2-20121118