Krisjanis Rijnieks
0fbfe7174b
Remove `std::` prefix everywhere in `src`
10 years ago
Krisjanis Rijnieks
95b366ada5
Change src code style using ofStyler
10 years ago
Krisjanis Rijnieks
ed7d0fab02
Refactor RadioList to comply with oF code style
10 years ago
Krisjanis Rijnieks
25770a92a2
Fix source selection for oF v0.9.0 and above, close #34
10 years ago
Krisjanis Rijnieks
819a9a02ea
Move user interface related classes to UserInterface dir
11 years ago
Krisjanis Rijnieks
3159a4779d
Show and hide source selection radio buttons depending on whether they contain sources or not
11 years ago
Krisjanis Rijnieks
9b04e00261
Remove anoying debug messages
11 years ago
Krisjanis Rijnieks
4ae87c6259
Add video source list and fix a lot of bugs
11 years ago
Krisjanis Rijnieks
29da680512
Add load images using media server and change radio selected events and handlers to be more consistant
11 years ago
Krisjanis Rijnieks
8ebbd493f1
Fix source editor toggles not reacting to mouse clicks
11 years ago
Krisjanis Rijnieks
9558a0426e
Fix disable source selector toggles. It appears that in openFrameworks version 0.8.2
and up there has been a change in ofxGui addon - when adding gui elements to ofgGuiGroup
the unregisterMouseEvent() method of each element is called thus disabling it.
11 years ago
Felix Dubrownik
6d44d1cae7
ran clang Format with google code Style
11 years ago
Felix Dubrownik
66283175f1
Refactoring: Renaming Classes, introducing namespace
11 years ago
Felix Dubrownik
4605d05756
Renamed RadioList
11 years ago
Krisjanis Rijnieks
ef5ac3da52
Fix there is no need for a guiGroup label item as it has a header already
11 years ago
Krisjanis Rijnieks
e040ea7d36
Fix ofxRadioList to work with ofxSourcesEditor
Add getItemName method
Add enable and disable methods
Add storedLabels and storedTitle variables for recreating toggles on enable
Add clear method
11 years ago
Krisjanis Rijnieks
55cc4cfac6
Add getTitle() method to ofxRadioList
11 years ago
Krisjanis Rijnieks
022d31de5d
Add ofxGuiGroup as the container for toggles
Add event that notifies its listeners about selected radio button/toggle
11 years ago
Krisjanis Rijnieks
d4b17dc092
Add ofxRadioList base code
11 years ago