1#ifndef __FLASHCARDAPP_H__
2#define __FLASHCARDAPP_H__
4#include "../../src/cxWindow.h"
5#include "../../src/cxUtils.h"
6#include "../../src/cxKeyDefines.h"
19 void loadCards(
const std::string& filename);
26 std::vector<Card> mCards;
27 size_t mCurrentCardIdx;
Definition FlashcardApp.h:15
void showHelp()
Definition FlashcardApp.cpp:78
void draw()
Fills the member ncurses window structure with the current.
Definition FlashcardApp.cpp:57
void updateStatus()
Definition FlashcardApp.cpp:47
void run()
Definition FlashcardApp.cpp:93
void loadCards(const std::string &filename)
Definition FlashcardApp.cpp:19
Represents a text-based window on the screen. Can contain a title, status, and a message to appear wi...
Definition cxWindow.h:195
Definition FlashcardApp.h:10
std::string back
Definition FlashcardApp.h:12
std::string front
Definition FlashcardApp.h:11