Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/iFabio/ChameleonPrefPane/Sources/EfiInjectController.h

Source at commit 261 created 12 years 11 months ago.
By ifabio, "re-open": create two folder, one for the prefpanel project, other for chameleon bootloader trunk, also synk with latest 832 trunk's code, added some stuff like OpenBSD/FreeBSD/Haiku detection, and added more Nvidia ID cards.
1//
2// EfiInject.h
3// ChameleonPrefPane
4//
5// Created by Rekursor on 1/26/10.
6//
7
8#import <Cocoa/Cocoa.h>
9#import <PreferencesControllerBase.h>
10
11
12
13
14// TabView subpane controller definitions
15@interface EfiInjectController : PreferencesControllerBase <GroupControllerProtocol>
16{
17IBOutlet NSButton*mEfiInject;
18IBOutlet NSTextField*mEfiInjectText;
19IBOutlet NSButton*mCurrentGfxInjection;
20}
21
22- (IBAction) onCheckButtonChange: (NSButton*) sender;
23- (IBAction) onTextFiedChange: (NSTextField*) sender;
24- (void) setDefaultsValues: (NSMutableDictionary*) dict;
25
26+ (EfiInjectController *)instance;
27
28@end
29

Archive Download this file

Revision: 261