Inheritance diagram for QApolloDbGui:
Public Member Functions | |
void | ChangeDefaultSettingsBasket (unsigned short newDefault) |
Change Default settings_basket_id in settings_basket table. | |
bool | ResetRun () |
try to reset db status assuming that there is an active run | |
void | InsertUserComments (const std::string &comment, bool start) |
insert user comments into the user_infos table |
bool QApolloDbGui::ResetRun | ( | ) |
try to reset db status assuming that there is an active run
void QApolloDbGui::InsertUserComments | ( | const std::string & | comment, | |
bool | start | |||
) |
insert user comments into the user_infos table
In case of start comments, this method can be used only when there is an active run. If it is used when there are no active runs, a QError is thrown.
comment | user comment to be inserted into db | |
start | allow to select between start and stop comments: true is for start comments, false for stop comments |