- added tooltip window
git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@547 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -43,7 +43,8 @@ MainComponent::MainComponent ()
|
|||||||
: Thread("RBM"),
|
: Thread("RBM"),
|
||||||
m_pRbmComponentCurr(nullptr),
|
m_pRbmComponentCurr(nullptr),
|
||||||
m_weightsCurr(nullptr),
|
m_weightsCurr(nullptr),
|
||||||
m_layers(this)
|
m_layers(this),
|
||||||
|
m_toolTipWindow(this)
|
||||||
{
|
{
|
||||||
addAndMakeVisible (trainButton = new TextButton ("Train button"));
|
addAndMakeVisible (trainButton = new TextButton ("Train button"));
|
||||||
trainButton->setButtonText (TRANS("Train"));
|
trainButton->setButtonText (TRANS("Train"));
|
||||||
|
|||||||
@@ -88,6 +88,7 @@ private:
|
|||||||
const juce::String& getBaseDir();
|
const juce::String& getBaseDir();
|
||||||
void run();
|
void run();
|
||||||
String m_baseDir;
|
String m_baseDir;
|
||||||
|
TooltipWindow m_toolTipWindow;
|
||||||
void clearTraining()
|
void clearTraining()
|
||||||
{
|
{
|
||||||
m_layers.clear();
|
m_layers.clear();
|
||||||
@@ -110,7 +111,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void updateControls();
|
void updateControls();
|
||||||
|
|
||||||
//[/UserVariables]
|
//[/UserVariables]
|
||||||
|
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user