What type of button is being pressed
Definition at line 117 of file export.cpp. { SELECTION_PAGE = 0, /**< Export the whole page */ SELECTION_DRAWING, /**< Export everything drawn on the page */ SELECTION_SELECTION, /**< Export everything that is selected */ SELECTION_CUSTOM, /**< Allows the user to set the region exported */ SELECTION_NUMBER_OF /**< A counter for the number of these guys */ };
|