|
Wt examples
3.3.6
|
A simple application to navigate a git repository. More...

Public Member Functions | |
| GitViewApplication (const WEnvironment &env) | |
| Constructor. More... | |
Private Member Functions | |
| void | loadGitModel () |
| Change repository and/or revision. More... | |
| void | showFile () |
| Displayed the currently selected file. More... | |
Private Attributes | |
| WLineEdit * | repositoryEdit_ |
| WLineEdit * | revisionEdit_ |
| WText * | repositoryError_ |
| WText * | revisionError_ |
| GitModel * | gitModel_ |
| WTreeView * | gitView_ |
| SourceView * | sourceView_ |
A simple application to navigate a git repository.
This examples demonstrates how to use the custom model use GitModel with a WTreeView.
|
inline |
Constructor.
Definition at line 44 of file GitView.C.
|
inlineprivate |
Change repository and/or revision.
Definition at line 128 of file GitView.C.
|
inlineprivate |
Displayed the currently selected file.
Definition at line 146 of file GitView.C.
|
private |
1.8.13