Skip to content

File toolfactory.cpp#

FileList > src > tools > toolfactory.cpp

Go to the source code of this file.

  • #include "toolfactory.h"
  • #include "accept/accepttool.h"
  • #include "arrow/arrowtool.h"
  • #include "circle/circletool.h"
  • #include "circlecount/circlecounttool.h"
  • #include "copy/copytool.h"
  • #include "exit/exittool.h"
  • #include "imgupload/imguploadertool.h"
  • #include "invert/inverttool.h"
  • #include "launcher/applaunchertool.h"
  • #include "line/linetool.h"
  • #include "marker/markertool.h"
  • #include "move/movetool.h"
  • #include "pencil/penciltool.h"
  • #include "pin/pintool.h"
  • #include "pixelate/pixelatetool.h"
  • #include "rectangle/rectangletool.h"
  • #include "redo/redotool.h"
  • #include "save/savetool.h"
  • #include "selection/selectiontool.h"
  • #include "sizedecrease/sizedecreasetool.h"
  • #include "sizeincrease/sizeincreasetool.h"
  • #include "text/texttool.h"
  • #include "undo/undotool.h"

Macros#

Type Name
define if_TYPE_return_TOOL (TYPE, TOOL)

Macro Definition Documentation#

define if_TYPE_return_TOOL#

#define if_TYPE_return_TOOL (
    TYPE,
    TOOL
) case CaptureTool::TYPE:                                                    \
        return new TOOL(parent)