aboutsummaryrefslogtreecommitdiff
path: root/VKPC/PlaylistTableCellView.h
blob: d8502afbd9d3d915975ffdd49ec81b1247da8d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//
//  PlaylistTableCellView.h
//  VKPC
//
//  Created by Eugene on 12/2/13.
//  Copyright (c) 2013-2014 Eugene Z. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface PlaylistTableCellView : NSTableCellView

@property (assign, nonatomic) PlayingStatus playingStatus;

//- (void)setPlay;
//- (void)setPause;
//- (void)unsetPlay;
//- (void)moveTextFields;
- (void)updateStyle;
- (void)drawMode;
//- (NSImageView *)playIconImageView;
//- (NSTextField *)artistTextField;
//- (NSTextField *)titleTextField;
//- (NSTextField *)durationTextField;
//- (void)setMode:(PlayingStatus)mode;

@end