TrackGit
|
The TrackGit Application class. More...
#include <TrackGitApp.h>
Public Member Functions | |
TrackGitApp () | |
TrackGitApp Constructor. More... | |
virtual void | MessageReceived (BMessage *) |
The handler to receive messages. More... | |
Private Attributes | |
map< BString, TrackGitWindow * > | fRunningCommands |
The map of running commands to their repo. More... | |
The TrackGit Application class.
This takes care of launching of windows. It also brings forward a window which is previously launched for a given repo.
Definition at line 24 of file TrackGitApp.h.
TrackGitApp::TrackGitApp | ( | ) |
TrackGitApp Constructor.
Definition at line 31 of file TrackGitApp.cpp.
|
virtual |
The handler to receive messages.
This function acitivates already existing window or launches a new ones if needed. This also quits the app when there are no windows left.
msg | The message to receive. |
Definition at line 45 of file TrackGitApp.cpp.
|
private |
The map of running commands to their repo.
Definition at line 29 of file TrackGitApp.h.