Purpose Namespace
Header: | #include <Purpose> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Purpose) target_link_libraries(mytarget PRIVATE KF6::Purpose) |
Classes
class | AlternativesModel |
class | Configuration |
class | Job |
class | Menu |
class | PluginBase |
Detailed Description
Classes
class AlternativesModel
Interface for client applications to share data. More...
class Configuration
This class will be in charge of figuring out the job configuration. More...
class Job
Job that will actually perform the sharing. More...
class PluginBase
Base class to implement by plugins. More...