GnuCash
5.6-150-g038405b370+
|
Contains the pages and manages displaying them one at a time. More...
Public Member Functions | |
StockAssistantView (GtkBuilder *builder, Account *account, GtkWidget *parent) | |
void | connect (StockAssistantModel *) |
Calls each page's connect function. More... | |
void | prepare (int page, StockAssistantModel *) |
Calls the specified page's prepare function. More... | |
GtkWidget * | window () |
Contains the pages and manages displaying them one at a time.
Definition at line 2444 of file assistant-stock-transaction.cpp.
void StockAssistantView::connect | ( | StockAssistantModel * | model | ) |
Calls each page's connect function.
The | model. |
Definition at line 2529 of file assistant-stock-transaction.cpp.
void StockAssistantView::prepare | ( | int | page, |
StockAssistantModel * | model | ||
) |
Calls the specified page's prepare function.
As with connect the association with the model's entry might be better at the Assistant level.
page | The page who's prepare function to call. |
model |
Definition at line 2546 of file assistant-stock-transaction.cpp.