15.1.11. tablet_qt/common/cssconst.cpp

/*
    Copyright (C) 2012, University of Cambridge, Department of Psychiatry.
    Created by Rudolf Cardinal (rnc1001@cam.ac.uk).

    This file is part of CamCOPS.

    CamCOPS is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    CamCOPS is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with CamCOPS. If not, see <https://www.gnu.org/licenses/>.
*/

#include "cssconst.h"

namespace cssconst {

const char* BUTTON = "button";
const char* CAMERA_INNER_OBJECT = "camera_inner_object";
const char* COUNTDOWN_LABEL = "countdown_label";
const char* DEBUG_GREEN = "debug_green";
const char* DEBUG_RED = "debug_red";
const char* DEBUG_YELLOW = "debug_yellow";
const char* DIAGNOSTIC_CODE = "diagnostic_code";
const char* HEADER_HORIZONTAL_LINE = "header_horizontal_line";
const char* HEADING = "heading";
const char* LABEL_ONLY = "label_only";
const char* LOCKED = "locked";
const char* MCQ_GRID_DOUBLE = "mcq_grid_double";
const char* MCQ_GRID = "mcq_grid";
const char* MCQ_GRID_SINGLE_BOOLEAN = "mcq_grid_single_boolean";
const char* MCQ_INSTRUCTION = "mcq_instruction";
const char* MENU_HEADER_CRIPPLED = "menu_header_crippled";
const char* MENU_HEADER_SINGLE_USER_BUTTONS = "menu_header_single_user_buttons";
const char* MENU_HEADER_NO_PATIENT = "menu_header_no_patient";
const char* MENU_HEADER_PATIENT_INFO = "menu_header_patient_info";
const char* MENU_ITEM_EDITABLE_TASK = "menu_item_editable_task";
const char* MENU_ITEM_SUBTITLE = "menu_item_subtitle";
const char* MENU_ITEM_TITLE = "menu_item_title";
const char* MENU_WINDOW_BACKGROUND = "menu_window_background";
const char* MENU_WINDOW_OUTER_OBJECT = "menu_window_outer_object";
const char* MENU_WINDOW_TITLE = "menu_window_title";
const char* NEEDS_PRIVILEGE = "needs_privilege";
const char* NOT_IMPLEMENTED = "not_implemented";
const char* OPTION_BACKGROUND = "option_background";
const char* OPTION = "option";
const char* PICKER_INLINE = "picker_inline";
const char* PICKER_POPUP = "picker_popup";
const char* PROPERTY_ITALIC = "italic";
const char* PROPERTY_MISSING = "missing";
const char* PROPERTY_READ_ONLY = "readonly";
const char* PROPERTY_STATE = "state";
const char* QUESTIONNAIRE_BACKGROUND_CLINICIAN = "questionnaire_background_clinician";
const char* QUESTIONNAIRE_BACKGROUND_CONFIG = "questionnaire_background_config";
const char* QUESTIONNAIRE_BACKGROUND_PATIENT = "questionnaire_background_patient";
const char* QUESTIONNAIRE_HORIZONTAL_LINE = "questionnaire_horizontal_line";
const char* QUESTION = "question";
const char* QUHEADING = "quheading";
const char* SLIDER = "slider";
const char* SLIDER_SYMMETRIC = "slider_symmetric";
const char* STEM = "stem";
const char* STRIPE_BACKGROUND_EVEN = "stripe_background_even";
const char* STRIPE_BACKGROUND_ODD = "stripe_background_odd";
const char* SUBTITLE = "subtitle";
const char* TASK_ITEM_SUMMARY_COMPLETE = "task_item_summary_complete";
const char* TASK_ITEM_SUMMARY_INCOMPLETE = "task_item_summary_incomplete";
const char* TASK_ITEM_TASKNAME_COMPLETE = "task_item_taskname_complete";
const char* TASK_ITEM_TASKNAME_INCOMPLETE = "task_item_taskname_incomplete";
const char* TASK_ITEM_TIMESTAMP_COMPLETE = "task_item_timestamp_complete";
const char* TASK_ITEM_TIMESTAMP_INCOMPLETE = "task_item_timestamp_incomplete";
const char* TITLE = "title";
const char* UNSUPPORTED = "unsupported";
const char* VALUE_DISABLED = "disabled";
const char* VALUE_FALSE = "false";
const char* VALUE_NULL = "null";
const char* VALUE_NULL_REQUIRED = "nullrequired";
const char* VALUE_TRUE = "true";
const char* VLINE = "vline";
const char* WARNING = "warning";

}  // namespace cssconst