Chameleon Applications

Chameleon Applications Svn Source Tree

Root/trunk/ChameleonPrefPane/Sources/AdvancedSetupController.mm

1//
2// AdvancedSetupController.mm
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/22/10.
6//
7
8#import "AdvancedSetupController.h"
9
10
11@implementation AdvancedSetupController
12
13// TODO implement a smart & reusable option modification, usable by all controllers
14// these pair of methods in each controller should all rely on a single external class instance (singleton)
15// that would implement in an opaque way the options streaming between the panels and the pref. file
16
17-(IBAction) onCheckButtonChange: (id) sender
18{
19
20}
21
22-(IBAction) onTextFiedChange: (id) sender
23{
24
25}
26
27-(void) loadOptionsFromPreferencesFile
28{
29
30}
31
32@end
33

Archive Download this file

Revision: 38