|
Oolite 1.91.0.7712-251017-85ce217
|
#include <OODockTilePlugIn.h>
Instance Methods | |
| (IBAction) | - showScreenShots: |
| (IBAction) | - showExpansionPacks: |
| (IBAction) | - showLatestLog: |
| (IBAction) | - showLogFolder: |
| (id) | - init [implementation] |
| (void) | - dealloc [implementation] |
| (BOOL) | - isDirectoryAtPath: [implementation] |
| (BOOL) | - addOnsExistAtPath: [implementation] |
| (void) | - openPath: [implementation] |
| (BOOL) | - validateMenuItem: [implementation] |
| (NSURL *) | - snapshotsURLCreatingIfNeeded: [implementation] |
| (NSString *) | - latestLogPath [implementation] |
| (NSString *) | - logFolderPath [implementation] |
Class Methods | |
| (static id) | + GetPreference [implementation] |
| (static void) | + SetPreference [implementation] |
| (static void) | + RemovePreference [implementation] |
| (static NSString *) | + DESC [implementation] |
Properties | |
| NSDockTile * | dockTile |
| IBOutlet NSMenu * | dockMenu |
Private Attributes | |
| NSDockTile * | _dockTile |
| NSMenu * | _dockMenu |
Definition at line 32 of file OODockTilePlugIn.h.
|
implementation |
Definition at line 115 of file OODockTilePlugIn.m.
|
implementation |
Definition at line 64 of file OODockTilePlugIn.m.
Referenced by dealloc.
|
implementation |
Definition at line 188 of file OODockTilePlugIn.m.
References nil.
|
implementation |
Definition at line 165 of file OODockTilePlugIn.m.
References nil.
Referenced by snapshotsURLCreatingIfNeeded:.
|
implementation |
Definition at line 53 of file OODockTilePlugIn.m.
References init.
Referenced by init.
|
implementation |
Definition at line 108 of file OODockTilePlugIn.m.
|
implementation |
Definition at line 290 of file OODockTilePlugIn.m.
References latestLogPath, and logFolderPath.
Referenced by latestLogPath, showLatestLog:, and validateMenuItem:.
|
implementation |
Definition at line 296 of file OODockTilePlugIn.m.
References logFolderPath, and OOLogHandlerGetLogBasePath().
Referenced by latestLogPath, logFolderPath, and showLogFolder:.
|
implementation |
Definition at line 130 of file OODockTilePlugIn.m.
Referenced by showExpansionPacks:.
|
implementation |
Definition at line 182 of file OODockTilePlugIn.m.
References nil, and SetPreference.
Referenced by snapshotsURLCreatingIfNeeded:.
|
implementation |
Definition at line 176 of file OODockTilePlugIn.m.
Referenced by RemovePreference, and snapshotsURLCreatingIfNeeded:.
| - (IBAction) showExpansionPacks: | (id) | sender |
Definition at line 79 of file OODockTilePlugIn.m.
References openPath:, and ResourceManagerRootPaths().
| - (IBAction) showLatestLog: | (id) | sender |
Definition at line 136 of file OODockTilePlugIn.m.
References latestLogPath.
| - (IBAction) showLogFolder: | (id) | sender |
Definition at line 142 of file OODockTilePlugIn.m.
References logFolderPath.
| - (IBAction) showScreenShots: | (id) | sender |
Definition at line 73 of file OODockTilePlugIn.m.
References snapshotsURLCreatingIfNeeded:.
|
implementation |
Definition at line 211 of file OODockTilePlugIn.m.
References count, DESC, GetPreference, JAPersistentFileReferenceFromURL(), JAURLFromPersistentFileReference(), kJAPersistentFileReferenceWithoutMounting, kJAPersistentFileReferenceWithoutUI, kSnapshotsDirNameKey, kSnapshotsDirRefKey, nil, RemovePreference, and SetPreference.
Referenced by showScreenShots:, and validateMenuItem:.
|
implementation |
Definition at line 148 of file OODockTilePlugIn.m.
References latestLogPath, and snapshotsURLCreatingIfNeeded:.
|
private |
Definition at line 39 of file OODockTilePlugIn.h.
|
private |
Definition at line 38 of file OODockTilePlugIn.h.
|
readwriteatomicassign |
Definition at line 44 of file OODockTilePlugIn.h.
|
readwriteatomicretain |
Definition at line 43 of file OODockTilePlugIn.h.