NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
MyTipProvider Class Reference

#include <tipdialog.hpp>

Inheritance diagram for MyTipProvider:
Collaboration diagram for MyTipProvider:

Public Member Functions

 MyTipProvider (const std::vector< std::string > &vTipList)
 
virtual wxString GetTip ()
 

Private Attributes

std::vector< std::string > vTip
 
unsigned int nth_tip
 

Detailed Description

Definition at line 27 of file tipdialog.hpp.

Constructor & Destructor Documentation

◆ MyTipProvider()

MyTipProvider::MyTipProvider ( const std::vector< std::string > &  vTipList)

Definition at line 150 of file tipdialog.cpp.

References nth_tip, and vTip.

Member Function Documentation

◆ GetTip()

virtual wxString MyTipProvider::GetTip ( )
inlinevirtual

Definition at line 35 of file tipdialog.hpp.

References nth_tip, and vTip.

Member Data Documentation

◆ nth_tip

unsigned int MyTipProvider::nth_tip
private

Definition at line 31 of file tipdialog.hpp.

Referenced by GetTip(), and MyTipProvider().

◆ vTip

std::vector<std::string> MyTipProvider::vTip
private

Definition at line 30 of file tipdialog.hpp.

Referenced by GetTip(), and MyTipProvider().


The documentation for this class was generated from the following files: