CQTexperiment
svenforkbeard 2007-05-15 05:36:56 +00:00
parent 8fd4ca4d50
commit 57ce59b549
3 changed files with 0 additions and 173 deletions

View File

@ -1,142 +0,0 @@
{
IBClasses = (
{
ACTIONS = {
addFiles = id;
delEntries = id;
donate = id;
loadPlaylist = id;
savePlaylist = id;
savePlaylistAs = id;
toggleInfoDrawer = id;
};
CLASS = AppController;
LANGUAGE = ObjC;
OUTLETS = {
addButton = NSButton;
infoButton = NSButton;
infoDrawer = NSDrawer;
mainWindow = NSPanel;
nextButton = NSButton;
playButton = NSButton;
playlistController = PlaylistController;
prevButton = NSButton;
remButton = NSButton;
repeatButton = NSButton;
shuffleButton = NSButton;
stopButton = NSButton;
};
SUPERCLASS = NSObject;
},
{
CLASS = ClickField;
LANGUAGE = ObjC;
OUTLETS = {soundController = SoundController; };
SUPERCLASS = NSTextField;
},
{CLASS = CurrentSongView; LANGUAGE = ObjC; SUPERCLASS = NSBox; },
{
CLASS = DNDArrayController;
LANGUAGE = ObjC;
OUTLETS = {tableView = NSTableView; };
SUPERCLASS = NSArrayController;
},
{CLASS = DragScrollView; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; },
{
ACTIONS = {cancel = id; openFeedbackWindow = id; sendFeedback = id; };
CLASS = FeedbackController;
LANGUAGE = ObjC;
OUTLETS = {
feedbackWindow = NSWindow;
fromView = NSTextField;
messageView = NSTextView;
sendingIndicator = NSProgressIndicator;
subjectView = NSTextField;
};
SUPERCLASS = NSObject;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = InfoController; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = InfoView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{
ACTIONS = {
changeVolume = id;
next = id;
pause = id;
pauseResume = id;
play = id;
playPauseResume = id;
prev = id;
resume = id;
seek = id;
stop = id;
toggleShowTimeRemaining = id;
};
CLASS = PlaybackController;
LANGUAGE = ObjC;
OUTLETS = {
bitrateField = NSTextField;
lengthField = NSTextField;
playButton = NSButton;
playlistController = PlaylistController;
playlistView = PlaylistView;
positionSlider = TrackingSlider;
timeField = NSTextField;
volumeSlider = NSSlider;
};
SUPERCLASS = NSObject;
},
{
ACTIONS = {
showFileInFinder = id;
takeRepeatFromObject = id;
takeShuffleFromObject = id;
};
CLASS = PlaylistController;
LANGUAGE = ObjC;
SUPERCLASS = DNDArrayController;
},
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
shufflePlaylist = id;
sortByPath = id;
takeBoolForAlbum = id;
takeBoolForArtist = id;
takeBoolForGenre = id;
takeBoolForLength = id;
takeBoolForTitle = id;
takeBoolForTrack = id;
takeBoolForYear = id;
};
CLASS = PlaylistView;
LANGUAGE = ObjC;
OUTLETS = {
playbackController = PlaybackController;
playlistController = PlaylistController;
};
SUPERCLASS = NSTableView;
},
{
CLASS = SoundController;
LANGUAGE = ObjC;
OUTLETS = {delegate = id; };
SUPERCLASS = NSObject;
},
{CLASS = TrackingSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
{
ACTIONS = {okay = id; openUpdateWindow = id; takeBoolFromObject = id; };
CLASS = UpdateController;
LANGUAGE = ObjC;
OUTLETS = {
autoCheckButton = NSButton;
checkingIndicator = NSProgressIndicator;
okayButton = NSButton;
statusView = NSTextField;
updateWindow = NSWindow;
};
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>164 238 625 294 0 0 1280 1002 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>98 618 487 44 0 0 1280 1002 </string>
<key>463</key>
<string>469 211 308 279 0 0 1280 1002 </string>
<key>513</key>
<string>560 264 166 137 0 0 1280 1002 </string>
<key>760</key>
<string>465 451 189 49 0 0 1280 1002 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<key>IBLockedObjects</key>
<array>
<integer>484</integer>
</array>
<key>IBOpenObjects</key>
<array>
<integer>21</integer>
</array>
<key>IBSystem Version</key>
<string>8I127</string>
</dict>
</plist>

Binary file not shown.