wlmaker
|
#include "resizebar_area.h"
#include <cairo.h>
#include <inttypes.h>
#include <libbase/libbase.h>
#include <linux/input-event-codes.h>
#include <stdlib.h>
#include <wlr/interfaces/wlr_buffer.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/util/edges.h>
#include "buffer.h"
#include "gfxbuf.h"
#include "input.h"
#include "primitives.h"
#include "window.h"
Classes | |
struct | _wlmtk_resizebar_area_t |
Functions | |
static void | _wlmtk_resizebar_area_element_destroy (wlmtk_element_t *element_ptr) |
static bool | _wlmtk_resizebar_area_element_pointer_button (wlmtk_element_t *element_ptr, const wlmtk_button_event_t *button_event_ptr) |
static void | draw_state (wlmtk_resizebar_area_t *resizebar_area_ptr) |
static struct wlr_buffer * | create_buffer (bs_gfxbuf_t *gfxbuf_ptr, unsigned position, unsigned width, const wlmtk_resizebar_style_t *style_ptr, bool pressed) |
wlmtk_resizebar_area_t * | wlmtk_resizebar_area_create (wlmtk_window_t *window_ptr, uint32_t edges) |
void | wlmtk_resizebar_area_destroy (wlmtk_resizebar_area_t *resizebar_area_ptr) |
bool | wlmtk_resizebar_area_redraw (wlmtk_resizebar_area_t *resizebar_area_ptr, bs_gfxbuf_t *gfxbuf_ptr, unsigned position, unsigned width, const wlmtk_resizebar_style_t *style_ptr) |
wlmtk_element_t * | wlmtk_resizebar_area_element (wlmtk_resizebar_area_t *resizebar_area_ptr) |
static void | test_area (bs_test_t *test_ptr) |
Variables | |
static const wlmtk_element_vmt_t | resizebar_area_element_vmt |
const bs_test_case_t | wlmtk_resizebar_area_test_cases [] |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
static |
Dtor.
|
static |
|
static |
Creates a resizebar area texture.
gfxbuf_ptr | |
position | |
width | |
style_ptr | |
pressed |
struct wlr_buffer
.
|
static |
Draws the buffer in current state (released or pressed).
resizebar_area_ptr |
|
static |
Tests the area behaviour.
wlmtk_resizebar_area_t * wlmtk_resizebar_area_create | ( | wlmtk_window_t * | window_ptr, |
uint32_t | edges | ||
) |
Creates a resizebar button.
window_ptr | |
edges |
void wlmtk_resizebar_area_destroy | ( | wlmtk_resizebar_area_t * | resizebar_area_ptr | ) |
Destroys the resizebar element.
resizebar_area_ptr |
wlmtk_element_t * wlmtk_resizebar_area_element | ( | wlmtk_resizebar_area_t * | resizebar_area_ptr | ) |
Returns the button's super_buffer.super_element address.
bool wlmtk_resizebar_area_redraw | ( | wlmtk_resizebar_area_t * | resizebar_area_ptr, |
bs_gfxbuf_t * | gfxbuf_ptr, | ||
unsigned | position, | ||
unsigned | width, | ||
const wlmtk_resizebar_style_t * | style_ptr | ||
) |
Redraws the element, with updated position and width.
resizebar_area_ptr | |
gfxbuf_ptr | |
position | |
width | |
style_ptr |
|
static |
Buffer implementation for title of the title bar.